@media screen
{
/*************************
 * SELECTORS
 */
body{
	margin: 0px;
	background-color: #ededed;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #6e6e6e;
	line-height: 150%;
}

td{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #6e6e6e;
	line-height: 150%;
}
textarea, select, input
{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: 1px #dbdbdb solid;
}

a{
	text-decoration: none;
	border: 0px;
	color: #6e6e6e;
}

a:visited	{color: inherit;}
a:hover		{color: #333333;}
a:active    {color: inherit;}

a img{
	border: 0px;
}

label{
	display: block;
    font-size:9px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}

/*************************
 * ID SELECTORS
 */
#bar_top{
	padding: 50px 10px 10px 10px;
	vertical-align: bottom;
}

#logo{
	float: left;
}

#top_links{
	float: right;
}

#bar_mid{
	background-color: #ffffff;
	padding: 1px 0px 1px 0px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 4px solid #dbdbdb;
	min-height: 100px;
	* height: 100px;
}

#content{
	margin-top: 8px;
}

#content_left{
	background-color: #dbdbdb;
	padding: 10px 10px 10px 20px;
	width: 170px;
	min-height:500px;
	float:left;
}

#content_right{
	margin-left: 210px;
	margin-right: 10px;

}



/*************************
 * CLASS SELECTORS
 */

.section_link{
	padding: 25px 0px 15px 0px;
	width: 100px;
	height: 63px;
	text-align: center;
	float:left;
	line-height: 100%;
	display: block;
}

.section_link_selected{
	background-image: url(../media/img/misc/section_link_selected.gif);
	padding: 25px 0px 15px 0px;
	width: 100px;
	height: 63px;
	text-align: center;
	float:left;
	font-weight: bold;
	line-height: 100%;
	display: block;
}

.left_link{
	display: block;
	margin-bottom: 10px;
}

.left_link_selected{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.left_link img{
	vertical-align: bottom;
}

.left_link_selected img{
	vertical-align: bottom;
}

.icon_link{
	margin-left: 20px;
}

.icon_link img{
	vertical-align: bottom;
}

.heading{
	font-size: 18px;
	color: #373737;
	margin-bottom: 10px;
	line-height: 150%;
}

.status_ok{
	background-color: #98d9ff;
	border: #6db7e1 solid 1px;
	color: #0e5d8b;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 150%;
	width: 300px;
}

.status_error{
	background-color: #FFEBBB;
	border: #ff724f solid 1px;
	color: #FF3300;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 150%;
	width: 300px;
	font-weight: bold;
}

.status_icon{
	float:left;
}

.status_text{
	margin-left: 40px;
	min-height: 32px;
	* height: 32px;
}

.panel{
	margin-bottom: 20px;
	width: 100%;
}

.list{
	border: #c1c1c1 solid 1px;
	background-color: #ffffff;
}

.list_item_a{
	padding: 4px;
}

.list_item_b{
	background-color: #eeeeee;
	padding: 4px;
}

.list_item_delete{
	float: right;
	display: block;
}

.list_tools{
	padding: 4px;
}

.list_tools img{
	vertical-align:bottom;
}

.list_tools_right{
	float: right;
}

.form{
	border: #c1c1c1 solid 1px;
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
}

.corner_01_bl {background: url(../media/img/corners/01_bl.gif) 0 100% no-repeat #c1c1c1;}
.corner_01_br {background: url(../media/img/corners/01_br.gif) 100% 100% no-repeat;}
.corner_clear {font-size: 1px; height: 1px}

/*-------------------------------
  Calendar styles
--------------------------------*/
.cal_title { font-size: 8pt; }
.cal_day { background-color: #ffffff; font-size: 6pt;}
.cal_day_other_month { background-color: #eeeeee; font-size: 6pt;}
.cal_day_header { background-color: White; font-size: 7pt;}
.cal_day_selected { background-color: #aa0000; font-size: 6pt; color: red;}

/*-------------------------------
  Grid styles
--------------------------------*/
tr.SmallHeader, tr.SmallHeader td, tr.SmallHeader td a {font-size: 10pt; color: white; background-color: #999999; font-weight:bold;}

.printonly {display:none;}
}

@media print
{
	.donotprint	{display: none;}
	.print {display:inline;}
	BODY {background-color: Transparent;}
}
