/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}


#main_right {width: 300px;}
/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 2px;}
.box_title {
	background: #C6D2DB url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 5px 2px 1px;
	font-size: 0.9em;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.box table {
	font-size: 9px;
	font-family: Verdana;	
	width:100%; 
}
.box td{
	padding: 1px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;	
		border-left: 1px solid #D0D8DE;	
			border-right: 1px solid #D0D8DE;	
}
.box tr{
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}

