/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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;
	
}
.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_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: 0px; 
	height: 100%;
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	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; 
}
.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: #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;
}

.MenuClass1
{ font-family: Verdana,Arial, Tahoma;
     font-size:12px;
     font-weight:bold;
     /*background-color:#062E7D;*/
    /* background-image:url(menubg1.gif);
     background-repeat:repeat-x;*/
    /* background-position:center;*/
     color:#000000;
     padding-top:8px;
     
    height:31px;
     
  
   /*  border:solid 1 red;*/
   display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */

          
     
}

.MenuClass2
{ font-family: Verdana,Arial, Tahoma;
     font-size:12px;
     font-weight:bold;
     /*background-color:#062E7D;*/
    /* background-image:url(menubg1.gif);
     background-repeat:repeat-x;*/
    /* background-position:center;*/
     color:#000000;
       padding-top:8px;
     
   height:31px;
    
     text-decoration:underline;
   
     display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */
     

          
     
}


.MenuClass3
{ font-family: Verdana,Arial, Tahoma;
     font-size:12px 
     font-weight:bold;
     
     
    /*  text-decoration:underline;*/
    /* background-color:#062E7D;*/
    /* background-image:url(menubg1.gif);
     background-repeat:repeat-x;*/
     /*background-position:center;*/
     color:#000000;
       padding-top:8px;
     height:31px;
    
    
     display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */

          
     
}






/*this style also exists inside ascx*/
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	width:900;
	border-left:solid 1px #64250b;
	border-right:solid 1px #64250b;
	 
	 
	/*background-image:url(menubg4.gif);
	background-repeat:no-repeat;*/

background-image:url(menubg01.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
 height:31px;

text-align:center ;




	
	background-color:Transparent;
	display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */	
  
	
}

/*for subitems*/
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	font-family: Verdana,Arial, Tahoma;
     font-size:12px ;
     font-weight:bold;
     
     color:black;
     background-image:none;
     /*filter: alpha (opacity=85);
 opacity: 0.85;

      background-color:#C7C6C7; */
      
	
	
        white-space: nowrap;  /*Word wrapping menu item now optional*/
       
      padding: 0px 6px 0px 0px;
     
      
      
         height:25px;
      
    
     display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */	
}

.main_dnnmenu_itemhover2 td
{
     /*TD if menu option for using tables is on*/
	font-family: Verdana,Arial, Tahoma;
    font-size:12px ;
     font-weight:bold;
     
     color:#000000;
     background-image:none;
     /*filter: alpha (opacity=85);
 opacity: 0.85;

      background-color:#C7C6C7; */
     text-decoration:underline;
      
	
	
        white-space: nowrap;  /*Word wrapping menu item now optional*/
       
      padding: 0px 6px 0x 0px;
     
      
      
         height:25px;
    
     display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */	
}

/*end subitems*/




.main_dnnmenu_submenu {
filter: alpha (opacity=90);
 opacity: 0.9;

      background-color:#C7C6C7; 
      
	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 */
	
	
} 

/* this is now inside the skin
#Divider
{           background-image:url(sep.jpg);
           
           
            width:2px;
            vertical-align:middle;
            background-repeat:no-repeat;
            background-position:center;
         
           padding:0px 8px 0px 8px;
         

            
      

            
}*/

.user-login2
{
    font-family: Verdana,Arial, Tahoma;
     font-size:8pt;
     font-weight:bold;
      background-color:White;
      
}

.copyrights
{
    font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}

.blue_link
{
     color:#023E97;
}

a.blue_link:link
{
     color:#023E97;
}

a.blue_link:active
{
     color:#023E97;
}

a.blue_link:hover
{
     color:#023E97;
}

a.blue_link:visited
{
     color:#023E97;
}

.topleft
{
    width:10px;
    height:10px;
    background-image:url(topleft.gif);
    background-repeat:no-repeat;
}

.topright
{
    width:10px;
    height:10px;
    background-image:url(topright.gif);
    background-repeat:no-repeat;
}

.bottomleft
{
    width:10px;
    height:10px;
    background-image:url(bottomleft.gif);
    background-repeat:no-repeat;
}

.bottomright
{
    width:10px;
    height:10px;
    background-image:url(bottomright.gif);
    background-repeat:no-repeat;
}

.bottom1
{
 
    height:10px;
    background-image:url(bottom1.gif);
    background-repeat:repeat-x;
}

.top1
{
  
    height:10px;
    background-image:url(top1.gif);
    background-repeat:repeat-x;
    
    
}


.left1
{
  
    width:15;
    
    background-image:url(left1.gif);
    background-repeat:repeat-y;
    
    
}

.right1
{
  
    width:15;
    
    background-image:url(right1.gif);
    background-repeat:repeat-y;
    background-position:right;
    
    
}

.copyrights_link
{
    font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}

a.copyrights_link:link
{
    font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}
a.copyrights_link:active
{
   font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}
a.copyrights_link:visited
{
    font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}
a.copyrights_link:hover
{
    font-family: Tahoma,Verdana,Arial;
     font-size:11px;
     font-weight:bold;
     color:#000000;
    
}


.red_link
{
     color:#8e0025;
}

a.red_link:link
{
     color:#8e0025;
}

a.red_link:active
{
     color:#8e0025;
}

a.red_link:hover
{
     color:#8e0025;
}

a.red_link:visited
{
     color:#8e0025;
}


.pink_link
{
     color:#4e137c;
}

a.pink_link:link
{
     color:#4e137c;
}

a.pink_link:active
{
     color:#4e137c;
}

a.pink_link:hover
{
     color:#4e137c;
}

a.pink_link:visited
{
     color:#4e137c;
}

.semiTransparentWhite
{
    background-color:White;
   /* filter: alpha (opacity=50);
 opacity: 0.5;*/
    
}



/* inventua_mediaplayer styles */


.inventua_mediaplayer
{
    border:solid 0 black;
    background-color:Black;
    
     
     border-collapse: collapse;
     
   }
 