/* 
 * Simple CSS definitions
 * 2001 David Roethlisberger
 */

body {
	font-size: 12.499px; color: black; font-family: Arial, Helvetica, Geneva; color: #000000; background-color: #F4E7BB;
}
 
a {
	color: #CC0000; text-decoration: none
}
a:link {
	color: #CC0000; text-decoration: none
}
a:visited {
	color: #CC0000; text-decoration: none
}
a:active {
	color: #CC0000; text-decoration: none
}
a:hover {
	color: #663300; text-decoration: underline
}

h1 {
	font-weight: bold; font-size: 16px; color: #000000; letter-spacing: normal
}
h2 {
	font-weight: bold; font-size: 13px; color: #333367
}
h3 {
	font-size: 12px; color: #666666; font-style: normal
}

td {  
    font-family: Arial, Helvetica, Geneva; font-size: 12.499px;
}

/* font definitions */
.f1b {  font-family: Arial, Helvetica, Geneva; font-size: 10.7px; font-weight: bold}   /* Font size 1 bold */
.f1n {  font-family: Arial, Helvetica, Geneva; font-size: 10.7px}                      /* Font size 1 normal */
.f2b {  font-family: Arial, Helvetica, Geneva; font-size: 12.499px; font-weight: bold} /* Font size 2 bold */
.f2n {  font-family: Arial, Helvetica, Geneva; font-size: 12.499px}                    /* Font size 2 normal */
.f3b {  font-family: Arial, Helvetica, Geneva; font-size: 14.7px; font-weight: bold}   /* Font size 3 bold */
.f3n {  font-family: Arial, Helvetica, Geneva; font-size: 14.7px}                      /* Font size 3 normal */

.naviVertex {
    background-color: #2B1500;
}
.mainContentCell {
    background-color: #FAFFEA;
	padding: 10px;
}
.contentCell {
    background-color: #F4F4F4;
}

.contentVertex {
    background-color: #663300;
}

.contentHeader {
    font-family: Arial, Helvetica, Geneva; font-size: 12.499px; font-weight: bold
}

.leftNaviHeader {
    background-color: #F1DDA0;
	padding: 3px;
	font-size: 14.7px;
	border: 1px solid #000000;
}

.leftNaviItem {
	padding-left: 4px;
	padding-top: 3px;
}

.leftNaviItem_selected {
	padding-left: 4px;
	padding-top: 3px;
	font-weight: bold;
}

/* navigation menu */
.navigation {
	font-size: 12.0px;
	color: #FFFFFF;
	line-height: 19px;
	font-family: Arial, Helvetica, Geneva;
}
.navigation a:link {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
	padding-left: 4px;
	padding-bottom: 4px;
    padding-right: 1px;		
}
.navigation a:visited {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 1px;	
}
.navigation a:hover {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
    border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
}
.navigation a:active {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
	
}

/* selected menu item for current page */
.navigation_selected {
	font-size: 12.0px;
	color: #000000;
	line-height: 19px;
	font-family: Arial, Helvetica, Geneva;
}
.navigation_selected a:link {
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #F4E7BB;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 15px;
}
.navigation_selected a:visited {
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #F4E7BB;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 15px;
}
.navigation_selected a:hover {
	font-weight: normal; 
	color: #06415C; 
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 14px;	
}
.navigation_selected a:active {
	font-weight: normal; 
	color: #000099; 
	text-decoration: none;
}

/* form elements */
.button {
	font-size: 12.499px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva;
	background-color: #297AB6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-color: #99CCCC;
	border-top-color: #99CCCC;
	border-right-color: #003366;
	border-bottom-color: #003366;	
	color: #FFFFFF;
}

.textfield {
	font-size: 11.5px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva;	
	border-right: 1px solid #F1DDA0;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #F1DDA0;
	background-color: #FAFFEA;
	width: 350px;
}

.textarea {
	font-size: 11.5px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva;	
	border-right: 1px solid #F1DDA0;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #F1DDA0;
	background-color: #FAFFEA;
	width: 350px;
}

.dropdown {
	font-size: 11.5px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva;
	border-right: 1px solid #F1DDA0;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #F1DDA0;	
    background-color: #FAFFEA;
	height: 20px; 
}
