body {
	background-image:url(../images/index_0.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: helvetica, impact, sans-serif;
	font-size:8pt;
	/*font-style:normal;*/
	/*font-weight:normal;*/
	/*color: #000000;*/
	/*text-align: center;*/
	/*min-width: 990px;*/
}

a:link	{
	color:#483632;
	font-size:8pt;
	/*font-family:Tahoma;*/
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-variant:normal;
}
a:hover	{
	color:#483632;
	font-size:8pt;
	/*font-family:Tahoma;*/
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-variant:normal;
}
a:active {
	color:#483632;
	font-size:8pt;
	/*font-family:Tahoma;*/
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-variant:normal;
}
a:visited {
	color:#483632;
	font-size:8pt;
	/*font-family:Tahoma;*/
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-variant:normal;
}

p {
	margin: 0px 0px 0px 0px;
}

p.title {
	margin: 15px 15px 15px 15px;
	font-weight: bold;
	text-align: center;
}

p.content {
	margin: 15px 15px 0px 0px;
	font-weight: bold;
}

p.content_list {
	margin: 0px 0px 0px 10px;
}

img {
	border: 0px;
}

table {
	margin: 0 0 0 0;
}


#whole_page {
	width: 990px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}


/* HEADER STUFF */

#header {
	margin: 0px 0px 0px 0px;
	width: 990px;
}




/* MAIN PAGE STUFF */

#content {
	overflow: auto;
	width: 930px;
	padding: 10px 30px 10px 30px;
	/*font-family: Tahoma;*/
	/*clear: both;*/
}

#content_left {
	/*overflow: auto;*/
	float: left;
	padding: 2px 20px 2px 2px;
	/*font-family: Tahoma;*/
}

.content_left_menu_item {
	
}

.content_left_menu_item a {
	color: #000000;
}

.content_left_menu_item a:active {
	color: #000000;
}

.content_left_menu_item a:visited {
	color: #000000;
}

.content_left_menu_item a:hover {
	color: #000000;
	text-decoration: underline;
}

#content_right {
	overflow: auto;
	float: left;
	min-height: 300px;
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	padding: 2px 2px 2px 2px;
	/*font-family: Tahoma;*/
}

#case_status_form {
	text-align: center;
}



/* FOOTER */


#footer {
	/*overflow: auto;*/
	width: 990px;
}

#footer_top {
	background-image:url(../images/index_23_top.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	height: 11px;
	max-height: 11px;
	min-height: 11px;
	font-size: 1px;
	width: 990px;
}

#footer_bottom {
	background-image:url(../images/index_23_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	height: 11px;
	max-height: 11px;
	min-height: 11px;
	font-size: 1px;
	width: 990px;
}

#footer_middle {
	background-image:url(../images/index_23_middle.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	overflow: auto;width: 990px;
	width: 960px;
}


#footer_middle_left {
	float: left;
	font-size: 8pt;
	color: rgb(72, 54, 50);
	/*font-family: Tahoma;*/
	text-align: left;
	width: 350px;
}

#footer_middle_center {
	float: left;
	font-size: 8pt;
	color: rgb(72, 54, 50);
	/*font-family: Tahoma;*/
	text-align: right;
	width: 390px;
}

#footer_middle_right {
	float: left;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

#copyright {
	/*clear:both;*/
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	/*font-family: Tahoma;*/
	font-size: 8pt;
	width: 990px;
}

div.clndr {
 background-color:rgb(213,214,252); position:absolute;
 cursor:default; display:none; border:3px ridge #9ab;
}
div.clndr table {
 width:160px; margin:4px;
}
div.clndr th {
 border:1px solid black;
 font:normal bold 11px arial,sans-serif;
 text-align:center; padding:0 2px 0 2px;
}
div.clndr td {
 border:1px solid white; cursor:pointer;
 font:normal normal 11px arial,sans-serif;
 text-align:center; padding:0 2px 0 2px;
}

div.error {
	font:normal 9px arial,sans-serif;
	color: red;
	display: none;
}

div.info {
	font:normal 9px arial,sans-serif;
	color: grey;
	display: none;	
}