﻿body
{
    margin: 0;
    padding: 0;
    
    font-family: "Segoe UI", "Frutiger Next", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #505050;
    
    background-color: #FFFFFF;
}

#container
{
    margin: 0 auto;
    max-width: 800px;
}




/* ### top ### */


#top
{
    color: #FFFFFF;
    
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    background-color: #000000;
    background-image: url(images/top.png);
    background-repeat: repeat-x;
    background-position: top;
}

#top h1
{
	float:left;
	
    margin: 5px 30px 5px 8px;
    
    font-size: 17px;
    font-weight: normal;
}

#right_bar
{
    float: right;
    
    text-align: right;
    font-size: 10px;
    color: #808080;
    
    padding: 3px 8px;
}

#right_bar a
{
    color: #C0C0C0;
}

#right_bar a:link,
#right_bar a:visited
{
    text-decoration: none;
}

#right_bar a:hover,
#right_bar a:focus,
#right_bar a:active
{
    text-decoration: underline;
}

#top_navi
{
	margin: 6px 0;
    float: left;
}

#top_navi a
{
    display: block;
    float: left;
    padding: 2px 8px;
    
    text-decoration: none;
    font-weight: bold;
    
    border-top: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

#top_navi a.first
{
    border-left: 1px solid #606060;
	
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#top_navi a.last
{
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#top_navi a:link,
#top_navi a:visited
{
	color: #C0C0C0;
	
    background-color: #404040;
}

#top_navi a:hover,
#top_navi a:focus,
#top_navi a:active,
#top_navi a.selected
{
	color: #FFFFFF;
	
    background-color: #505050;
}








/* ### content ### */

#content
{
	padding: 20px 8px;
}













/* ### footer ### */

#footer
{
	margin-bottom: 10px;
    padding: 5px;
    
    border: 1px solid #D0D0D0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    font-size: 10px;
    text-align: right;
    color: #808080;
    
    background-color: #F7F7F7;
}

#footer a
{
    color: #404040;
}

#footer a:link,
#footer a:visited
{
    text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active
{
    text-decoration: underline;
}






/* ### common classes ### */

table
{
	empty-cells: show;
}

li
{
    list-style-type: square;
}

.clear
{
    clear: both;
}

h2
{
    margin: 0 0 10px;
    
    border-bottom: 1px solid #D7D7D7;
    
    font-size: 18px;
    font-family: Calibri, "Trebuchet MS", sans-serif;
    color: #000000;
}

h3
{
    margin: 0 0 10px;
    
    font-size: 16px;
    font-family: Calibri, "Trebuchet MS", sans-serif;
    color: #000000;
}

.right
{
    float:right;
}





/* ### boxes ### */


.box
{
    margin: 0 auto;
    max-width: 450px;
}

.box .top
{
    background-color: #F7F7F7;
    background-image: url(images/box_top.png);
    background-repeat: repeat-x;
    background-position: top;
    
    border: 1px solid #D0D0D0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box .bottom
{
	padding: 5px 8px;
	
    background-color: #F7F7F7;
    background-image: url(images/box_bottom.png);
    background-repeat: repeat-x;
    background-position: top;
    
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #D0D0D0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box .bottom .item
{
    float: right;
    
    margin-left: 20px;
}

.box .top_bottom
{
    background-color: #F7F7F7;
    background-image: url(images/box_top.png);
    background-repeat: repeat-x;
    background-position: top;
    
    border: 1px solid #D0D0D0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box .text
{
	padding:0 8px;
}

.box .text h2
{
	margin: 10px 0;
    padding-bottom: 3px;
    
    font-size: 15px;
    font-family: Calibri, "Trebuchet MS", sans-serif;
    color: #000000;
    
    border-bottom: 1px solid #D7D7D7;
}









/* ### messages ### */

.message
{
	display: none;
	
	margin: 5px 8px;
    padding:5px 8px;
	
	color: #000000;
	
	border: 1px solid #800000;
	
	background-color:#FFE7E7;
}










/* ### form tables ### */

table.form
{
    width: 100%;
}

table.form th, table.form td
{
    vertical-align: top;
}

table.form th
{
    padding: 5px 5px;
    
    width:33%;
    
    text-align: right;
}

table.form tr.first th
{
    padding-top: 10px;
}

table.form tr.last th
{
    padding-bottom: 10px;
}

table.form .note
{
    font-size: 10px;
    font-weight: normal;
}

table.form td
{
    padding: 5px 5px;
}

table.form tr.first td
{
    padding-top: 8px;
}

table.form tr.last td
{
    padding-bottom: 8px;
}





/* ### windows ### */

#overlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    background-color: #000000;
}

.window
{
	display: none;
    position: absolute;
    top: 50px;
    left: 150px;
    
    width: 300px;
}

.window h4
{
    padding: 5px 8px;
    margin: 0;
    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    
    background-image: url(images/window_top.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #E7E7E7;
    
    border-bottom: 1px solid #D0D0D0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.window .content
{
    padding: 1px 8px;
    
    background-color: #FFFFFF;
    
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.window .content .message
{
    margin: 5px 0;
}

.window .button_bar
{
    padding: 5px 0;
    
	border-top: 1px solid #D0D0D0;
}

.window .button_bar .item
{
    float: right;
    
    margin-left: 5px;
}





/* ### tabbed panels ### */

.tabbed_panel
{
}

.tabbed_panel .tab_bar
{
    margin-left: 0px;
    border-left: 1px solid #D7D7D7;
}

.tabbed_panel .tab_bar .item
{
    float: left;
}

.tabbed_panel .tab_bar .item a
{
    display: block;
    
    padding: 3px 8px;
    
    text-decoration: none;
    
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #D7D7D7;
}

.tabbed_panel .tab_bar .item a:link,
.tabbed_panel .tab_bar .item a:visited
{
	background-color: #F0F0F0;
}

.tabbed_panel .tab_bar .item a:hover,
.tabbed_panel .tab_bar .item a:focus,
.tabbed_panel .tab_bar .item a:active
{
    background-color: #F7F7F7;
}

.tabbed_panel .tab_bar .item a.selected
{
}

.tabbed_panel .content
{
	background-color: #F7F7F7;
	
    border:1px solid #D7D7D7;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}





































a img
{
    border-width:0;
    text-decoration:none;
}

h4
{
    margin:5px 0;
    font-size:11px;
}

p, div.paragraph
{
    margin:5px 0;
    padding:0;
}

ul
{
	margin:5px 0;
	padding:0 0 0 40px;
}

div.noticeBox
{
	margin:5px 0;
	padding:5px;
	border:1px solid #E0E0E0;
	background-color:#FFFFE7;
}

a
{
    text-decoration:underline;
}

a:link, a:visited
{
    color:#606060;
}

a:hover, a:focus, a:active
{
    
    color:#000000;
}


ul.layout
{
    margin:0;
    padding:0;
}

ul.layout li
{
    list-style-type:none;
    margin:0;
}

input, button, select, option, textarea
{
    font-family:"Segoe UI","Frutiger Next", Tahoma, sans-serif;
    font-size:12px;
}

form
{
    margin:0;
    padding:0;
}

.right
{
    float:right;
}



ul.buttons_right
{
    float:right;
    margin:0;
    padding:0;
}

ul.buttons_right li
{
    float:left;
    list-style-type:none;
    margin:0 0 0 5px;
}

ul.buttons_left
{
    float:left;
    margin:0;
    padding:0;
}

ul.buttons_left li
{
    float:left;
    list-style-type:none;
    margin:0 5px 0 0;
}


.error
{
    color:#A00000;
}

div.error
{
    color:#404040;
    background-color:#FFE0E0;
    border-color:#A00000;
}

.invisible
{
    display:none;
}

.layout_clear
{
    clear:both;
}

#layout_content_top
{
	display:block;
}

#layout_content_top h2
{
	padding:5px 10px;
	margin:0;
    font-size:18px;
    color:#000000;
	font-weight: bold;
}

#layout_content_top h2 a
{
	text-decoration: none;	
}

#layout_content_top h2 a:hover
{
	text-decoration: underline;	
}

#layout_content_top .right
{
	float:right;
	padding:3px;
}

#layout_content_top ul
{
    margin:0;
    padding:0;
}

#layout_content_top li
{
    margin:0;
    padding:0;
    float:left;
    list-style-type:none;
}

#layout_content_top li a
{
    display:block;
    text-decoration:none;
    padding:2px 5px;
    border-width:1px;
    border-style:solid;
    color:#404040;
}

#layout_content_top li a:link,
#layout_content_top li a:visited
{
    background-color:transparent;
    border-color:transparent;
}

#layout_content_top li a:hover,
#layout_content_top li a:focus,
#layout_content_top li a:active,
#layout_content_top li a.selected
{
    background-color:#C7C7C7;
    background-image:url(images/button-highlight.png);
    background-repeat:repeat-x;
    background-position:top;
    border-color:#C0C0C0;
}

.layout_container
{
	float:left;
	width:100%;
}



.layout_content_side_tabs
{
    width:149px;
    float:left;
    border-right:1px solid #C0C0C0;
}
    
.layout_content_side_tabs ul
{
    margin:0;
    padding:0;
}
    
.layout_content_side_tabs li
{
    margin:0;
    list-style-type:none;
    background-color:#F7F7F7;
}
   
.layout_content_side_tabs li a
{
    display:block;
    padding:3px 8px;
    text-decoration:none;
    border-bottom:1px solid #E0E0E0;
}
   
.layout_content_side_tabs li a:link,
.layout_content_side_tabs li a:visited
{
    background-color:transparent;
}
    
.layout_content_side_tabs li a:hover,
.layout_content_side_tabs li a:focus,
.layout_content_side_tabs li a:active,
.layout_content_side_tabs li a.selected
{
    color:#000000;
    background-color:#D7D7D7;
    background-image:url(images/list-highlight.png);
    background-repeat:repeat-y;
    background-position:right;
}

.layout_content_panels
{
    margin-left:150px;
}

.layout_content
{
    padding:5px 8px;
}

.layout_content_half
{
    width:262px;	
}

#layout_content_side
{
    float:left;
    width:199px;
    background-color:#F7F7F7;
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#C0C0C0;
}

#layout_content_main
{
    margin-left:200px;
}





ul#news_list
{
    margin:0;
    padding:0;
}

ul#news_list li
{
    padding:5px 0;
    list-style-type:none;
}

ul#news_list li h4
{
    margin:0;
    font-size:11px;
}

ul#news_list li span.date
{
    color:#808080;
}

table#events_list
{
    width:100%;
    float:left;
}

table#events_list td
{
    vertical-align:top;
    padding:5px 0;
}

table#events_list h4
{
    margin:0;
    font-size:11px;
}

table#events_list span.place
{
    color:#808080;
}

table#events_list td.date
{
    width:60px;
}



#messages_container
{
	float:left;
	width:275px;
	border-right:1px solid #E0E0E0;
}




div.list div.item a
{
    display:block;
    float:left;
    padding:5px;
    width:166px;
    height:50px;
    overflow:hidden;
    text-decoration:none;
    border-width:1px;
    border-style:solid;
}

div.list div.item a:link,
div.list div.item a:visited
{
    background-color:transparent;
    border-color:transparent;
}

div.list div.item a:hover,
div.list div.item a:focus,
div.list div.item a:active,
div.list div.item a.selected
{
    color:#000000;
    background-color:#F0F0F0;
    background-image:url(images/list-highlight.png);
    background-repeat:repeat-y;
    background-position:left;
    border-color:#E0E0E0;
}

div.list div.item span.image
{
    display:block;
    margin-right:5px;
    float:left;
}




ul.list_small
{
    border-top:1px solid #E0E0E0;
    margin:0;
    padding:0;
    background-color:#F7F7F7;
}

ul.list_small li
{
    clear:both;
    list-style-type:none;
    margin:0;
}

ul.list_small li a
{
    display:block;
    padding:5px 8px;
    font-weight:bold;
    text-decoration:none;
    border-bottom:1px solid #E0E0E0;
}

ul.list_small li a:link,
ul.list_small li a:visited
{
    background-color:transparent;
}

ul.list_small li a:hover,
ul.list_small li a:focus,
ul.list_small li a:active,
ul.list_small li a.selected
{
    color:#000000;
    background-color:#E0E0E0;
    background-image:url(images/list-highlight.png);
    background-repeat:repeat-y;
    background-position:right;
}

ul.list_small li .text
{
    display:block;
    float:right;
    font-weight:normal;
}


ul.message_list
{
    margin:0;
    padding:0;
}

ul.message_list li
{
    border-top:1px solid #C0C0C0;
    list-style-type:none;
    margin:0;
}

ul.message_list div.image
{
    width:50px;
    height:50px;
    float:left;
    margin:5px 5px 5px 0;
}

ul.message_list div.date
{
    float:right;
    margin:5px 0 5px 5px;
}

ul.message_list div.name
{
    margin:5px 0 5px 55px;
    font-weight:bold;
}

ul.message_list div.content
{
    margin:5px 0 5px 55px;
}

ul.page_button_list
{
    padding:0;
    margin:0;
    border-top:1px solid #C0C0C0;
}

ul.page_button_list li
{
    margin:0;
    list-style-type:none;
    float:left;
}
    
ul.page_button_list a
{
    display:block;
    padding:3px 8px;
    text-decoration:none;
}

ul.page_button_list a:link,
ul.page_button_list a:visited
{
}

ul.page_button_list a:hover,
ul.page_button_list a:focus,
ul.page_button_list a:active,
ul.page_button_list a.selected
{
    background-color:#E0E0E0;
    color:#000000;
}

ul.page_button_list a.disabled
{
    background-color:transparent;
    color:#C0C0C0;
}


.column_left
{
    float:left;
    width:200px;
}


.column_right
{
    float:left;
    width:318px;
}





table.v_data
{
    margin:5px 0;
    width:100%;
    border-width:1px 0;
    border-style:solid;
    border-color:#E0E0E0;
}

table.v_data th,
table.v_data td
{
    padding:3px 5px;
}

table.v_data th
{
    width:30%;
    font-weight:normal;
    text-align:right;
    background-image:url(images/vdata_header.png);
    background-repeat:repeat-y;
    background-position:right;
    background-color:#F7F7F7;
    border-width:0 1px;
    border-style:solid;
    border-color:#E0E0E0;
}

table.v_data td
{
	color:#000000;
    background-color:#FFFFFF;
    border-width:0 1px 0 0;
    border-style:solid;
    border-color:#E0E0E0;
}


table.v_data td.seperator
{
    border-width:1px 0;
    border-style:solid;
    border-color:#E0E0E0;
}




table.h_data
{
	margin:5px 0;
	width:100%;
	border-right:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
}

table.h_data th
{
    background-image:url(images/hdata_header.png);
    background-repeat:repeat-x;
    background-position:top;
	color:#404040;
}

table.h_data th,
table.h_data td
{
    text-align:left;
    border-left:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    padding:2px 5px;
    vertical-align:top;
}

table.h_data td.fill
{
    padding:0;
}

table.h_data td.fill a
{
    text-decoration:none;
    display:block;
    padding:2px 5px;
}

table.h_data td.fill a:link,
table.h_data td.fill a:visited
{
	background-color:transparent;
}

table.h_data td.fill a:hover,
table.h_data td.fill a:active,
table.h_data td.fill a:focus,
table.h_data td.fill a.selected
{
    background-color:#F0F0F0;
    background-image:url(images/list-highlight);
    background-repeat:repeat-y;
    background-position:left;
}

table.h_data tr.colored td
{
	background-color:#F7F7F7;
}

table.h_data .details
{
	font-size:10px;
}







table.forum th.col_title,
table.forum td.col_title
{
	text-align:left;
	width:50%;
}

table.forum th.col_posts,
table.forum td.col_posts
{
	text-align:right;
	width:50px;
}




div.forum_thread div.first
{
    margin-top:3px;
}

div.forum_thread div.post
{
    border-top:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
    float:left;
    width:100%;
    margin-bottom:10px;
    background-image:url(images/forum_post_bg.png);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#F7F7F7;
}

div.forum_thread div.post div.author
{
    padding:5px 10px;
    float:right;
    width:100px;
}

div.forum_thread div.post div.meta
{
	padding:5px 10px 0;
    margin-right:110px;
}

div.forum_thread div.post div.body
{
    padding:0 10px 5px;
    margin-right:110px;
}

div.forum_thread div.post div.body div.signature
{
    margin-top:10px;
    padding:3px 0;
    border-top:1px solid #D0D0D0;
}

div.forum_thread div.post div.foot
{
    padding:5px 10px;
    color:#808080;
    font-size:11px;
    background-color:#F0F0F0;
    border-top:1px solid #C0C0C0;
}

div.forum_thread div.post div.body div.code
{
    font-family:Consolas, "Courier New", "Lucida Console";
    color:#808080;
}

div.forum_thread div.post div.body div.quote
{
    border:1px solid #D0D0D0;
    background-color:#FFFFFF;
    padding:10px;
}

div.forum_thread div.post div.body div.quote div.head
{
    font-style:italic;
    font-weight:bold;
    margin-bottom:10px;
}




div.forum_thread div.post_alt
{
    background-image:url(images/forum_post_alt_bg.png);
    background-color:#FFFFFF;
    border-top:1px solid #D0D0D0;
    border-bottom:1px solid #D0D0D0;
}

div.forum_thread div.post_alt div.body div.signature
{
    border-top:1px solid #E0E0E0;
}

div.forum_thread div.post_alt div.foot
{
    border-top:1px solid #D0D0D0;
    background-color:#F7F7F7;
}

a.button {
    /*float: left;*/
    display: block;
    padding: 2px 5px;
    border: 1px solid transparent;
    text-decoration: none;
}

a.button:hover {
	background-color: #E7E7E7;
    border-color: #C0C0C0;
    color: #000000;
}


div.photo_container_100 {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.photo_container_200 {
	width: 200px;
	height: 200px;
	min-height: 200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.photo_container_50 {
	width: 50px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

img.centered_photo {
}


.button_bar
{
    padding: 5px 0;
}

.button_bar .item
{
    float: right;
    
    margin-left: 5px;
}

div.notification
{
	margin:5px 0;
	padding:5px;
	border:1px solid #E0E0E0;
	background-color:#FFFFE7;	
}
