html {height: 100%;}
  




body  
{ position : relative;
  margin: 0px; 
  color: #444;
  min-height: 100%; 
  background-color: #fff; 
  font-family: Arial,sans-serif; 
  font-size: 10pt; width:100%;
  color: #123759;
  padding-bottom: 6rem;

 }
/*
body {
	margin: 0;
	font-size: 100%;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
*/
.header  
{
 background-image: url('../images/images11.jpg'); 
 white-space:nowrap; 
 border-spacing: 0em; 
 border-collapse:collapse;
  
}

.header_left 
{
 float:left;
 padding-left:0em;
 padding-top:0em;
 padding-bottom: 0.5em;
 }


ul.forms_left 
{
	float: left;
	padding-left:0em;
	padding-right:0em;
	padding-top:0em;
	margin-left:0em;
	margin-bottom:0em;
	padding-bottom: 0.4em;

}


ul.forms_left 
li 
{
	display: inline-block;
	text-align:left;

}



ul.forms_left li a 
{
	
	color: #fff;
	font-size: 1.5em;
	padding: 0.6em 1em;
	text-transform:none;
	letter-spacing: 1px;
}


ul.forms_left li a.active 
{
	background: #5C225F;
}
ul.forms_left li a.inactive 
{
	font-weight:bold ; font-size: 1.2em; color: #333333;
}


	

.header_right {
		float: none;
		text-align: center;
		padding-top:0.5em;
		padding-bottom: 0.5em;
		vertical-align:middle;
	}

ul.forms_right {
	float: right;
	margin-top: 5px;
	margin-right:10px;

}



ul.forms_right li a {
	background: #ee4f4f;
	color: #fff;
	font-size: 0.9em;
	padding: 0.6em 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.forms_right li a:hover {
	background: #168eea;
}

ul.forms_right li a.active {
	background: #168eea;
}


ul.forms_right li {
	display: inline-block;
	list-style: none;
}


.greemrow
{   
    background:#A3C034;
    padding-left:0px;
 
    
    }


a { color: #444; text-decoration: underline }
a:visited { color: #444; }
a:hover { color: #1e9000; }
a:active { color: #1e9000; }
/*
a.active { color: #ffffff; text-decoration: none;font-amily:verdana; font-size: 14px; }
a:visited.active { color: #ffffff; text-decoration: none; font-family:'verdana'; font-size: 14px;}
a:hover.active { color: #ffffff; text-decoration: none; font-family:'verdana'; font-size: 14px;}
a:active.active { color: #ffffff; text-decoration: none; font-family:'verdana'; font-size: 14px;}

a.inactive { color: #003366; text-decoration: none; text-decoration: none; font-family:'verdana'; font-size: 14px;}
a:visited.inactive { color: #003366; font-family:'verdana'; font-size: 14px;}
a:hover.inactive { color: #003366; text-decoration: underline; font-family:'verdana'; font-size: 14px;}
a:active.inactive { color: #003366; font-family:'verdana'; font-size: 14px;}
*/
.headercopyright { padding-left: 10px; color:#464646; font-size: 13px; }
.headeruser { text-align: right; padding-right: 10px; color:#464646; font-size: 10px; }
.tdtop{
    
    background-color:White;
    background-image:url('images/bg-lhsTitle.gif');
    background-repeat:no-repeat;
}

.tabbox
{
	/*background-color:#f9fcff;*/
	background-color:#DCECF9;
	
	border:1px solid #B2C5D7;
	border-top:0px;
	padding:5px;
}
.tabbg{
	border:1px solid #B2C5D7;
	background-color:#f9fcff;
	padding:8px;
}
/*
.button 
{
    background-image: url('../images/button1a.gif');
    background-repeat:repeat-x;
    font-weight:bold;
    color:White;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    padding:5px 5px 5px 5px;
        width: 70PX;
    }
*/
	

FIELDSET 
{
    border : 2px solid #E2DBDD;
	padding: 0px;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0.4em;
}



.main
{
	background-color:#787878;
	width:100%;
    vertical-align:top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	 
.lab
{
	margin-left :10;
	font-size :12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-left:11px;
	text-align: center;
	color:Black;
	font-family:Tahoma, Arial;
}
.ddl
{
	background-color:#F1EBED ;
	color:Black;
	width:175px;
	height:25px;
	font-family:Tahoma, Arial;
	font-size:12pt;
	margin-bottom: 0px;
}
.ddl:hover
{
	background-color:White ;
	color:Black;
	width:175px;
	height:25px;
	font-family:Tahoma, Arial;
	font-size:12pt;
	margin-bottom: 0px;
}







.lblheading
{   font-size:10pt;
	color:#464644;
	font-weight:bold;
	margin-left :10;
	margin-bottom:5px;
	margin-top:5px;
}





.txtboxlong
{
	
	font-family: Arial, Sans-Serif;
	
	border:#515151 1px solid;
	text-align:left ;
	padding:2px;
	height:27px;
	margin:5px;
	width:250px;
	font-size: 16px;
	color:Black;
	vertical-align:middle;
	
}
.txtboxlong:hover
{
	
	font-family: Arial, Sans-Serif;
	background-color:#D2D2D2;
	border:#515151 1px solid;
	text-align:left ;
	padding:2px;
	height:2em;
	margin:5px;
	width:250px;
	font-size: 14px;
	color:Black;
	vertical-align:middle;
	
}


.txtbox
{   
    text-align:left;
    color:Black;
	font-family:Tahoma, Arial;
	font-size:12pt;
    margin-bottom: 0px;
}
.lbl
{
text-decoration:none;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: normal;
    font-family: "Lucida Grande", verdana;
color:Black;
padding:0px 0px;
cursor:pointer;
}

.headtitle { width: 100%; background-color:#F1EBED; text-align:center; padding: 0px 0px 0px 0px; font-weight: normal; color:Black; }
.footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0;
  padding: 0rem;


  text-align: center;
  font-family: Arial,sans-serif; 
  font-size: 10pt; 
  color: #123759;
   background-image: url('../images/images11.jpg'); 
 white-space:nowrap; 
 border-spacing: 0em; 
 border-collapse:collapse;
}

/*-- //blog --*/


/*-- footer --*/

.footer_wthree_agile
{position: absolute;
	/*background: #0f0f10;*/
	 background:#444;
	padding: 1em 0;
	  right: 0px;
  bottom: 0px;
  left: 0; 
  

}



.footer_wthree_agile p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	    padding-top: 16px;
}

.footer_wthree_agile p a {
	color: #ee4f4f;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.footer_wthree_agile p a:hover {
	color: #fff;
}


/*-- //footer --*/
