/* ---GENERAL----------------------------------------------- */

body
{
	background-color: #E8DEBA;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

p     {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #000000;}
table {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #000000;}
td    {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #000000;}
ul    {margin-left: -2; margin-bottom: 7; margin-top: 15; padding-left: 2em;}
ol    {margin-bottom: 0; margin-top: 15;}
li    {padding-bottom:7px;}

a:link    {color: #8F6042; text-decoration: underline;}
a:visited {color: #8F6042; text-decoration: underline;}
a:active  {color: #8F6042; text-decoration: none;}
a:hover   {color: #8F6042; text-decoration: none;}

.div
{
	background-image: url('../images/div.gif');
	background-position: 0 15; 
	background-repeat: repeat-x;
	height: 30px;
}

.image
{
	margin-right: 4px;
	margin-bottom: 4px;
}


/* ---BANNERS/HEADERS/FOOTERS------------------------------- */

.header_bg
{
	background-image: url('../images/header_bg.jpg'); 
	background-position: left top; 
	background-repeat: repeat-x;
	height: 155;
	vertical-align: top;
	padding-top: 6px;
}

.header
{
	color: #785323;
	font-size: 18px;
	padding-bottom: 13px;
}

.header2
{
	color: #785323;
	font-size: 18px;
}

.header2_sub
{
	color: #785323;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 13px;
}

.header_ul
{
	color: #785323;
	font-size: 18px;
}

.header_gr
{
	color: #785323;
	font-size: 16px;
	padding-bottom: 10px;
}

.hr_gr
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.header_sub
{
	color: #7F7F7F;
	font-weight: bold;
}

.texthi
{
	color: #8F6042;
}

.content_bg
{
	background-color: #F9F9F9;
}

.content
{
	width: 589px;
	background-color: white;
	padding-left: 50px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 20px;
}

.body_content
{
	line-height: 18px;
}

.gr_main
{
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
	padding: 10px;
	line-height: 18px;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#796D5D;
	scrollbar-base-color:#FF9900;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#EEE7D7;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#D8D0CD;
}

.content_gr
{
	padding: 10px;
	line-height: 18px;
}

.content_txt
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

/* ---LEFT MENU------------------------------------------- */

.menu
{
	padding-top: 8px;
	padding-left: 80px;
}

.menuitem
{
	padding-bottom: 7px;
}

.menustar
{
	width: 10px;
	padding-top: 2px;
	padding-right: 5px;
}

a.menulink:link    {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #000000; text-decoration: none;}
a.menulink:visited {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #000000; text-decoration: none;}
a.menulink:active  {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #70491E; text-decoration: none;}
a.menulink:hover   {font-family: Arial,Verdana,Tahoma; font-size: 11px; color: #70491E; text-decoration: none;}

.tgrading
{
	padding-top: 19px;
	padding-right: 35px;
}


/* ---FORMS------------------------------------------------- */

.formItem
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
	border: 1px solid #C0C0C0; 
	color: #000000; 
	font-weight: normal;
	border: #999999 1px solid; 
	height: 20px;
}


textarea
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
	border: 1px solid #C0C0C0; 
	color: #000000; 
	font-weight: normal;
	border: #999999 1px solid; 
}

.formItemButton
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
}


/* ---HIGHSLIDE---------------------------------------------- */

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../scripts/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../scripts/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../scripts/graphics/close.png);	
}

.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position:  -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../scripts/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}

.highslide-body {
}

.highslide-resize {
	cursor: nw-resize;
}

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 0px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-image {
	border: 2px solid #7C4713;
}
.highslide-caption {
	background-color: #FFFFFF;
	color: #333333;
	font-family: sans-serif !important;
	font-size: 10pt !important;
	padding: 5px;
	border-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #008000;
	border-style: solid;
}
.highslide-loading {
	color: white;
	border: 1px solid white;
	background-color: black;
	background-image: url(../scripts/graphics/loader.black.gif);
}

.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(../scripts/graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}
