/* Team buttons */

.team_button, .team_button_highlight {
    position:relative;
    background-color: #2C2F73;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    height:24px;
}

.team_button_inner_div {
    padding:3px;
}


.team_button_highlight {
    color: rgb(197,198,227);
}

.team_button_outline_image, .team_button_corner_image, .team_button_wave_image {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%
}

.team_button_corner_image {
    filter:alpha(opacity=20);
    -moz-opacity:.20;
    opacity:.20;
}

.team_button_wave_image {
    filter:alpha(opacity=10);
    -moz-opacity:.10;
    opacity:.10;
}


/* Team Content Box */

.team_content_box_header, .team_content_box_header.a {
    margin:0px;
    padding: 3px 0px 3px 10px;
    font-size:12px; 
    font-weight:bold; 
    color:#FFFFFF;
    background-color: #2C2F73;

}

.team_content_box {
    margin: 0px;
    font-size:11px; 
    padding: 10px 15px 15px 15px;
    position: relative;
}

/* Team Tables */

.team_table_header, .team_table_header_clickable, .team_table_header_selected, .team_table_header_highlighted {
    background-color: #2C2F73;
    font-size: 12px; 
    font-weight: bold; 
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 10px 0px 5px;
    height: 24px;
    text-align:left;
}


.team_table_header_clickable, .team_table_header_highlighted {
    cursor: pointer;
}

.team_table_header_selected, .team_table_header_highlighted {
    color: rgb(197,198,227);
}

.team_table_header_right_corner, .team_table_header_left_corner {
    position: absolute;
    top: 0px;
    height: 24px;
    width: 10px;
    background-color: #2C2F73;
}

.team_table_header_right_corner {
    right: 0px;
}

.team_table_header_left_corner {
    left: 0px;
}

.team_table_row {
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    background-color: #ffffff;
}

.team_table_alt_row {
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    background-color: #edecea;
}

.team_table_footer {
    font-size: 11px; 
}

/* Page Header */

#team_header {
    margin:0px;
    padding:0px;
    width: 100%;
    height: 105px;
    background-color: #2C2F73;
    
}

#team_header_team_name {
    position:absolute;
    top:45px;
    left:15px;
    font-size:48px; 
    font-family: "georgia"; 
    color: #FFFFFF;
    padding:15px;
}

a {
    text-decoration: none;
    color: #2C2F73;
}

a:hover, a:active  {
    color: #2C2F73;
    text-decoration: underline;
}

.header_a {
    text-decoration: none;
    color: #FFFFFF;
}

.header_a:hover, .header_a:active  {
    text-decoration: none;
    color: rgb(197,198,227);
}


/* Team Main Menu */

#team_main_menu {
    background-color: #2C2F73;
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px;
    width:966px;
}

#team_main_menu_left {
    width: 10px;
    float: left;
}

.team_main_menu_divider {
    background-color: #FFFFFF;
    padding: 0px;
    width: 2px;
    float: left;
    font-size:0px;
}

.team_main_menu_item, .team_main_menu_item_active, .team_main_menu_item_hover, .team_main_menu_item_right, .team_main_menu_item_hover_right {
    float: left;
    padding-right: 12px;
    padding-left: 12px;
    cursor: pointer;
    font-size:13px;  
    color:#FFFFFF;
}

.team_main_menu_item_right, .team_main_menu_item_hover_right {
    float: right;
    font-weight: bold;
}

.team_main_menu_item_active, .team_main_menu_item_hover, .team_main_menu_item_hover_right {
    color: rgb(197,198,227);
}





/* Team Sub Menu */


#team_side_menu {

}

.team_side_menu_item, .team_side_menu_item_active, .team_side_menu_item_hover {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    margin-bottom: 5px;
    background-color: #2C2F73;
    white-space: nowrap;
}

.team_side_menu_item {
    font-size:14px; 
    color:#FFFFFF;
}

.team_side_menu_item_active, .team_side_menu_item_hover {
    font-size:14px; 
    color: rgb(197,198,227);
}


/* Content,Form box stuff */

.team_content_wrapper {
    text-align: left;
    margin: 20px 20px 50px 20px;
    padding-bottom: 50px;
}


/* Conversation */


.conversation_element, .conversation_element_active {
    border-top: 1px solid lightgrey;
    padding: 5px 3px 5px 3px;
    background-color: #FFFFFF;
}

.conversation_element_active {
    background-color: #edecea;
}

/* Home page */


.home_page_left_item {
    margin-bottom:15px;
    width:526px;
}

.home_page_right_item {
    margin-bottom:15px;
    padding-left:20px;
    width:400px;
}


/* General and page wrappers */


html {
    height: 100%;
}

body {
    background: #7b797a url('/images/team_page_background.png') repeat-x;
    margin: 0px;
    color: #555;
    text-align: center;
    height: 100%;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: none;
    text-decoration: none;
}   


#page_wrapper {
	width: 1000px;
	min-height: 100%;
	position: relative;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: left;
}

#top_repeater {
    width:100%;
    height:13px;

    background: #7b797a url('/images/top_repeater.png') repeat;
}



#bottom_repeater {
    position:absolute;
    bottom:0px;
    width:100%;
    height:13px;
    background: #7b797a;
}


#inner_page_wrapper {
    margin: 0px 3px 0px 3px;
	position: relative;
}

.big_font {
    font-size:200%;
}





/* Error handling */


#errorBox {
    border:solid 2px red;

    color: red;
    width:450px;
    margin:10px;
    padding:10px;
}

#errorBox H2 {
    color: red;
    font-size: 14px;
    font-weight:bold;
}

.flash_notice
{
    color: red;
    font-size:14px;
    font-weight:bold;
}

