/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* Header styles*/

.leftlogotable {
	height: 163px;
	width: 155px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
.topheaderleft {
	height: 121px;
	width: 253px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/text.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.topheadermiddle {
	height: 121px;
	width: 183px;
	margin: 0px;
	padding: 0px;
}
.topheaderright {
	height: 121px;
	width: 179px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/family.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.headernew {
	height: 121px;
	width: 615px;
	margin: 0px;
	padding: 0px;
	background-position: left;
}
.skinmenugrad {
	BACKGROUND-IMAGE: url(images/bar.gif);
	HEIGHT:42px;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 15px;
	}
.pagemaster {
	width: 100%;
	height: 100%;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #FFFFFF;
}
.skinheader {
}
.whitebars {
	HEIGHT:45px;
	background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 155px;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 6px;
	align: right
}
.contentpane {
	width: 259px;
	padding-top: 6px;
}
.rightpane {
	width: 356px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 2px;
}
.contentpane2 {
	width: 415px;
	padding-top: 6px;
}
.rightpane2 {
	width: 200px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 2px;
}
.contentpane3 {
	width: 435px;
	padding-top: 6px;
}
.rightpane3 {
	width: 180px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 2px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* Solpart menu */
.MainMenu_MenuContainer {
	height: 30px;
	background-color:#ffffff; 
}

.MainMenu_MenuItem {
	color: #CC9933;
	height:30;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
.MainMenu_MenuIcon 
{
    border-style:none;
    background-color:#FFFFFF;
}

.MainMenu_SubMenu {
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	color: #3366CC;
}
.submenuitemselectedcssclass {
	color: #336699;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	}

.MainMenu_MenuItemSel {
	height:30;
	color: #336699;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	}
	
	.MainMenu_MenuArrow
{
    font-size:9pt;
    border-style:none;
}


/*end solpart */

.Head   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  18px;
	font-weight:    bold;
	color: #336699;
	text-transform: none;
	font-variant: small-caps;
}
.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: CA9B33;
}
.logintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.logintextSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: C82600;
	font-weight: bold;
	text-transform: uppercase;
}
.HeadYellow {
	font-family: "Times New Roman", Times, serif;
	font-size:  15px;
	color: #CC9933;
	text-transform: none;
	line-height: 17px;
}
.HeadRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  15px;
	color: #C82600;
	text-transform: none;
	line-height: 17px;
}
.Notes {
	font-family: "Times New Roman", Times, serif;
	font-size:  11px;
	color: #999999;
	text-transform: none;
}
.Normalsanserif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
link {
	color: #CA9B33;
}



