/* 
====================================
Skin styles for SPLT.Info (DNN4)
====================================
*/ 
BODY
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
}

TABLE
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
}

TD
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #333399;
}

.footer 
{
   font-size:  11px;    
   color: white;
}  

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}

.textWhite
{
    color: White;
}

.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

/* Main Menu */ 
.MainMenu_MenuContainer { 
 background-color: transparent; 
} 
.MainMenu_MenuBar { 
 cursor: pointer; 
 cursor: hand; 
 height:16; 
 background-color: Transparent; 
} 
.MainMenu_MenuItem { 
 cursor: pointer; 
 cursor: hand; 
 color: white; 
 font-family: Tahoma, Arial, Helvetica; 
 font-size: 8pt; 
 font-weight: normal; 
 font-style: normal; 
 border-left: #1A3665 1px solid; 
 border-bottom: #1A3665 1px solid; 
 border-top: #1A3665 1px solid; 
 border-right: #1A3665 2px solid; 
 background-color: Transparent;
 padding: 3 3 3 3;
}

.MainMenu_MenuItemSel { 
 cursor: pointer; 
 cursor: hand; 
 color: #81A5E2; 
 font-family: Tahoma, Arial, Helvetica; 
 font-size: 8pt; 
 font-weight: normal; 
 font-style: normal; 
 background-color: #1A3665;
 border-left: #1A3665 1px solid; 
 border-bottom: #1A3665 1px solid;  
 border-top: #1A3665 1px solid; 
 border-right: #1A3665 2px solid;
 padding: 3 3 3 3;   
}

/* Sub Menu and Borders */
.MainMenu_SubMenu { 
 z-index: 1000; 
 cursor: pointer; 
 cursor: hand;
 background-color: #1A3665; 
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
 border-bottom: #1A3665 1px solid; 
 border-left: #1A3665 0px solid; 
 border-top: #1A3665 1px solid; 
 border-right: #1A3665 0px solid;
}
 
/* Sub Menu Icons */
.MainMenu_MenuIcon 
{
 display:none; 
 cursor: pointer; 
 cursor: hand; 
 background-color: #1A3665; 
 border-left: white 1px solid; 
 border-bottom: #1A3665 1px solid; 
 border-top: #1A3665 1px solid; 
 text-align: center; 
 width: 15; 
 height: 21; 
}

.MainMenu_MenuArrow 
{
 display:none; 
 font-family: webdings; 
 font-size: 9pt; 
 cursor: pointer; 
 cursor: hand; 
 border-right: #1A3665 1px solid; 
 border-bottom: #1A3665 1px solid; 
 border-top: #1A3665 0px solid; 
} 
.MainMenu_RootMenuArrow 
{
 display:none; 
 font-family: webdings; 
 font-size: 10pt; 
 cursor: pointer; 
 cursor: hand; 
}
/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
.articleTitle { font-size : 12px; font-weight : bolder; color : #5A729E; }
.articleTable { background-color: silver; margin: 0px; }
.articleTopCell { background-color: #5A729E; color: white; font-weight: normal; padding: 3px; height: 15px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #E6E6FF; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #AFB1F9; height: 25px; }
