﻿@charset "utf-8";
/* CSS Document */
/*===========================Report Form classes=================================*/
.reportform{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f3f5;
	width: auto;
	/*border: 1px solid #DDD;*/
	padding: 10px;
	font-size: 12px;
	margin: 0;
}

.reportform .textbox { border:1px solid #666; width:40%; padding:2px; float:left;/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;*/
    border-radius: 5px;}
    
.textfield 
.reportform .textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	background-color: #FFFBF0;
	border: solid 1px #696969;
	width: 500px;
}
.reportform .selectbox { width:30%; padding:2px; border:0;}
.reportform .textboxDate{border:1px solid #DDD; width:10%; padding:2px;}
.reportform fieldset {
	padding: 6px;
	background-color: #d1dbe9;
	margin: 1px 1px 10px 1px;
	border:0 none;
	vertical-align:middle;
}
.reportform .col1{ width:100%; float:left;}
/*.reportform .col2{ width:48.5%; float:right;}*/
.compCol1{ width:45%; float:left;}
.compCol2{ width:10%; float:left;}
.compCol3{ width:45%; float:left;}
.reportform label{ width:20%;  float:left; padding:4px 6px 6px 6px}
.error{
			display: none;
			margin-left: 10px;
			padding-top :10px;
		}	
	
.error_show{
	color: #CC0000;
	margin-left: 10px;
	  margin-top :10px;
}
.reportform input.invalid, .reportform textarea.invalid{
	border: 1px solid #5086be;
}

.reportform input.valid, .reportform textarea.valid{
	border: 1px solid green;
}
/*#divStateBind{margin-left :530;top:400px; }*/
#contact_submit {text-align:center;}
.contact_submit {text-align:center;}
.reportform .mainTable .textbox{width:auto;border:1px solid #DDD; padding:2px; float:left;} 
.reportform .mainTable .selectbox{width:auto; padding:3px; border:0;} 
.datashow{font-weight:bold;padding:6px; float:left;}
.submit_button{
	background-color: #5086be;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #0f4986 !important;
	cursor: pointer;
	margin-right:10px;
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;*/
    border-radius: 5px;
}
.textbox1{width:530px;border:1px solid #DDD; padding:2px; float:left;} 
.submit_button:hover, .reset_button:hover ..normal_button:hover { background-color:#5086be;}
.normal_button{
	background-color: #5086be;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #0f4986 !important;
	cursor: pointer;
	margin-right:10px;
	
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;*/
    border-radius: 5px;
}
.submit_button:hover, .reset_button:hover { background-color:#5086be;}
.reset_button{
		background-color: #5086be;
	color: #FFF;
	font-weight: bold;
	padding: 7px 15px;
	border: 1px solid #959595;
	cursor: pointer;
}
.reportform h2{ color:#5086be;  font-size:18px; line-height:26px; margin-bottom:10px;	text-align: center;}

/*.reportform h2 span{
	color: #CCC;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}*/
.spnGreay{
	color: #989898 ;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.spnBlue{
	color:#5086be;  font-size:18px; line-height:26px; margin-bottom:10px;
}

.reportform h3{ color:#5086be; border-bottom:2px solid #5086be; font-size:16px; line-height:24px; margin-bottom:10px;}

.reportform input[type=text]:focus, .reportform textarea:focus {
  border: 1px solid #5086be;
}
.calendarIcon{float:left; margin-left:10px; cursor:pointer;}
.actionButton {
	font-size: 12px;
	font-weight: bold;
	color: #FFF !important;
	background-color: #5086be;
	padding:3px 10px;
}
.actionButton:hover{background-color:#5086be; text-decoration:none;}
.clear{
	clear:both;}
.small_buttons{
	background-color: #5086be;
	color: #FFF;
	font-weight: bold;
	padding: 2px 2px;
	border: 1px solid #0f4986;
	cursor: pointer;
	margin-right:10px;
	line-height:12px;
}
.searchTip{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	background-color: #FFFBF0;
	width:200px;
	position:absolute;
	left:140px;
	top:27px;
	padding:2px;
	border: 1px solid #333;
	
}
/*
#submtText{
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 10px;
	font-size:16px; font-weight:bold; text-align:center; visibility:hidden; position:relative;}
*/
	.closeSection
	{
	position:absolute;
	left:144px;
	top:60px;
	padding:1px;
	
}
.closeSection1  {position:absolute; left:325px; top:61px;}
.closeSection2  {position:absolute; left:325px; top:76px;}
.closeSection3  {position:absolute; left:325px; top:90px;}
.closeSection4  {position:absolute; left:325px; top:104px;}
.closeSection5  {position:absolute; left:325px; top:118px;}
/*=========================== Report Details page classes ========================*/

body#reportdetails {
  /*  background: url("../Images_Modern/bk_page.jpg") repeat-x scroll left top #f7f9fb;*/
    margin: 0;
    padding: 0;
    background-color: #f6f3f5; /*#f4f5f9;*/
  
}
#header {
    background:white;/*F6F3F5; url("../Images_Modern/bk_header.png") no-repeat scroll center top ;*/
    height: 90px;
}
#header_content {
    
    margin: 0 auto;
    width: 960px;
}
#header_logo {
	background: url("../Images_Modern/logo-550-100-tm.png") no-repeat scroll 0px 0px ;
	color: #fff;
	cursor: pointer;
	width: 440px;
	height: 80px;
	float: left;
	
}

body#biccover {
    background:white; /*url("../Images_Modern/bk_page_pdf.jpg") repeat-x scroll left top #f7f9fb;*/
    margin: 0;
    padding: 0;
}
body#biccover #header {
    background:white;/* url("../Images_Modern/bk_header.png") no-repeat scroll center 0 ;*/
    height: 100px;
}
body#biccover #header_logo {
   /* background: url("../Images_Modern/logo-550-100-tm.png") no-repeat scroll 0px 0px ;*/
    color: #fff;
    cursor: pointer;
    width:220px;
    height: 40px;
    float: left;
    margin: 50px 0 0 10px;
}
body#biccover #header_logo #biclogo{width:220px;height:40px;}

body#biccover #header_logo_bankersgps    {background: url("../Images_Modern/banker-gps-logo.png") no-repeat scroll 0px 0px     ; color: #fff;
    cursor: pointer;
    width:213px;
    height: 47px;
    float:right;
    margin:45px 28px 0 0;}
    .reportFormBank {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff6908;
    font-weight: bold;
    margin-bottom: 15px;
     margin-top: 15px;
    text-align: center;
}

#header_logo_bankersgps	{background: url("../Images_Modern/banker-gps-logo.png") no-repeat scroll 0px 0px 	; color: #fff;
    cursor: pointer;
	width:213px;
    height: 47px;
	float:right;
	margin:35px 28px 0 0;}
	.reportFormBank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ff6908;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.col11{ width:49.5%; float:left;}
.col12{ width:49.5%; float:right;}

.confirmLabel{ width:30% !important;}
.mandatory{color:#C00; font-weight:bold;}

/* =======Other CSS================*/

.textfield 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	background-color: #FFFBF0;
	border: solid 1px #696969;
	 
}

html,body,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul, caption,span, fieldset, form, legend, p {
	padding: 0;
	border: 0;
}
.lightText{
    color :#484848   ;
}
.divLayer
        {
        	/*border: 1px solid dimgray; */
        	position: absolute;
        	z-index: 3000;
        	width: 300px;
        	height:80px;
        	text-align:left;  
        	color: #000000;      	
        	/* min-height: 10px;background-color: #FFFFFF; */
        	background-color: #B6B6B4 ;
        	font-weight:normal;
        	
        }
        .divLayer1
        {
        	/*border: 1px solid dimgray; */
        
        	z-index: 3000;
        	width: 300px;
        	height:80px;
        	text-align:left;  
        	color: #000000;      	
        	/* min-height: 10px;background-color: #FFFFFF; */
        	background-color: #B6B6B4 ;
        	font-weight:normal;
        	position:relative ;
        	
        }
.SearchLayer
  {
    text-align:left;color:#212121; font-family: Arial, Helvetica, sans-serif;font-size: 11px;cursor:default;background-color: #B6B6B4 ;
   font-weight:normal;width: 300px;
  
  }
.SearchLayer th:hover
    {
        cursor:default; background: #fef1ec url(/../../JS/jQuery/css/GPS-Theme/images/ui-bg_glass_75_ffd4ce_1x400.png) 50% 50% repeat-x;
    }
 .SearchLayer td:hover
    {
        cursor:default; background: #fef1ec url(/../../JS/jQuery/css/GPS-Theme/images/ui-bg_glass_75_ffd4ce_1x400.png) 50% 50% repeat-x;
    }
.SearchLayer th,td
    {
        text-align:left;color:#212121; ;font-family: Arial, Helvetica, sans-serif;font-size: 11px;cursor:default; font-weight:normal;
    }
    
    .inptBox 
    {
      text-align:left;color:#212121; ;font-family: Arial, Helvetica, sans-serif;font-size: 11px;cursor:default; font-weight:normal;
    }
   .tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*==============================Report HTML Version===========================*/
.reportpdf{ font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f5f9;
	width: 1000px;
	border: 1px solid #DDD;
	padding: 15px;
	font-size: 12px;
	margin: 0;
	}
.reportpdf p{ margin:0 10px 10px 10px;width: 980px;}
.reportpdf h1{font-family: Arial, Helvetica, sans-serif;font-size: 20px;color: #ff6908;	font-weight: bold;	margin-bottom :20px;}
.reportpdf h2{ color:#5086be;  font-size:16px; line-height:26px; margin-bottom:10px;}
.reportpdf h3{font-size:14px;}
.reportpdf ul{margin-bottom:15px;}
.reportpdf li{ list-style:outside disc; margin-left:20px; margin-bottom:5px;}
.reportpdf .bottomline{ color:#113569; font-weight:bold; font-size:15px; text-align:center; margin-top:40px; display:block;}
.reportpdf .bottomline span{ color:#ff6908; margin:0 10px;}
/*==============================DIscussion board classes===========================*/
body#plansmithLook {
    background: url("../Images_Modern/bk_page.jpg") repeat-x scroll left top #f7f9fb;
    margin: 0;
    padding: 0;
}
#mainarea{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f5f9;
	width: auto;
	border: 1px solid #DDD;
	padding: 30px;
	font-size: 12px;
	margin: 0 auto; 
	width:906px;
	overflow:hidden;
}
#mainarea .left_sidebar {
	background-color: transparent;
	float: left;
	width: 200px;
	margin-right: 30px;
}
#mainarea .righ_contentarea{
	float: left;
	width: 676px;
}

.searchbox {
	height: 20px;
	width: 198px;
	border: 1px solid #ddd;
	display: inline-block;
	background-color: #fefefe;
	margin-bottom: 10px;
}
.search-input{ width:170px; height:20px; padding:0 3px 0 3px; float:left; font-size:14px; border:0 none;}
.search-button{ background-image:url(../Images_Modern/search-icon.jpg);width:20px; height:20px; float:right; border:0 none; cursor:pointer;}
.left_sidebar ul{ background-color:#FFF;}
.left_sidebar ul li.leftHeading {
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	color: #FFF;
	background-color: #264a7e;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 10px;
}
.left_sidebar ul li{ 
border-top:0;
border-left:0;
border-right:0;
border-bottom:1px solid #CCC;
}
.left_sidebar ul li a {
	color:#666;
	background-color: #FFF;
	display: block;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	background: no-repeat url(../Images_Modern/orange-arrow.png);
	background-position:5px 9px;
}
.left_sidebar ul li a.active {
	background-color: #eee;
	font-weight:bold;
}
.left_sidebar ul li a:hover {
	background-color: #eee;
}
.righ_contentarea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff6600;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	text-transform:uppercase;
}
.startDiscussion{
	float:right;
	margin-top: -30px;	
}
.startDiscussionButton {
	background:url(../Images_Modern/start-discussion-icon.gif) 6px 3px no-repeat;
    background-color: #758cab;
    border: 1px solid #5f728c;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 4px 6px 4px 30px;
	text-decoration:none;
	text-transform:uppercase;
}
.startDiscussionButton:hover{ background-color:#FF6600;}

.recentSection h2 {
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	color: #FFF;
	background-color: #264a7e;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom:10px;
}
.discussion{ float:left; background-color:#FFF; margin-bottom: 10px; border: 1px solid #DDD; width:674px;}
.discussionAlternateColor{background-color:#eee; }
.discussion .profileImage{ float:left; width:49px; height:49px; margin:10px 20px 10px 10px;}
.discussion .topicDetails{ padding:10px;}
.discussion h3 {
    color: #000;
    font-size: 14px;
	margin-bottom:5px; text-align:justify;
}
.discussion h3 a {
    clear: both;
    color: #264a7e;
    text-decoration: none;
}
.discussion h3 a:hover{text-decoration:underline; color:#ff6600;}
.discussion .author{ float:left; font-size:10px; color:#666;}
.discussion .instituition{ float:right; font-size:10px; color:#666;}
.discussion .links{ background-color:#758cab; padding:5px; text-align:right;}
.discussion .links a{ margin:0 10px; color: #FFF;
    text-decoration: none;}
.discussion .links a:hover{text-decoration:underline;}
.paddingbottom {padding-bottom:20px;}
