/* *****************************************LINKS ***************************************** */
a.menu:link , a.menu:visited
{
	display:block;
	width:100px;
	padding-top:10px;
	height:30px;
	vertical-align:middle;
	text-align:left;
	border-bottom:1px solid #3c5e5e;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	
}
a.menu:hover
 {
	border-bottom:1px solid #228F00;
	font-weight:bold;
}
/*-------------------------*/
a.orange:link , a.orange:visited
{
	text-decoration:none;
	font-size: 13px;
	color:#eea11d;
}
a.orange:hover
 {
	text-decoration:underline;
	color:#eea11d;
}
/*-------------------------*/
a.hot:link , a.hot:visited
{
	color:#2263B1;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	border-bottom:1px solid #2263B1;
}
a.hot:hover
 {
	color:#2263B1;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	border-bottom:1px dashed #2263B1;
}
/*-------------------------*/
a.general:link , a.general:visited
{
	border-bottom:1px dotted #000000;
	color:#000000;
	text-decoration:none;
}
a.general:hover
 {
	border-bottom:1px dotted #000000;
	color:#000000;
	text-decoration:none;
}
a.calendar:link , a.calendar:visited
{
	border-bottom:1px dotted #000000;
	color:#DA3838;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
a.calendar:hover
{
	border-bottom:1px dotted #000000;
	color:#DA3838;
	text-decoration:none;
	font-weight:bold;
}
a.articles:link , a.articles:visited
{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
a.articles:hover
 {
	text-decoration:none;
	border-bottom:1px dotted #000000;
	color:#22496F;
	font-weight:normal;
}
a.down:link , a.down:visited
{
	text-decoration:none;
	border-bottom:1px dotted #2263B1;
	font-size:10px;
	color:#BFBFBF;
}
a.down:hover
 {
	text-decoration:none;
	border-bottom:1px dotted #2263B1;
	color:#2263B1;
}
/*-------------------------*/
a.bottom:link , a.bottom:visited
{
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
}
a.bottom:hover
 {
	text-decoration:none;
	border-bottom:1px dotted #2263B1;
	color:#E1F912;
	font-weight:bold;
}
/* *****************************************BODY ***************************************** */
table
{
	empty-cells: show;
}
body, td, th , tr, div
{
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* The main body of the entire forum. */
body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height:100%; 
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
input, textarea, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000046;
	background-color:#cccccc;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #6285AF;
}
.textinput
{
	background-color:#b12225;
	border:1px solid #C0C4C3;
	color:#ffffff;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sel_css
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000046;
	background-color:#cccccc;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #C0C4C3;
	width:200px;
}
/* *****************************************DIV ***************************************** */
.title
{
	border-bottom:1px solid #C0C4C3;
	color:#B12225;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	height:20px;
	padding-top:10px;
	padding-right:10px;
}
.container
{
	background-color:#eeeeee;
}
.footer
{
	/*border:3px solid #cccccc;
	background-image:url(bkg/bkg_footer.gif);*/
	/*background-color:#D4D4D4;*/
	width:900px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.p_title
{
	font-style:italic;
	color:#2263B1;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
