/* 
================================
Skin styles for DotNetNuke
================================
*/   
.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	font-style: italic;
}

A.SkinObject:link {
	text-decoration:    none;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-style: italic;
}

A.SkinObject:visited  {
	text-decoration:    none;
	color:#FFFFFF;
	font-style: italic;
}

A.SkinObject:active   {
	text-decoration:    none;
	color:#FFFFFF;
	font-style: italic;
}

A.SkinObject:hover    {
	text-decoration:    none;
	color:#CCCCCC;
	font-style: italic;
}

A:link {
	text-decoration: none;
	color:#FF0000;
}

A:visited {
	color: #FF0000;
}

A:active {
	color: #FF0000;
}

A:hover {
	color: #999999;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
.skinmaster {
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	width: 850px;
}
.skinheader {
}
.skingradient {
	background-color: 426a97; 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	color: #1A0C7E;
}
.toppane {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.rightpane {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
	vertical-align: top;
}
.bottompane {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	color: transparent;
}
.MainMenu_MenuBar {
	cursor: hand;
	cursor: hand;
	background-color: #A04DC5;
	color: #FFFFFF;
}
.MainMenu_MenuItem {
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #A04DC5;
	border-color: #A04DC5;
}
.MainMenu_MenuIcon {
	background-color: #A04DC5;
	cursor: hand;
	cursor: hand;
	text-align: center;
	width: 15px;
	border-color: #A04DC5;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;






	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	color: #FFFFFF;
	background-color: #0000FF;
	border-color: #A04DC5;
}

.MainMenu_MenuBreak {
	border-color: #A04DC5;
}
.MainMenu_MenuItemSel {
	background-color: #37B535;
	cursor: hand;
	cursor: hand;
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-color: #A04DC5;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	border-color: #A04DC5;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	border-color: #A04DC5;
}
.StandardButton     {
	color: #ffffff;
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #0000FF;
}
.stripeheader {
	background-image: url(images/stripes.jpg);
	background-repeat: repeat-x;
}
.login {
	right: 3px;
	text-align: right;
}
.top_row_green {
	background-color: #37B535;
}

