/***** Global Settings *****/
html, body {
    border: 0;
    margin: 0;
    padding: 0;

}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #86807B;
    text-align: center;
    height:100%;
    
	background-image: url('/images/interface/background.jpg');
	background-repeat: repeat-x;
	background-color: #990000;
	
    scrollbar-3dlight-color:#E5E6D6;
	scrollbar-arrow-color:##BBB9BB;
	scrollbar-base-color:#E5E6D6;
	scrollbar-darkshadow-color:#E5E6D6;
	scrollbar-face-color:#CCCEAE;
	scrollbar-highlight-color:#BBB9BB;
	scrollbar-shadow-color:#BBB9BB;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    padding: 20px 0 0 0;
    letter-spacing: -1px;
    /*font: bold 1.4em;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

h2 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    /*font: 1em; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 18px 0;
}

strong {
	color: #666666;
	font-size: 11px;
	}


ul, ol {
    list-style: none;
    padding: 0 0 18px 40px;
}

small {
    font-size: 0.85em;
}

img {
    border: 0;
}

acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** forms *****/
input {
	font-size: 10px; 
}

textarea {
	font-size: 12px;
}

/***** Links *****/
a, a:visited {
	text-decoration: none;

	color: #666666;
}



/***** Tables *****/

table {
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;

}

table.main {
	width:	835px;
}



/***** Global Classes *****/
.clear         { clear: both; }

.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

.content {
	background-image: url('/images/interface/table_bg.jpg');
	background-repeat: repeat-y;
	height: 500px;
}
.menu_top {
 background-image:url('/images/interface/menu_top.jpg'); 
 background-repeat:no-repeat;
 background-position:left;
 text-align:left;
 vertical-align:bottom;
 padding-left: 25px;
 padding-bottom: 5px;
}

.menu_top a{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_top a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.td_submenu {
	height: 200px;
	padding-left: 40px;
}


.submenu {
	/*padding-left: 50px;*/
	padding-top: 5px;
}

.submenu td{
	height: 27px;
}

.submenu a{
	color: #990000;
	text-decoration: none;
}


.submenu a:hover{
	color: #660000;
	text-decoration: none;
}

.top_sub a {
	color: #660000;
	font-weight:bold;
}

.sub {
	padding-left: 20px;
}

.sub a{
	color: #660000;
	text-decoration: none;
}


.module {
	

}



.submit {
	height: 20px;
}


