/* Global Styles */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #303030;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

TD {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #303030;
	border: 0;
}

td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #303030;
	border: 0;
}

img {
	border: 0;
}

.DNNAligncenter {
	text-align: left;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 100%;
	height: 115px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

.header_overlay {
	width: 963px;
	height: 115px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#navigation {
	width: 100%;
	height: 54px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

.navleft {
	width: 42px;
	float: left;
}

.navmiddle {
	width: 813px;
	float: left;
}

.navright {
	width: 18px;
	float: left;
}

#content {
	width: 963px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	float: left;
}

.content_full_width {
	width: 963px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	float: left;
}

.left {
	width: 430px;
	float: left;
}

.divider {
	width: 30px;
	height: 400px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.right {
	width: 400px;
	float: left;
}

#loginarea {
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	clear: both;
}

#footer {
	width: 100%;
	height: 91px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #b7b7b7;
	clear: both;
}

.footer_left {
	width: 460px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}

.footer_right {
	width: 450px;
	float: left;
	margin-top: 15px;
}

.footerlogin {
	font-size: 10px;
	color: #b7b7b7;
}

/* Font Styles */

.Normal {
	font-size: 12px;
	color: #303030;
}

.mainheader {
	font-size: 22px;
	color: #bf471b;
}

.subheader {
	font-size: 16px;
	color: #bf471b;
}

.orangetext {
	font-size: 12px;
	color: #bf471b;
}

/* Link Styles */

a:link {
	color: #bf471b;
	text-decoration: none;
}

a:visited {
	color: #bf471b;
	text-decoration: none;
}

a:hover {
	color: #bf471b;
	text-decoration: underline;
}

a:active {
	color: #bf471b;
	text-decoration: none;
}

a.FooterLink:link {
	color: #bf471b;
	text-decoration: none;
}

a.FooterLink:visited {
	color: #bf471b;
	text-decoration: none;
}

a.FooterLink:hover {
	color: #bf471b;
	text-decoration: underline;
}

a.FooterLink:active {
	color: #bf471b;
	text-decoration: none;
}

a.footerlogin:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlogin:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlogin:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footerlogin:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/*Rad Menu (ADMIN) styles */

.admintoolbar {
	background-color: #000000;
}

.ControlPanel {
	background-color: #FFFFFF;
}

.RadMenu_DNNADMIN .item a:link, .RadMenu_DNNADMIN .item a:active, .RadMenu_DNNADMIN .item a:visited {
    background-color: #000000;
    color: #FFFFFF;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:12px;
	padding-right: 12px;
}

.RadMenu_DNNADMIN .item a:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #CCCCCC;
    color: #000000;
}

/* RadMenu Styles */

.RadMenu_DNN .rootGroup .item a:link, .RadMenu_DNN .rootGroup .item a:active, .RadMenu_DNN .rootGroup .item a:visited {
    cursor: hand;
    cursor: pointer;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.RadMenu_DNN .rootGroup .item a:hover {
    cursor: hand;
    cursor: pointer;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
}

.RadMenu_DNN .vertical .item a:link, .RadMenu_DNN .vertical .item a:active, .RadMenu_DNN .vertical .item a:visited  {
  cursor: hand;
  cursor: pointer;
  width: 149px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#c0c0c0;
  color: #000000;
  /*border-bottom: 1px #FFFFFF solid;*/
  background-repeat: no-repeat;
  background-position: bottom;
}

.RadMenu_DNN .vertical .item .disabled a:link, .RadMenu_DNN .vertical .item a:active, .RadMenu_DNN .vertical .item a:visited  {
  cursor: hand;
  cursor: pointer;
  width: 149px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#c0c0c0;
  /*border-bottom: 1px #FFFFFF solid;*/
  background-repeat: no-repeat;
  background-position: bottom;
}

.RadMenu_DNN .vertical .item a:hover {
  cursor: hand;
  cursor: pointer;
  width: 149px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#808080;
  color: #FFFFFF;
  cursor: hand;
  cursor: pointer;
}

.RadMenu_DNN .vertical .item .link {
  cursor: hand;
  cursor: pointer;
  color:#000000;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
}

.RadMenu_DNN .vertical .item .link:hover {
  cursor: hand;
  cursor: pointer;
  color:#FFFFFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
}

/* Form Classes */

.formmaster
{
	border-right: #000000 0px dotted;
	border-top: #000000 0px dotted;
	border-left: #000000 0px dotted;
	border-bottom: #000000 0px dotted;
	border-collapse: collapse;
}
.formmaster TD
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.NormalTextBox 
{
font-family: Tahoma, Arial, Helvetica;
font-size:11px;
font-weight:normal;
}

/* Nuke News Styles */

.NewsHeader {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bf471b;
}

.newstitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bf471b;
}

.NewsHeader a:link {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:visited {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:hover {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.NewsHeader a:active {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bf471b;
}

.newstitle a:link {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:visited {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:hover {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.newstitle a:active {
	color: #bf471b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsPostDetails {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.SummaryBody {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.NewsBody {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ReadMore {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ReadMore a:link {
	color: #bf471b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:visited {
	color: #bf471b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:hover {
	color: #bf471b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.ReadMore a:active {
	color: #bf471b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.newsactionbarlinks:link, .newsactionbarlinks:active, .newsactionbarlinks:visited
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	background-color: gray;
	padding: 3px 5px 3px 5px
}

.newsactionbarlinks:hover
{
	color: #FFFFFF;
	background-color:Black;
}

.NukeNews_AltItem
{
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}