
.Menu
{  
	background: url(btn3.gif) repeat-x;
    height :25px;
	}

.Menu ul
{  
  background: url(btn3.gif) repeat-x;
     height :25px;
	 width:100%;

}

.Menu ul li
{
    background: url(btn3.gif) repeat-x;
    text-align:left;
    /* set width if needed.*/
    width:110px;
	 color:yellow    ; 
	}
	
Menu ul li:hover 
{
    background: url(btn3.gif) repeat-x;
	   width:110px;
    	 color:yellow    ; 
	}
.Menu ul li a
{
   
	 background: url(btn3.gif) repeat-x;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    /*border:1px solid #648ABD;*/
    border-bottom: 0;
	width:275px;
	color:white  ;
}

.Menu ul li a:hover
{
    background:url(btn3.gif) repeat-x;
	width:275px;
	color:yellow; 
}

.Menurep
{
	background: url(blue_bar.png) repeat-x;
}

.Menurep ul
{  
  background: url(blue_bar.png) repeat-x;
	 width:100%;

}

.Menurep ul li
{
    background: url(blue_bar.png) repeat-x;
    text-align:left;
    /* set width if needed.*/
    width:110px;
	 color:yellow    ; 
	}

	
Menurep ul li:hover 
{
    background: url(blue_bar.png) repeat-x;
	   width:110px;
    	 color:RED    ; 
	}
.Menurep ul li a
{
   
	 background: url(blue_bar.png) repeat-x;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    border-bottom: 0;
	width:275px;
	color:Black  ;
}

.Menurep ul li a:hover
{
  background: url(blue_bar.png) repeat-x;
	width:275px;
	 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;*/
	background-image :url(w11.jpg);
	width :80px;
		}
.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;
        /*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;
}