@charset "utf-8";
/* CSS Document */

a
{
	color: navy;
	text-decoration: none;
}

a:hover
{
	color: #FF9900;
	text-decoration: none;
}

td.centered
{
	text-align:center;
	
}

table.list
{
	border-collapse:collapse;
	padding: 2px;
	margin-left:auto;
	margin-right:auto;
}

table.list tr.header
{
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

table.list td
{
	border: solid 1px #999999;
	padding: 3px;
	
	vertical-align:top;
}

table.content
{
	border-collapse:collapse;
	width:100%;
	font-family:Verdana;
	font-size:10pt;
}

table.content td.tl2
{
	width:12px;
	height:25px;
	
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url('images/crnr_tl.gif');
	
}

table.content td.topbar2
{
	background-image:url('images/topbar.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
}

table.content td.tr2
{
	width:12px;
	height:12px;
	
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url('images/crnr_tr.gif');

}

table.content td.rightbar2
{
	background-image:url('images/rightbar.gif');
	background-position:left center;
	background-repeat:repeat-y;
}

table.content td.br2
{
	width:12px;
	height:12px;
	
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url('images/dir_crnr_2.gif');

}

table.content td.bottombar2
{
	background-image:url('images/bottombar.gif');
	background-repeat:repeat-x;
	background-position:center top;

}

table.content td.bl2
{
	width:12px;
	height:12px;
	
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url('images/ac_crnr_2.gif');

}

table.content td.leftbar2
{
	background-image:url('images/leftbar.gif');
	background-position:right center;
	background-repeat:repeat-y;

}

table.main
{
	border-collapse:collapse;
	width:100%;
	font-family:Verdana;
	font-size:10pt;
}

table.main td.tl
{
	width:14px;
	height:14px;
	
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url('images/content_tplft.gif');
	
}

table.main td.topbar
{
	background-image:url('images/brder_top.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
}

table.main td.tr
{
	width:12px;
	height:14px;
	
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url('images/content_tprgt.gif');

}

table.main td.rightbar
{
	background-image:url('images/brder_rgt.gif');
	background-position:left center;
	background-repeat:repeat-y;
}

table.main td.br
{
	width:12px;
	height:14px;
	
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url('images/content_btmrgt.gif');

}

table.main td.bottombar
{
	background-image:url('images/brder_btm.gif');
	background-repeat:repeat-x;
	background-position:center top;

}

table.main td.bl
{
	width:14px;
	height:14px;
	
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url('images/content_btmlft.gif');

}

table.main td.leftbar
{
	background-image:url('images/brder_lft.gif');
	background-position:right center;
	background-repeat:repeat-y;

}
/*
	Forms styles
*/

@charset "utf-8";
/* CSS Document */

table.form
{
	width: 100%;
	border-collapse: collapse;
}

table.form td.header
{
	font-size: 20pt;
	text-align:left;
	vertical-align:middle;
}

table.form td.label
{
	width:20%;
	text-align: right;
	vertical-align:top;
	padding-right: 2px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: green;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
}

.tiny
{
	width: 50px;
}

.small
{
	width: 100px;
}

.medium
{
	width: 200px;
}

.large
{
	width: 300px;
}

.error
{
	display:block;
	font-weight: bold;
	padding: 2px;
	color: red;
	border: solid 1px red;
	background-color:#FFFF99;
	margin: 2px;
}

.success
{
	display:block;
	font-weight: bold;
	padding: 2px;
	color: green;
	border: solid 1px green;
	background-color:#FFFF99;
	margin: 2px;
}

.gray
{
	color: gray;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}

.red
{
	color: red;
}

.gray *
{
	color: gray;
}

.huge
{
	width: 500px;
}

table.form td.data
{
	width:80%;
	text-align: left;
	padding-left: 2px;
	vertical-align: top;
}

.silver_border_thin
{
	border:1px solid silver;
}

span.description
{
	color: #666666;
	font-size: 8pt;
	font-style: italic;
}

input#user_name,input#user_id,input#password
{
	width: 250px;
}

textarea#description
{
	width: 500px;
	height: 300px;
}


