﻿/************************************************************/
/* DNN style overrides										*/
/************************************************************/

.Head
{
	color: #eee !important;
}
.Normal
{
	color: #eee !important;
}

.NormalBold
{
	color: #eee !important;
}
.NormalTextBox label
{
	color: #eee !important;
}
.ControlPanel .SubHead
{
	color: #333;
}
.SubHead
{
	color: #eee;
}
.Settings label
{
	color: #eee !important;
}
.Settings
{
	margin: 0 auto 0 auto;
}
a.CommandButton:link
{
	color: #69779C;
	text-decoration: underline;
}
a.CommandButton:link:hover
{
	color: #69779C;
	text-decoration: none;
}
a.CommandButton:link, a.CommandButton:link:Visited, a.CommandButton, a.CommandButton:Visited
{
	text-decoration: underline;
	color: #69779c;
}
a.CommandButton:link:hover, a.CommandButton:link:active, a.CommandButton:hover, a.CommandButton:active
{
	text-decoration: none;
	color: #69779c;
}
.DataGrid_Header
{
	color:#eee;
}
.DataGrid_Item
{
	color:#eee;
}
.FileManager_Header .SubHead, 
.FileManager_Item .Normal, 
.FileManager_Item .NormalBold, 
.FileManager_Pager .NormalBold, 
.FileManager_StatusBar .NormalBold, 
.FileManager_AltItem .Normal, 
.FileManager_AltItem .NormalBold
{
	color:#333 !important;
}
select .Normal, select option
{
	color:#333 !important;
}
#dnn_ctr372_ViewNukeSyndicate_nsFeedLinkTop, #dnn_ctr372_ViewNukeSyndicate_nsFeedLinkBottom
{
	display:none;
}
.MenuTop, .MenuTopSelected
{
	color: #69779C !important;
}
/************************************************************/
/* Standard element styles									*/
/************************************************************/

html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000 url(images/bodybackground.png) repeat-x top;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 0.7em;
	text-align: justify;
}

#body_bk
{
	text-align: center;
}

h1, h2, h3, h4, a:link
{
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	color: #eee;
	font-size: 1.0em;
}

.mainHeading
{
	height: 38px;
	border-bottom: 1px solid #444;
	margin-bottom: 14px;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: 1px;
}
h2
{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 0px;
	letter-spacing: 1px;
}
h3
{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 0px 0px 14px 0px;
}
h4
{
	font-size: 1.2em;
	margin-top: 0;
	letter-spacing: 1px;
}
p
{
	text-align: justify;
	color: #eee;
	font-size: 1.2em;
}

a:link, a:Visited
{
	text-decoration: underline;
	color: #69779c;
}

a:hover, a:active
{
	text-decoration: none;
	color: #69779c;
}

/************************************************************/
/* Layout styles											*/
/************************************************************/

#centre_bg
{
	width: 928px;
	margin: 0 auto 0 auto;
}

#header_banner
{
	margin-left: 14px;
	margin-right: 14px;
	color: #FFFFFF;
	width: 900px;
	height: 200px;
	background: url(images/stephenwebsterheader.jpg) no-repeat;
}

#content_left
{
	margin-right: 14px;
	background: transparent url(images/shadowleft.png) repeat-y left top;
}

#content_right
{
	margin-right: -14px;
	background: transparent url(images/shadowright.png) repeat-y right top;
}

#nav_area
{
	position: relative;
	right: 10px;
	top: 145px;
	height: 54px;
}

#nav_table
{
	float: right;
}

#main_area
{
	margin-left: 14px;
	margin-right: 14px;
	background: #000 url(images/contentbackgroundbottom.png) repeat-x bottom;
	color: #FFF;
	border: 0;
	min-height: 300px;
}

#main_area_top
{
	background: transparent url(images/stephenwebsterheaderbase.jpg) no-repeat top;
}

.adminHostList
{
	position: relative;
	left: 20px;
	top: 20px;
}

.adminHostList #AdminHostList
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.left_column
{
	float: left;
	width: 285px;
	text-align: left;
	margin: 0px 5px 5px 13px;
	background: transparent;
}

.centre_column
{
	background: transparent none repeat scroll 0 0;
	float: left;
	width: 570px;
	max-width: 570px;
	text-align: justify;
	margin: 0;
	margin: 0px 0px 5px 10px;
}

.single_column
{
	width: 100%;
	margin: 0px 5px 5px 5px;
	background: transparent;
	text-align: justify;
}

#footer
{
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
	position: relative;
	width: 928px;
	height: 60px;
	background: transparent url(images/footerbackground.png) no-repeat;
	color: #FFF;
	line-height: 1em;
	font-size: 1.4em;
}

#footer .copyright
{
	position: absolute;
	left: 45px;
	top: 10px;
	font-size: 60%;
}

#footer .copyright .BannerLinks
{
	color: #eee;
}

#footer .link_container
{
	position: relative;
	top: 10px;
	max-width: 65%;
	display: inline;
	margin: 0 auto;
	font-size: 60%;
}
#footer .links
{
	color: #eee;
}
#footer a
{
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
	float: none;
	height: 0px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.viewMore
{
	text-align: right;
	margin: 12px 24px 24px 0px;
}
/************************************************************/
/* NukeSyndicate overrides									*/
/************************************************************/

.nsWrapper
{
	background: transparent !important;
}

.nsPagingLinks
{
	background: transparent !important;
	color: #fff !important;
}

.nsBody
{
	background: transparent !important;
}

.nsBody table
{
	font-size: 0.7em;
	color: #eee !important;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
}

.nsBody table p
{
	font-size: 1.0em;
}

.nsLatestBody
{
}

.nsLatestBody table
{
	font-size: 1.0em;
	color: #eee !important;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
}
.nsImageCell
{
}
.nsDescCell
{
	padding-top:10px;
}
/************************************************************/
/* Snapsis Navmenu Styles									*/
/************************************************************/

#nav, #nav ul
{
	float: right;
	list-style: none;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em 0;
}

#nav a
{
	display: block;
	color: #444444;
	text-decoration: none;
}

#nav li li a.hasChildren
{
	background: url(MRPix/rightarrow2.gif) center right no-repeat;
}

#nav li
{
	list-style: none;
	float: left;
	padding: 0;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	font-weight: normal;
	background: transparent;
	margin: 0px 0px 0px -4px;
	border-top: 1px solid #999;
}

#nav li li
{
	width: 120px;
	height: 25px;
	border-bottom: 1px solid #999;
}

#nav li ul a
{
	width: 120px;
	background: transparent;
}

#nav li ul a:hover
{
	background: transparent;
}

#nav li ul a div
{
	padding-top: 5px;
	text-align: center;
	color: #aaa;
}

#nav li ul ul
{
	margin: -1.65em 0 0 10.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.hover ul ul, #nav li.hover ul ul ul, #nav li.hover ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.hover ul, #nav li li.hover ul, #nav li li li.hover ul, #nav li li li li.hover ul
{
	left: auto;
}

#nav li:hover, #nav li.hover
{
}

.topLevelMenuItem
{
	width: 111px;
	height: 35px;
}
.topLevelMenuItem a
{
	width: 111px;
	height: 35px;
}

.toplevelMenuItem a div
{
	padding-top: 10px;
	text-align: center;
}

.topLevelMenuItem a:hover
{
	background: transparent url(Images/jewelbutton_glow.png) no-repeat scroll 0 0;
}

.selectedTopLevel
{
	background: transparent url(Images/jewelbutton_glow.png) no-repeat scroll 0 0;
}

.notSelectedTopLevel
{
	background: transparent url(Images/jewelbutton.png) no-repeat scroll 0 0;
}

/************************************************************/
/* News Articles Custom Styles								*/
/************************************************************/

.NormalWhite
{
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #EEE;
}

.articleQuote
{
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.articleTitle
{
	font-size: 14px;
	font-weight: bolder;
	color: #006600;
}

.articleTable
{
	background-color: transparent;
	margin: 0px;
	padding:12px;
}
.articleTopCell
{
	background: transparent;
	border-bottom: 1px solid #444;
	color: #eee;
	font-weight: bold;
	font-size:1.2em !important;
	padding: 6px 0px 6px 6px;
	height: 25px;
}

.articleTopCell .NormalBold
{
	font-size:0.85em !important;
	font-weight: normal;
}
.articleContentCell
{
	color: #eee;
	padding:0px;
	background-color: transparent;
	margin-top:6px;
}
.articleContentCell .articleTable
{
	padding:0px;
}

.articleContentCell table
{
	padding:0;
}
.articleTextCell
{
	color: #eee;
	padding: 6px 0px 6px 0px;
	background-color: transparent;
}
.articleIconCell
{
	background-color: transparent;
	width: 20px;
}
.articleFooterCell
{
	color: #eee;
	/*padding: 3px 0px 3px 0px;*/
	background-color: transparent;
	height: 25px;
}
button .NormalBold
{
	color:#222 !important;
}
