/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 30, 2014, 12:20:06 PM
    Author     : Sasikala
*/
.mandatory {
    
}

.mandatory:after {
   /* Empty content, but required for pseudo element to display */
   content: "*";

   /* Size of star within sprite */
   /* vertical-align: bottom;
    margin-right: -4px;*/
    font-size: 16px;
    color: red;
}
.rounded_border{
    border-radius: 13px 13px 13px 13px;
    padding-left: 4px;
    font-family: serif;
    background-color: whitesmoke;
    height: 20px;
    border-style: ridge;border: ridge;border-width: 0.1px;border-color: grey;
}
.menu_style{
    background-image:linear-gradient(top,#3d87bf,#2d649f);
    border-radius: 13px 13px 13px 13px;
    height: 100px;
    overflow: hidden;
    padding: 5px;
    width: 262px;
    background-color: #2d649f;

}
.main_table {
    font-family: serif;
    height: 55px;
}
.main_table tr{
    background-color:white;
}
.main_table td { padding:6px; 
                 background-color: #B3D98C;             
}
.main_table tr:last-child td:first-child {
    border-radius: 0.6em 0 0 0.6em;
}
.main_table tr:first-child td:last-child{
    border-radius: 0 0.6em 0.6em 0 ;
}
/*.main_table td { padding:4px; 
border-right: 0.03px ridge bisque;
vertical-align: middle;
padding-bottom: 3px;
background-color: #B3D98C;
}
.main_table td:first-child {
border-left: none;
}
.main_table td:last-child {
border-right: none;
}*/
.admin_table{
    border-collapse:collapse;font-family: serif;border: none;
    border-radius: 13px 13px 13px 13px;
    cellspacing:5px;
}
.admin_table tr:nth-child(even){
    background: #e3f1d4;
}
.admin_table tr:nth-child(odd){
    background: #c0df9f;
}
.admin_table td{
    border-right: 0.03px ridge burlywood;
    padding-left: 8px;
    height: 20px;
}
.admin_table td:last-child{
    border-right: none;
}
.common_table{
    border-collapse:collapse;font-family: serif;font-size: 15px;border: none;
    cellpadding:0;
}
.common_table th{
    font-family: serif;padding-left: 8px;
    padding-right: 8px;
}
.common_table tr:nth-child(even){
    background-color:#E6F0DB;
}
.common_table tr:nth-child(odd){
    background-color:#CCE6B3;
}
.common_table td{
    padding-left: 8px;
    padding-right: 8px;
}
.common_table1{
    border-collapse:collapse;font-family: serif;font-size: 13px;border: none;
    cellpadding:0;
}
.common_table1 th{
    font-family: serif;
   border-right: ridge;border-right-color: gray;border-right-width: 0.4px;
}
.common_table1 tr:nth-child(even){
    background-color:#E6F0DB;
}
.common_table1 tr:nth-child(odd){
    background-color:#CCE6B3;
}
.common_table1 td{
    padding-left: 0.9px;border-right: ridge;border-right-color: gray;border-right-width: 0.4px;
    padding: 1px;
}
.common_table1 td:last-child{
   border-right: none;border-right-color: white;border-right-width: 0px;
}
.common_table1 th:last-child{
   border-right: none;border-right-color: white;border-right-width: 0px;
}



.Hue-90 { background-color:#CCE6B3; }
.Hue-90l{background-color:#E6F0DB;}
.green { background-color:#4BB74C; }
.formerr{color:red;}
a.changeRed:link{
    font-family: serif;text-decoration: none;color: white;
}
a.changeRed:hover { /* change to blue on mouseover */    color: red;}
a.link:active {color: black;}
.common_button{
    background-color:#80A659;width:75px;font-weight:bold;height:30px;padding-left: 5px;padding-right: 5px;font-family: serif;
    text-spacing: 4px;color: black;  border-radius: 13px 13px 13px 13px;border:0;vertical-align:middle;
    cursor: pointer;
}
.link_button{
    background-color:#B3D98C;
    padding-top: 5px;padding-bottom:5px;
    padding-left:5px;padding-right: 5px;
    color:white;
    font-family: serif;text-spacing: 4px; 
    border-radius: 13px 13px 13px 13px;border:0;vertical-align:middle;cursor:pointer;
}
.rounded_div_border{
    width: 900px;-webkit-border-radius: 12px;-moz-border-radius: 7px;border-radius: 7px;
    border-color: #CCE6B3;
    border-style: ridge;
    overflow-y: auto;
}
.rounded_div_border_long{
    float:left;width: 1030px;-webkit-border-radius: 12px;-moz-border-radius: 7px;border-radius: 7px;
    border-color: #CCE6B3;
    border-style: ridge;
    overflow-y: scroll;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
        left: 276px;
    top: 476px;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #B3D98C;
	color: black;
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: serif;
	width: 25px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 12px;
	text-align: center;
	font-family: serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}