/* 
================================
Skin styles for DotNetNuke
================================
*/  


.pagemaster {
	width: 100%;
	background-color: #FFFFFF;
}
.skinmaster {
	
	background-color: #FFFFFF;
	width:950px;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
	margin-left:auto;
	margin-right:auto;
	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;
}

.rightpane {
	width: 175px;
	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: #818283; 
	font-family: "MS Sans-Serif", Arial, Sans-Serif; 
	font-size: 8pt; 
	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;
	color:Black; 
	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: 8pt; 
	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 {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

	
.SkinObject
{
	font-weight: bold;
	font-size: 8pt;
	color: #818283;
	font-family: "MS Sans-Serif", Arial, Sans-Serif;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #818283;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #818283;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #002A5C;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #818283;
}
	

/*----------------------------------------------------------------------------
// Container section
----------------------------------------------------------------------------*/

#container
{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: transparent url(intNav.gif) repeat-y center;
}

.intWrap
{
	margin-top:0px;
	background:  url(topNav.gif) top no-repeat;
	height:100%;
}



/*----------------------------------------------------------------------------
// Left content
----------------------------------------------------------------------------*/

.leftcontainer 
{
	width: 265px;
	float:left;
	vertical-align:top;


}

.leftpane 
{
	padding-left:1em;
	height:100%;
	margin-top:10px;


}


/*----------------------------------------------------------------------------
// Right content
----------------------------------------------------------------------------*/

.rightcontainer
{
	width: 675px;
	float:right;
	clear:none;
	vertical-align:top;
}
.contentpane {
	width:455px;
	background-color: transparent;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.rightpane 
{
	width:220px;
	background-color:Transparent;
	float:right;
}

.copyright
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


/*----------------------------------------------------------------------------
// Content on page html
----------------------------------------------------------------------------*/
.developmentheader {
    FONT-WEIGHT: 300 ; FONT-SIZE: 22px; FONT-STYLE: normal; font-family:Arial, Helvetica, sans-serif; letter-spacing: normal; color:#102D5D;
}

.developmentbodytxt {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; 
}

A:link			{text-decoration: none; color: #666666;}
A:active		{text-decoration: none; color: #666666;}
A:visited		{text-decoration: none; color: #002A5C;}
A:hover 		{text-decoration: none; color: #000000;}

.imgtxt  {
		FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; 
}

.mainnavheader {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; 
}
.bodytxt {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; 
}

ul
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-STYLE: normal; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: normal;
	list-style-type:disc;


} 
UL LI
{
	list-style-type: disc;
} 

ul ul
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-STYLE: normal; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: normal;
	list-style-type:circle;
}

ul LI LI
{
	list-style-type: circle;
}  

ul.bullet
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-STYLE: normal; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: normal;
	list-style-type:disc;


} 
UL.bullet LI
{
	list-style-type: disc;
}

/*----------------------------------------------------------------------------
// 2nd and 3rd tier navigation text
----------------------------------------------------------------------------*/

.thirdleveldevelopmentheader {
    FONT-WEIGHT: 300 ; FONT-SIZE: 22px; FONT-STYLE: normal; font-family:Arial, Helvetica, sans-serif; letter-spacing: normal; color:#102D5D; line-height: 55px;
}


.thirdlevelmainheader {
   FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #003366; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; 
}

.thirdtiertxt {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; padding: 6px 6px 6px 15px; line-height: 18px
}

.secondlevelheader  {
		FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; LETTER-SPACING: normal; line-height: 28px
}





















































