/*

	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	
	- css-reset.css
	= BASE.CSS
	
	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	
	=== MAIN ===
	=== TOOLTIP ===

	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

*/
/*	=== MAIN === */
body, html {
	top:0px;
	margin-top:0px;
	bottom:0px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#666600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#table-container {
	width:450px;
	font-weight:bold;
	color:#666600;
}
b, strong {
	font-weight:bold;
}
p {
	line-height:16px;
}
.required {
	color:#FF7000;
}
.error {
	display:block;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
hr {
	height:0px;
	border:none;
	border-bottom:dashed 1px #000000;
	margin-top:5px;
}
input {
	margin-bottom:2px;
	padding-left:2px;
}
.input-large {
	border:solid 1px #666600;
	width:180px;
	height:17px;
}
.input-medium {
	border:solid 1px #666600;
	width:100px;
	height:17px;
}
.input-small {
	border:solid 1px #666600;
	width:60px;
	height:17px;
}
.input-dropdown {
	border:solid 1px #666600;
	width:120px;
	height:20px;
}
/* unvisited link */
a:link {
}  
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
}
/* selected link */
a:active {
}

.form-button {
	padding-left:15px;
	padding-right:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

table {
	background-color:#FFFFFF;
	width:425px;
}
th {
	padding:3px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
td {
	padding:3px;
}

/*	=== END MAIN === */
/* === TOOLTIP === */
#dhtmltooltip{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:15px;
	position:absolute;
	width:150px;
	border:1px solid #666600;
	padding:4px;
	background-color:#FFFF99;
	visibility:hidden;
	z-index:100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
/* === END TOOLTIP === */