/*
 * style.css
 *
 * Author: Diony Medrano
 * Date: August 10, 2005
 */
 
/*a:link {
	color: #0000FF;
	text-decoration: none;
 }
 
a:visited {
	color: #0000FF;
	text-decoration:none;
}

a:active {
	color:#990000;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}*/

/************** <body> *****************/
body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
  	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
}

/************** <div> *****************/
div.Logo {
  	margin: 0px 0px 0px 0px;
  	padding: 5px;
  	border: none;
}

div.SearchForm {
  	margin: 0px 0px 0px 0px;
  	padding: 5px;
  	border: none;
}

div.Question {
	margin: 2px 2px 2px 2px;
  	padding: 5px;
}

div.Error {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

div.Bold {
	font-weight: bold;
}

/************** <img> *****************/
img.Logo {
	vertical-align: top;
}


img.Title {
	vertical-align: top;
}

/************** <span> *****************/
span.Clock {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*position: absolute;
	right: 10px;
	top: 10px;*/
}

span.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-style: italic;
	/*position: absolute;
	top: 25px;*/
}

span.FailedLogin {
	font-size: 19px;
	font-weight: bold;
}

span.SessionExpired {
	font-size: 19px;
	font-weight: bold;
}

span.LoggedOut {
	font-size: 19px;
	font-weight: bold;
}

span.Help {
	font-size: 10px;
	color: #0000FF;
}

span.LoginForm {
	font-weight: bold;
}

span.Welcome {
	font-weight: bold;
	font-size: 14px;
}

span.Footer {
	font-size: 9px;
	color: #000000;
}

span.ResultsFound {
	font-weight: bold;
	font-size: 14px;
}

span.Error {
	color: #FF0000;
	font-weight: bold;
}

span.Italic {
	font-style: italic;
}

span.Section {
	font-weight: bold;
	color: navy;
	font-size: 14px;
}

span.Bold {
	font-weight: bold;
}

/************** <table> *****************/
table.Logo {
	border: 0px;
	width: 75%;
}

table.Layout {
	border-top: 2px solid #F5F5F5;
	border-bottom: 2px solid #F5F5F5;
	width: 100%;
}

table.Info {
	border: 1px solid #000000;
}

table.LoginForm {
	border: 1px solid #000000;
	background-color: #F5F5F5; 
	width: 90%;
}

table.LoginError {
	border: 2px solid #FF0000;
	background-color: #F5F5F5;
	width: 100%; 
}

table.SessionExpired {
	border: 2px solid #FF0000;
	background-color: #F5F5F5;
	width: 100%; 
}

table.LoggedOut {
	border: 2px solid #008000;
	background-color: #F5F5F5;
	width: 100%; 
}

table.CreateAccount {
	border: 1px solid #000000;
	background-color: #F5F5F5; 
	width: 90%;
}

table.SearchForm {
	border-top: 2px solid #F5F5F5;
	border-bottom: 2px solid #F5F5F5;
	width: 90%;
}

table.Results {
	font-size: 9pt;
	border: 0;
	width: 95%;
}

table.CreateForm {
	border: 0px solid #000000;
	background-color: #F5F5F5; 
	width: 29%;
}

table.CreateLayout {
	border-top: 2px solid #F5F5F5;
	border-bottom: 2px solid #F5F5F5;
	width: 90%;
}

/************** <tr> *****************/
tr.Logo {
	vertical-align: top;
	border: 0px;
}

tr.Results {
	vertical-align: top;
}

/************** <th> *****************/
th.Results {
	background-color: #708090 /*slategray*/;
	color: #F5F5DC /*beige*/;
}

/************** <td> *****************/
td.Logo {
	border: 0px;
}

td.SearchForm {
	border: 1px solid #000000;
	background-color: #F5F5F5;
}

td.Results {
	background-color: #F5F5F5 /*whitesmoke*/;
	text-align: center;
}

td.Bold {
	font-weight: bold;
}

textarea.Comments {
	white-space: pre; display: block;
}

