﻿@import "clear.css";

html {
	font-family: Tahoma;
	font-size: 10pt;
	background-color:black;
	background: #000 url(../images/bg.jpg) repeat-x;
}

body {
	background: transparent;
	width:100%;
	height:100%;
}

.clear {clear: both;}

a{color:#ff7c00;font-weight:bold;font-size: 10pt;outline:none;}
a:hover{color:#ffa63e;}

input {
	outline:none;
}

#container {
	width: 100%;

}
#content {
	width: 950px;
	margin: 0 auto;
}
#logo {
	background: url(../images/cfo-logo.png) no-repeat;
	width: 537px;
	height: 127px;
}
#nav {width:844px;height:26px;background: url(../images/nav-bg.gif) no-repeat;margin: 0 auto;padding:6px;}
#nav div {width:820px;height:13px;margin: 0 auto;}
#nav a{font-size:13pt;font-weight:bold;margin-right:20px;color:#FFF;text-decoration:none;}
#nav a:hover{color:#f4f4f4;}
#middle {
	background: url(../images/middle.png) no-repeat;
	width: 801px;
	height: 221px;
	margin: 0 auto;
	margin-top: 30px;
}
#footer {
	width:834px;
	height: 25px;
	padding: 10px;
	font-size: 8pt;
	margin: 0 auto;
	color: #fff;
}

h2 {font-weight:bold;font-size:12pt;}

#conbox {width:814px;height:100%;background-color:#fff;padding:20px;margin: 0 auto;margin-top: 10px;overflow:auto;}
#conbox h1 {
	font-size:16pt;
	margin-bottom: 15px;
}
#conbox table {
	border: 1px solid black;
	width: 100%;
	background-color: #fff;
}
#conbox table th {
	padding: 5px;
}
#conbox table td {
	padding: 5px;
	border-top: 1px solid #000;
}

#news-header {background: url(../images/news-header.jpg) no-repeat;width:240px;height:23px;float: right;padding:5px;}
#news {width:230px;float:right;background-color:#f4f4f4;padding:10px;}
#welcome {width:530px;float:left;}

.signupform label {
	width:150px;
	float: left;
	margin-top: 5px;
}
.signupform input {
	width:250px;
	margin-top: 5px;
	margin-right: 10px;
}
.signupform textarea {
	width:250px;
	margin-top: 5px;
}
.signupform select {
	margin-top: 5px;
}
.signupform .submit {
	width: 100px;
}


#login_box {
	width: 300px; 
	text-align: left;
	float: left;
	margin: 0 auto; 
	background-color:#eee;
	border: 1px solid #c4c4c4;
}
.projform {
	width: 500px;
}
.projform label {
	width: 150px;
	float: left;
	margin-top: 5px;
}
.projform input {
	width: 250px;
	float: left;
	margin-top: 5px;
}
.submit {
	float: left;
	margin: 0 auto;
	margin-top: 20px;
}
.help-icon {
	margin-left:10px;
	margin-top: 3px;
	cursor:	help;
}

#sort-list {
	list-style: none;
}

#sort-list li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;
}

#sort-list li img.handle {
	margin-right: 20px;
	cursor: move;
}

#section{
	width: 793px;
	background: #dfefff url(/img/admin/bg-section.gif) repeat-x; 
	color: #222222; 
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #d0e0f1;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
}
#section-detail{
	width: 790px;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	overflow: auto;
}
