﻿/* ---- CUSTOM */
.minor_column {
	background-color: #000000;
	/*background-image: url(../images/minor_background.jpg);*/
	background-repeat: no-repeat;
}
.bordergrey {
	border: 1px solid #75746f;
}
.border {
	border: 1px solid #414141;
}
.rhs_footer {
	background-image: url(../images/rhs_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content_background {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
	text-align:left;
}

.title{
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
.title_red{
	font-family: Verdana, Arial,Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	color: #cd0202;
	font-weight: bold;
}

.header
{
	font-weight:bold; 
	font-size:18px; 
	font-family: Verdana, Arial,Tahoma, Helvetica, sans-serif;
	color:#cd0202;
}


/* ---- GLOBAL */
body, td, p, ul, li {
	font-family:  Verdana,Arial,Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #000000;
}
ul {
	margin: 15px;
	list-style-image: url(../images/bullet.gif);
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

li {
	margin: 0px;
	line-height: 140%;
	padding: 0px;
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #fc9131;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #cd0202;
	font-weight:bold;
	text-decoration: none;
}
/* ---- */



.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
.top_left
{
	width:67px; background-image:url(../images/lhs_top.gif);
}
.top_right
{
	width:86px; background-image:url(../images/rhs_top.gif);
}
.fill_left
{
	vertical-align:bottom; background:url(../images/lhs_bk_repeat.gif);
}

.menu_item
{
	color:#ffffff;
	border:none;
	text-align:right;
	width:244px;
	font-size:13px;
	padding:4px;
}
.menu_item a
{
	color:#ffffff;
	text-decoration:none; 
}
.menu_item a:linke
{
	color:#ffffff;
	text-decoration:none; 
}
.menu_item a:visit
{
	color:#ffffff;
	text-decoration:none; 
}
.menu_item a:visited
{
	color:#ffffff;
	text-decoration:none; 
}
.menu_item a:active
{
	color:#ffffff;
	text-decoration:none; 
}
.menu_item a:hover
{
	color:#ffffff;
	text-decoration:none; 
}
img
{
	border:none;
}