/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #362E13 url(images/bg1_01.gif);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.align-justify { text-align: justify; }

.text1 {
	font-size: 10px;
}

.text2 {
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
	color: #5E5842;
}
.text3 {
	font-family: Verdana;
	font-weight: 600;
	font-size: 10px;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
a img:hover {
	border-color:#5c0606;
}

a:active {
	border:none;
}

/** STYLES */

.style1 {
	margin: 30px 0px 5px 0px;
	text-align: center;
	color: #837555;
}

.style1 a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #9B9789;
}

.style1 a:hover {
	text-decoration: underline;
}

.style1 span {
	padding: 0px 20px;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg1_03.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(images/bg1_04.jpg) no-repeat;
}

.bg4 {
	background: url(images/bg1_05.jpg) no-repeat;
}

.bg5 {
	background: url(images/bg1_06.jpg) no-repeat;
}

.bg6 {
	background: url(images/bg2_01.jpg) no-repeat;
}

.bg7 {
	background: url(images/bg2_02.jpg) no-repeat;
}

/** MISC */

.img1 {
	float: left;
	margin-right: 10px;
}
.img2 {
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage15.gif);
}





/** TABLE */
/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #5c0606;
}



/** LIGHTBOX */

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}




#form_box {
	width: 300px;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 153px;
}
 
 
#log {
	width: 300px;
	margin-top: 10px;
	font-weight:900;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
