html, body, table, tr, td, th, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
table, td, th, input, select, textarea, fieldset {
	font-size: 100%;
}
input, select, textarea, fieldset {
	font-family: Tahoma, Arial, sans-serif;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
form {
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: #f7f2ed;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	font: 69% Tahoma, Arial, sans-serif;
	color: #000;
}
	* html body {
		width: expression((documentElement.clientWidth) < 1000 ? "1000px" : "100%");
	}

/*links*/
a {
	color: #006699;
}
a:hover {
	color: #C82100!important;
}
a:visited {
	color: #800080;
}

/*tags*/
ul, ol, dl {
	padding: 0;
	margin: 0 0 15px 15px;
	line-height: 1.4em;
}
p {
	margin: 0 0 15px 0;
}
em {
	font-family: Arial, sans-serif;
}
.clear {
	height: 1px;
	font-size: 1px;
	clear: both;
}
.back {
	margin-left: -16px;
}
h1 {
	margin: 0 0 10px 0;
	font: normal 2.18em Georgia, "Times new roman", serif;
}
h2 {
	padding-top: 5px;
	margin: 0 0 10px 0;
	font: normal 1.64em Georgia, "Times new roman", serif;
}
h3 {
	margin: 0 0 10px 0;
	font: normal 1.34em Georgia, "Times new roman", serif;
}
h4 {
	margin: 0;
	font-size: 100%;
}


/*main*/
#main {
	min-height: 100%;
}
	* html #main {
		height: 100%;
	}

#headerBg {
	background: #fff;
	height: 108px;
}
	#header {
		width: 900px;
		margin: 0 auto;	
	}


/*menu*/
#menu {
	list-style-type: none;
	margin: 0;
	float: left;
	font-size: 1.18em;
}
	#menu li {
		padding: 15px 0 0 0;
		width: 100px;
		height: 93px;
		float: left;
		text-align: center;
	}
	#menu li.act {
		background: url('img/separ_img.gif') no-repeat center bottom;
	}
	#menu li a {
		float: left;
		width: 100px;
		display: block;
		text-align: center;
	}
	#menu img {
		vertical-align: middle!important;
		text-decoration: none;
	}
	#menu small {
		background: #ffff00;
	}
	
.separ {
	clear: both;
	background: #C82100;
	height: 8px;
	font-size: 1px;
	margin-bottom: 20px;
}
	
	
/*right*/
#right {
	float: right;
	width: 180px;
	margin: 0 0 100px 0;
	padding: 50px 0 0 0;
}


/*submenu*/
#submenu {
	float: right;
	width: 180px;
	list-style-type: none;
	margin: 0 0 100px -180px;
	padding: 50px 0 0 0;
	font-size: 1.18em;
}
	#submenu li {
		width: 100%;
		float: left;
		clear: left;
		text-align: center;
		margin-bottom: 20px;
	}
	#submenu li a {
		margin: 0 auto;
		width: 100px;
		display: block;
	}
	#submenu li a img {
		margin-bottom: 5px;
	}

	
/*userInfo*/
#userInfo {
	padding: 30px 0 0 0;
	width: 180px;
	float: right;
}
	#userInfo #user {
		background: url('img/login.gif') no-repeat left top;
		padding-left: 18px;
	}
	#userInfo #help {
		background: url('img/help.gif') no-repeat left top;
		padding-left: 18px;
	}
	#userInfo p {
		line-height: 16px;
		margin-bottom: 10px;
	}
	
	
/*filters*/
#filters {
	width: 900px;
	margin: 0 auto 20px auto;	
}
	#filters select.select {
		width: 25%;
	}
	#filters #projectDiv {
		display: inline;
	}
	
	
/*status*/
#statusFilter {
	width: 900px;
	margin: 0 auto;
}
	#statusFilter ul {
		list-style: none;
		width: 100%;
		float: left;
		margin: 0 0 20px -13px;
		padding: 0;
	}
		#statusFilter ul li {
			float: left;
			margin: 0 25px 0 0;
			padding: 6px 15px;
			font-size: 1.17em;
		}
			#statusFilter ul li.act {
				color: #fff;
			}
			
.statusClass {
	 padding: 0 2px;
	 color: #fff;
	 margin-left: -2px;
	 position: relative;
	 top: 4px;
}
#contentLeft .first {
	background: #996037!important;
}
#contentLeft .second {
	background: #006666!important;
}
#contentLeft .third {
	background: #FA6900!important;
}
#contentLeft .fourth {
	background: #7EB299!important;
}


/*rounded*/
.rounded li {
	background: #ebebeb url('img/corners.gif') no-repeat -13px -13px;
	position: relative;
}
	.tr, .bl, .br {
		position: absolute;
		width: 13px;
		height: 13px;
		display: block;
	}
	.tr {
		background: url('img/corners.gif') no-repeat 0 -13px;
		top: 0;
		right: 0;
	}
	.bl {
		background: url('img/corners.gif') no-repeat -13px 0;
		bottom: 0;
		left: 0;
	}
	.br {
		background: url('img/corners.gif') no-repeat 0 0;
		right: 0;
		bottom: 0;
	}
	
.first {
	background: #996037 url('img/corners_first.gif') no-repeat -13px -13px!important;
}
	.first .tr, .first .bl, .first .br {
		background-image: url('img/corners_first.gif')!important;
	}
	
.second {
	background: #006666 url('img/corners_second.gif') no-repeat -13px -13px!important;
}
	.second .tr, .second .bl, .second .br {
		background-image: url('img/corners_second.gif')!important;
	}
	
.third {
	background: #FA6900 url('img/corners_third.gif') no-repeat -13px -13px!important;
}
	.third .tr, .third .bl, .third .br {
		background-image: url('img/corners_third.gif')!important;
	}
	
.fourth {
	background: #7EB299 url('img/corners_fourth.gif') no-repeat -13px -13px!important;
}
	.fourth .tr, .fourth .bl, .fourth .br {
		background-image: url('img/corners_fourth.gif')!important;
	}


/*content*/
#content {
	margin: 0 auto;
	padding-bottom: 200px;
	width: 900px;
}
	#content input.text, #content textarea.textarea, #content select.select {
		width: 50%;
	}
	#content textarea.textarea {
		height: 200px;
	}
	.none {
		width: 900px;
		margin: 0 auto;
		padding: 50px 0 0 0;
		height: 259px;
	}
		.none p {
			padding: 10px 0 0 0;
		}
	
#contentLeft {
	margin-right: 200px;
}
	#contentLeft .new {
		background: #ffff00;
	}
	#contentLeft p, #contentLeft ul, #contentLeft ol {
		font-size: 1.09em;
	}


/*footer*/
#footer {
	width: 900px;
	margin: -150px auto 0 auto;
	padding-top: 30px;
	height: 120px;
	color: #8A7876;
	overflow: hidden;
	zoom: 1;
}
	#footerText {
		float: left;
		width: 290px;
		margin-right: -290px;
	}
	#develop {
		float: right;
		display: inline;
		width: 101px;
		height: 39px;
		margin: 0;
		overflow: hidden;
	}
		#develop a {
			display: block;
			height: 39px;
			white-space: nowrap;
		}
		#develop h1.q {
			background: url("/img/logo_develop_in.gif") no-repeat 0 0;
			margin: 0;
			padding: 0;
			text-indent: 10000px;
			height: 39px;
		}
