.inputTxt{
	background: #FFd;
	border: 1px solid #cfcfcf;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	/*border: 1px solid #D4D4D4; 
	border-bottom: 1px solid #EEE; 
	border-right: 1px solid #EEE;*/

}

.extendedInputTxt{
	width: 300px;
		
}

.mediumInputTxt{
	width: 200px;
}

.smallInputTxt{
	width: 100px;
}


.inputTxt:hover{
	color: #FFF;
	background-color: #ebf3e9;
	border: 1px solid #fff;
}

.inputTxt:focus{
	color: #000;
	background-color: #FFF;
	border: 1px solid #414d59;
}

form label{
	clear: left;
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 0.5em;
}

.stdButton{
	background: #968276; /*#99b2ce url('../media/button.gif')*/;
	color: #fff;
	cursor: pointer;
	display: block;
	font: 13pt Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
        float: right;
        clear: both;
}

.stdButtonMini{
	background: #968276; /*url('../media/button.gif')*/
	color: #fff;
	cursor: pointer;
	font: 13pt Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
        /*float: right;
        clear: both;*/
}

.loginButton{
	height: 30px;
	width: 95px;	
}

.chkBox{
	color: #2c5783;
	border: 1px solid #6699cc;
	margin: 0;
	padding: 0;
}

.stdTable{
	/*width: 95%;*/
        text-align:left;
        }

.stdTable th{
	color: #333;
	text-transform: capitalize;
        text-align: center;
}


.withBorders td{
    border: 1px solid #ccc;
}

.stdTable .heading{
    font-weight: bold;
    font-size: 11px;
    
}

.stdTable .sub_heading{
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #ccc;
	color: #000;
}



.stdTable td{
	padding: 5px;
	background-color: #ccc;
	font-size: 13px;
	text-transform: capitalize;
}

.stdTable th.tbTitle{
	width: auto;
	font: 14px bold Arial,Helvetica,sans-serif Arial,Helvetica,sans-serif;
	line-height: normal;
	text-align: left;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	vertical-align:top;
}

.stdTable th.tbHeading{
	width: auto;
	font: 20px bold Corbel, Arial,Helvetica,sans-serif Arial,Helvetica,sans-serif;
	letter-spacing: 10px;
	line-height: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	vertical-align:top;
}


.stdTable th.tbTitle ul{
	list-style-type:none;
	font-size:10px;
}

.stdTable th.tbTitle img{
	float:left;
}

.stdTable .formLabel{
	text-align: right;
	background-color: #ccc;
	font-size: 10pt;
        font-weight: bold;
}

.required{
	color: red;
	font-size: 10pt;
}

.examsTable{
	text-align: left;
	margin: 0 auto;
	border: 1px solid #D4D4D4;
}



.examsTable th.col1, .examsTable th.col2{
	font-weight: bold;
	line-height: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}

.examsTable th.col2{
 	text-align: center;
	text-transform:capitalize;
 }

.examsTable .col1{
	text-align: left;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding: 0 5px;

}

.examsTable .col2{
	text-align: left;
	background-color: #FAFBFC;
	padding-left: 5px;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
       

}

table.type1{	
 	border: 0;
		
}

table.type1 td { 	
 	 text-align: left;
	 border-bottom: 1px solid #D4D4D4;
	 padding: 10px 5px;
	 
}





.warning{
	font-size: 12px;
	color: red;
}