/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
.skinmaster {
	background-color: #ffffff;
	border: 0px solid #8f9092;
	padding: 0px;
}

.skinheader {
	width: 800px;
}
.skingradient {
	height: 29px;
	background-color: #1C2850;

}
.controlpanel {
	width: 804px;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	margin:0px;
}

.toppane {
	width: 627px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.leftpane {
	background-color: #CDCDCD;
	padding: 0px;
	width: 239px;


}

.links{
	background-color: #666666;
}

.contentpane {
	background-color: transparent;
	padding: 0px;
	width: 449px;

}

.rightpane {
	background-color: #EBEBEB;
	padding: 0px;
	background-repeat: no-repeat;
	width: 215px;
	margin: 0px;


}
.bottompane {
	background-color: #32B3A4;
	padding: 2px;
}

.skingradient2 {
	background-color: #A2906D;
	height: 29px;
}
.footergradient {
	background-color: #5195D6;
	height: 29px;
	padding: 0px;
	margin: 4px;

}

/* 
================================
Link Skin styles 
================================
*/   

.SelectedTab{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;

}

a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;

}
a.SelectedTab:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;

}
/* 
================================
solpartmenu styles 
================================
*/   

.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #4D4D4D;
	font-size: 11px;
	font-weight: normal;
	background-color: Transparent;
	font-family:  Verdana, Tahoma, Arial, Helvetica;
	height: 29px;
	text-indent: 25px;

}
.MainMenu_MenuIcon {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	background-color: #3CDCDCD; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 29px;
}
.MainMenu_SubMenu {
	background-color: #3CDCDCD;  
	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: #4D4D4D;  
	cursor: pointer; 
	cursor: hand; 
	color: #CDCDCD; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	height: 29px;
		text-indent: 25px;
}
   
   
.MainMenu_MenuContainer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 29px;
	background-color: #CDCDCD;  	
}

/* ================================
style for module titles
================================ */

.Head {
   font-family: Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #FFFFFF;
}


/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	color: #4D4D4D;
	font-family: arial, arial, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}

a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	text-decoration: underline;
		font-weight: normal;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: underline;
	font-weight: normal;
}

.CommandButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3733;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

A.CommandButton:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3733;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

A.CommandButton:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3733;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

A.CommandButton:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3733;
	text-decoration: none;
	font-weight: none;
}

A.CommandButton:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

p {
margin:0px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
}
.whiteline {
	background-color: #FFFFFF;
	height: 4px;
}
.paddingleft {
	padding-left: 25px;
}
.whiteline2 {
	background-color: #FFFFFF;
	width: 4px;
}

/* ===============================
default text style used for the forms
================================== */
.FormTable{
	margin:0px;
	padding: 4px;
	color: #525252;
}

.SubHead {
color: #525252;
}


.mainhead {
color: #ffffff;
font-weight: bold;

}
.contentpane2 {
	width: 100%;
	padding: 0px;

}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.question {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
font-weight: bold;
}


label{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.jptable {
}

