a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #6B8E2E;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #6B8E2E;
}
a.menu:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #6B8E2E;
}
.FontClass1
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322;
}
.FontClass2
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #585757;
}
.FontClass3
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #555655
} 
.FontClass4
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #4C4C4C;
}
.FontClass5
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #6B6B6B
}
.FontClass6
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #6A6A6A;
}
.FontClass7
{
font-family: arial;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
a.ReadMoreClass
{
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.ReadMoreClass:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.ReadMoreClass:visited
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #708322
}
a.metamorph
{
color: #FFFFFF;
text-decoration: none;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
a.metamorph:visited
{
color: #FFFFFF;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
a.metamorph:hover
{
color: #FFFFFF;
text-decoration: underline;
font-family: arial;
font-size: 10px;
font-weight: bold;
}

.white {color: #FFFFFF}
.style3 {
	color: #000000;
	font-size: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.style5 
{
 color: #FFFFFF;
 font-size: 18px;
 text-decoration:none; 
 
 
}
a.style6 
{
 color: #0000cc;
 font-size: 18px;
 text-decoration:none;
 
 
 
}

a.style5:hover
{
text-decoration: underline;

font-size: 18px;
color: #FFFFFF;
 
}
.rounded_menu{
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 border-radius: 10px;
 *border-radius: 10px;
 background-color:#118451;
}
.tbl_rounded_corner{
-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 *border-radius: 5px;


}
.rounded_semi_table{
-moz-border-radius: 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
 -khtml-border-radius: 20px 20px 0px 0px;
 border-radius: 20px 20px 0px 0px;
 *border-radius: 20px 20px 0px 0px;
 background-color:#ECECEC;

}

.data_table{  
background-color:#297DC3;
 border-spacing: 1px;
 border-collapse: separate;
 

}




.fail 
{
color: #ff0000; 
/* text-decoration:blink;  */
font-style:italic;

}
.mainb
{
margin-left:10px;
}

.white{

color:#FFFFFF;
font-weight:bold;

}


.black{

color:#000000;
font-weight:bold;

}
.orange{

color:#ff6600;
font-weight:bold;

}
#login {
    background-image: url("images/footerbgds_.jpg");
    background-repeat: repeat;
    
} 

.logininput {
	background-color: rgb(255,255,255);
	border: 1px solid rgb( 186, 186, 186 );
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	display: block;	
	margin: 6px 0 12px 0;
	padding: 8px;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	width: 250px;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	  transition: all 0.1s linear;
          
          -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -khtml-border-radius: 20px;
            border-radius: 20px;
            *border-radius: 20px;
            vertical-align: top;
}
.logininput:focus { 
	border-color: #FFA500;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #000000;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #000000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #000000;
	color: rgb(0,0,0);
        
}

.logininputsubmit {
	background-color:#ed8223;
	color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;	
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	width:120px;
	vertical-align: top;
        margin: 6px 0 12px 0;
	padding: 8px;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
        
}                


.labelinput{
       vertical-align: top;
        color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:25px;	
        margin: 6px 0 12px 0;
	padding: 8px;	
	

}

.labelinput2{
       vertical-align: top;
        color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:25px;	
        margin: 6px 0 12px 0;
	padding: 8px;	
	

}


.welcomenote{
 font: 60px/70px "TGE",Helvetica Neue,Arial,sans-serif;
}
.uppercornerround{
    border-radius: 10px 10px 0px 0px;
}

.lowercornerround{
    border-radius: 0px 0px 10px 10px;
}

.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  
}

/* newly added */
.btn.btn-warning {
   
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn.btn-menu {
   color: #ffffff;
    font-size: 18px;    
   
      border-radius: 10px;
    /*background-color: #f39c12;
    border-color: #e08e0b;*/
    background-color:#118451;
}
.btn.btn-selectedmenu {
    
    border-radius: 10px;
    color: #0000cc;
    font-size: 18px;
    
    text-decoration: none;
    background-color:#118451;
}


.btn.btn-sm {
    font-size: 12px;
}
.btn.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.odd{ background-color: #d9e6f0; }

.even{ background-color: #ffffff; }
.marketing{width:80%;}