body {
	margin:0 auto;
	padding:0;
	width:700px;
}
body, table, tbody {
	font: 13px Arial, Helvetica, sans-serif;
	color: #454545;
}
a {
	color:#000099;
	font-size:11px
}
a:hover {
	color:#ff0000;
}
.clear {
	clear:both !important;
	font-size:0 !important;
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
	display: block !important;
	visibility: hidden !important;
}
*html .clear {
	display: inline !important;
}
.clear:after {
    content: "." !important; 
    height: 0 !important; 
    clear: both !important; 
    visibility: hidden !important;
}	
.separator {
	font-size:0;
}

#logo a{
	float:left;
	height:76px;
	width:223px;
	margin-top:28px;
	margin-left:3px;
	background-image:url(./img/logo.png);
	background-repeat:no-repeat;
	}

#content {
	margin:20px;	
	margin-top:30px;
	min-height:350px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#000099;
}
h2 {
	font-size:12px;
	margin-top:0;
	color:#99cc00;
	
	
}
.right {
	float:right;
}
.left {
	float:left;
}

.data_header {
	height:18px;
	background-color:#DDDDFF;
	font-size:0.7em;
	font-weight:bold;
	padding-left:5px;
	padding-top:3px;
	text-align:left;
}
.div_calendar {
	float:left;
	cursor: pointer;
	margin-left:0;
	margin-top:7px;
}
.btn_margin_left {
	margin-left:10px;
}
.loading {
	position:absolute;
	top:0;right:0;
	width:16px;
	height:16px;
	background: url("img/spinner.gif") top left no-repeat;
}
.column_loading {
	position:relative;
	float:left;
	width:20px;
}
#footer {
	font-size:11px;
	height:68px;
	background: url("img/footer_bg.gif") top left repeat-x;
}
#footer_left {
	height:68px;
	width:8px;
	float:left;
	background: url("img/footer_left.gif") top left no-repeat;
}
#footer_center {
	padding-top:14px;
	float:left;
	width:684px;
	text-align:center;
}
#footer_center div{
	padding-top:6px;
}
#footer_right {
	height:68px;
	width:8px;
	float:right;
	background: url("img/footer_right.gif") top left no-repeat;
}
#header {
	font-size:11px;
	height:121px;
	background: url("img/header_bg.gif") top left repeat-x;
}
#header_left {
	height:121px;
	width:8px;
	float:left;
	background: url("img/header_left.gif") top left no-repeat;
}
#header_right {
	height:121px;
	width:8px;
	float:right;
	background: url("img/header_right.gif") top left no-repeat;
}
#visual a{
	height:85px;
	width:194px;
	margin-top:22px;
	margin-right:8px;
	float:right;
	
	background: url("img/visual.jpg") top left no-repeat;
}
#header .dot {
	float:left;
	height:103px;
	width:3px;
	margin-top:11px;
	margin-left:10px;
	margin-right:10px;
	background: url("img/dot.gif") top left no-repeat;
	
}
#header_center {
	width:210px;
	float:left;
	margin-top:20px;
	
}
.center {
	display: block; 
	text-align:center;
	margin:0 auto;
	padding:0;
}
