/** 
 * RoundCon CSS 
 *
 */

/*------------------------------------------------------------------------------------------------------/
 * General CSS settings
 */

/* The base style sheet doesn't need this for now.
body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
}
*/

.center_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.box {
	border: 1px solid #666;	
}

.box_border_red {
	border: 1px solid #666666;
	border-color: #FF0000;
}

.box_underline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

.box_underline_selected {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	background-color: #666666;
	color: #FFFFFF;
}

.box_underline_selected a {
	color: #EEEEEE;
	text-decoration: none;
}

.box_underline_selected a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.box_underline_selected_2 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	background-color: #666666;
	color: #FFFFFF;
}

.box_underline_selected_2 a {
	color: #EEEEEE;
	text-decoration: underline;
}

.box_underline_selected_2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #8A0000;
	text-decoration: none;
}

a:hover {
	color: #8A0000;
	text-decoration: underline;
}

.section_title {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.sub_section_title {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.news_date {
	color: #8A0000;
	font-size: 16px;
	font-weight: bold;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.box_border {
	border: 1px solid #666666;
}

.sub_menu {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BBBBBB;
	background-color: #999999;
	color: #FFFFFF;
}

.sub_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.sub_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.red_box {
	background-color: #FDD;
	padding: 5px;
	border: 1px solid #CA0000;
}

.light_background {
	background-color: #EEEEEE;
}
