.est_support_div{
	padding-bottom:8px;
}

.est_topPadding{
	padding-top:8px;
}

.est_orange{
	color:#F99C1C;
}

.est_table{
	border-width:1px;
	border-style:solid;
	border-color:#dfdfdf;
	background-color:#ffffff;
	font-size:12px;
}

.est_td
{
	border-bottom:1px solid #dfdfdf;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
}

.est_td_bottom
{
	border-bottom:1px solid #dfdfdf;
	padding:8px;
}

.est_td_border_right
{
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
}

.est_td_head {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	height:26px;
	border-bottom:1px solid #003b64;
	text-decoration:none;
	background:url(images/box2_h3_bg.gif) top repeat-x; 
}

.est_table a{
	color:#0033CC;
	font-size:12px;
}

.est_table a:hover{
	text-decoration:underline;
}

.est_error
{
	background-color: #ffb7b7;
	border-width: 1px; 
	border-style: solid; 
	border-color: #7e1c1c; 
	margin-bottom: 8px;
	font-size:12px;
	color: #7e1c1c;
}

.est_msg
{
	background-color: #99FF99;
	border-width: 1px; 
	border-style: solid; 
	border-color: #009900; 
	margin-bottom: 8px;
	font-size:12px;
	color: #009900;
}

.est_tableRollOverEffect{
	background-color:#E5E5E5;
}
.est_tableRowClickEffect{
	background-color:#b4b4b4;
}

button, input.est_button {
	width:auto !important;  
	border:1px solid #bfbfbf; 
	border-right-color:#908d8d; 
	border-bottom-color:#908d8d; 
	padding:1px .5em; 
	background:url(images/btn_bg_default.gif) left center repeat-x; 
	color:#000;
}
button:active, input.est_button:active {
	border:1px solid #908d8d; 
	border-right-color:#afafaf; 
	border-bottom-color:#afafaf;
}
button:hover, input.est_button:hover {
	cursor:pointer;
	background:url(images/btn_bg_submit.gif) left center repeat-x;
}

.est_message{
	padding-bottom:2px;
}

.est_hidden{
	display: none;
}

.est_visible {
   display: inline;
}

.est_shown{
	display: block;
}

.est_textbox_error{
	border:1px solid #CC0000;
	font-size:13px;
	padding:2px;
}

.est_textbox{
	border:1px solid #CCCCCC;
	font-size:13px;
	padding:2px;
}
