/*************************
* HTML Elements
*************************/
html {
	height: 100%;
}

body
{
	padding: 0;
	margin: 0px;
	width: 100%;
	height: 100%;
	/* min-height: 100%; */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
	background-color:#CCCCCC;
	position:relative;
}

#Body
{
	background-color: #ffffff;
}

#Form
{
}

/**************************
*   Skin Specific Styles
**************************/ 
.Normal,.Normal-White,.Normal-Gold,.Normal-White-Sml,.Normal-Gold-Sml
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
}

.Normal H1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16pt;	
	margin-bottom: 0px;
	color:#666644;
}
.Normal H2
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13pt;
    margin-bottom: 0px;
	color:#666644;
}
.Normal H3
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 0px;
	color:#666644;
}


.Normal A:link
{
	color: #bf331c;
	text-decoration: underline;
}
.Normal A:visited  
{
	color: #bf331c;
	text-decoration: underline;
}
.Normal A:active   
{
	color: #bf331c;
	text-decoration: underline;
}
.Normal A:hover
{
	color: #FF0000;
	text-decoration: underline;
}


.NormalBold
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #202020;
}


.Normal-White
{
	color: #ffffff;
}
.Normal-White-Sml
{
	color: #ffffff;
	font-size: 11px;
}
.Normal-White A:link,.Normal-White-Sml A:Link
{
	color: #ffffff;
	text-decoration: none;
}
.Normal-White A:visited,.Normal-White-Sml A:visited  
{
	color: #ffffff;
	text-decoration: none;
}
.Normal-White A:active,.Normal-White-Sml A:active
{
	color: #ffffff;
	text-decoration: none;
}
.Normal-White A:hover,.Normal-White-Sml A:hover
{
	color: #ffffff;
	text-decoration: underline;
}


.Normal-Gold
{
	color:#ffce71;
}
.Normal-Gold-Sml
{
	color:#ffce71;
	font-size: 11px;
}
.Normal-Gold A:link,.Normal-Gold-Sml A:Link
{
	color: #ffce71;
	text-decoration: none;
}
.Normal-Gold A:visited,.Normal-Gold-Sml A:visited  
{
	color: #ffce71;
	text-decoration: none;
}
.Normal-Gold A:active,.Normal-Gold-Sml A:active
{
	color: #ffce71;
	text-decoration: none;
}
.Normal-Gold A:hover,.Normal-Gold-Sml A:hover
{
	color: #ffce71;
	text-decoration: underline;
}






#aiDGContainer TABLE
{
	padding: 0;
	margin: 0;
}

#aiDGContainer TD
{
	text-align: left;
	vertical-align: top;
}

#aiDGContainer P
{
	padding: 0;
	margin: 0;
}

.menuNav
{
	width: 960px;
	height: 24px;
	clear: both;
	background-position: left top;
	background-image: url(MenuTabBg.gif);
	background-repeat: repeat-x;
	/* xxx
	position: relative;
	z-index: 999;
	*/
}

.aiPageTitle
{
	font-size: 26px;
	color: #ffffff;
	padding-top: 40px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.aiColTitle,.aiColTitleOnYellow
{
	font-size: 18px;
	color: #ffffff;
	padding-top: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.aiColTitle A:link
{
	color: #ffffff;
	text-decoration: none;
}
.aiColTitle A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.aiColTitle A:active
{
	color: #ffffff;
	text-decoration: none;
}
.aiColTitle A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.aiColTitleOnYellow
{
	color: #717171;
}
.aiColTitleOnYellow A:link
{
	color: #717171;
	text-decoration: none;
}
.aiColTitleOnYellow A:visited
{
	color: #717171;
	text-decoration: none;
}
.aiColTitleOnYellow A:active
{
	color: #717171;
	text-decoration: none;
}
.aiColTitleOnYellow A:hover
{
	color: #717171;
	text-decoration: underline;
}



.vScrollDiv
{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.vLine
{
    background-image: url(vLine.gif);
    background-repeat: repeat-y;
}

.controlpanel
{
	width: 100%;
	background-color: papayawhip;
}


/*****************************
* Orizonti NukeNews settings *
*****************************/
.NukeNews_Item 
{
	background-color:white;
	padding:5px 0;
}
.NukeNews_AltItem 
{
	background-color:#EEEEEE;
	padding:5px 0;
}
.newsactionbarlinks:link,.newsactionbarlinks:active,.newsactionbarlinks:visited 
{
	background-color:#f0f0f0;
	color:#FFFFFF;
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 5px;
}
.newsrow 
{
	padding:5px;
}
.newstitle
{
	font-size: 13px;
	color: #666644;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
.newstitle A:link,.newstitle A:visited,.newstitle A:active
{
	color: #666644;
	text-decoration: none;
}
.newstitle A:hover
{
	color: #666644;
	text-decoration: underline;
}
.newssummary
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #202020;
	text-align: justify;
}
.newspostdate {
	color:gray;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:normal;
}
.viewnewstitle
{
	font-size: 13px;
	color: #666644;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
.viewnewsarticle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
	text-align: justify;
}
.viewnewspostedby
{
}




/****************************
* LIVE CONTENT Popup Window *
****************************/
.LC_Popup
{
	background-color: #fef5dc;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: #660000 1px dashed;
	border-top: #660000 1px dashed;
	border-left: #660000 1px dashed;
	border-bottom: #660000 1px dashed;
}

/******************
* TOPMENU CLASSES *
******************/
.TMB,.TMB a:link,.TMB a:visited,.TMB a:hover,.TMB a:active
{
	text-decoration:none;
}
.TMB,.TMB-Item,.TMB-MouseOver,.TMB-Current
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.TMB-Item,.TMB-Item a:link,.TMB-Item a:visited
{
	color: #717171;
}
.TMB-MouseOver,.TMB-MouseOver a:hover,.TMB-Item a:hover
{
	color: #a0a0a0;
	text-decoration: underline;
}
.TMB-Current,.TMB-Current a:active
{
	color: #ffffff;
	/* padding-left:4px; */
}

/* Small */
.TMB-Sml,.TMB-Sml a:link,.TMB-Sml a:visited,.TMB-Sml a:hover,.TMB-Sml a:active
{
	text-decoration:none;
}
.TMB-Sml,.TMB-Item-Sml,.TMB-MouseOver-Sml,.TMB-Current-Sml
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}
.TMB-Item-Sml,.TMB-Item-Sml a:link,.TMB-Item-Sml a:visited
{
	color: #717171;
}
.TMB-MouseOver-Sml,.TMB-MouseOver-Sml a:hover,.TMB-Item-Sml a:hover
{
	color: #a0a0a0;
	text-decoration: underline;
}
.TMB-Current-Sml,.TMB-Current-Sml a:active
{
	color: #ffffff;
	/* padding-left:4px; */
}






/**************************** 
*  SOLPART MENU CLASSES 
****************************/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuContainer TABLE 
{
	/* table-layout:fixed; */
}

.MainMenu_Root TD
{
	/* all tabs - wraps each tab other than selected */
	text-align: center;
	vertical-align: middle;
	height: 23px;
	border-right: #717171 1px solid;
	padding: 0 15px 0 10px;
}
.MainMenu_RootActive TD
{
	/* currently selected tab */
	text-align: center;
	vertical-align: middle;
	height: 23px;
	background-color: #ffffff;
	border-bottom: #ff6600 1px solid; 
}
.MainMenu_RootSelected TD
{ 
	/* hover tab */
	text-align: center;
	vertical-align: middle;
	height: 23px;
}


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:23px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	border-right: #bcd8f7 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #717171;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	background-color: Transparent;
}
.MainMenu_Separator
{
	background-color: Transparent;
	color: #ffffff;
	font-weight: bold;
	
}
.MainMenu_MenuIcon {
	background-color: #3D6486; 
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu 
{
	background-color: #b0a652;  
	/* width: 140px; */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {  
	height: 1px;
	color: #ffffff;
	
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; 
	background-color: Transparent;	/* this overrides the default #EEEEEE */
; font-weight: bold; }


.MainMenu_MenuItemSel {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #a0a0a0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}







.StandardButton     
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}






/* Custom Tags */



/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.DateText 
{
	font-weight: bold;
    font-size: 8.5pt;
    color: navy;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.DateStyle {
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
    text-decoration: none;
}

.MediaTabs
{
	color: #717171;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:visited  {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:active   {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:hover
{
	color: #000000;
	text-decoration: none;
}

.pageHeaderCell
{
	background-attachment: fixed;
	background-image: url(header.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 100px;
}

.pageMenuCell
{
	background-attachment: fixed;
	background-image: url(menuBackground.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 20px;
}

.x
{
	background-image: url(about-i_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	left: 100px;
	position: relative;
}


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	background-color:transparent;
	height: 24px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem,.main_dnnmenu_rootitem_hover,.main_dnnmenu_rootitem_selected
{
	display:block;
	float:left;
	color: #717171;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	height: 24px;
	padding: 0px 18px 0px 18px;
	margin: 0;
	border-right: #717171 1px solid;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color: #a0a0a0;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	background-color: #ffffff;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}
.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	position:relative;
	left: 0;
	top: 0;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	/* background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left; */
	/* color:#ffffff; */
	background: #ffce71;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
	position:relative;
	left: 0;
	top: 0;
}
.main_dnnmenu_break
{
	height: 2px;
	/* background-color: #D5E0FF; */
	background-color:Fuchsia;
}


/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td
{
	background-color:#F8FAFF;
	white-space: nowrap;
} 
.ModuleTitle_MenuIcon 
{
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


