.background
{
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	text-align: center;
}

.header
{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 223px;
}

.footer
{
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	font-family:verdana;
	font-size:9px;
	color:#cccccc;
	text-decoration: none;
	font-weight:normal;
}



.footer a
{
	color: #cccccc;
}

.stats
{
	font-size: 8px;
	font-family:verdana;
}

.dummy_content
{
	text-align: center;
}

h1
{
	font-size: 16px;
}

h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	text-decoration: none;
}

h3
{
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4
{
	font-size: 10px;
}


/* Horizontal Menu */
.menu_horizontal
{
	text-align: left;
	font-family:verdana;
	font-size:12px;
	color:#717275;
	background-image: url('../images/menu_horizontal_background.png');
	background-repeat: repeat-x;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-color: #dedede;
	border-bottom-style: solid;
}

.menu_horizontal a
{
	color: #717275;
	text-decoration: none;
}

.menu_horizontal a:hover
{
	text-decoration: underline;
}

.selected_menu_item
{
	border-top-width: 1px;
	border-top-color: #c7c7c7;
	border-top-style: solid;

	border-left-width: 1px;
	border-left-color: #c7c7c7;
	border-left-style: solid;

	border-right-width: 1px;
	border-right-color: #c7c7c7;
	border-right-style: solid;

	background-color: #ffffff;
}

/* Vertical Sub Menu */
.menu_vertical
{
	text-align: left;
	font-family:verdana;
	font-size:11px;
	color:#717275;
	overflow: auto;
}

.menu_vertical a
{
	color:#717275;
	text-decoration: none;
	overflow: auto;
}

.menu_vertical a:hover
{
	text-decoration: underline;
	overflow: auto;
}


.menu_vertical_arrow
{
	background-image: url('../images/menu_vertical_arrow.png');
	background-repeat: no-repeat;
	background-position: top;
}

.menu_vertical_content
{
	background-image: url('../images/menu_vertical_content.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.menu_vertical_content a:hover
{
	color: #717275;
	background-color:#c5d3ff;/*#FFDBDC;*/
	text-decoration: none;
	border: solid 1px #0080ff;/*#F79EA0;*/
	font-weight:bold;
}

a.test
{
	width: 120px;
}

menu_vertical_content a
{
	width: 200px;
}

/* All content */
.content
{
	text-align: left;
	font-family:verdana;
	font-size:14px;
	color:#0d1e4f;
	padding-top: 10px;

}

.content_border
{
	background-image: url('../images/menu_separator.png');
	background-repeat: repeat-y;
	background-position: center;
}


/* Form elements */
input, textarea, select
{
	color: #000000;
	background: #f4f4f4;
	border: 1px solid #bebebe
}


textarea
{
	overflow:auto;
}

input.submit
{
	background: #ebebeb;
}




/* Standard text header */
.content_item_header
{
	color: #202D8B;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.content_item_header a
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	color: #0d1e4f;
}




.content_item_date
{
	font-size: 10px;
	color: #3098f9;
	height: 25px;
	vertical-align: top;
	padding-left: 50px;
}

.content_item_date a
{
	font-size: 10px;
	color: #3098f9;
	height: 25px;
	vertical-align: top;
}

.content_item_body a
{
	font-size:13px;
	color:#0d1e4f;
	text-decoration: underline;
}

.content_item_body
{
	font-family:verdana;
	font-size:13px;
}

/* Standard text */
.normal_content_table
{
	padding-left: 10px;
	border-width: 0px;
	/*border-width: 1px;
	border-color: #c7c7c7;
	border-style: solid;
*/
}

.normal_content_table a:link, normal_content_table a:visited, normal_content_table a:active
{
}

.normal_content_table a:hover
{
	text-decoration: underline;
}



/* Forum frontpage */
.forum_content_table
{
	border-width: 1px;
	border-color: #dedede;
	border-style: solid;
}

.forum_content_table a:link, forum_content_table a:visited, forum_content_table a:active
{
}

.forum_content_table a:hover
{
	text-decoration: underline;
}


.forum_thread_dark_list_content_table
{
	border-width: 1px;
	border-color: #dedede;
	border-style: solid;
}

.forum_thread_light_list_content_table
{
	border-width: 1px;
	border-color: #dedede;
	border-style: solid;
	background-color: #f4f4f4;
}


/* Thread text */
.thread_content_table
{
	border-width: 1px;
	border-color: #dedede;
	border-style: solid;
}

.thread_content_table a:link, thread_content_table a:visited, thread_content_table a:active
{
}

.thread_content_table a:hover
{
	text-decoration: underline;
}



/* Agenda */
.agenda_content_table
{
	border-width: 1px;
	border-color: #dedede;
	border-style: solid;
}

.agenda_item_content_table
{
	height: 130px;
	width: 100%;
	border-width: 1px;
	border-color: #cacaca;
	border-style: solid;
	background-color: #f4f4f4;
}

.agenda_item_content_table a:link, agenda_content_table a:visited, agenda_content_table a:active
{
}

.agenda_item_content_table a:hover
{
	text-decoration: underline;
}

.agenda_item_container
{
	overflow: hidden;
}


.tooltip
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: black;
	font-size: 10px; 
    padding: 3px; 
    border: solid 1px;
    background-color: #dddddd; 
}



.frontpage_news_title a
{
	color:#000080;
	text-decoration: none;
	overflow: auto;
	font-size: 18px;
}


.frontpage_news_title_hot a
{
	color:#ff0000;
	text-decoration: none;
	overflow: auto;
	font-size: 18px;
}

.frontpage_news_body
{
}