/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.text{ font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-size: 10px; }
.text A:link {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000;}
.text A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000;}
.text A:hover {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #C0C0C0;}
.text A:active {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000;}


.text_name{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 50px; font-weight: bold; color: #606060}

.text_location{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; text-decoration: bold; color: #606060}
.text_white{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
.text_white_big{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; text-decoration: bold; color: #FFFFFF}

.textcredit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #C0C0C0}
.textcredit A:link {text-decoration: none; color: #C0C0C0;}
.textcredit A:visited {text-decoration: none; color: #C0C0C0;}
.textcredit A:hover {text-decoration: none; color: #C0C0C0;}
.textcredit A:active {text-decoration: none; color: #C0C0C0;}


.navbar {text-decoration: none; color: #606060; font-size: 9pt;}
.navbar A:link {text-decoration: none; color: #606060; font-size: 9pt;}
.navbar A:visited {text-decoration: none; color: #606060; font-size: 9pt;}
.navbar A:hover {text-decoration: none; color: #000000; font-size: 9pt;}
.navbar A:active {text-decoration: none; color: #606060; font-size: pt;}
.navbar {font-size: 9pt;}

.subjectlist A:link {text-decoration: none; color: #cc6600; font-size: 10pt; font-weight: bold;}
.subjectlist A:visited {text-decoration: none; color: #cc6600; font-size: 10pt; font-weight: bold;}
.subjectlist A:active {text-decoration: none; color: #cc6600; font-size: 10pt; font-weight: bold;}
.subjectlist A:hover {text-decoration: none; color: #cc6600; font-size: 10pt; font-weight: bold;}
.subjectlist {font-size: 10pt; color: #cc6600; font-weight: bold;}

.textboxtime		
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size:9px; 
	color:w#000000; 
	background-image: url("/images/stone.jpg"); 
	border:#8E8C5E; 
	border-style:solid; 
	border-top-width:0px; 
	border-bottom-width:0px; 
	border-right-width:0px; 
	border-left-width:0px;
	width:85px;
	height:15px;}
	
.combobox240		
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size:9px; 
	color:black; 
	background-color:white; 
	border:#C0C0C0; 
	border-style:solid; 
	border-top-width:0px; 
	border-bottom-width:0px; 
	border-right-width:0px; 
	border-left-width:0px;
	width:240px;
	height:15px;}
	
.textbox250
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size:10px; 
	color:black; 
	background-color:white; 
	border:#C0C0C0; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	width:250px;
	height:15px;}
	
	.button		
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:white; 
	background-color:#908D88; 
	border:#3F3A44; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	width:83px;
	height:17px;}
	
