/* CONTROLS */
html {font-size: 62.5%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	background: #999;
}

div,h1,h2,h3,h4,ul,ol,li,form,fieldset,table,td,th,hr,p.clear{
	margin: 0pt;
	padding: 0pt;
}

.clear{
	font-size: 1px;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}

fieldset{border: none;}
textarea{height: 150px;}
img{border: none;}

ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* MAIN */
div#main{
	/*position: absolute;
	width: 766px;
	top: 0;
	left: 50%;
	margin-left: -383px;*/
	display: table;
	margin: 0 auto;
	position: relative;
	width: 766px;

	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
}

div#header{
	background: #000;
	padding: 0;
	margin: 0;
	/*margin-bottom: -3px;
	*margin-bottom: 0;*/
	height: 237px;
}

div#body{
	background: #fff url(../img/face.jpg) no-repeat right top;
	min-height: 297px;
	_height: 297px;
}

div#body div.header{
	font-size: 3em;
	font-weight: bold;
	border-bottom: 2px solid #9c9;
	color: #09f;
	padding-left: 35px;
	background: url(../img/b.jpg) no-repeat center left;
}

div#body div#content{
	float: left;
	background: #fff;
	width: 605px;
	padding: 5px 10px;
}

div#body div.contentBody a{
	color: #06f;
	text-decoration: none;
}

div#body div.contentBody a:hover{text-decoration: underline;}

div#body div.contentBody ul,
div#body div.contentBody ol{
	list-style-image: none;
	list-style-position: inside;
	margin: 0 0 20px 20px;
}

div#body div.contentBody ul{list-style-type: disc;}

div#body div.contentBody p{
	line-height: 1.5em;
	margin-bottom: 10px;
}

div#body div.right{
	float: right;
	width: 140px;
}

div#body div.right div.title{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	background: #e5e5e5 url(../img/titlerightback.jpg) no-repeat bottom;
	border-bottom: 1px solid #ccc;
	color: #fff;
}

div#body div.right div.items{margin-left: 6px;}

div#body div.right div.items div{
	margin-top: 5px;
	text-align: center;
}

div#body div.right div.items div img{
	border: 2px solid #e5e5e5;
	padding: 2px;
}

div#body div.right div.items div img:hover{border: 2px solid #09f;}

div#footer{
	clear: both;
	background: #000;
	color:#fff;
	padding: 5px;
	height: 80px;
}

div#logo{
	float: left;
	margin: 8px 40px 0 8px;
}

div#bottomLinks{
	text-align: center;
	width: 400px;
	float: right;
	line-height: 2em;
	color: #e5e5e5;
	border-bottom: 1px solid #ccc;
}

div#bottomLinks a{
	font-size: 11px;
	margin-left: 5px;
	padding-right: 8px;
	color: #fff;
	border-right: 2px outset #ccc;
	white-space: nowrap;
	text-decoration: none;
}

div#bottomLinks a.last{border-right: 0;}
div#bottomLinks a:hover{text-decoration: underline;}

div#iw{
	text-align: right;
	margin-right: 150px;
	padding: 60px 0 0 0;
}

/* LIST */
div.photoList div.photoListHeader{
	padding: 5px;
	background: #fafafa;
	margin-bottom: 5px;
	border: 1px dashed #ccc;
}

div.photoList span.date{
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

div.listItem,
div.listItemOdd{
	padding: 5px;
	height: 81px;
	margin-bottom: 10px;
}

div.listItem{
	background: url(../img/listback.jpg) repeat-x;
	color: #e5e5e5;
	position: relative;
}

div.listItem div.backLink{
	position: absolute;
	right: 5px;
	top: 5px;
}

div#body div.listItem div.backLink a{
	display: block;
	padding: 5px;
	background: #fff;
	color: #069;
	text-decoration: none;
	border: 2px solid #525252;
}

div#body div.listItem div.backLink a:hover{
	background: #09f url(../img/titlerightback.jpg) no-repeat;
	color: #fff;
	border: 2px solid #fff;
}

div.listItemOdd{
	background: url(../img/listbackodd.jpg) repeat-x;
	color: #333;
}

div.listItem a,
div.listItemOdd a{text-decoration: none;}

div.listItem a:hover,
div.listItemOdd a:hover{text-decoration: underline;}

div#body div.listItem div.title a{color: #e5e5e5;}
div#body div.listItem div.title a:hover{color: #fff;}
div#body div.listItemOdd div.title a{color: #333;}
div#body div.listItemOdd:hover div.title a{color: #000;}

div.listItem div.title,
div.listItemOdd div.title{
	font-size: 1.5em;
	margin-bottom: 15px;
}

/* FORUM */
div.forum div.forumItem{margin-bottom: 10px;}
div.forum div.forumItem div.even{border: 1px solid #000;}
div.forum div.forumItem div.odd{border: 1px solid #333;}

div.forum div.forumItem div.title{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	background: #555;
}

div.forum div.forumItem div.odd div.title{background: #999;}

div.forum div.forumItem div.footer{
	font-size: 11px;
	color: #f5f5f5;
	padding: 3px;
	background: #555;
	text-align: right;
}

div.forum div.forumItem div.odd div.footer{background: #999;}

div.forum div.forumItem div.body{
	padding: 5px;
	color: #777;
}

div.forum div.pages{text-align: right;}
div.forum div.write{
	margin-top: 15px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
}

div.forum div.write div.explain{
	font-size: 1.2em;
	font-weight: bold;
	color: #003;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
}

/* OTHER */
div.section{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px 0;
	color: #fff;
	background: #09f url(../img/titlerightback2.jpg) no-repeat;
}

.listTable table{
	background: #09f;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #39f;
}

.listTable table th,
.listTable table td{
	background: #fff;
	padding: 5px;
}

.listTable table tr.odd td{background: #efe;}

.listTable table th{
	background: #39f;
	color:#fff;
}

.listTable table td.left,
.listTable table th.left{text-align: left;}

.listTable table td.center,
.listTable table th.center{text-align: center;}

.listTable table td span.status0,
.listTable table td span.status1,
.listTable table td span.status2{font-weight: bold;}

.listTable table td span.status0{color: #900;}
.listTable table td span.status1{color: #090;}
.listTable table td span.status2{color: #009;}

.listTable table td a{
	display: block;
	text-decoration: none;
}

.listTable table td a:hover{text-decoration: underline;}


/* FORM TABLE */
div.pages table{float: right;}
input#p{
	font-size: 13px;
	text-align: center;
}

/* FORM TABLE */
div.formTable table{
	border-collapse: collapse;
	width: 100%;
}

div.formTable th,
div.formTable td{
	vertical-align: top;
	padding: 5px 20px 5px 0pt;
}

div.formTable th{
	width: 1%;
	text-align: right;
	white-space: nowrap;
}

div.formTable .lastRow th,
div.formTable .lastRow td{border-bottom: none;}

.mainButton{font-weight: bold;}
.req {color: #c00;}
.edit {width: 380px;}
textarea.edit{width: 380px;}

div.TSep{margin: 10px 0;}

div.item{
	width: 98px;
	height: 74px;
	position: relative;
	border: 2px solid #e5e5e5;
	padding: 2px;
	margin: 0 5px 5px 0;
	float: left;
	cursor: pointer;
}

div.item:hover{border: 2px solid #09f;}
div.conteiner{
 display: table; 
 width: 98px;
 height: 74px; 
 #position: relative; 
 overflow: hidden;	
 text-align: center;
}

div.imageArea{
 #position: absolute; 
 #top: 50%;
 display: table-cell;
 vertical-align: middle;	
}

div.image{
	#position: relative; 
	#top: -50%;
	#left: -50%;
}

/* BOX */
div#warningBox, 
div#infoBox {
	padding: 10px 10px 20px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

div#warningBox p,
div#warningBox ul,
div#infoBox p,
div#infoBox ul {padding-left: 25px;}

div#warningBox .title,
div#infoBox .title {
	font-weight: bold;
	color: #c00;
}

div#warningBox ul,
div#infoBox ul {
	list-style-type: disc;
	list-style-position: inside;
}

div.warning {
	background-color: #fff4c2;
	border-color: #fc3;
}

div.info {
	background-color: #f4ffc2;
	border-color: #cf3;
}

div.error {
	background-color: #f99;
	border-color: #966;
}

div.warning p {background: url(../img/warning.gif) no-repeat;}
div.info p {background: url(../img/ok.gif) no-repeat;}
div.error p {background: url(../img/error.gif) no-repeat;}

div#infoBox{position: relative;}
div#infoBox div#closeInfoBox{
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div#infoBox div#closeInfoBox a{
	font-size: 0.9em;
	color: #06c;
	text-decoration: none;
}

div#infoBox div#closeInfoBox a:hover{text-decoration: underline;}

div#ac{
	padding: 20px;
	background: #ffc;
	border: 2px solid #ccc;
	text-align: center;
}

div#ac div.acTitle{
	font-weight: bold;
	font-size: 1.5em;
}

div.caP a{
	color: #06c;
	text-decoration: none;
}

div.caP a:hover{text-decoration: underline;}