/* Body */
/* *********************************************************************** */		
body {
	color: #333333;
	font-size: 20px;
	font-family: Verdana;
	line-height: 30px;
	/*background: url('/dev/images/design/body/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #F9F9F9;
	margin: 0px;
}

.body_top {
	background: url('/images/design/body/bg_top.jpg');
	background-repeat: repeat-x;
}




/* Index table */
/* *********************************************************************** */		
.index_table {
	width: 997px;
	height: 100%;
	background-color: #FFFFFF;
}

#index_table_toplinks {
	width: 265px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

#index_table_clock {
	width: 265px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

.index_table_left_shadow_top {
	width: 34px;
	background: url('/images/design/index_table/index_left_shadow.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	vertical-align: top;
}

.index_table_top_shadow	{
	height: 156px;
	width: 910px;
	padding: 43px 0px 0px 0px; 
	background: url('/images/design/index_table/top_shadow.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: top;
}

.index_table_top_shadow FORM {
	margin: 0px;
}

.index_table_right_shadow_top {
	width: 53px;
	background: url('/images/design/index_table/index_right_shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	vertical-align: top;
}

.index_table_topmenu {
	height: 43px;
	width: 910px;
	background: url('/images/design/menu/topmenu/bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 12px 2px 0px 2px;
	vertical-align: top;
}

.index_table_topbanner {
	height: 100px;
	width: 748px;
	vertical-align: top;
	background: url('/images/design/index_table/topbanner/bg.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

.index_table_login_area	{
	height: 100px;
	background: url('/images/design/menu/login/box_bg.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 0px 10px;
	width: 150px;
}

.index_table_login_area	td, div, span {
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
}

.index_table_login_area	table {
	width: 140px;
	margin-left: 5px;
}

.index_table_leftmenu {
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 0px 0px;
	width: 150px;
}

#index_table_content {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 568px;
	font-family: Trebuchet MS;
	padding: 0px 10px 20px 10px;
}

.index_table_rightmenu {
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 0px 10px;
	width: 150px;
}

.index_table_sponsors {
	background: url('/images/design/index_table/bottom_sponsors_bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 11px;
	height: 65px;
}




/* Login */
/* *********************************************************************** */

.index_table_login_area h1 {
	margin: 7px 8px 12px 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
}

.index_table_login_area .input {
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 10px;
}

.index_table_login_area #submit	{
	width: 50px;
	height: 16px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/login_w50.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

#forgotpw	{
	padding-top: 3px;
	text-align: center;
}

.index_table_login_area a:link	{
	color: #FFFFFF;
}
.index_table_login_area a:active	{
	color: #FFFFFF;
}
.index_table_login_area a:visited	{
	color: #FFFFFF;
}
.index_table_login_area a:hover	{
	color: #FFFFFF;
}


/* Page Timer */
/* *********************************************************************** */

#clock	{
	font-family: Verdana; 
	font-size: 10px; 
	color: #999999;
	text-align: center;
}

/* Page navigation */
/* *********************************************************************** */	

#page_navigation {
	margin-bottom: 20px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	color: #999999;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#page_navigation a:link	{
	color: #00a6e3;
	/*color: #999999;*/ 
	text-decoration: none;
}
#page_navigation a:active {
	color: #00a6e3;
	/*color: #999999;*/ 
	text-decoration: none;
}
#page_navigation a:visited	{
	color: #00a6e3;
	/*color: #999999;*/ 
	text-decoration: none;
}
#page_navigation a:hover	{
	color: #00a6e3;
	/*color: #999999;*/ 
	text-decoration: underline;
}

#page_navigation2	{
	margin-bottom: 0px; /* original value 20px */
	padding: 5px 0px 5px 0px;
	text-align: right;
	color: #888888;
	font-size: 9px;
	font-family: Verdana;
	border-top: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#page_navigation3	{
	margin-bottom: 20px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	color: #888888;
	font-size: 9px;
	font-family: Verdana;
	border-top: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#page_navigation_beta	{
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	background-color: yellow;

}

#page_links	{
	margin-bottom: 0px; /* original value 20px */
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #888888;
	font-size: 9px;
	font-family: Verdana;
}

/*
#page_navigation2 a:link	{
	color: #888888; 
	text-decoration: none;
}
#page_navigation2 a:active	{
	color: #888888; 
	text-decoration: none;
}
#page_navigation2 a:visited	{
	color: #888888; 
	text-decoration: none;
}
#page_navigation2 a:hover	{
	color: #888888; 
	text-decoration: underline;
}
*/
/* Index table, bottommenu */
/* *********************************************************************** */		

.index_table_bottommenu	{
	color: #999999;
	font-size: 10px;
	background: url('/images/design/index_table/bottommenu_bg.jpg');
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	height: 40px;
	vertical-align: top;
	text-align: center;
	padding: 10px 45px 0px 14px;
}

.index_table_bottommenu td	{
	color: #999999;
	font-size: 10px;
}

.index_table_bottommenu a:link {
	color: #999999; 
	text-decoration: none;
}

.index_table_bottommenu a:visited {
	color: #999999; 
	text-decoration: none;
}

.index_table_bottommenu a:active {
	color: #999999; 
	text-decoration: none;
}

.index_table_bottommenu a:hover {
	color: #00a6e4; 
	text-decoration: none;
}


/* Default, Tables */
/* *********************************************************************** */		

table	{
	border-style: none;
	border-width: 0px;
}


/* Default, Images */
/* *********************************************************************** */		

img	{
	border-style: none;
	border-width: 0px;
}

/* Default, Text */
/* *********************************************************************** */		

div, span, td, th	{
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
}

div, span	{
	margin: 0px;
}


/* Default, Headlines */
/* *********************************************************************** */		

h1	{
	margin: 0px;
	color: #00a6e3;
	font-size: 24px;	
	font-family: Trebuchet MS;
}

h2	{
	margin: 0px;
	color: #333333;
	font-size: 20px;	
	font-family: Trebuchet MS;
}

h3	{
	margin: 0px;
	color: #333333;
	font-size: 18px;
	font-family: Trebuchet MS;
}

h4	{
	margin: 0px;
	font-size: 16px;	
	color: #00a6e3;
	font-family: Trebuchet MS;
}

h5	{
	margin: 0px;
	font-size: 14px;	
	font-family: Trebuchet MS;
}

h6	{
	margin: 0px;
	font-size: 12px;	
	font-family: Trebuchet MS;
}

.h7 {
	font-size: 10px;
	color: #00a6e3;
	font-family: Trebuchet MS;
}

.h8 {
	font-size: 8px;
	color: #00a6e3;
	font-family: Verdana;
	font-family: Trebuchet MS;
}

/* Default, Links */
/* *********************************************************************** */

a, a:link, a:visited, a:active   { 
	color: #333333; 
	text-decoration: none;
	font-weight: bold;
}

a:hover  { 
	color: #333333; 
	text-decoration: underline; 
	font-weight: bold;
}

.bslinks {
	color: #00a6e3; 
	text-decoration: none; 
	font-weight: bold;
}

.artlinks {
	font-size: 10px;
	color: #00a6e3; 
	text-decoration: none; 
}

.mediapartners {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

/* Content, Links */
/* *********************************************************************** */

#index_table_content a	{
	color: #00a6e3;
}



/* Form, Buttons */
/* *********************************************************************** */		

.default_btn_w50	{
	width: 50px;
	height: 21px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/default_w50.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

.default_btn_w75	{
	width: 75px;
	height: 21px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/default_w75.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

.default_btn_w100	{
	width: 100px;
	height: 21px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/default_w100.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

.default_btn_w125	{
	width: 125px;
	height: 21px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/default_w125.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

.default_btn_w150	{
	width: 150px;
	height: 21px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	background: url('/images/design/form/buttons/submit/default_w125.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}

/* Form, Input fields */
/* *********************************************************************** */		

.default_input	{
	height: 21px;
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	background: url('/images/design/form/input/default_bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding-top: 2px;
}

/* Form, Select fields */
/* *********************************************************************** */	

.checkbox	{
	margin: 0px;
	border-style: none;
	border-width: 0px;
	margin-top: 1px;
	background-color: transparent;
}

.radio	{
	margin: 0px;
	border-style: none;
	border-width: 0px;
	background-color: transparent;
}

/* Boxes, b1 */
/* *********************************************************************** */	

#b1_outer	{
	background-repeat: repeat-x;
	height: 84px;
}

#b1_inner	{
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 8px 0px 8px;
}

#b1_hl	{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 8px;
}


/* Menu, Topmenu */
/* *********************************************************************** */	

.topmenu_selected {
	background-image: url('/images/design/menu/topmenu/menu_selected_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px 12px 0px 12px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	height: 21px;
}

.topmenu_selected2 {
	background-image: url('/images/design/menu/topmenu/menu_selected_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px 12px 0px 12px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	height: 21px;
}

.topmenu_unselected	{
	padding: 4px 12px 0px 12px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
	color: #FFFFFF;
	vertical-align: top;
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
	height: 21px;
}

.topmenu_unselected2	{
	padding: 4px 12px 0px 12px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
	color: #FFFFFF;
	vertical-align: top;
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
	height: 21px;
}

.topmenu_unselected a:link	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_unselected a:active	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_unselected a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_unselected a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}


.topmenu_selected a:link	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_selected a:active	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_selected a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_selected a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}








/* Menu, Menubox 1 */
/* *********************************************************************** */	

.mbox_1_outer	{
	background-color: #ececec;
}

.mbox_1_h1_outer	{
	background: url('/images/design/menu/menubox_1/headline/default/bg.gif');
	background-repeat: repeat-x;
	height: 33px;
}

.mbox_1_h1_inner	{
	padding: 9px 12px 0px 12px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 12px;
}

.mbox_1_sepl	{
	margin: 0px;
}

.mbox_1_bottom_gfx_outer	{
	background: url('/images/design/menu/menubox_1/bottom_gfx/bg.gif');
	background-repeat: no-repeat;
	height: 7px;
	margin-bottom: 15px;
}

.mbox_1_bottom_gfx_inner	{
	height: 15px;
}

.mbox_1_link_1_unselected	{
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 0px 12px 0px 12px;
	font-weight: normal;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #999999;
	background-color: #ececec;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.mbox_1_link_1_selected	{
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 0px 12px 0px 12px;
	font-weight: normal;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #333333;
	background-color: #ececec;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}


.mbox_1_link_2_unselected	{
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 0px 12px 0px 12px;
	font-weight: normal;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #999999;
	background-color: #ececec;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.mbox_1_link_2_selected	{
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 0px 12px 0px 12px;
	font-weight: normal;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #333333;
	background-color: #ececec;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}




.mbox_1_link_2_selected a:link	{
	color: #333333;
	text-decoration: none;
}
.mbox_1_link_2_selected a:active	{
	color: #333333;
	text-decoration: none;
}
.mbox_1_link_2_selected a:visited	{
	color: #333333;
	text-decoration: none;
}
.mbox_1_link_2_selected a:hover	{
	color: #333333;
	text-decoration: none;
}


.mbox_1_link_1_unselected a:link	{
	color: #999999;
	text-decoration: none;
}
.mbox_1_link_1_unselected a:active	{
	color: #999999;
	text-decoration: none;
}
.mbox_1_link_1_unselected a:visited	{
	color: #999999;
	text-decoration: none;
}
.mbox_1_link_1_unselected a:hover	{
	color: #999999;
	text-decoration: none;
}



/* Text info */
/* *********************************************************************** */	

.textinfo_outer	{
	background: url('/images/design/box/textinfo/top_right_corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F5F5F5;
}

.textinfo_inner	{
	background: url('/images/design/box/textinfo/bottom_left_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #666666;
	font-size: 10px;
	padding: 6px;
}

a:link.textinfo {
	color: #666666; 
	text-decoration: none;
}

a:visited.textinfo  {
	color: #666666; 
	text-decoration: none;
}

a:active.textinfo  {
	color: #666666; 
	text-decoration: none;
}

a:hover.textinfo  {
	color: #666666; 
	text-decoration: underline;
}


/* Controlpanel */
/* *********************************************************************** */	
.controlpanelTD {
	width: 20%;
	vertical-align: top;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.controlpanelTD IMG {
	margin-bottom: 5px;
}

.controlpanelSubTD {
	width: 17%;
	vertical-align: top;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.controlpanelSubTD IMG {
	margin-bottom: 5px;
}

/* Project creation */
/* *********************************************************************** */

.projectidTxt {
	/*font-weight: bold;*/
	color: #00a6e3;
	font-family: impact;
	font size: 12pt;
}

.projectid {
	/*font-weight: bold;*/
	color: #888888;
	font-family: impact;
	font size: 17pt;
}

/* Sponsor logos */
/* *********************************************************************** */	

.img_outer_sponsors_logo {
	width: 100px;
	height: 35px;
	padding: 5px;
	margin-right: 10px;
	background-image: url('/images/design/sponsors/logo_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.img_outer_sponsors_logo img {

}

.pointer { cursor: pointer }

.alerttext {
	color: red;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

.textBox { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #000000; 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.textBox150 { 
	font-family: Verdana; 
	font-size: 8pt; 
	width:150px; 
	color: #000000; 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.textBox200 { 
	font-family: Verdana; 
	font-size: 8pt; 
	width:200px; 
	color: #000000; 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.textBox300 { 
	font-family: Verdana; 
	font-size: 8pt; 
	width:300px; 
	color: #000000; 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.CalText a:link	{
	color: #FFFFFF;
}
.CalText a:active	{
	color: #FFFFFF;
}
.CalText a:visited	{
	color: #FFFFFF;
}
.CalText a:hover	{
	color: #FFFFFF;
}