@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border: 0 none;
}
body {
    background: url(../images/login-header-blueBG.jpg) repeat-x scroll center top #ffffff !important;
    color: #545454;
	margin:0px;
	font-family: "Arial",Helvetica,sans-serif;
    font-size: 12px;
}
ul {
    list-style-type: none;
}
img{border: none;}
a{
	color: #545454;
	text-decoration: underline;
}
a:hover{
	color: #008bd1;
}
#main {
	height: 100%;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	position: relative; 
	width: 100%;  
}
.shadow{
	background: url(../images/center-shadow.png) no-repeat scroll center center !important;
}
.contentBG{
	background: url(../images/2-body_bg.png) repeat-x scroll top left #ffffff !important;
}
#pageTable{
	width:1000px; 
	height:100%; 
	margin:auto; 
	position: relative; 
}
.login-content-page{
	width: 990px;
	height: 350px;
	position: relative;
	padding: 10px;
	background-color: #ffffff;
}
.collegelogin-Heading{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
	color: #028cd2;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
}
.forgetpassword-text{
	font-size: 11px;
	color: #df4e4e;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.forgetpassword-text a{
	font-size: 11px;
	color: #df4e4e;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.forgetpassword-text a:hover{
	color: #008bd1;
	text-decoration: none;
	text-transform: none;
}
.flashnews-heading{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}
.noteHeading, .downloadsHeading{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
	color: #028cd2;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
}
.note_Link{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal; 
	color: #053046; 
	text-transform: none;
	text-decoration:none;
	/*padding-left: 4px;
	padding-right: 5px;*/
	line-height: 18px;
	text-align: justify;
}
.note_Link:hover{
	color: #008bd1; 
	text-transform: none;
}
.note_Link a {color: #053046; text-decoration:none;}
.note_Link a:hover {color: #008bd1; text-decoration:none;}
.hrfRed{color: #df4e4e;}
table {
    border-spacing: 0;
    max-width: 100%;
}
.table {
    margin-bottom: 18px;
    width: 100%;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
    text-align: left;
    vertical-align: top;
	color: #444444;
}
.table th {
	color: #194c83;
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table thead:first-child tr th, .table thead:first-child tr td {
    border-top: 0 none;
}
.table tbody + tbody {
    border-top: 2px solid #DDDDDD;
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
}
.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
    border-left: 1px solid #DDDDDD;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #F5F5F5;
}
.table-heading{
	background: url(../images/subheading-bg-1.png) repeat-x left top;
}
.table-heading-02{
	background: url(../images/subheading-bg-3.jpg) repeat-x left top;
}
.table-first{
	background-color: #f9f9f9;
}
.table-second{
	background-color: #f5faff;
}
.more{
	color: #db2c09;
}
.more a{
	color: #db2c09;
}
.more a:hover{
	color: #444444;
}
.subHeading-text{
	color: #194C83;
    font-weight: bold;
	padding-left: 6px;
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 14px;
}
#footer{
	width: 100%;
	height: 80px;
	min-width: 1000px;
	background-color: #e9f8ff;
	/*border-bottom: 1px solid #cccccc;*/
	border-top: 1px solid #008bd1;
	bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
.line-01{background: url(../images/line-1.jpg) repeat-x left center; height: 10px;}
.footerBottom_Line{border-bottom: 1px solid #cccccc;}
.footerText_heading{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #053046;
	font-weight: bold;
	/*text-align: left;*/
}
.footerText_Subheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color: #18475e;
	/*text-align: left;*/
}
.footerText_Copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #969696;
	/*text-align: left;*/
}
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}