/*
--------------------------------------------------
  Author: Imatics Inc
  Date: 2006-01-12
--------------------------------------------------
*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin: 20px;
}

#page {
	width: 705px;
	padding: 10px 20px;	
	border: 1px solid #EEEEEE;
}

/* header
--------------------------------------------------*/

#header {
	width: 705px;
	height: 50px;
	padding-bottom: 30px;
}

#header-l {
	float: left;
}

#header-r {
	float: right;
}

#header a {
	color: #F59D12;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	background: #4E6CBB;
	font-weight: bold;
}

#header .clientid {
	font-size: 90%;
	color: #999999;
}

#header h1 {
	font-size: 120%;
	font-weight: bold;
	color: #0165B5;
	text-align: right;
	display: block;
	clear: both;
}

/* content
--------------------------------------------------*/

#left {
	width: 160px;
	min-height: 200px;
	float: left;
	font-size: 80%;
}

#right {
	width: 520px;
	min-height: 200px;
	float: right;
	border: 1px solid #EEEEEE;
}

#items {
	font-size: 80%;
	padding: 20px;
}

#items h2 {
	background: #0165B5;
	color: #FFFFFF;
	font-size: 120%;
	padding: 3px;
}

a {
	color: #0165B5;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

.updated {
	font-style: italic;
	color: #999999;
}

.notes {
	font-style: italic;
	color: #888888;
	padding: 3px;
	border: 1px solid #CC6600;
}

.notestit {
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}

.notes a {
	color: #CC6600;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-style: dotted;
	}

.smaller {
	font-size: 80%;
}

/* forms
--------------------------------------------------*/

#form {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px 3px 3px;
}

form {
	background-color: #FFFFFF;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

/* footer
--------------------------------------------------*/

#footer {
	display: block;
	padding-top: 5px;
	font-size: 80%;
	color: #999999;
	clear: both;
	text-align: right;
}


