@import url("body.css");
@import url("frames.css");
@import url("config.css");
@import url("fonts.css");
@import url("borders.css");


A { color: #696969;	text-decoration: none; }
A:hover { text-decoration:underline; }

A.black { color: #000000;	text-decoration: none; }
A.black:hover { text-decoration:underline; }

.bg_o { background-color: #FF7700; }
.bg_b { background-color: #408AC1; }
.bg_w { background-color: #FFFFFF; }
.bg_r { background-color: #CC0000; }
.bg_lr { background-color: #FFECEC; }
.bg_g { background-color: #7EA106; }
.bg_lg { background-color: #DBE9B4; }
.bg_llg { background-color: #EFF3E2; }
.bg_lb { background-color: #D3E1EB; }
.bg_llb { background-color: #F4F8FB; }
.bg_gray { background-color: #CCCCCC; }
.bg_lgray { background-color: #EFEFEF; }


.border_g { border:1px solid #7EA106; }
.border_b { border:1px solid #408AC1; }
.border_lb { border:1px solid #D3E1EB; }
.border_lg { border:1px solid #DBE9B4; }

.f_green { color:#7EA106; }
.f_blue { color:#006699; }
.f_red { color:#CC0000; }
.f_wight { color:#FFFFFF; }

.line_break { height:5px; padding-bottom:5px; }

.float_right { float:right; }
.float_left { float:left; }
.clear_float { clear:both; }

.border_d { border-bottom: 1px dashed #CED9E6;}
.bbot_g { border-bottom: 1px dashed #CED9E6;}
.border { border: 1px dashed #CED9E6;}


.b_bo_g { border-bottom: 1px dashed #DBE9B4; }

.bold { font-weight:bold; }

.table { margin: 0px; padding: 0px; width: auto; }
.tr { clear:both; margin:0px; width: 100%; }
.td_l { float: left; }
.td_r { float: right; }
.clear { clear: both;}
.clear-left { clear:left;}
.clear-right { clear:right;}
.star { background-image: url(/img/star.gif); background-repeat: no-repeat; height: 10px; width: 8px; }
.mid { background-image: url(../img/mid.gif); background-repeat: no-repeat; background-position: center center; height: 21px; width: 2px; }

	#edit_frame { position:absolute; background-color:#FFFFFF; }
	#handle {  background-image:url(/img/icons/winbg.gif); height:26px; }


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
