/* 
================================
Skin styles for DotNetNuke
================================
*/   
*/   
*/   
.Normal{font-size: 9pt;
    font-family: Tahoma, Arial, Helvetica;
     color: black;
}  

A:link  {color: #007500;
}

A:visited   {color: #007600;
}

A:hover {color: red;
}
   
.breadcrumb 
{
	font-weight: bold;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
   
}

.date {
    font-weight: bold;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
    color: Black;
   
}
.Register {
    font-weight: bold;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
   
        
}
.login {
   font-weight: bold;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
        
}
.SearchSkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.SearchSkinObject:link {
    text-decoration:    none;
    color: white;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:visited  {
    text-decoration:    none;
    color: white;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:active   {
    text-decoration:    none;
    color: white;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:hover    {
    text-decoration:    none;
    color: black;
    background-color: transparent;
    padding: 1px 3px 1px 1px;
}

.copyright {
    font-weight: bold;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
    color: Black;
   
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #999333;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #999333 1px solid; 
	border-top: #999333 1px solid; 
	border-left: #999333 1px solid; 
	border-bottom: #999333 1px solid; 
	-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: #fefefe;
}
.toppane {
	width: 100%;
	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;
}
.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: #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: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.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 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #007500 1px solid; 
	border-bottom: #007500 1px solid; 
	border-top: #007500 0px solid;
	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: #007500 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFFFFF;
	border-right: #007500 1px solid; 
	border-top: #007500 1px solid; 
	border-left: #007500 1px solid; 
	border-bottom: #007500 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;
}

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:11.5em;
   wi/dth:12.5em;
    background-color:#FFFFFF;
}

#nav li {
  position: relative;
  float:left;
  line-height : 1.25em;
  width: 11.5em;
wi/dth: 12.5em;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
 	left: -50000em;
                  	background-color:#ffffff;
  	margin:-1.9em 0 0 10.5em;
	mar/gin:-1.9em 0 0 11.5em;
	border:1px solid #333;

}

#nav li ul ul { /* third-and-above-level lists */
	  left: -50000em;
   	  background-color:#53c0e7;
  	  border:0px solid #333;
}

#nav a {
    font-size:.8em;
	display:block;
	width: 12.5em;
    text-align: left;
    text-decoration:none;
    font-weight:bold;
    margin:1px 0 1px 2px;
    padding : 2px 0 2px 6px;
    border:0px solid #ffffff;
    color:#000;
}
#nav li a:hover {
  background-color: #999333;
  border:0px solid #ECE79D;
  color:#ffffff;
}
#nav li a.SelectedTab {
    font-weight:bold;
     background-color: #FFF;
    color:#000;
}
#nav li.SelectedTab a { 
font-size:1.08em;
	display:block;
	w/idth: 14em;	
width: 13em;
        text-decoration:none;
        font-weight:bold;
        margin:0px 0 1px 2px;
        padding : 1px 1 2px 6px;
        font-weight:bold;
        background-color: #d7d8a2;
        color:red;
        line-height : 1.25em;
        border-Left-width: 3px; 
        border-Left-style: solid; 
        border-Left-color: #007500; 
        border-bottom-width: 1px; 
        border-bottom-style: solid; 
        border-bottom-color:  #007500;  
        border-Top-width: 0px; 
        border-Top-style: solid; 
        border-Top-color: #332D5B; 
        border-Right-width: 0px; 
        border-Right-style: solid; 
        border-Right-color: Red;  
}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: 0px;
}


#navContainerBorder {
    background-color:white;
    padding:2px;
    border:0px solid #333;
    height:30em;
}
#navContainer {
   border:0px solid #333;
   background-color: #FFFFFF;
   height:30em;
   width:12.5em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}