/*
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster
{
	background: url(wallpaper.jpg) repeat-x;
	width: 100%;
	height: 100%;
	background-color: #2F3265;
}
.skinmaster
{
	height: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.skinheader
{
	background: url(headerrepeat.jpg) repeat-x top;
}
.skingradient
{
	background: url(nav.jpg) repeat-x;
	height: 25px;
}
.skingradient2
{
	border-top: 1px solid #000000;
	height: 5px;
}
.controlpanel
{
	width: 100%;
	background-color: #FEFEFE;
}
.Searchtabs
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
A.Searchtabs:link
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
A.Searchtabs:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
A.Searchtabs:active
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
A.Searchtabs:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}
.Selectedtab
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
A.Selectedtab:link
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
A.Selectedtab:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
A.Selectedtab:active
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
A.Selectedtab:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}
.OtherTabs
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
A.OtherTabs:link
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
A.OtherTabs:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
A.OtherTabs:active
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
A.OtherTabs:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 7px;
}
.toppane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane1
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpaneleft
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.basepane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpaneright
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.panemenuleft
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane1
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bannerpane2
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bannerpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container
{
	background-color: transparent;
}
.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.main_dnnmenu_item TD
{
/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
/*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}
.main_dnnmenu_rootitem
{
/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: url(reddot.jpg) no-repeat right bottom;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
/*Word wrapping menu item now optional*/
	padding: 0px 22px 4px 12px;
/*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover
{
	background-color: transparent;
	color: #FF0000;
}
.main_dnnmenu_itemhover TD
{
	background-color: #000066;
	color: #FFFFFF;
}
.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu
{
	background-color: #CAD5EA;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px;
/*explicitly set padding for sub-menus*/
}
.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow
{
	border-right: 1px solid #CAD5EA;
	border-bottom: 1px solid #CAD5EA;
	border-top: 0px solid #CAD5EA;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_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: 1px solid #7994CB;
	border-top: 1px solid #7994CB;
	border-left: 1px solid #7994CB;
	border-bottom: 1px solid #7994CB;
	-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: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

