
a:link, a:visited
{
    color: #000099;
    text-decoration: none;
}
a:hover, a:active
{
    color: #FF0000;
    text-decoration: underline;
}
/*.hl
{
	}
.hl a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}
.hl a:hover, a:active
{
    color: #FF0000;
    text-decoration: underline;
}
*/

.image_description
{
	font-weight: normal;
	font-style: normal;
	color: #003E3E;
}
.lnkGrid{color:inherit;}
.dropDown
{
    border: 1px solid #818384;
	FONT-SIZE: 8pt;
    	COLOR: #000000;
    	BACKGROUND-REPEAT: repeat;
    	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    	BACKGROUND-COLOR: white;
    	TEXT-DECORATION: none;
	height: 17px;
}

.errormsg {FONT-WEIGHT: normal; FONT-SIZE:xx-small;COLOR: red; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; TEXT-ALIGN: left; TEXT-DECORATION: none}
.infomsg {FONT-WEIGHT: normal; FONT-SIZE:11px;font-weight:bold; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; TEXT-ALIGN: left; TEXT-DECORATION: none}


.tlrowlight { background-color: #ffffff; height:16px }
.tlrowlight:hover { background-color:#fced86; color:#7f0037; height:16px}
.tlrowdark
{
	background-color: #E4E4E4;
	height: 16px;
}
.tlrowdark:hover { background-color:#fced86; color:#7f0037; height:16px}
.tlheader
{
	background-color: #CCCCFF;
	height: 35px;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.tlheader_1
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	/*background-color: #66CCFF;*/
	color: #FFFFFF;background-color: #009933;
       filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4DB870, endColorstr=#009933 );
        background-image:-moz-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-o-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-ms-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#4DB870), color-stop(50%,#009933 ),color-stop(100%,#4DB870 ));
        
	font-size: 9pt;
	/*color: #000000;*/color: #fff;
	text-decoration: none;
}
.tlheader_1_alt
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12pt;
	color: #CC0000;
	text-align:center;
}
.searchPanel
{
	padding: 5px;
	border: thin solid #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	/*font-size: 10pt;
	text-decoration: none;*/
}
.generelMessage
{
	font-weight: bold;
	color: #FF0000;
}
.lblpager
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#7f0037;
    background-color:#fced86;
    text-decoration:none;
    text-align: center;
}

.lnkpager:hover
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#ffffff;
    background-color:#ffc4e0;
    text-decoration:none;
    text-align: center;
}

.lnkpager
{
    border:#7f0037 1px solid;
    font-size: 10px;
    color:#ffffff;
    background-color:#ffffff;
    text-decoration:none;
    text-align: center;
}

.gridcellpadding
{
    padding:5px;
}

.gridtextboxrightalign
{
    text-align:right;
}

.mandatory
{
    color:#FF0000;
}


.popupBackground
{
    background-color:#999999;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.popup
{
    border: 2px solid #009933;
    border-collapse: collapse;
    z-index: 9999;
    width: 400px;
    height: 580px;
    background-color: #f2f2f2;
    padding: 0px;
}
.popupImage
{
   /*background-color:#999999;
    filter:alpha(opacity=70);
    opacity:1;
     z-index:9999;*/
       background: rgb(0, 0, 0) transparent;   /* Fallback for web browsers that doesn't support RGBa */
            background: rgba(0, 0, 0, 0);   /* RGBa with 0.6 opacity */
             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);  /* For IE 5.5 - 7*/
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";  /* For IE 8*/
        
}

.popupForm
{
    border:2px solid #7f0037;
    z-index:9999;
    width:500px;
    background-color:#f2f2f2;
    padding:0px;
}
.popupLabel{
    background-color: #009933;
       filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4DB870, endColorstr=#009933 );
        background-image:-moz-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-o-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-ms-linear-gradient(top, #4DB870 0%, #009933  50%,#4DB870  100%);
        background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#4DB870), color-stop(50%,#009933 ),color-stop(100%,#4DB870 ));
        
     height: 15px; text-align: left; padding: 2px;color:White;font-weight:bold;}
.formLabel
{
    border:1px solid #7f0037;
    padding-left:10px;
    text-align:left;
    background-color:#ffc4e0;
}

.formEdit
{
    border:1px solid #7f0037;
    padding-left:10px;
    text-align:left;
}

/*.but1
{
	border: thin solid #000000;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#009933, endColorstr=#66C285);
	background-image:-moz-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-webkit-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-o-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-ms-linear-gradient(top, #009933 0%, #66C285 50%,#009933 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#009933), color-stop(50%,#66C285),color-stop(100%,#009933));
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding:0;
	color:#000;
}*/
.but1 {
  background: #6bf748;
  background-image: -webkit-linear-gradient(top, #6bf748, #21610c);
  background-image: -moz-linear-gradient(top, #6bf748, #21610c);
  background-image: -ms-linear-gradient(top, #6bf748, #21610c);
  background-image: -o-linear-gradient(top, #6bf748, #21610c);
  background-image: linear-gradient(to bottom, #6bf748, #21610c);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.but1:hover {
  background: #21610c;
  background-image: -webkit-linear-gradient(top, #21610c, #6bf748);
  background-image: -moz-linear-gradient(top, #21610c, #6bf748);
  background-image: -ms-linear-gradient(top, #21610c, #6bf748);
  background-image: -o-linear-gradient(top, #21610c, #6bf748);
  background-image: linear-gradient(to bottom, #21610c, #6bf748);
  text-decoration: none;
}
.butNav
{
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/*background: rgb(66, 184, 221);  this is a light blue */
	background-color:#CC6600/*#3366FF*/;
	padding:5px;
	float:left;
	display:block;
}
.butNavLeft
{
	border-radius: 10px 0 0 10px;
}
.butNavRight
{
	border-radius: 0 10px 10px 0;
}
.butNavSingle
{
		border-radius: 10px;
}

.but2
{
	border: thin solid #5C2E2E;
	background-color: #FFF30F;
	color: #000000;
	font-family: 'tahoma' ,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
/*Added By Riddhi*/
.txtBox
{
    border: 1px solid #818384;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none;
    margin-left: 0px;
}
.popupMenu
{
	border-style: groove;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	background-color: #CC6600;
	opacity: .9;
	filter: alpha(opacity=90);
	color: #FFFFFF;
	font-size: 10px;
}
/* Home Page Style */
 .topnav
        {
            width: 213px;
            padding: 40px 28px 25px 0;
            font-family:  Arial, Helvetica, sans-serif;
        }
        ul.topnav
        {
            padding: 0;
            margin: 0;
            font-size: 1em;
            line-height: 0.5em;
            list-style: none;
        }
        ul.topnav li
{
	background-color: #009933;
	border: thin dotted #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
        ul.topnav li a
        {
            line-height: 10px;
            font-size: 13px;
            padding: 10px 5px;
            color: #fff;
            display: block;
            text-decoration: none;
            font-weight: bolder;

            
        }
        ul.topnav li a:hover
        {
            background-color: #fff;
            color: #009933;
            	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
        }
        ul.topnav ul
        {
            margin: 0;
            padding: 0;
            display: none;
        }
        ul.topnav ul li
{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #666666;
}
        ul.topnav ul li a
        {
            padding-left: 20px;
            font-size: 12px;
            font-weight: bolder;
            outline: 0;
            color:#fff;
        }
        ul.topnav ul li a:hover
        {
            background-color: #D3C99C;
            color: #000;
        }
        ul.topnav ul ul li 
        {
            background-color:#F4EFE4
        }
        ul.topnav ul ul li a
        {
            color: Black;
            padding-left: 40px;
            font-size:11px
            font-weight: bolder;
        }
        ul.topnav ul ul li a:hover
        {
            background-color: #D3CEB8;
            color: #675C7C;
        }
        ul.topnav span
        {
            float: right;
        }
#slideshow
{
	position: relative;
	width: 95%;
	height: 320px;
	padding: 10px;
	background-color: #D7D7D7;
	-webkit-box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
box-shadow: -17px 23px 30px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
        #slideshow > div
        {
            position: absolute; 
           top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
        } 
     /*     #slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; */
/* cn theme top / default */
.ajax__tab_cn .ajax__tab_header { font-family:verdana,tahoma,helvetica; font-size:11px; background-color:#ffffff; border:2px solid #e0e0e0; border-bottom:0; height:30px; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_outer { background-color:#f8f8f8; border-bottom:2px solid #61399d; height:30px;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_inner { background-color:#f8f8f8; border-left:2px solid #e0e0e0; border-right:2px solid #e0e0e0; height:30px; vertical-align:middle; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_tab { color:#000000; padding:4px; padding-left:8px; padding-right:8px; margin:0px; background-color:#f8f8f8; height:20px; }

.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_outer { cursor:pointer; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_inner { cursor:pointer; border-right:2px solid #61399d; border-left:2px solid #61399d;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_hover .ajax__tab_tab { color:#ffffff; cursor:pointer; border-top:2px solid #61399d; border-bottom:2px solid #61399d; background-color:#61399d; }

.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_outer  { cursor:pointer; }
.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_inner { cursor:pointer; border-right:2px solid #61399d; border-left:2px solid #61399d;}
.ajax__tab_cn .ajax__tab_header .ajax__tab_active .ajax__tab_tab  { color:#000000; cursor:pointer; border-top:2px solid #61399d; border-bottom:2px solid #EDF5FF; background-color:#EDF5FF; }

.ajax__tab_cn .ajax__tab_body { font-family:verdana,tahoma,helvetica; font-size:10pt; border:2px solid #61399d; padding:8px; background-color:#EDF5FF; }



/* CSS Button with Image Background */

.btn_img_bg_ls {width:35px;height:35px; border:none; text-decoration:none; }
.btn_img_bg_ls:hover { cursor:pointer; }

.img_add_ls {background: url('../images/add.png') no-repeat;}
.img_search_ls {background: url('../images/search.png') no-repeat;}



.btn_img_bg {width:25px;height:25px; border:none; text-decoration:none; }
.btn_img_bg:hover { cursor:pointer; }

.img_add {background: url('../images/img-add.png') no-repeat;}
.img_edit {background: url('../images/img-edit.png') no-repeat;}
.img_cancel {background: url('../images/img-cancel.png') no-repeat;}
.img_delete {background: url('../images/img-delete.png') no-repeat; }
.img_update {background: url('../images/img-update.png') no-repeat;}