#tab_container {
	border: none;
	width: 697px;
	/*height: 405px;*/
	margin-left: auto;
	margin-right: auto;
}
.tab_container_content{
	border: 1px #DDDDDD solid;
	border-top: none;
}
#tab_container * {
	/*margin: 0;*/
	padding: 0;
}
#tab_container ul#tab_menu {
	color: #1A4235;
	position: relative;
	min-width: 20px;
	margin: 0;
}
#tab_container ul#tab_menu li {
	float: left;
	display: inline;
	margin: 0;
}
#tab_container ul#tab_menu li a {
	margin: 0;
	text-align: center;
	display: block;
	min-width: 230px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
#tab_container ul#tab_menu li a:hover {
	/*background-color: #EEEEEE;*/
}
#tab_container h1, #tab_container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#tab_container .tab_content {
	background-color: #FFFFFF;
	width:682px;
	/*height:150px;
	overflow: auto;*/
	padding: 5px;
	/*background-image: url(../../images/bg_box.jpg);
	background-repeat: no-repeat;*/
	margin: 0;
	/*border: 1px #CECECE solid;*/
}
#tab_container hr {
	margin: 0;
	clear: both;
	visibility: hidden;
}
#tab_container a.current {
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #DDDDDD;
	border-bottom:none;
	font-size: 14px;
	text-align:center;
	font-weight:normal;
	text-transform: uppercase;
}

#tab_container a.ghost  {
	margin: 0;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	font-size: 14px;
	text-align:center;
	font-weight:normal;
	text-transform: uppercase;
}
#tab_container .on {
	margin: 0;
	display: block;
}
#tab_container .off {
	margin: 0;
	display: none;
}
#tab_container .label  {
	margin: 0;
	color: #666666;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.boxRow{
	margin:5px;
	width:658px;
	min-height:25px;
	/*float:left;*/
	border: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #EEEEEE;
	overflow: hidden;
}
.boxRow:HOVER{
	/*background-color: #EEEEEE;*/
	border: 1px dotted #3366cc;
}
.boxTitle{
	/*color:#3366cc;*/
	color:#1A4235;
	font-weight: bold;
}
.boxText{
	font-size: 9px;
	font-weight:bold;
	text-align: justify;
}
.boxContainer {
	border: 1px #FFFFFF solid;
	width: 694px;
	/*height: 150px;*/
	margin-left: auto;
	margin-right: auto;
}
.boxHeader{
	/*background-image: url(../../images/bg_box_header.jpg);*/
	height: 25px;
	/*border-bottom: 1px #CECECE dotted;*/
}
.boxHeaderItem{
	/*background-image: url(../../images/bg_box_header.jpg);*/
	text-align: center;
	display: block;
	min-width: 230px;
	height: 30px;
	line-height: 25px;
	text-decoration: none;
	float:left;
	/*border-right: 1px #CECECE dotted;*/
	background-color: #FFFFFF;
	color: #3366cc;
	font-weight:bold;
}
.boxContent{
	background-color: #FFFFFF;
	width:690px;
	/*height:150px;
	overflow: auto;*/
	padding: 2px;
	/*background-image: url(../../images/bg_box.jpg);
	background-repeat: no-repeat;*/
}
.boxImg{
	width:60px;
	vertical-align:middle;
}
.boxImgContainer{
	float:left;
	width: 60px;
	height: 30px;
	margin-right:15px;
	margin-bottom:5px;
	overflow: hidden;
}
.boxImgContainerBig{
	float:left;
	width: 60px;
	height: 60px;
	margin-right:15px;
	margin-bottom:5px;
	overflow: hidden;
}
.boxRead{
	color:#3366cc;
	font-weight: bolder;
}
