/* ######-----|  Page Styles  |-----###### */
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#666666;
	background:#FFFFFF;
}
td { /* Using td to fix the default font issues with some browsers. */
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
table { /* Shows the empty cells on tables by default. */
	empty-cells:show;
}
/* ######-----|  / Page Styles  |-----###### */

/* ######-----|  Link Styles  |-----###### */

/* 
*  Make sure that the link styles stay in the same order (l,a,v,h) or they
*  will not work correctly under specific browsers, such as IE. 
*/

a:link {
	text-decoration: underline;
	color:#666666;
	}
a:active {
	text-decoration: underline;
	color:#666666;
	}
a:visited {
	text-decoration: underline;
	color:#666666;
	}
a:hover {
	text-decoration: underline;
	color:#666666;
	}
a img {
	border-width:0;
	}
/* ######-----| / Link Styles  |-----###### */

/* ######-----|  Form Styles  |-----###### */
input { /* Sets default font size for all input items. */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
textarea { /* Sets the default font szie for text areas */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
}
input.Buttons { /* Class for the input buttons. */
	width:85px;
}
select { /* Setting the default look for select boxes. */
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
/* ######-----| / Form Styles  |-----###### */

.stronger
{	font:14px Verdana, Arial, Helvetica, sans-serif;font-weight:bold;
}
.smallstrong
{	font:10px Verdana, Arial, Helvetica, sans-serif;font-weight:bold;
}

.mainpage
{
    font:13px Arial, Helvetica, sans-serif;font-weight:bold;
    color:#9F9E9E;
}

.needanaccount
{	font:13px Arial, Helvetica, sans-serif;font-weight:bold;
    color:#000000;
}

.table_head
{
    font:13px Arial, Helvetica, sans-serif;font-weight:bold;
    color:white;
}
.search a:visited, search a
{	color:#FF5900;
}
.search
{
    font:13px Arial, Helvetica, sans-serif;font-weight:bold;
    color:#FF5900;
}
.loginhead
{
    font:13px Arial, Helvetica, sans-serif;font-weight:bold;
    color:#211F20;
}
.cats
{
    font:12px Arial, Helvetica, sans-serif;font-weight:bold;
    color:#211F20;
}

.line_table td {border-bottom: 1px solid #DCDCDC;}

.noBorder td {border:0px;}

.dataerror { color:red; } 
.datarequirederror { color:red;font-weight=bold; }
.datarequired {	color:#FF5C01; font-weight=bold; }
.footerlinks a:link, .footerlinks a:visited, .footerlinks: a:hover {
text-decoration: none;
}
/* ######-----| / Form Styles  |-----###### */

