﻿/* Common Styles */

a {
	color:#184497;
}
a:hover {
	color:#3DC600;
}
ul { 
	padding:0;
	margin:0 0 0 20px;
}
form {
	padding:0;
	margin:0;
}
select { 
	font: 13px Arial;
	vertical-align: middle;
}
textarea { 
	font: 13px Arial;
	vertical-align: middle;
} 
input { 
	font: 13px Arial;
	vertical-align: middle;
}
.lightborder {
	border:#f2f2f2 1px solid;
}
#commonHeading {
	background:url(../images/myrim_head_bg.gif) no-repeat left center;
	padding:18px 0 12px 50px;
	font:bold 24px arial;
	color:#8CD63C;
	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;
	vertical-align: middle;
	color: #ff6633;
}
a.butt_normal {
	display:block;
	padding:3px 10px;
	background-color:#D9FAAB;
	border:solid 1px #84DC0C;
	float:right;
	margin-left:5px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	font:bold 12px arial;
}
a.butt {
	display:block;
	padding:3px 10px;
	background-color:#D9FAAB;
	border:solid 1px #84DC0C;
	float:right;
	margin-left:5px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	font:bold 12px arial;
}
a.butt_normal:hover {
	background-color:#ffbe72;
	color:#004F00;
	border:solid 1px #e58a1f;
}
a.butt:hover {
	background-color:#ffbe72;
	color:#004F00;
	border:solid 1px #e58a1f;
}
a.butt_normal {
    float:none;
}
.ErrMsg {
	background-color:#FFFFCC;
	padding:15px;
	margin:10px 100px;
	border:solid 1px #D1D1BE;
	font:11px verdana;
	display:block;
}
.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;
	}
.bigbutton {
    font-size:15px;
    padding:8px 15px;
    font-weight:bold;
}
.botBorder {
	border-bottom:dotted 1px #CCCCCC;
}

.grayBigBorderBox {
    border:solid 5px #ebebeb;
    padding:20px;
    background-color:#f3f3f3;
}
.yellowBigBorderBox {
    border:solid 5px #f9f280;
    padding:20px;
    margin:10px 0;
}
.cent {
    text-align:center;
}

.botLines td {
    border-bottom:solid 1px #CCCCCC;
}

/* Big Rounded Rectangle */
.big-roundrect {
    width:750px;
    overflow:hidden;
    background:url(../images/big-roundrect.gif) no-repeat left top;
}    
.big-roundrect .top {
    background:url(../images/big-roundrect.gif) no-repeat right top;
    height:20px;
    margin-left:20px;
}    
.big-roundrect .roundrect-content {
    width: 750px;
    overflow:hidden;
    background:url(../images/big-roundrect.gif) no-repeat right bottom;
}    
.big-roundrect .inner-content {
    overflow:hidden;
    background:url(../images/big-roundrect.gif) no-repeat left bottom;
    margin-right:20px;
    padding:0 10px 10px 20px;
     
}    