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

}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8A8889;
    text-align: center;
    height:100%;
    
	background-image: url('/images/interface/background.jpg');
	background-repeat: repeat-y repeat-x;
	
    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: #000000;
	font-size: 12px;
	}


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;
}

/***** Links *****/
a, a:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #666666;
}



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

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

}

table.main {
	width:	900px;
}


table.menu {
	width: 150px;
}

td.flash {
	width: 250px;
	vertical-align: top;
	text-align:left;
}

.gray {
	height: 30px;
	background: #666666;
	color: #FFFFFF;
	align: left;
	padding-left: 160px;
}

.gr {
	height: 30px;
	background: #666666;
	color: #FFFFFF;
	align: left;
}

.gray_bottom {
	height: 35px;
	background: #666666;
	color: #FFFFFF;
	text-align: center;
}

.gray_bottom a{
	color:#FFFFFF;
}

.gray_bottom a: hover{
	color:#FFFFFF;
	text-decoration: underline;
}



.content {
	background: #E5E6D6;
	/*color: #8A8889;*/
	max-width: 496px;
	align: left;
	padding: 30px;
	padding-right: 20px;
}

.scroll {
	height: 465px;
	/*width: 100%;*/
	overflow: auto;
	border: 0px;
	background-color: #E5E6D6;
	padding-right: 20px;
	line-height: 15px;

}

div#pscroller1 {
	width: 140px;
	height:135px;
	border: 0px solid #666666;
	color: #000000;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom:0px;
	position: absolute;
}

/***** 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; }


