/* Common Styles */

body {
	text-align:center;
}
a {
	color:#184497;
}
a:hover {
	color:#EB8500;
}
ul { 
	padding:0;
	margin:0 0 0 20px;
}
form {
	padding:0;
	margin:0;
}
input, textarea, select { 
	font: 13px Arial;
	vertical-align: middle;
}
.lightborder {
	border:#f2f2f2 1px solid;
}
.darkborder {
	border:#CCCCCC 1px solid;
}
#commonHeading {
	background:url(../images/myrim_head_bg.gif) no-repeat left center;
	padding:18px 0 12px 50px;
	font:bold 24px arial;
	color:#F68B00;
	margin:10px 0;
}
#commonHeading span {
	color:#969894;
}
.FormTitle {
	background-color:#E1E1E1;
	font-weight:bold;
	padding-left:20px;
	color:#000000;
	border-top:solid 3px #F0F0F0;
	border-bottom:solid 1px #CCCCCC;
}
.FormLeft {
	background-color:#F0F0F0;
	text-align:right;
}
.FormRight {
	text-align:left;
	background-color:#FCFCFC;
}
.count {
	font:0.8em arial;
	color:Gray;
	vertical-align: middle;
}
a.butt {
	display:block;
	padding:3px 10px;
	background-color:#FFEDA6;
	border:solid 1px #FBC200;
	float:right;
	margin-left:5px;
	color:#4F2900;
	text-decoration:none;
	text-align:center;
	font:bold 12px arial;
}
a.butt:hover {
	background-color:#ffbf6c;
	color:#311c00;
	border:solid 1px #fda22d;
}
.ErrMsg {
	background-color:#FFFFCC;
	padding:15px;
	margin:10px 100px;
	border:solid 1px #D1D1BE;
	font:11px verdana;
}
.BigErrMsg {
	background-color:#FFFFCC;
	padding:15px;
	margin:10px 100px;
	border:solid 1px #D1D1BE;
	font:bold 14px verdana;
}
.TdErrMsg {
	background-color:#FFFFCC;
	padding:15px;
	border:solid 1px #D1D1BE;
	font:11px verdana;
}
.TdNoteMsg {
	background-color:#ffffe1;
	padding:5px 15px;
	border:solid 1px #D1D1BE;
	font:11px verdana;
}
.wrp {
	clear:both;
}
.mandtry {
	font-weight: bold;
	color: tomato;
}
.article_heading {
	font-size: 18px;
	font-weight: bold;
	color: #50962E;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
.clearboth {
	clear:both;
}
.bigbutton {
    font-size:15px;
    padding:8px 15px;
    font-weight:bold;
}
.botLines td {
    border-bottom:solid 1px #CCCCCC;
}



/******************* ROUNDER CORNERS ****************/

/* Gray Border Box */
.roundedcornr_box_115610 {
	background: url(../images/corners/roundedcornr_115610_tl.png) no-repeat top left;
}
.roundedcornr_top_115610 {
	background: url(../images/corners/roundedcornr_115610_tr.png) no-repeat top right;
}
.roundedcornr_bottom_115610 {
	background: url(../images/corners/roundedcornr_115610_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_115610 div {
	background: url(../images/corners/roundedcornr_115610_br.png) no-repeat bottom right;
}
.roundedcornr_content_115610 {
	background: url(../images/corners/roundedcornr_115610_r.png) top right repeat-y;
}

.roundedcornr_top_115610 div,.roundedcornr_top_115610,
.roundedcornr_bottom_115610 div, .roundedcornr_bottom_115610 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_115610, .roundedcornr_bottom_115610 {
	margin-top: -19px;
}
.roundedcornr_content_115610 { padding: 0 15px; }




#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 500px;
    border: 1px solid black;
    padding: 5px;
    background-color: #494949;
    color:#FFFFFF;
    visibility: hidden;
    z-index: 100;
    font-size:12px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}