*{
	font-family: verdana;
	font-size: 12px;
}

body{
	margin:0;
}

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

a:hover{
	color: red;
}

img{
	border: none;
}

textarea, input{
	border: 1px solid black;
}

.textbox-med{
	width:200;
}

.textbox-long, textarea{
	width:300;
}

textarea{
	overflow:auto;
}

.toolbar{
}

.toolbar table{
	padding-left:20;
}

.toolbar a{
	color: black;
	font-weight: bold;
	padding:5;
}

.toolbar a.current{
	background: black;
	color: white;
}

.toolbar a:hover{
	color: white;
}

.toolbar a.current:hover{
	color: white;
}

.content{
	padding-top: 15;
	margin-bottom:30;
}

.content_header{
	font: bold 20 tahoma;
	padding-bottom:20px;
	padding-top:10px;
}

.sub_header{
	font-weight: bold;
	font-size: 14;
	padding-bottom: 5px;
	padding-left: 10px;
}

.item_table{
	border: 1px solid black;
	width: 600;
}

.item_table thead td{
	padding-left:15;
	padding-right:15;
	background: #cccccc;
	text-align: center;
	font-weight:bold;
	height: 20;
}

.detail_box{
	border:1px solid #aaa;
}

.detail_box *{
	font-size:14;
}

.detail_box td{
	padding-left:30;
	padding-right:30;
}

.error_box{
	background:#fcc;
	padding:10;
	font-size:12;
	margin-left:10;
	margin-right:10;
}

.option-links{
	font-weight:bold;
	border:2px solid #dddddd;
	background:#cccccc;
	padding:2;
	padding-left:10;
	padding-right:10;
}

.option-links:hover{
	background:maroon;
	color:white
}

.dashlet{
	border:1px solid #aaa;
	width:400;
	margin-bottom:20;
}

.dashlet thead td{
	font-weight:bold;
	font-size:16;
	color:maroon;
	padding-left:15;
	padding-top:5;
	padding-bottom:5;
	background:#eee;
}

.dashlet-con{
	border:1px solid #ddd;
}

.row-diff{
	background:#eee;
}

/***************************************
 	New Additions 2009-10-08 
 ***************************************/

.input-info{
	font-size: 10;
	padding-bottom: 15;
}

.form-table textarea {
	width: auto;
	/*height: 100px;*/
}

div.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}

.action-list{
	margin-top: 30px;
	margin-left: 20px;
}

.action-list thead{
}

.action-list thead td{
	font-weight: bold;
}

.action-list tbody{
	padding-left: 5px;
}

.list-item{
	padding-bottom: 20px;
}

.list-item .header a{
	font-size: 16px;
	font-weight: bold;
}

.content-table td{
	padding-left: 30;
}

.data-table{
	width: 750px;
}

.data-table tbody td{
	background: #eee;
	padding: 10px;
}

.data-table th{
	background: #CCB3E6;
	padding: 5px;
}

div.yiiForm span.required
{
	color: red;
}

#date_time_div{
	color: white;
}

.main-menu a{
	color: white;
	margin-right: 10px;
}

.main-menu a:hover{
	color: yellow
}

.label{
	width: 150px;
}
