/* body{
    -moz-filter: grayscale(100%);
    /* IE 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    /* Chrome, Safari 
    -webkit-filter: grayscale(1);
    /* Firefox 
    filter: grayscale(1);
	
}
*/
body {background-color: #CCCCCC} 

a:link { color: #000000; font-size: 11pt; text-decoration: none}
a:visited { color: #000000; font-size: 11pt; text-decoration: none}
a:active {  color: #CCCCCC; font-size: 11pt; text-decoration: none}
a:hover { background: #ab0707; color: #FFFFFF; font-size: 11pt; text-decoration: none }
table {  font-family: "Tahoma", "MS Sans Serif", "Microsoft Sans Serif"; color: #000033; font-size: 10pt}
table, th,td {

    border-radius: 5px;
}

.tableborder {
	BORDER-RIGHT: #072a66 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #072a66 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #072a66 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #072a66 1px solid; BACKGROUND-COLOR: #fff
}
input {  font-family: "MS Sans Serif", "Microsoft Sans Serif"; font-size: 10pt;  border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px ;}

input[type=submit] {
    padding:5px 15px; 
   background:#80FF9F; 
	
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}
input[type=button] {
    padding:5px 15px; 
    background:#80FF9F; 

    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}
input[type=button]:hover {
    color: red;
	font-weight:bold;
	}
	input[type=submit]:hover {
    color: red;
	font-weight:bold;
	}
textarea {  font-family: "MS Sans Serif", "Microsoft Sans Serif"; font-size: 10pt; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.style2{	font-size: 12px ;
			color: #FF0000;
			 font-weight: bold;
			 }
			 
.style3{	font-size: 12px ;
			color: #000000;
			 font-weight: bold;
			 }
			
 .style4{	font-size: 10px ;
			color:  #33CCCC;
			 
			 }
.style5{	font-size: 15px ;
			color:  #0000FF;
			font-weight: bold;
			 
			 }
 .datable tr:hover{
background-color:#CCCCCC;
color:#0000FF;}

.tabletr{
	background-color: #999999;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.Indisp{
	font-size: 15px ;
			color:  #FF0000;
			font-weight: bold;
}
.styleH {
color: #0000FF;
font-weight: bold;
font-size: 14px;}
.styleS {
color: #FF6600;
font-weight: bold;
font-size: 12px;}
.styleSS {
color: #000000;
font-size: 12px;}
.styleHH {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.styleEdit {
	color: #0000FF;
	font-weight: bold;
	font-size: 18px;
}
.styleA {
color: #0000FF;
font-weight: bold;
font-size: 18px;}
.styleR {
color: #FF0000;
font-weight: bold;
font-size: 18px;}
.styletxt {
color: #FF0000;
font-weight: bold;
font-size: 14px;}


    tr:nth-child(even) { background-color:#FFFFFF; }
    tr:nth-child(odd) { background-color:#FFFFFF; }
    tr:first-child {background-color:#FFFFFF;}