#TopBar_AftLogin {
    height: 180px;
    background: #006699;
    z-index: 1;
    margin-bottom: 0px;
}

.Header_AftLogin h3 {
	color: #FFFFFF;
	font-weight: 300;	
	font-size: 27px;
	padding-bottom: 0px;
	display: inline-block;
	margin-top: 110px;
}



input[type="submit"]{
    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    font-size: 15px;
    padding: 8px 18px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}
input[type="submit"]:hover{
    background: #252528;
}

input[type="button"]{
    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    font-size: 15px;
    padding: 8px 18px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}
input[type="button"]:hover{
    background: #252528;
}


.accordion {
margin-bottom: 20px;
}
#services .accordion-group {
border: 0px;
}

.accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}





#services a.accordion-toggle{
	color:#006699;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
}
#services .accordion-heading .accordion-toggle {
	background-color:#FFFFFF;
	border-left:4px solid #006699;
	border-bottom: 1px solid #006699;
	padding:5px 10px;
}
#services .accordion-heading .accordion-toggle:hover {
	background-color:#cccccc;
}
#services .accordion-group{
	border:0px;
}
#services .accordion-inner{
	font-size:13px;
	padding:5px;
}
#services .accordion-inner ul{
	margin:0px;
}
#services .accordion-inner ul li{
	background:url(../img/bullet.gif) no-repeat 0px 7px;
	padding:0px 0px 3px 10px;
	list-style:none;
}
#services .accordion-inner .nobg{
	background:none;
}
.side_bar .accordion-group{
	margin-bottom:0px;
	border-right:0px;
	border-radius:0px;
}



/* Custom Style added*/



Form Fields
hr{
	border-color:#eee;
}
#formFields{
	padding:5px;
}
#formFields .row{
	margin-left:0px;
}
#formFields .checkbox{
	margin-top:-15px;
	margin-left:10px;
}
#formFields .control-label{
	font-weight:600;
}
.table tr.even{
	background-color:#f0f8ec;
}
.table tr.odd{
	background-color:#ffffff;
}
.table td{
	line-height:16px;
}
.table th{
	background-color:#e6e6e6;
	border-bottom:3px solid #fff;
}

.table .redbox{
	background-color:#fee0e0;
	border:1px solid #f5bcbc;
	padding:0px 5px;
	color:#000;
}
.table .greenbox{
	background-color:#87ecb2;
	border:1px solid #6ecd97;
	padding:0px 5px;
	color:#000;
}
.table .actionbtn a{
	color:#fff;
	padding:1px 5px;
	margin:0px 1px;
	background-color:#333;
}
.table .actionbtn a:hover{
	color:#fff;
	padding:1px 5px;
	margin:0px 1px;
	background-color:#666;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00883a;
  background-image: -moz-linear-gradient(top, #03aa4a, #00873a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#03aa4a), to(#00873a));
  background-image: -webkit-linear-gradient(top, #03aa4a, #00873a);
  background-image: -o-linear-gradient(top, #03aa4a, #00873a);
  background-image: linear-gradient(to bottom, #03aa4a, #00873a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff03aa4a', endColorstr='#ff00873a', GradientType=0);
  border-color: #00873a #00873a #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00873a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders **/

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #00873a;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00883a \9;
}
.btn-custom {
  background-color: hsl(0, 0%, 12%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666", endColorstr="#1e1e1e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#666666), to(#1e1e1e));
  background-image: -moz-linear-gradient(top, #666666, #1e1e1e);
  background-image: -ms-linear-gradient(top, #666666, #1e1e1e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #1e1e1e));
  background-image: -webkit-linear-gradient(top, #666666, #1e1e1e);
  background-image: -o-linear-gradient(top, #666666, #1e1e1e);
  background-image: linear-gradient(#666666, #1e1e1e);
  border-color: #1e1e1e #1e1e1e hsl(0, 0%, 5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}
.labeltext {
width: 60% !important;
text-align: left !important;
margin-left: 20px;
}
.form-horizontal .control-label {
padding-top: 0px;
}
/* css to reduce space betn fields */
.form-horizontal .control-group {
margin-bottom: 5px;
}
.control-group {
margin-bottom: 5px;
}
/* css to reduce space betn fields*/
.input-text{
 float: left;
 text-align: left;
 margin-left: 22px;
}

/* InnerPage */
.content{
	margin-bottom:10px;
	padding-right:<%=strContentRHMargin%>px; 
	padding-left:<%=strContentRHMargin%>px; 
}
.content p{
	padding: 0px 0px 10px 0px;
}
.bolder{
	font-weight: bold;
}
.content ul{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.content li{
	list-style: none;
	padding-left:20px;
	background: url(../img/black-bullet.gif) no-repeat 0px 7px;
	padding-bottom: 5px;
}
.backto{
	float: right;
}
a.backto{
	background: url(../img/back-bullet.gif) no-repeat 0px 7px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.servDetail{
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-top: 10px;
}
.servDetail p{
	padding: 10px 0px 0px 0px;
}
.servDetail ul{
	padding:10px 0px;
}

/* ====Custome CSS======*/



.table tr.even{
	background-color:#e6e6e6;
}
.table tr.odd{
	background-color:#ffffff;
}
.table td{
	line-height:16px;
}
.table th{
	background-color:#187CCC;
	border-bottom:3px solid #fff;
}

.table .redbox{
	background-color:#fee0e0;
	border:1px solid #f5bcbc;
	padding:0px 5px;
	color:#000;
}
.table .greenbox{
	background-color:#87ecb2;
	border:1px solid #6ecd97;
	padding:0px 5px;
	color:#000;
}
.table .actionbtn a{
	color:#fff;
	padding:1px 5px;
	margin:0px 1px;
	background-color:#333;
}
.table .actionbtn a:hover{
	color:#fff;
	padding:1px 5px;
	margin:0px 1px;
	background-color:#666;
}

.lfdiv{
	float: left;
	width: 50%; 
	text-align: right;
	position: relative;
  }
.rfdiv {
	float: right;
	text-align: left;
	width: 49%;
	position: relative;
}
.mdiv
{
	display: inline;
	word-wrap: break-word;
	display: block;
	clear:both;
}


/* Milti div in single line */
.lt{ 
	float: left;
	width: 50%; 
	/*text-align: right;*/
  }
.rt {
	float: right;
	text-align: left;
	width: 49%;
}
/* //Milti div in single line */
.fontSize12
{
font-size:12px;
}
.fontSize14
{
font-size:14px;
}
.fontSize16
{
font-size:16px;
}
.fontSize18
{
font-size:18px;
}
.fontSize20
{
font-size:20px;
}
.fontSize12
{
font-size:12px;
}
.fontSize12
{
font-size:12px;
}
.fontSize12
{
font-size:12px;
}






.content ul li ul li:first-child {
padding-bottom: 0px;
}
.content ul ul {
margin-bottom: 0px;
}
/* ul li no space or no br */

label{
cursor: default;
}
img
{
padding-top: 2px;
padding-bottom: 2px;
padding-right: 4px;
padding-left: 4px;
}
.imgPartner
{
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px !important;
padding-left: 2px !important;
}
.labeltext {
width: 60% !important;
text-align: left !important;
margin-left: 20px;
}
.form-horizontal .control-label {
padding-top: 5px;

}
/* css to reduce space betn fields */
.form-horizontal .control-group {
margin-bottom: 5px;
}
.control-group {
margin-bottom: 5px;
}
/* css to reduce space betn fields */
.loggeduser {
float: left;
margin-top: 3px;
margin-bottom: 3px;
margin-left:10px;
color:#018b3c;
}
.input-text{
float: left;
text-align: left;
margin-left: 22px;
}
.GreeStrip
{
background-color: #03b24e;
}
.error{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: #FF0000;
}