* {
	font-size: 12px;
	font-family: arial;
}

body {
	height:100%; 
}

#container {
	width:1000px;
	background:#FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
}

#sidebar_left {
	width:200px;
	float:left;
	background:#F0F0F0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height:100%;
}

#content {
	background:#FFFFFF;
	width:759px;
	float:left;
	padding: 20px;
}

#header {
	height: 150px;
	width: 1000px;
	background-color: #FFFFFF;
}

p, h1, h2, h3, h5 {
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

#sidebar_left ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style:none;
}


#sidebar_left li {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	text-align: center;
}

A {
	font-weight: bold;
	text-decoration: none;
	color: #003070;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}


.labelstyle {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/* -- admin -- */

.hadmin {
	color: #880000;
	font-weight: bold;
	font-size: 28px;
	font-family: helvetica;
}

input {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

select {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.table1 {
	/*width: 600px;*/
	border: 1px solid #000000;
}


.row0, .row0 td {
	background-color: #E0E0E0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.row1, .row1 td {
	background-color: #F0F0F0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.theader, .theader td {
	background-color: #AAAAAA;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


.delrow0, .delrow0 td {
	background-color: #FACAE0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.delrow1, .delrow1 td {
	background-color: #FDDAEA;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.deltheader, .deltheader td {
	background-color: #E0A0BA;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.delbutton {
	color: #AA2222;
	border: 2px solid #DD6666;
}

.delbutton:hover {
	color: #EE5555;
	border: 2px solid #DD6666;
}

.smalltitle{
	font-weight: bold;
}

.appl_opened_button {
	height: 20px;
	border-bottom: 1px solid #484747;
	border-right: 1px solid #484747;
	/*margin-bottom: 10px;*/
	font-weight: bold;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
  background: #C8D2D2;

	text-align: left;
	background: #C8D2D2 url("../images/b_edit.png") no-repeat center right;
}

.appl_closed_button {
	height: 20px;
	border-bottom: 1px solid #484747;
	border-right: 1px solid #484747;
	/*margin-bottom: 10px;*/
	font-weight: bold;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
  background: #C8D2D2;

	text-align: left;
	background: #C8D2D2 url("../images/b_delete.png") no-repeat center right;
}

.hidediv {
	display:none;
}

.showdiv {
	display:none;
}

.contenttitle, td.contettitle{
	font-weight: bold;
	font-size: 14px;
}

.hideoverflow{
	overflow: hidden;
}

.error{
	color: #CC2222;
	font-weight: bold;
}