/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    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; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

/*
==============================
	Grid View Styles
==============================
*/

.Grid
{
	 border-color:White;	 	
}

.GridHeader
{
	text-align: left;
    font-weight: bold;
    color:White;
    background-color: #00a8e7;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 4px;
    
}

.GridItem
{
	vertical-align:middle;
	text-align: left;
    background-color: #dcdcdc;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;       
    line-height: 140%;
    color: #000000;
}

.GridAltItem
{
    background-color: white;
}

.GridHeader_Light
{
	text-align: left;
    font-weight: bold;
    font-size:12;
    font-family: Verdana;
    color:White;
    background-color: #00a8e7;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 4px;
    
}

/*	The same as GridHeader_Light, only right aligned */
.GridHeader_Light_R
{
	text-align: right;
    font-weight: bold;
    font-size:12;
    font-family: Verdana;
    color:White;
    background-color: #00a8e7;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 10px;
    padding-top: 4px;
    
}

.GridHeader_Dark
{
	text-align: left;
    font-weight: bold;
    font-size:12;
    font-family: Verdana;
    color:White;
    background-color: #009ad0;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 4px;    
}

.GridHeader_Dark_R
{
	text-align: right;
    font-weight: bold;
    font-size:12;
    font-family: Verdana;
    color:White;
    background-color: #009ad0;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 4px;  
}

.GridItem_Dark
{
	vertical-align: middle;
	text-align: left;
    background-color: #cfcfcf;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;      
    line-height: 140%;
    color: #000000;
}

.GridItem_Dark_R
{
	vertical-align: middle;
	text-align: right;
    background-color: #cfcfcf;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;      
    line-height: 140%;
    color: #000000;
}

.Training_RadioList
{
	font-family: Verdana;
    font-size: 11;      
    line-height: 140%;
    color: #000000;
}

.GridItem_Light
{
	vertical-align:middle;
	text-align: left;
    background-color: #dcdcdc;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;       
    line-height: 140%;
    color: #000000;
}

.GridItem_Light_R
{
	vertical-align:middle;
	text-align: right;
    background-color: #dcdcdc;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 10px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;       
    line-height: 140%;
    color: #000000;
}

.GridItem_DetailsLight
{
	vertical-align: middle;
	text-align: center;
    background-color: #dcdcdc;
}

.GridItem_DetailsDark
{
	vertical-align:middle;
	text-align: center;
    background-color: #cfcfcf;
}

.GridHeader_DetailsLight
{
	text-align: center;
    font-weight: bold;
    color:White;
    background-color: #00a8e7;
}

.GridHeader_DetailsDark
{
	text-align: center;
    font-weight: bold;
    color:White;
    background-color: #009ad0;
}

.GridFooter
{
	text-align: center;
    color: Black;
    background-color: #009ad0;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 4px;    
}

.GridFooterItem
{
	vertical-align: middle;
	text-align: left;
    background-color: #009ad0;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 11;      
    line-height: 140%;
    color: #000000;
}

.GridFooterItem_Details
{
	vertical-align: middle;
	text-align: center;
    background-color: #009ad0;
}

.GridFooterItem_DetailsLight
{
	vertical-align: middle;
	text-align: center;
    background-color: #00a8e7;
}

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
/*	opacity: 0.7;
	filter:alpha(opacity=70);*/
	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;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.Error   
{
    font-family: Verdana;     
    font-size:  12px;
    font-weight:    bold;
    color: Red;
    font-style: normal;
}

.Success   
{
    font-family:Verdana;
    font-size:  12px;
    font-weight:bold;
    color: Green;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	color: #0099d2;
	line-height: 140%;
}

.Field   
{
	font-family: Verdana;
	font-style: normal;
	font-size: 12;
	font-weight: bold;
	color: #009ad0;
}

.SubHeadCustom
{
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;
	color: #646464;
}

.Title
{
	font-size: 18px;
	font-family: Verdana;	
	color: Black;
	line-height: 140%;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	color: #0099d2;
	line-height: 140%;
}

/* text style used for most text rendered by modules */
A.Navigation:link,
A.Navigation:visited   
{
	font-family: Verdana;
	font-size: 12;
	color: #ff0000;
	line-height: 140%;
}   
 
A.Update:active, 
A.Update:visited,
A.Update:link
{
	font-family: Verdana;
	font-size: 11;
	color: Green;
	line-height: 140%;
	text-decoration: underlined; 
}
A.Update:hover 
{
	font-family: Verdana;
	font-size: 11;
	color: #0099d2;
	line-height: 140%;
	text-decoration: none; 
}

.NormalBlack
{
	font-size: 12;       
    font-family:Verdana;	
	color: Black;	
	line-height: 140%; 
}
.SmallNormalBlack
{
	font-size: 11;       
    font-family:Verdana;	
	color: Black;	
	line-height: 140%; 
}
.HeaderResultCount
{
	font-size:14;
	font-family:Verdana;
	color:#663344;
	line-height:140%;
}

.HeaderResultConditional
{
	font-size:13;
	font-family:Verdana;
	color:#665544;
	line-height:140%;
}

.Normal
{
	font-family:Verdana;
	font-size: 12;
	color: #333333;	
	line-height: 140%; 
}




A:link, A:visited   
{
	font-family: Verdana;
	font-size: 12;
	color: #000000;
}

A:active, A:hover     
{
	font-family: Verdana;
	font-size: 12;
	color: #0099d2;
	text-decoration: none;	
}

A.CommandButtonBig:link,
A.CommandButtonBig:visited, 
A.CommandButtonBig:active,
A.CommandButtonBig:hover  
{
	background-image: url(button_big.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 138px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}     

A.CommandButtonMiddle:link,
A.CommandButtonMiddle:active,
A.CommandButtonMiddle:hover,
A.CommandButtonMiddle:visited    
{
	background-image: url(button_middle.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 100px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}

 
A.CommandButtonHuge:link,  
A.CommandButtonHuge:visited,
A.CommandButtonHuge:active,
A.CommandButtonHuge:hover    
{
	background-image: url(button_huge.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 150px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}

A.CommandButtonHuger:link,
A.CommandButtonHuger:active,
A.CommandButtonHuger:hover,
A.CommandButtonHuger:visited      
{
	background-image: url(button_huger.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 300px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}


A.CommandButtonSmall:link ,
A.CommandButtonSmall:visited,
A.CommandButtonSmall:active,
A.CommandButtonSmall:hover    
{
	background-image: url(button_small.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 16px;
	width: 54px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}

 
A.CommandButtonSuperHuge:link, 
A.CommandButtonSuperHuge:active, 
A.CommandButtonSuperHuge:hover, 
A.CommandButtonSuperHuge:visited
{
	background-image: url(button_super_huge.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 250px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}

A.CommandButtonBigger:visited, 
A.CommandButtonBigger:link, 
A.CommandButtonBigger:active, 
A.CommandButtonBigger:hover
{	
	background-image: url(button_bigger.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 201px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}  

A.CommandButtonBiggerInactive:visited, 
A.CommandButtonBiggerInactive:link, 
A.CommandButtonBiggerInactive:active, 
A.CommandButtonBiggerInactive:hover
{
	cursor:inherit;
	background-image: url(button_bigger_gray.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 18px;
	width: 201px;
	display:block;	
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;	
	text-decoration: none;
	color: White;	
	text-align: center;
}  
