/* CSS Document */
/* CSS for Public_Pearl Forms */

.codesubTable
{
    border-collapse: collapse;
    background-color:#f8f8fb;border:1px solid #e6e7e8;
    width: 100%;
}



.codesubTable .row 
{ 
	background-color:#f8f8fb;
        height: 20px;
}
.codesubTable .titleRow 
{ 
	background-image:url(../images/sub-button.jpg); 
	background-repeat:repeat;
        height:27px;
}
.codesubTable .titleRow1
{
	background-image:url(../images/sub-button1.jpg);
	background-repeat:repeat;
        height:27px;
}
.codesubTable .row:hover 
{
	background: #EDEDED;
	background: #ebeffa;
}

.mainHeading_result
{

	font-weight:bold;
	color:#663416;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	height:25px;
	background-image:url(../images/sub-button.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;

}
.mis_mainHeading_result
{

	font-weight:bold;
	color:black;
	margin-top:8px;
	margin-bottom:8px;
	text-align:right;
	height:25px;
        padding-right:10px;
	background-image:url(../images/sub-button.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;

}
.mis_alignLabels
{
		font-family: Verdana;
		font-size: 10pt;
                font-weight: bold;
		vertical-align: middle;
		text-align:right;
		padding-right: 5px;
		background-color:#edf0f3;
		color:#434433;
                height:50px;
}

.mis_alignLabelseven
{
		font-family: Verdana;
		font-size: 10pt;
                font-weight: bold;
		vertical-align: middle;
		text-align:right;
		padding-right: 5px;
		background-color:#edf0f3;
                color:#F4F3EE;
		xcolor:#CCCCFF;
                height:50px;
}

.mis_alignSROs
{
		font-family: Verdana;
		font-size: 10pt;
                font-weight: bold;
		vertical-align: middle;
		text-align:left;
		padding-left: 5px;
		background-color:#edf0f3;
		color:#434433;
                height:50px;
}
.mis_alignTotal
{
		font-family: Verdana;
		font-size: 12pt;
                font-weight: bold;
		vertical-align: middle;
		text-align:right;
		padding-right: 5px;
		background-color:#CCD9D9;
		color:#434433;
                height:50px;



}
.mainHeading
{

	font-weight:bold;
	color:#ffffff;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
        vertical-align:middle;
	height:30px;
	background-image:url(../images/main_header.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	
}

.mainHeading_mis
{

	font-weight:bold;
	color:#000;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
        vertical-align:middle;
	height:30px;
	background-image:url(../images/tab.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;

}

.radio {
    background: url("../images/checkbox.png") no-repeat scroll 0 0 transparent;
    clear: left;
    display: block;
    float: right;
    height: 29px;
    margin: 0 0 0 5px;
    padding: 0 0;
    width: 30px;
    
}

.subHeading
{
	font-weight:bold;
	color:#000000;
	height:21px;
	background-image:url(../images/sub_header.png); 
	background-repeat:repeat-x; 
	font-family:Verdana;
}

.as_subHeading
{
	font-weight:bold;
	color:#3333FF;
	height:21px;
	background-image:url(../images/sub_header.png); 
	background-repeat:repeat-x; 
	font-family:Verdana;
}

.mandatorySign 
{
	color: #CC0000
}

/* style for TD where lables are Placed */
.alignLabels	
{ 
		font-family: Verdana; 
		font-size: 9pt;
		vertical-align: middle;
		text-align:right;
		padding-right:8px;
		background-color:#edf0f3;
		color:#000000;
		padding-left:1px;
                
}



/* style for TD where Input Fields are Placed */
.alignInputs
{
	font-family: Verdana; 
	font-size: 10pt; 
	vertical-align: middle;
	color:#000000;
	text-align:left;
	padding-left:5px;
	background-color:#edf0f3;
        padding-right: 5px;
        
	
}

/* Default style for Text Inputs */
.textInputs
{
	background-color:#FFFFFF;
	border:1px solid #D3D3D3;
	color:#000000;
	padding:2px 2px 2px 3px;
	width:175px;
	height: 20px;
	border-radius: 4px;
}

.textInputs:focus
{
    border-color: #4797ED;
    box-shadow: 0px 0px 8px #4797ED;
}

.dropDown{

}

.dropDown:focus
{
    border-color: #4797ED;
    box-shadow: 0px 0px 8px #4797ED;
}

.selectInputs
{
	background-color:#FFFFFF;
	border:1px solid #D3D3D3;
	color:#000000;
	padding:2px 2px 2px 3px;
	width:182px;
	height: 26px;
	border-radius: 4px;
}

.dateInputs
{
	background-color:#FFFFFF;
	border:1px solid #D3D3D3;
	color:#000000;
	padding:2px 2px 2px 3px;
	width:150px;
	height: 20px;
	border-radius: 4px;
}

.dateInputs:focus
{
    border-color: #4797ED;
    box-shadow: 0px 0px 8px #4797ED;
}

/* Button Style
.btnStyle 
{
	background-image:url(../images/main_header.png);
	background-repeat:repeat-x;
	height:30px;
	color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400px;
	margin-top:10px;
	margin-bottom:3px; 
	text-align:center;
	
}
 */
 
.btnStyle
{
background-image:url(../images/tab.jpg);
	background-repeat:repeat-x;
	height:30px;
	color:#000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400px;
	margin-top:10px;
	margin-bottom:3px;
	text-align:center;
    cursor: pointer;
}



/*  on Focus style fot text Inputs */
.textInputsOnFocus
{
	background-color:#FFFFFF;
	border:1px solid #D3D3D3;
	color:#000000;
	padding:2px 2px 2px 3px;
	width:200px;
	border:1px solid #0670a0;
}

/* style for  Mandatory fields  Caption at the top of each forms */
.mandatoryCaption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.subTable
{
	border-collapse: collapse;
    background-color:#f8f8fb;border:1px solid #e6e7e8;
}

.subTable .row 
{ 
	background-color:#f8f8fb;
}
.subTable .titleRow 
{ 
	background-image:url(../images/sub-button.jpg);
	background-repeat:repeat;
        height: 27px;
}
.subTable .row:hover 
{
	background: #EDEDED;
}

.subButton
{
	background-image:url(../images/sub-button.jpg);
	background-repeat:repeat-x;
}

.textAmountInputs
{
	background-color:#FFFFFF;
	border:1px solid #D3D3D3;
	color:#000000;
	padding:2px 2px 2px 3px;
	width:200px;
	text-align:right;
}

.mandatoryStar{
	font-weight: bold;
	color: #FF0000;
}
.titleHeading_result
{
	font-weight:bold;
	color:#000000;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	height:25px;
	background-image:url(../images/sub-button.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
}
.titleHeading_result_main
{
	font-weight:bold;
	color:#000000;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	height:25px;
	background-image:url(../images/sub-button1.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
}
.mis_titleHeading_result_main
{
	font-weight:bold;
	color:#000000;
	margin-top:8px;
	margin-bottom:8px;
	text-align:left;
        padding-left: 10px;
	height:25px;
	background-image:url(../images/sub-button1.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
        font-size: 13px;
}
.titleHeading_result_sub
{
	font-weight:bold;
	color:#000000;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	height:25px;
	background-image:url(../images/sub-button2.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
}
.NoteStyle{
    font-size: 12px;
    font-family:  "Times New Roman",Times,Serif;
    color: rgb(153, 0, 0);
    font-style: italic;
    margin-left: 1px;
}

.li_curve
{
    background-color: #f2f6f6;
    padding: 5px;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #3f7e3e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;


}

.Button_Class {
	-moz-box-shadow:inset -1px -1px 0px 0px #1a191a;
	-webkit-box-shadow:inset -1px -1px 0px 0px #1a191a;
	box-shadow:inset -1px -1px 0px 0px #1a191a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #7095cc) );
	background:-moz-linear-gradient( center top, #ededed 5%, #7095cc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#7095cc');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#3b3b40;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:1px 1px 1px #ffffff;
        cursor: pointer;

}.Button_Class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7095cc), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #7095cc 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7095cc', endColorstr='#ededed');
	background-color:#7095cc;
}.Button_Class:active {
	position:relative;
	top:1px;
