/* page structure
----------------------------------------------*/
html,body { 
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
}
div#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height:133px;
	background-color:#369;
	border:1px solid #369;
}
div#header h1{
	color:#FFF;
	padding-left:400px;
	padding-top:55px;
	font-family:"Times New Roman", Times, serif;
}
div#wrapper {
	float:right;
	width:100%;
	margin-left:-200px;
}
div#content {
	margin-left: 200px;
	background-image: url(../images/vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
div#content p{
	padding: 0 15px;
	vertical-align:middle;
}
div#content h1{
	padding: 15px;
	color:#000;
	font-size:1.8em;
	color:#54545C;
}
div#content h2{
	padding-left:15px;
	font-size:1.4em;
	color:#54545C;
}
a {
	text-decoration:underline;
	color:#666;
}
a:hover {
	color:#000;
}
/* navigation
----------------------------------------------*/
div#navigation {
	float:left;
	width:160px;
	height:150px;
	background:#ededed;
	border:1px dotted #ccc;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:5px;
}
div#navigation h2 {
	position: relative;
	color: #fff;
	background:#54545C;
	font: bold 90% helvetica, arial, sans-serif;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	text-transform:uppercase;
}
div#navigation ul {
	list-style-type: none;
	text-align: left;
	margin:10px 0 0 10px;
	padding:0;
}
div#navigation li{
	padding:3px;
}
div#navigation ul li a {
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}

div#navigation ul li a:hover {
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
}

div#navigation ul li a#current {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #333;
}
/* powered by
----------------------------------------------*/
div#powered {
	float:left;
	clear:left;
	width:160px;
	margin-bottom:10px;
	margin-top:30px;
	margin-left:5px;
	border-top:3px solid #54545C;
}
div#powered img{
	margin: 0;
	padding: 10px;
}
div#footer {
	clear:both;
	width:100%;
	background-color: #369;
	color: #FFF;
}
div#footer p {
	margin:0;
	padding:5px 10px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
/* welcome page
----------------------------------------------*/
div#client_link {
	border:1px dotted #ccc;
	width:100%;
	height:70px;
	background-image: url(../images/client.jpg);
	background-repeat: repeat-y;
	background-position: 20px top;
	margin-top:30px;
}
div#client_link p{
	padding-left:80px;
	padding-top:20px;
}
div#thirdparty_link {
	border:1px dotted #ccc;
	width:100%;
	height:70px;
	background-image: url(../images/agent.jpg);
	background-repeat: repeat-y;
	background-position: 20px top;
	margin-top:20px;
}
div#thirdparty_link p{
	padding-left:80px;
	padding-top:20px;
}
/* login page
----------------------------------------------*/
div#login {
	padding:20px 10px 30px 30px;
	margin: 5em 0 0 5em;
	background-color:#EDEDED;
	width:500px;
	border: 1px dotted #CCC;
}
div#login fieldset {
	border: none;
	margin:0;
	padding:0;
}
div#login legend {
	padding:0 0 20px 0;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
}
#login_error {
	list-style-type: none;
	color: #666666;
}
#login_error li {
	padding: 0 0 0 20px;
	background: transparent url(../images/list_error_bullet.gif) no-repeat 0 50%;
}
/* progress report
----------------------------------------------*/
div#report {
	padding:0;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color:#EDEDED;
	border: 1px solid #CCC;
	width:95%;
}
div#report caption{
	display:none;
}
div#report table{
	width: 100%;
	clear:left;
}
div#report td, th{
	text-align:left;
	padding:2px 5px;
	border:1px solid #ccc;
	vertical-align:top;
}
div#report tr.odd {
	background-color:#FFF;
}
div#report .tick, div#report .date  {
	text-align:center;
	width:110px;
}
div#case_header {
	margin-bottom:20px;
}
div#case_header th {
	vertical-align:top;
	font-weight:bold;
	width:120px;
	border:none;
}	
div#case_header td {
	vertical-align:top;
	border:none;
}	

/* case list
----------------------------------------------*/
div#case_list {
	padding:10px 10px 30px 10px;
	margin: 5em 0 0 5em;
	background-color:#EDEDED;
	width:80%;
	border: 1px dotted #CCC;
}
div#case_list caption{
	display:none;
}
div#case_list table{
	width: 100%;
}
div#case_list td, div#case_list th{
	text-align:left;
	padding:2px 5px;
	border:none;
}
div#case_list a{
	#color:#666;
	text-decoration:underline;
}	
div#case_list a:hover{
	#color:#000;
}
/* tabbed menu
----------------------------------------------*/
#tabs {
	float:left;
	width:99%;
	background:#ededed;
	line-height:normal;
	border-bottom:1px solid #54545C;
	margin-left:5px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(../images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	background-position:100% -42px;
}
#tabs a:hover {
	background-position:0% -86px;
}
#tabs a:hover span {
	background-position:100% -86px;
}
#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
	background-position:100% -42px;
}
