/* 
================================
Skin styles for DotNetNuke
================================
*/   
ul
{
	margin-top:0; margin-bottom:0; list-style-type:disc; list-style-position:outside;
}

.pagemaster {
	width: 1050px;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.mainContainer
{
	text-align:center;
}
.innerContainer
{
	text-align: right;
	width: 1024px;
}
.skinheader 
{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
.skinfooter
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/footer_lft.gif);
	background-repeat: repeat-x;
	height:174px;
}
.skingradient {
	background-color: #68E5E1;
	height:25px;
}
.search, A.search:link, A.search:normal, A.search:active, A.search:hover
{
	padding-left: 7px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	vertical-align: middle;
}
.skincoltrol
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.skincoltrol, A.skincoltrol, A.skincoltrol:link, A.skincoltrol:normal, A.skincoltrol:visited, A.skincoltrol:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.topleftpane {
	width: 80%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toprightpane {
	width: 20%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	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;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuItem
{
	padding-left: 2px;
	font-weight: normal;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #555555;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
}
.MainMenu_MenuItemSel
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 13px;
	height: 20px;
	color: #333333;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: #f7f7f7;
}
.MainMenu_MenuArrow
{
	border-right: #f7f7f7 1px solid;
	border-top: #f7f7f7 1px solid;
	width: 7px;
	border-bottom: #f7f7f7 1px solid;
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	font-family: Verdana, Arial;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f7f7f7;
}
.MainMenu_SubMenuItemSel
{
	font-family: Verdana, Arial;
	font-size: 13px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #e5e5e5;
}
.MainMenu_RootMenuItem TD
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	height: 23px;
	text-align: right;
}
.MainMenu_RootMenuItemActive TD
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	height: 23px;
	text-align: right;
}
.MainMenu_RootMenuItemSel TD
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #01B2D4;
	font-family: Verdana, Arial;
	height: 25px;
	text-align: right;
}


















