/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cccccc;
}
.skinmaster {
	height: 100%;
	/*background-color:#ff9900;
	border-right: #eb613e 1px solid; 
	border-top: #eb613e 1px solid; 
	border-left: #eb613e 1px solid; 
	border-bottom: #eb613e 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	border-top:#ff3333 1px solid ;
	border-bottom:#ff3333 1px solid ;
	background-color:#eeeeee;
}
.skingradient {
	background-image: url(gradient_DkRed.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color:#eeeeee;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
}
.leftpane {
	
	background-color: transparent;
	/*width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;*/
}
.contentpane {
	width: 100%;
	background-color: transparent;
	/*padding-left: 10px;
	padding-right: 10px;
	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:29px;

	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #7E8AE2 0px solid; 
	border-bottom: #7E8AE2 1px solid; 
	border-top: #7E8AE2 1px solid; 
	border-right: #7E8AE2 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	font-family:Arial; 
	font-weight:100;
	font-size: 11px; 	
	background-color: #7E8AE2;
	
}
.MainMenu_MenuIcon {
	/*background-color: #9a9fa2; */
	background-color:#7E8AE2;/* #9CBAD8;*/
	border-left: #7E8AE2 1px solid; 
	border-bottom: #7E8AE2 1px solid; 
	border-top: #7E8AE2 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	/*background-color: #c5c4c3;*/ 
	background-color: #8A95E4;/********************************/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	/*filter:filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#c5c4c3', Direction=135, Strength=0);
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {		
	background-attachment: fixed;	
	cursor: pointer; 
	cursor: hand; 
	color: #FFD777; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: 100; 	
	background-color:transparent;
	
}
.MainMenu_MenuArrow {
	/*border-right: #c5c4c3 1px solid; 
	border-bottom: #c5c4c3 1px solid; 
	border-top: #c5c4c3 0px solid;*/
	border-right: #7E8AE2 1px solid; 
	border-bottom: #7E8AE2 1px solid; 
	border-top: #7E8AE2 0px solid;
	font-family: webdings; 
	font-size: 9px; 
	cursor: pointer; 
	cursor: hand; 

}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
/*  background: #eb613e none; */
  color: #000066;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  border:1px solid #aaaaaa;
  	background-image: url(gradient_MidRed.jpg);
}
.TreeViewMenu {
	width: 175px;
	background-color: #f9aa96;
	border-right: #eb613e 1px solid; 
	border-top: #eb613e 1px solid; 
	border-left: #eb613e 1px solid; 
	border-bottom: #eb613e 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_MidRed.jpg);
}
.Head   {
   font-family: Arial,;
   font-size: 13px;
   font-style:italic;
   font-weight:bolder;

   color:#000066;
}

.upperlinks{
font-family:Arial;
color:#999999;
font-size:9px;
font-weight:100;
}

.upperlinks a:hover{
font-family:Arial;
color:#999999;
font-size:9px;
font-weight:100;
}

.upperlinks a:link{
font-family:Arial;
color:#999999;
font-size:9px;
font-weight:100;
}

.upperlinks a:visited{
font-family:Arial;
color:#999999;
font-size:9px;
font-weight:100;
}

.Search
{
	font-family:Arial;
	color:#ffffff;
	font-size:10px;
	font-weight:100;
}

.Search a:hover
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	font-weight:100;
}

.Search a:link
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	font-weight:100;
}

.Search a:visited
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	font-weight:100;
}

#CopyRight
{
	font-family:Arial;
	color:#f19834;
	font-size:11px;
	font-weight:100;
}

#CopyRight a:link
{
	font-family:Arial;
	color:#f19834;
	font-size:11px;
	font-weight:100;
}

.Normal a:link,.Normal a:hover,.Normal a:visited
{
	/*background-color:#FF0000;*/
}

.num_para
{
	list-style-type: decimal ;
	
}


/******************************************************************************************/


.SkinObject {
    font-weight: bold;
    font-size: 7pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/******************************************************************************************/

Body {
	font-family:Arial;
	font-size:10px;
	background-color:#E6E5E2;
}

.mainbody {
	font-family:Arial;
	font-size:10px;
	color:#FF0000;
	background-color:#E6E5E2;
}

#maincontents
{
	text-align:left;
	vertical-align:top;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;	
	padding-top:5px;
	padding-bottom:20px;	
}



#pagepath a
{
	font-size:9px;
	color:#909090;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
}

#pagepath a:hover
{
	color:#FF8500;
	text-decoration:underline;
}

.pagetitle
{	
	font-size:14px;
	color:#676767;
	padding-bottom:3px;	
}

.orgtitle
{
	font-size:14px;
	color:#FF8500;
	padding-bottom:5px;
}

.ptitle
{	
	color:#FF8500;
	padding-top:10px;
}

#contentpanel
{
	padding-top:10px;
}

#rightpane
{
padding:10px 10px 10px 10px;
	display:block;
	height:100%;
	bottom:0px;
}

.text
{
	color:#555555;
	font-size:10px;
}

#footernote
{
	font-size:9px;
	text-align:center;
	color:#696969;
}

.text2
{
	color:#222222;
}

#toplinks
{
	
}

#toplinks a
{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

#datenote
{
	display:block;
	text-align:left;
	color:#999999;
}

#toplinks a:hover
{
	color:#FFD777;	
}

.CtmButton
{
border:#B0B3C1 solid 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #797D98;
	font-family: Verdana, sans-serif;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E9EBF7,endColorStr=#D9DCED); 
}








































