/* ========================================================
	Arnetminer.org Layout.css
	@author gb
   ===================================================== */
body {
	background-color: #1F729B;
	text-align: center;
}

/* ========================================================
	Layout.css
   ===================================================== */
/* Width */
.full-width {width:100%}
.default-width {width:960px}
.small-width {width:740px}
.mini-width {width:620px}

.banner {text-align: left;color: white;margin: 0 auto;padding:1px;height: auto;}/**/
.banner-indent {margin: 0.5em 1.5em;}

.gray-border {border: solid 1px gray;}
.light-bottom-border {border-bottom: 1px solid #6FBEE7;}

.block {text-align: left;color: white;width: 960px;margin: 0 auto;height: auto;}
.block_780 {text-align: left;color: white;width: 780px;margin: 0 auto;height: auto;}
.block_820 {text-align: left;color: white;width: 820px;margin: 0 auto;height: auto;}

.area {text-align: left;color: white;width: 300px;margin: 0 auto;}
.area .title {margin: 10px 4px}
.area .indent {margin-left:12px}

.area {text-align: left;color: white;width: 300px;margin: 0 auto;}
.area .title {margin: 10px 4px}
.area .indent {margin-left:12px}

.longarea {text-align: left;color: white;width: 900px;margin: 0 auto;}
.longarea .title {margin: 10px 4px}
.longarea .indent {margin-left:12px}

.floatl {display: block; float: left;}
.floatr {display: block;float: right;}

.hr-dotted {clear: both; height: 10px; margin 10px; border-bottom: dotted 1px gray;}

/* ========================================================
	Block & Areas
   ===================================================== */
   
/* ========================================================
	Tabs Component
   ===================================================== */
   
#simple-line-tabs {
	text-align: center;
}

#simple-line-tabs table {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
}

#simple-line-tabs table td {
	border: solid #e0e0a0 1px;
}

#simple-line-tabs table td:hover {
	background-color: rgb(37, 136, 110);
}

#simple-line-tabs table td.selected {
	background-color: rgb(37, 136, 60);
}

#simple-line-tabs a {
	color: white;
}
   
   

/* ========================================================
	Old
   ===================================================== */

* html #content {
	height: 400px;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	/*	border:1px solid red;*/
}