/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
}

.pagemaster {
	width: 100%;
	background: black;
		
}
.skinmaster 
{
	
	
	
	
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.HeaderPane
{
	width: 100%;
}
.toppane 
{
	
	
}

.leftpane {
	
	
	
}
.contentpane 
{
	width: 100%;
	
}
.rightpane {
	
	
}
.bottompane {
	
	
	
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	height:31px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	
}
.MainMenu_MenuItem {
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #000000;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	background-color: transparent;
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.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; 
	font-weight: normal;
	color: #ffffff;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-weight: normal;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: Transparent;
	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;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);  */
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	background-color: #EB5047;	
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
	border-bottom: #98AAB1 0px solid;
}
.SubItemActive TD
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	background-color: #EB5047;
}
.SubItemSelected
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #000000;
	height: 28px;
	background-color: #EB5047;
}
.SubItemBreadCrumb
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	background-color: #EB5047;
		
}

.MenuContainer
{
	
	height: 28px;
	
}
.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	
	
	 /* fixed firefox problem, do not use transparent here */
}
.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-image: none;
	cursor: pointer;
	cursor: hand;
	height: 28px;
	text-align: center;
	
}
.RootItem TD
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	
}


.RootItemBreadCrumb TD
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	
}

.RootItemActive TD
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 28px;
	
}

.RootItemSelected TD
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #000000;
	height: 28px;
	
}
.bot_nav
{
	font-family: Tahoma;
	font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;

}
A.bot_nav:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.bot_nav:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}
A.bot_nav:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
A.bot_nav:hover    {
    text-decoration: underline;
    color: #B9B9BB;
}
.top_rep
{
	background-image: url(top_rep.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 7px;
}
.top_back  
{
	background-image: url(top_back.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 85px;
}
.rep2
{
	background-image: url(rep2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 4px;
}
.nav_back
{
	background-image: url(nav_back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 28px;
}
.mid_rep
{
	background-image: url(mid_rep.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 6px;
	color:#000000;
}
.bot_row
{
	background-color: #F0443C;
	width: 100%;
	height: 47px;
}
.srch
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.srch:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.srch:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}
A.srch:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
A.srch:hover    {
    text-decoration: none;
    color: #FFFFFF;
}
.lg_reg
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
A.lg_reg:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.lg_reg:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}
A.lg_reg:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
A.lg_reg:hover    {
    text-decoration: underline;
    color: #FFFFFF;
}
