/* Styles specific to RajuMD */
.body_div {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.row { clear: both; padding: 5px 0px; }
div.rlabel { float: left; text-align: left; clear: none; }
div.rfield { float: right; text-align: left; clear: none; }

.bold            { font-weight: bold; }
.large           { font-size: large; }
.calign          { text-align: center; }
.blue_border     { border: 1px #3A4292 solid; }
.green           { color: green; }
.red             { color: red; }
a.graylink       { color: #333333; }
a.articlelink    { color: #333333; text-decoration: none; font-family: "Times New Roman", Times, serif; }
.white_bkr       { background-color: white; }
.gray_border     { border: 1px #BFBFBF solid; border-collapse: collapse; }

.formrule {
	width: 500px; 
	margin: 30px auto;
	height: 3px; 
	color: #666666;
	background-color: #666666;
}

.field_style {
	border: 1px #666666 solid;
	background-color: #EEEEEE;
}

.submit {
	border: 2px #3A4292 solid; 
	background-image: url(../images/button_bkgr.png);
	height: 44px; 
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.orange_submit {
	border: 1px #333333 solid;
	color: white;
	background-color: #BF4000;
	padding: 3px 20px; 
	font-size: 12px; 
	font-weight: bold; 
}

.lgbutton {
	width: 110px; 
	font-size: 11px;
	height: 40px;
	margin: 2px; 
	font-weight: bold;
}

.button_on {
	border: 3px #000000 solid;
	color: black;
	opacity: 1;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}

.button_off {
	border: 2px #AAAAAA solid;
	color: #333333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	filter: “alpha(opacity=80)”;
}

.dkgreen_btn {
	background-color: #41843B;
}
.medgreen_btn {
	background-color: #6ca64c;
}
.yellow_btn {
	background-color: #f5ff8b;
}
.orange_btn {
	background-color: #f5a53c;
}
.red_btn {
	background-color: #BF2F32;
}
.gray_btn {
	background-color: #CCCCCC;
}

#blackout {
	visibility: hidden;
	display: none;
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-color: #CCCCCC;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000;
}
.popup {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 20px; left: 20px;

	border: 2px solid #000000;
	background-color: #FFFFFF;

	z-index: 1001;
}


