/* Main Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #f7f7f6;
}

td {
	font-size: 11px;
}

.Normal, .NormalDisabled {
	font-size:11px;
	font-weight:normal;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
 	border: none;
}

.topLeft {
	background-image: url(images/toolbar_left.gif);
	background-repeat: repeat-x;
}

.topRight {
	background-image: url(images/toolbar_right.gif);
	background-repeat: repeat-x;
}

.topLeftHome {
	background-image: url(images/accordianBackLeft.jpg);
	background-repeat: repeat-x;
}

.topRightHome {
	background-image: url(images/accordianBack.jpg);
	background-repeat: repeat-x;
}

.sliderBack {
	background-image: url(images/accordianBack.jpg);
	background-repeat: repeat-x;
}

.homeNavBackLeft {
	background-image: url(images/homeNavBackLeft.jpg);
	background-repeat: repeat-x;
	width: 50%;
}

.homeNavBackRight {
	background-image: url(images/homeNavBackRight.jpg);
	background-repeat: repeat-x;
	width: 50%;
}

.internalHeader {
	background-image: url(images/internalHeader.jpg);
	background-repeat: no-repeat;
	color: #000000;
	border-left: solid 10px #FFFFFF;
}

.internalHeaderTable {
	width: 745px;
	height: 105px;
	padding-left: 10px;
	color: #000000;
}


.currentDate {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
}

.topTable {
	height: 16px;
}

.topMenu {
	height: 16px;
}

.topMenu ul,li {
	display: inline;
	list-style-type: none;
}

.topMenu ul {
	margin: 0;
	line-height: 2px;
}

.topMenu li {
	padding-left: 8px;
}

.middlebg {
	background-image: url(images/toolbar_left.gif);
	background-repeat: repeat-x;
}

.navBg {
	background-image: url(images/navBg.jpg);
	background-repeat: repeat-x;
}

.horizontalDivider {
	height: 10px;
	background-color:#FFFFFF;
}

.verticalDivider {
	width: 9px;
}

.theSuperPit {
	/* background-image: url(images/dirtPanel1.jpg); */
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	width: 533px;
	height: 161px;
}

.latestNews {
	/* background-image: url(images/dirtPanel2.jpg); */
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	width: 413px;
	height: 161px;
}

.footerGray {
	background-color: #f7f7f6;
	color: #00404b;
	height: 46px;
	font-size: 10px;
	padding-left: 8px;
}

.footerCopy  {
	color: #00404b;
	font-size: 10px;
}

.footerGray2 {
	background-color: #f7f7f6;
	height: 46px;
}

.panel {
	padding: 8px 8px 8px 8px;
}

.ContentInernal {
	padding: 0px 0 15px 20px;
}

.h2Breadcrumb {
	font-size: 16px;
	font-weight: bold;
	color: #004554;
	font-family: Arial, Verdana;
	text-decoration: none;
}

a.h2Breadcrumb:link, a.h2Breadcrumb:hover, a.h2Breadcrumb:active, a.h2Breadcrumb:visited {
	font-size: 16px;
	font-weight: bold;
	color: #004554;
	font-family: Arial, Verdana;
	text-decoration: none;
}

.LeftBg {
	background-image: url(images/leftPaneBg.jpg);
	background-repeat: no-repeat;
	background-color: #e0ac0b;
	color: #000000;
}

.leftPane {
	padding: 10px;
}

.NormalTextBoxSearch {
	font-size: 10px;
	color: #85979b;
}

.ContentInternal u,li {
	display: list-item;
	list-style-type: circle;
}

/* Darksite Styles */

#wrapper_ds {
	width: 100%;
	text-align: center;
}

#container_ds {
	width: 800px;
	margin: 0 auto;
}

#header_ds {
	width: 800px;
	height: 71px;
	float: left;
}

#navigation_ds {
	width: 800px;
	height: 30px;
	text-align: left;
}

.nav_left_ds {
	width: 423px;
	height: 30px;
	background-image: url(images/nav_left_ds.gif);
	float: left;
}

.nav_right_ds {
	width: 377px;
	height: 30px;
	background-image: url(images/nav_right_ds.gif);
	float: right;
}

#content_container_ds {
	width: 800px;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.content_ds {
	width: 459px;
	margin-left: 11px;
	margin-right: 10px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: left;
	float: left;
}

.right_ds {
	width: 310px;
	min-height: 413px;
	height: 413px;
	background-image: url(images/update_ds.gif);
	background-repeat: repeat-x;
	background-color: #d3ae3b;
	margin-right: 8px;
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: left;
	float: left;
}

.right_content_ds {
	width: 290px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer_ds {
	width: 800px;
	height: 45px;
	background-image: url(images/footer_ds.gif);
	text-align: center;
}

.footer_text_ds {
	padding-top: 15px;
}

/* Links */

a:link {
	color: #005b6e;
	text-decoration: underline;
}

a:visited {
	color: #005b6e;
	text-decoration: underline;
}

a:hover {
	color: #1599b4;
	text-decoration: underline;
}

a:active {
	color: #005b6e;
	text-decoration: underline;
}

.HeadingPane a:link {
	color: #000000;
	text-decoration: none;
}

.HeadingPane a:visited {
	color: #000000;
	text-decoration: none;
}

.HeadingPane a:hover {
	color: #000000;
	text-decoration: underline;
}

.HeadingPane a:active {
	color: #000000;
	text-decoration: none;
}

.topMenu a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.topMenu a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.h2Breadcrumb a:link {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.h2Breadcrumb a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.h2Breadcrumb a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.h2Breadcrumb a:active {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.theSuperPit a:link {
	color: #000000;
	text-decoration: none;
}

.theSuperPit a:visited {
	color: #000000;
	text-decoration: none;
}

.theSuperPit a:hover {
	color: #000000;
	text-decoration: underline;
}

.theSuperPit a:active {
	color: #000000;
	text-decoration: none;
}

.latestNews a:link {
	color: #000000;
	text-decoration: none;
}

.latestNews a:visited {
	color: #000000;
	text-decoration: none;
}

.latestNews a:hover {
	color: #000000;
	text-decoration: underline;
}

.latestNews a:active {
	color: #000000;
	text-decoration: none;
}


.footerGray a:link {
	color: #00404b;
	text-decoration: none;
}

.footerGray a:visited {
	color: #00404b;
	text-decoration: none;
}

.footerGray a:hover {
	color: #00404b;
	text-decoration: underline;
}

.footerGray a:active {
	color: #00404b;
	text-decoration: none;
}

.footerLink a:link {
	color: #00404b;
	text-decoration: none;
}

.footerLink a:visited {
	color: #00404b;
	text-decoration: none;
}

.footerLink a:hover {
	color: #00404b;
	text-decoration: underline;
}

.footerLink a:active {
	color: #00404b;
	text-decoration: none;
}

.footer_ds a:link {
	color: #00404b;
	text-decoration: none;
}

.footer_ds a:visited {
	color: #00404b;
	text-decoration: none;
}

.footer_ds a:hover {
	color: #00404b;
	text-decoration: underline;
}

.footer_ds a:active {
	color: #00404b;
	text-decoration: none;
}

.footer_text_ds a:link {
	color: #00404b;
	text-decoration: none;
}

.footer_text_ds a:visited {
	color: #00404b;
	text-decoration: none;
}

.footer_text_ds a:hover {
	color: #00404b;
	text-decoration: underline;
}

.footer_text_ds a:active {
	color: #00404b;
	text-decoration: none;
}

.ContentInernal a:link {
	color: #00404b;
	text-decoration: none;
}

.ContentInernal a:visited {
	color: #00404b;
	text-decoration: none;
}

.ContentInernal a:hover {
	color: #00404b;
	text-decoration: underline;
}

.ContentInernal a:active {
	color: #00404b;
	text-decoration: none;
}

.content_ds a:link {
	color: #00404b;
	text-decoration: none;
}

.content_ds a:visited {
	color: #00404b;
	text-decoration: none;
}

.content_ds a:hover {
	color: #00404b;
	text-decoration: underline;
}

.content_ds a:active {
	color: #00404b;
	text-decoration: none;
}

.right_ds a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.right_ds a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.right_ds a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.right_ds a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* Editor Classes */

/* style for module titles */
.Head
{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 12px;
	font-weight: normal;
}

/* Headings, Paragraphs, and Other Font Styles */

.textstandard {
	color: #000000;
	font-size: 12px;
}

.greennormal {
	color: #004554;
	font-size: 12px;
}

.greenbold {
	color: #004554;
	font-weight: bold;
	font-size: 12px;
}

.homeWhiteText {
	color: #FFFFFF;
	font-size: 12px;
}

.greensubheader {
	color: #004554;
	font-size: 14px;
	font-weight: bold;
}

.greenmainheader {
	color: #004554;
	font-size: 16px;
	font-weight:bold;
}

.subheader {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.mainheader {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin:0pt 0pt 20px;
}

ul {
	line-height:1.5em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
}

.blockquote {
	line-height:1.5em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004554;
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004554;
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004554;
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004554;
	font-size:12px;
	font-weight:bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004554;
	font-size:11px;
	font-weight:bold;
}

.mainBodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.mainBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.mainBodySubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #005569;
}

.RadMenu_dnn {
	float:right !important;
}
/* Rad Menu */
.RadMenu_dnn .rootGroup .item a:link, .RadMenu_dnn .rootGroup .item a:active, .RadMenu_dnn .rootGroup .item a:visited  {
	cursor: pointer;
}

.RadMenu_dnn .rootGroup .item a:hover {
	cursor: pointer;
	
}

.RadMenu_dnn .Group .item a:link, .RadMenu_dnn .Group .item a:active, .RadMenu_dnn .Group .item a:visited  {
	cursor: pointer;
}

.RadMenu_dnn .Group .item a:hover {
	cursor: pointer;
}

.RadMenu_dnn .item {
}

.RadMenu_dnn  .item a:link, .RadMenu_dnn .item a:active, .RadMenu_dnn .item a:visited {
	color: White;
	width: 300x;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-color:#e9e9e9;	
}
.RadMenu_dnn .RootGroup .item a:hover, .RadMenu_dnnTop .RootGroup .item a:hover {
	cursor:pointer;
	color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.RadMenu_dnn .Group .item a:link, .RadMenu_dnn .Group .item a:active, .RadMenu_dnn .Group .item a:visited, .RadMenu_dnnDNNTop .Group .item a:link, .RadMenu_dnnTop .Group .item a:active, .RadMenu_dnnTop .Group .item a:visited {
	background-color: #e9e9e9;
	color: #333333;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
}
.RadMenu_dnn .Group .item a:hover, .RadMenu_dnnTop .Group .item a:hover {
	color: #FFFFFF;
	width: 300x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#4191a3;
}

.RadMenu_dnn .expandLeft, .RadMenu_dnn .expandRight {
	background-image:url(images/menuArrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 16px;
}

/* Rad Menu (Darksite) */

.RadMenu_ds .rootGroup .item a:link, .RadMenu_ds .rootGroup .item a:active, .RadMenu_ds .rootGroup .item a:visited  {
	cursor: pointer;
}

.RadMenu_ds .rootGroup .item a:hover {
	cursor: pointer;
}

.RadMenu_ds .Group .item a:link, .RadMenu_ds .Group .item a:active, .RadMenu_ds .Group .item a:visited  {
	cursor: pointer;
}

.RadMenu_ds .Group .item a:hover {
	cursor: pointer;
}

.RadMenu_ds  .item a:link, .RadMenu_ds .item a:active, .RadMenu_ds .item a:visited {
	color: White;
	width: 300x;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-color:#e9e9e9;	
}
.RadMenu_ds .RootGroup .item a:hover, .RadMenu_dsTop .RootGroup .item a:hover {
	cursor:pointer;
	color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.RadMenu_ds .Group .item a:link, .RadMenu_ds .Group .item a:active, .RadMenu_ds .Group .item a:visited, .RadMenu_dsDNNTop .Group .item a:link, .RadMenu_dsTop .Group .item a:active, .RadMenu_dsTop .Group .item a:visited {
	background-color: #e9e9e9;
	color: #333333;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
}
.RadMenu_ds .Group .item a:hover, .RadMenu_dsTop .Group .item a:hover {
	color: #FFFFFF;
	width: 300x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#4191a3;
}

.RadMenu_ds.expandLeft, .RadMenu_ds .expandRight {
	background-image:url(images/menuArrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 16px;
}

/* Rad Menu Admin */

.adminBar {
	background-color: #404c4f;
	color: #000000;
}

.RadMenu_DNNADMIN  .item a:link, .RadMenu_DNNADMIN .item a:active, .RadMenu_DNNADMIN .item a:visited {
	background-color:#404c4f;
	color: #FFFFFF;
	width: 200x;
	font-weight:bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration:none;
}
.RadMenu_DNNADMIN .item a:hover {
	cursor: hand;
	cursor: pointer;
	background-color:#4191a3;
	color: #000000;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

/* Rad Panel */

.RadPanelbar_panel
{
	/* width: 247px;  ----> only if needed*/ 
	white-space: normal;
	padding-left: 5px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.RadPanelbar_panel .rootGroup .item a:link, .RadPanelbar_panel .rootGroup .item a:active, .RadPanelbar_panel .rootGroup .item a:visited, .RadPanelbar_panel .rootGroup .item a:hover
{
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	/*line-height: 20px;*/
	white-space: normal;
	background-position:right;
	background-repeat: no-repeat;
	background-image: url(images/panelBarBgNoEx.gif);
	text-decoration: none;
}

.RadPanelbar_panel .rootGroup .item a:link.expandable, .RadPanelbar_panel .rootGroup .item a:active.expandable, .RadPanelbar_panel .rootGroup .item a:visited.expandable, .RadPanelbar_panel .rootGroup .item a:hover.expandable
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/panelBarBg.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

.RadPanelbar_panel .rootGroup .item a:link.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:active.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:visited.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:hover.SelectedPathHeaderItemCss
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/panelBarBgNoEx.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}

.RadPanelbar_panel .rootGroup .item a:link.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:active.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:visited.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:hover.expandable.SelectedPathHeaderItemCss
{
	background-position:right;
	background-repeat: no-repeat;
	background-image: url(images/panelBarBgEx.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}

.RadPanelbar_panel .rootGroup .item .text {
	padding-right: 0px;
}

.RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:link, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:active, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:visited, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:hover
{
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	/*line-height: 20px;*/
	white-space: normal;
	/* background-image: url(images/panalBarDots.gif); */
	text-decoration: none;
}

.RadPanelbar_panel .level1 .item a:link, .RadPanelbar_panel .level1 .item a:active, .RadPanelbar_panel .level1 .item a:visited, .RadPanelbar_panel .level1 .item a:hover
{
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
	/*line-height: 20px;*/
	white-space: normal;
	background-image: url(images/panelDash.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

.RadPanelbar_panel .level1 .item .SelectedPathClass:link, .RadPanelbar_panel .level1 .item .SelectedPathClass:active, .RadPanelbar_panel .level1 .item .SelectedPathClass:visited, .RadPanelbar_panel .level1 .item .SelectedPathClass:hover
{
	font-size: 11px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
    /*line-height: 20px;*/
	white-space: normal;
	text-decoration: none;
}

.RadPanelbar_panel .level2 .item a:link, .RadPanelbar_panel .level2 .item a:active, .RadPanelbar_panel .level2 .item a:visited, .RadPanelbar_panel .level2 .item a:hover
{
	font-size: 11px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: normal;
	/*line-height: 20px;*/
	white-space: normal;
	text-decoration: none;
}

.RadPanelbar_panel .level2 .item .SelectedPathClass:link, .RadPanelbar_panel .level2 .item .SelectedPathClass:active, .RadPanelbar_panel .level2 .item .SelectedPathClass:visited, .RadPanelbar_panel .level2 .item .SelectedPathClass:hover
{
	font-size: 11px;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	/*line-height: 20px;*/
	white-space: normal;
}

/*__FormMaster Styles____________________________________________________________________________________________________________________*/
.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: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

/* Nuke News Styles */

.NewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.NewsHeader a:link {
	color: #00404B;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:visited {
	color: #00404B;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:hover {
	color: #00404B;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.NewsHeader a:active {
	color: #00404B;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsPostDetails {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
}

.SummaryBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.NewsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ReadMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ReadMore a:link {
	color: #00404B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:visited {
	color: #00404B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:hover {
	color: #00404B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.ReadMore a:active {
	color: #00404B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.newsactionbarlinks:link, .newsactionbarlinks:active, .newsactionbarlinks:visited
{
	font-family: Arial, Helvetica, 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;
}

/* Table Classes */

.first_item {
	background-color:#f9eecc;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}

.second_item {
	background-color:#f4e1a6;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}
.table_heading {
	background-color:#dea301;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 12px;	
}

/* Live Content */

table .photogallery:hover {
	border: 1px #808080 solid;
}

