/* --------------- layout --------------- */

body
{
	background-color:   #2857A6;
	font-family:        Arial, Helvetica, sans-serif;
	line-height:        18px;
	margin:             0px;
	padding:            0px;
}

td
{
	font-size: 10pt;
}

a
{
	color: #202020;
	text-decoration: underline;
}

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

table.main
{
    width:              100%;
}

table.content
{
     width:             1024px;
     margin-left:       auto;
     margin-right:      auto;
     background-color:  #1B305D;
}

td.content_separator
{
}

td.footer
{
     background-color:  #2857A6;
     text-align:        center;
     color:             #CCCCCC;
     font-size:         8pt;
     padding:           5px;     
}

a.footer
{
     color:             #CCCCCC;
     font-size:         8pt;
}

/* --------------- main --------------- */

TABLE.ctr_main
{
    width:                  100%;
}

TD.ctr_main_top
{
    background-image:       url('../images/containers/main/top.png');
    background-repeat:      repeat-x;
    height:                 17px;
}

TD.ctr_main_top_left
{
    background-image:       url('../images/containers/main/topleft.png');
    background-repeat:      no-repeat;
    width:                  17px;
    height:                 17px;
}

TD.ctr_main_top_right
{
    background-image:       url('../images/containers/main/topright.png');
    background-repeat:      no-repeat;
    width:                  17px;
    height:                 17px;
}

TD.ctr_main
{
    background-color:       #FFFFFF;
    width:                  100%;
    padding:                10px;
    vertical-align:         top;
    height:                 485px;
    min-height:             485px;
}

TD.ctr_main_left
{
    background-image:       url('../images/containers/main/left.png');
    background-repeat:      repeat-y;
    width:                  17px;
    height:                 100%;
}

TD.ctr_main_right
{
    background-image:       url('../images/containers/main/right.png');
    background-repeat:      repeat-y;
    width:                  17px;
    height:                 100%;
}

TD.ctr_main_bottom
{
    background-image:       url('../images/containers/main/bottom.png');
    background-repeat:      repeat-x;
    height:                 17px;
    width:                  100%;
}

TD.ctr_main_bottom_left
{
    background-image:       url('../images/containers/main/bottomleft.png');
    background-repeat:      no-repeat;
    width:                  17px;
    height:                 17px;
}

TD.ctr_main_bottom_right
{
    background-image:       url('../images/containers/main/bottomright.png');
    background-repeat:      no-repeat;
    width:                  17px;
    height:                 17px;
}

/* --------------- sidemenu --------------- */

td.ctr_sidemenu_header_center
{
    background-image:   url('../images/containers/sidemenu/header_bg.gif');
    background-repeat:  repeat-x;
    width:              200px;
    border-bottom:      1px solid #000000;
    color:              #DDDDDD;
}

td.ctr_sidemenu_header_left
{
    background-image:   url('../images/containers/sidemenu/header_left.gif');
    background-repeat:  no-repeat;
    width:              6px;
    border-bottom:      1px solid #000000;
}

td.ctr_sidemenu_header_right
{
    background-image:   url('../images/containers/sidemenu/header_right.gif');
    background-repeat:  no-repeat;
    width:              6px;
    border-bottom:      1px solid #000000;
}

td.ctr_sidemenu_subheader
{
	background-color:   #8DB3F6;
	color:              #FFFFFF;
	padding:            0px 5px 0px 5px;
	border-left:        1px solid #8AA2D7;
	border-right:       1px solid #2A6CB5;
	border-top:         0px solid #FFFFFF;
	border-bottom:      0px solid #808080;
}

td.ctr_sidemenu_subheader_active
{
	background-color:   #8DB3F6;
	color:              #FFFF00;
	padding:            0px 5px 0px 5px;
	border-left:        1px solid #8AA2D7;
	border-right:       1px solid #2A6CB5;
	border-top:         0px solid #FFFFFF;
	border-bottom:      0px solid #808080;
}

td.ctr_sidemenu_content
{
	background-color:   #D0E1FC;
	padding:            3px 5px 3px 5px;
	border-left:        1px solid #8AA2D7;
	border-right:       1px solid #2A6CB5;
	border-top:         0px solid #FFFFFF;
	border-bottom:      0px solid #808080;
}

td.ctr_sidemenu_footer_center
{
    background-image:   url('../images/containers/sidemenu/footer_center.gif');
    background-repeat:  repeat-x;
    width:              100%;
}

td.ctr_sidemenu_footer_left
{
    background-image:   url('../images/containers/sidemenu/footer_left.gif');
    background-repeat:  no-repeat;
    width:              6px;
}

td.ctr_sidemenu_footer_right
{
    background-image:   url('../images/containers/sidemenu/footer_right.gif');
    background-repeat:  no-repeat;
    width:              6px;
}

/* --------------- side menu link --------------- */

A.sidemenu_inactive
{
	color: #202020;
	text-decoration: none;
}

A.sidemenu_inactive:hover
{
	text-decoration:underline;
	color: #202020;
}

A.sidemenu_active
{
    color: #202020;
	text-decoration: underline;
}

A.sidemenu_active:hover
{
	text-decoration:underline;
	color: #202020;
}

/* --------------- mvp animation --------------- */

#mvp_container
{
    padding:            15px;
    text-align:         center;
    min-height:         45px;
    height:             45px;
    width:              95%;
    margin-left:        auto;
    margin-right:       auto;
}

DIV.mvp
{
    width:              95%;
    margin:             auto;
    padding:            0px;
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          18pt;
	font-weight:        normal;
	line-height:        20px;
	color:              #202020;
}

TABLE.mvp
{
    width:              100%;
    height:             160px;
}

TD.mvp
{
    text-align:         center; 
    vertical-align:     center;
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          15pt;
	font-weight:        normal;
	line-height:        20px;
	color:              #202020;
}

#sponsor_container
{
    /*
    background-color:   #efefef;
    border:             1px solid #cccccc;
    */
    padding:            15px;
    text-align:         center;
    min-height:         75px;
    height:             75px;
    width:              536px;
    margin-left:        auto;
    margin-right:       auto;
}

DIV.sponsor
{
    width:              95%;
    margin:             auto;
    padding:            10px;
}

TABLE.sponsor
{
    background-color:   #FFFFFF; 
    width:              100%;
    margin-left:        auto;
    margin-right:       auto;
}

/* --------------- info overview --------------- */

div.info_overview_title
{
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          15pt;
	font-weight:        normal;
	line-height:        20px;
	color:              #202020;
	padding:            0px 0px 10px 0px;
}

div.info_overview_subtitle
{
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          12pt;
	font-weight:        normal;
	line-height:        17px;
	color:              #202020;
	padding:            20px 0px 10px 0px;
}

TABLE.info_overview
{
    border-left:        1px solid #efefef;
    border-top:         1px solid #efefef;
    border-right:       1px solid #cccccc;
    border-bottom:      1px solid #cccccc;
}

TD.info_overview_header
{
    background-color:   #EFEFEF;
    color:              #202020;
    font-size:          8pt;
    font-weight:        normal;
    padding:            3px 5px 3px 5px;
    text-align:         left;
}

TD.info_overview_even
{
    background-color:   #EFEFEF;
    color:              #202020;
    font-size:          8pt;
    font-weight:        normal;
    padding:            3px 5px 3px 5px;
    text-align:         left;
}

TD.info_overview_odd
{
    background-color:   #cccccc;
    color:              #202020;
    font-size:          8pt;
    font-weight:        normal;
    padding:            3px 5px 3px 5px;
    text-align:         left;
}

/* --------------- info overview mobile --------------- */

div.mobile_info_overview_title
{
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          20pt;
	font-weight:        normal;
	line-height:        20px;
	color:              #202020;
	padding:            0px 0px 10px 0px;
}

div.mobile_info_overview_subtitle
{
    font-family:        Arial, Helvetica, sans-serif;
	font-size:          16pt;
	font-weight:        normal;
	line-height:        17px;
	color:              #202020;
	padding:            20px 0px 10px 0px;
}

TABLE.mobile_info_overview
{
    width:              100%;
    border-left:        1px solid #efefef;
    border-top:         1px solid #efefef;
    border-right:       1px solid #cccccc;
    border-bottom:      1px solid #cccccc;
}

TD.mobile_info_overview_header
{
    background-color:   #EFEFEF;
    color:              #202020;
    font-size:          16pt;
    font-weight:        normal;
    padding:            10px 10px 10px 10px;
    text-align:         left;
}

TD.mobile_info_overview_even
{
    background-color:   #EFEFEF;
    color:              #202020;
    font-size:          14pt;
    font-weight:        normal;
    padding:            10px 10px 10px 10px;
    text-align:         left;
}

TD.mobile_info_overview_odd
{
    background-color:   #cccccc;
    color:              #202020;
    font-size:          14pt;
    font-weight:        normal;
    padding:            10px 10px 10px 10px;
    text-align:         left;
}

/* --------------- overview printversion --------------- */

div.print_overview_title
{
    font-family:    Arial;
	font-size:      17pt;
	font-weight:    bold;
	color:          #202020;
	padding:        0px 0px 10px 0px;
}

div.print_overview_subtitle
{
    font-family:    Arial;
	font-size:      12pt;
	font-weight:    bold;
	color:          #202020;
	padding:        20px 0px 10px 0px;
}

TABLE.print_overview
{
    background-color:   #202020;
}

TD.print_overview_header
{
    background-color:   #FFFFFF;
    color:              #202020;
    font-size:          10pt;
    font-weight:        bold;
    padding:            6px 8px 6px 8px;
}

TD.print_overview_cell
{
    background-color:   #FFFFFF;
    color:              #404040;
    font-size:          10pt;
    font-weight:        normal;
    padding:            3px 8px 3px 8px;
}

/* --------------- menu --------------- */

A.menu_inactive
{
	font-size: 9pt;
	font-weight:bold;
	padding: 1px 8px 0px 8px;
	color: #DDDDDD;
	text-decoration: none;
	float: left;
}

A.menu_inactive:hover
{
	text-decoration:none;
	color: #FFFF00;
}

A.menu_active
{
	font-size: 9pt;
	font-weight:bold;
	padding: 1px 8px 0px 8px;
    color: #FFFF00;
	text-decoration: none;
	float: left;
}

A.menu_active:hover
{
	text-decoration:none;
	color: #FFFF00;
}

A.submenu_inactive
{
    font-family: Arial, Verdana, Tahoma;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding: 0px 5px 5px 5px;
}

A.submenu_inactive:hover
{
    font-family: Arial, Verdana, Tahoma;
	text-decoration:underline;
	color: #FFFF00;
}

A.submenu_active
{
    font-family: Arial, Verdana, Tahoma;
	font-size: 7pt;
	font-weight: bold;
    color: #FFFF00;
	text-decoration: underline;
	padding: 0px 5px 5px 5px;
}

A.submenu_active:hover
{
    font-family: Arial, Verdana, Tahoma;
	text-decoration:underline;
	color: #FFFF00;
}

/* ---------------- file uploads NEW --------------- */

.devupload_progress_wrapper
{
	overflow:           hidden;
}

.devupload_file_container
{
    overflow:           hidden;
    position:           relative;
}

.devupload_file_container [type=file]
{
    position:           absolute;
    left:               0px;
    top:                0px;
    width:              10px;
    height:             20px;
    overflow:           hidden;
    cursor:             pointer;
    filter:             alpha(opacity=0);
    opacity:            0;
}

.devupload_btn
{
    cursor:             pointer;
    font-size:          11px;
    background-color:   #FFFFFF;
    color:              #333333;    
}

.devupload_btn_inactive
{
    cursor:             default;
    font-size:          11px;
    background-color:   #FFFFFF;
    color:              #CCCCCC;
}

.devupload_progress_container
{
    height:             35px;
	margin:             5px 0px 5px 0px;
	padding:            5px;
	border:             solid 1px #E8E8E8;
	background-color:   #F7F7F7;
	overflow:           hidden;
}

.devupload_progress_name
{
	text-align:         left;
	white-space:        nowrap;
	overflow:           hidden;
}

.devupload_progress_bar
{
	font-size:          0;
	width:              0%;
	height:             2px;
	background-color:   blue;
	margin-top:         2px;
}

.devupload_progress_status
{
	margin-top:         2px;
	width:              100%;
	font-size:          7pt;
	font-family:        Arial;
	text-align:         left;
	white-space:        nowrap;
}

.red
{
	border:             solid 1px #B50000;
	background-color:   #FFEBEB;
}

.green
{
	border:             solid 1px #DDF0DD;
	background-color:   #EBFFEB;
}

.blue
{
	border:             solid 1px #CEE2F2;
	background-color:   #F0F5FF;
}