﻿

.Menu
{  
	 /*background: url(menu_bg.gif) repeat-x;*/
	 background-color:#648ABD;
	
}

.Menu ul
{  
   background: url(menu_bg.gif) repeat-x;
   
	 /*width:100%;*/
	 }

.Menu ul li
{
    background:url(menu_bg.gif) repeat-x;
	
    text-align:left;
	border:5px solid #648ABD;
    /* set width if needed.*/
    /*width:140px;*/
	 color:yellow    ; 
	}
	
/*.Menu ul li:hover 
{
    background:url(menu_bg.gif) repeat-x;
    	 color:yellow    ; 

	}*/
.Menu ul li a
{
   
	background:url(menu_bg.gif) repeat-x;
	
    /*padding: 4px 2px 4px;*/
  	width:auto;
	color:black  ;
}


/*.Menu ul li ul li a
{
   
	background:url(menu_bg.gif) repeat-x;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    border-bottom: 0;
width:auto;
	color:black  ;
}


.Menu ul li ul li a:hover
{
    background:url(bgHOVER.gif) repeat-x;
	
	 color:#FF0066     ; 
}

.Menu ul li ul li ul li a
{
   
	background:url(menu_bg.gif) repeat-x;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    border-bottom: 0;
	width:275px;
	color:black ;
}*/

.Menu ul li a:hover
{
    background:url(bgHOVER.gif) repeat-x;
	width:auto;
	 color:#FF0066     ; 
}


.Menurep
{
	/*background: url(btn3.jpg) repeat-x;*/
	/*background-color : rgb(108,108,108)  ;*/
	background-color :#3a5360;

}

.Menurep ul
{  
  background: #475c71 repeat-x;
	 /*width:100%;*/

}

.Menurep ul li
{
	
	/*border:5px solid rgb(108,108,108);*/
	border:5px solid #3a5360;

    background: #475c71 repeat-x;
	/*background-color :lig*/
    text-align:left;
    /* set width if needed.*/
    /*width:110px;*/
	 color:yellow    ; 
	}

	

.Menurep ul li a
{
   
	 background:#475c71 repeat-x ;
    /*padding: 2px 2px 2px;*/
	    width:auto;
	color:white   ;
}

.Menurep ul li a:hover
{
  background: #475c71 repeat-x;
	width:auto;
	 color:red     ; 
}

.checkboxlist
{
 	max-height: 100px;
	height: auto !important ;
	height: 100px;
	width:250px;
	/*overflow: scroll;*/
	border:thick 2px black;
	overflow:auto;
}

.textupper
{
	text-transform:uppercase;
}

.textlower
{
	text-transform:lowercase;
	width:100%;
}

.printtable
{
	border:1px solid #000000;
}
.printbreak
{
	page-break-before:always;
}

.invisible
{
	visibility:hidden ;
}

.modalbackground
{
	background-color:Gray ;
}
.modalpopup
{
	background-color : Silver  ;
	border-width:5px;
	border-style:solid;
	border-color:gray;
	padding : 6px;
	width:500px;
	height:200px;
}
.msgpopup
{
	background-color : white;
	border-width:5px;
	border-style:solid;
	border-color:gray;
	padding : 6px;
	width:500px;
	height:100px;
}
.labelstyle
{
	font-family :Verdana ;
	font-size :small ;
	color :black  ;
}
.btnstyle
{
	font-family :Verdana;
	font-size :small;
	color :black;
	background-color :#33ccff;
	width :80px;
	margin-top: 0px;
}


.GVFixedHeader
        {
            font-weight: bold;
            background-color: Green;
            position: relative;
            top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
        }
        .GridViewContainer
        {
            overflow-y: scroll;
            overflow-x: hidden;
        }
               .modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 89%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin-top: 30%;
    /*padding: 10px;*/
    width: 20%;
    margin-left:40%;
    margin-right:40%;
    /*background-color:lightgoldenrodyellow   ;*/
    background-image :url('images/bg/bgd6.jpg') ;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 50px;
    width: 50px;
}