/*
filename:			main.css
last updated: 14.07.2006
*/

/* fader */
.table_header_fader {
background-image : url("../images/misc/fader.jpg"); 
} 
.navigation_header_fader {
background-image : url("../images/misc/fader2.jpg"); 
} 

/* dark links */
.dark_links a {
color: #000080; 
text-decoration : underline;
}
.dark_links a:hover {
color: #000080; 
text-decoration : underline;
}

.even {
background-color:#ffcc00;
}

.odd {
background-color:#ffdb4a;
}

.even_last {
background-color:#ffcc00;
}

.odd_last {
background-color:#ffdb4a;
}

/* font */
font {
font-weight : normal; 
font-size : 10pt; 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 
font a:hover {
color : #CC0066; 
text-decoration : underline; 
} 
font a {
color : #3333FF; 
text-decoration : underline; 
} 

/* td */
td {
font-weight : normal; 
font-size : 10pt; 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 
td a:hover {
color : #CC0066;
text-decoration : underline; 
} 
td a {
color : #3333FF; 
text-decoration : underline; 
}

/* font normal */
.font_normal {
font-weight : normal; 
font-size : 10pt; 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 
.font_normal a:hover {
color : #CC0066; 
text-decoration : underline; 
} 
.font_normal a {
color : #3333FF; 
text-decoration : underline; 
} 

/* font light */
.font_light {
font-weight : normal; 
font-size : 10pt; 
color : #ffcc00; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none;
}
.font_light a {
color : #3333ff; 
text-decoration : underline; 
} 
.font_light a:hover {
color : #cc0066; 
text-decoration : underline; 
} 

/* font dark */
.font_dark {
font-weight : normal; 
font-size : 10pt; 
color : #cc0066; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
}
.font_dark a {
color : #3333ff; 
text-decoration : underline; 
} 
.font_dark a:hover {
font-size : 10pt; 
color : #cc0066; 
text-decoration : underline; 
} 

/* font white */
.font_white {
font-weight : normal; 
font-size : 10pt; 
color : #ffffff; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 
.font_white a:hover {
color : #cc0066; 
text-decoration : underline; 
}
.font_white a {
color : #ffffff; 
text-decoration : underline; 
}

.button {
	cursor: pointer;
	font: 12px Arial;
	border: 1px solid #636363;
	margin-top: 1px;
	padding-left:5px;
	padding-right:5px;
	background: #ffffff url(/images/misc/submit_background.gif) repeat-x;
	padding-top:0px;	
	padding-bottom:0px;
	height:22px;
}

.form_button {
	cursor: pointer;
	font: 12px Arial;
	border: 1px solid #636363;
	margin-top: 1px;
	padding-left:5px;
	padding-right:5px;
	background: #ffffff url(/images/misc/submit_background.gif) repeat-x;
	padding-top:0px;	
	padding-bottom:0px;
	height:22px;
}


.form_input {
	border: 1px solid #000000;
}