/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	----------------------------------------------------------------------

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/
/*-- --*/

#container {
    position: relative;
    padding: 0;
    margin: 10px auto;
    text-align: left;
    width: 975px;
}

.borderhorz {
    width: 100%;
    height: 3px;
    line-height: 0;
    overflow: hidden;
}

.bordervert {
    width: 3px;
    vertical-align: top;
}

#main_container {
    position: relative;
    padding: 0;
    padding-left: 10;
    padding-right: 10;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

/*--- the main container is divided in sub containers ----------------------*/

#layout_table {
    border-collapse: collapse;
    width: 100%;
}

#CC_tbl {
    border-collapse: collapse;
}

#left_column {
    vertical-align: top;
}

#right_column {
    vertical-align: top;
}

#sub_container {
    margin: 10px 10px 10px 10px;
    padding: 0;
    width: 775px;
    overflow: hidden;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 100%;
}

#left_column_container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 165px;
    left: 0px;
    top: 0px;
}

/*--- header ---------------------------------------------------------------*/

.header {
    clear: both;
    position: relative;
    padding: 10px 0px 10px 0px;
    margin: 0;
    width: 100%;
    top: 0px;
    left: 0px;
}

#CountDown {
    width: 100%;
}

/*--- main navigation ------------------------------------------------------*/

.main_nav_container {
    z-index: 1;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 100%;
}

.main_nav_list {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 1px;
    list-style-type: none;
}

.main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 29px;
}

/*--- main navigation items ------------------------------------------------*/

.main_nav_list a {
    overflow: hidden;
    margin: 0;
    display: block;
    float: left;
    width: 90px;
    height: 29px;
    line-height: 26px;
    text-align: center;
}

.main_nav_list span {
    overflow: hidden;
    margin: 0;
    display: block;
    float: left;
    width: 175px;
    height: 29px;
    line-height: 26px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px;
    padding-left: 0px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 26px;
    height: 29px;
    width: 165px;
    padding: 0 0px 0 19px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 146px;
}

html>body .sub_nav_list a {
    width: 146px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 0px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--------------------------------------------------------------------------*/

.content select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.FreezePaneOff {
    visibility: hidden;
    display: none;
    position: absolute;
    top: -200px;
    left: 0px;
}

.FreezePaneOn {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 999;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    padding-top: 20%;
}

.InnerFreezePane {
    text-align: center;
    width: 66%;
    background-color: #171;
    color: White;
    font-size: large;
    border: dashed 2px #111;
    padding: 9px;
}

