v\:* {
	behavior:url(#default#VML);
}

html {
	height:100%;
}

body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFCC;
	height:100%;
	/*behavior:url("/stylesheets/csshover.htc");*/
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul {
	padding-left: 20px;
}

 li {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* img {display:block} */


a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {text-decoration: none;}
a:hover   {text-decoration: underline;}

a {
	font-size: 15px;
	color: #FFFFFF;
}

a.tooltip{
	font-size: 14px;
	color: #FFFFFF;
}

a.menu {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a.frontpage{
	font-size: 17px;
	font-weight: bold;
	color: #FF9900;

}



/* ***** CONTENT ***** */

h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 6px 0 6px 0;
	color: #b9e9c9;
}

h2 {
	font-size: 17px;
	font-weight: bold;
        border-bottom:1px dotted #333;	
	color: #FF9900;
	margin: 6px 0 6px 0;
}

/*
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 4px 0;
	color: #cccccc;
}
*/

/*
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 4px 0;
	color: #ffffff;
	background-color: #555555;
	padding: 2px 0px;
}
*/


h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	color: #ffffff;
	background-color: #444444;
	padding: 3px 6px;
}

#mainbox33 {
/*	background:transparent url('/images/front_main_round.gif') center center no-repeat; */
	background-color: #ffffff;
/*	display:block; */
	width:883px;
	height:258px;
	color:#333;
	margin:3px 0 0 0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
/*	text-shadow:#bbb 2px 2px 1px; */
}

* html #mainbox2 {
	margin:0;
}

#mainbox2 a{
	color:#3179bb;
	border-bottom:1px dotted #3179bb;
}

#mainbox2 a:hover {
	border-bottom:none;
	text-decoration:none;
	color:#333333;
	border-bottom:1px dotted #333;	
}

#mainbox2 ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#mainbox2 li {
	background: url('/images/li_plus.gif') left 2px no-repeat;
	padding:0 0 0 24px;
	margin-bottom:5px;
}

/*
.mainbox-left {
	float:left;
	margin:21px;
}

* html .mainbox-left {
	margin: 21px 21px 21px 10px;
}
*/
/*
.mainbox-right {
	float:right;
	text-align:left;
	width:370px;
	margin:25px 28px 21px 21px;
}

* html .mainbox-right {
	margin: 40px 10px 21px 21px;
}
*/


.mainbox-left {
		float: left;
		margin-right: 40px;
}

.mainbox-right {
	height: 214px;
	background: #ffffff;
	text-align:left;
	color: #000000;
	font-family:Arial,Verdana,'Trebuchet MS';
	font-weight:bold;
}




/* Commented Backslash Hack
		hides rule from IE5-Mac \*/
#tablist a {float:none;}
/* End IE5-Mac hack */
#tablist a:hover {
/*	color:#ffffff; */
	text-decoration: underline;
}

#tablist .current {
	background:url("/images/tabs/lefton.gif") top left no-repeat;
	background-color:#2d2d2d;
	border-bottom: 2px solid #2d2d2d;
}

#tablist .current a {
	background:url("/images/tabs/righton.gif") top right no-repeat;
/*	color:#ffffff;  */
		color: #ffff99;
}  

/* **** DETAIL **** */

.detail {
	background-color: #2d2d2d;
	height: 442px;		
}

.detail_content {
	padding: 3px 16px 10px 16px;
}

.detail .text a {
	color: #ffcc00;
}


/* ***** TOOL ***** */
#direct{
  text-align:  center;
  white-space: nowrap;
  margin:      0;
  padding:     2px 0.5ex;
  border:      1px solid #777;
  font-weight: bold;
color: #000;
  background:  #fff;
display: block;
}



label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

img.divider {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul#marker_list {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tool_button {
	background-color: #FFCC00;
	width: 200px;
}


/* ***** TABLES ****** */
td.loginlabel{
	vertical-align:top
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding:5px
}
table.login{
	background-color:#666666;
	color: #ffffff;
	width:100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color:  #A6BBC7;
	border-collapse:collapse;
	padding:5px
	spacing:5px
}
th.login{
	background-color: #FEBF24;
	color: #ffffff;
	width:100%;
	padding:5px
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #FEBF24;

}

table.manadgroup{
	color: #ffffff;
	width:100%;
	padding:2px
	font-weight: bold;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse:collapse;
}


table.postad {
	background-color: #666666;
	color: #ffffff;
	width:100%;
	padding:2px
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

td.postadlabel {
	vertical-align:top
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

table.postadsub{
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse:collapse;
	vertical-align:top
	font-weight: bold;	
}

table.search {
	background-color: #666666;
	color: #ffffff;
	width:100%;
	padding:10px
	
}

/*table.search tr:hover {
	background-color: #ffd;
	cursor: pointer;
}*/

table.search th {
	padding: 3px 8px 3px 8px;
/*	background: #c7ffd5; */
	background: #ffff99;
/*	border-bottom: 1px solid #af6; */
	border-bottom: 1px solid #f2f230;

}

table.search td {
	padding:20px
	vertical-align:top
}

table.search a {
	color: #FF9900;
}


table.result {
	background-color: #666666;
	color: #ffffff;
	width:100%;
	padding:0px;
	spacing:0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse:collapse;
}

table.result tr:hover {
	background-color: #000;
	cursor: pointer;
	border: 0px solid #000;
}

table.result th {
	/*padding: 3px 8px 3px 8px;*/
	padding:5;
	background: #FFCC33; 
/*	background: #ffff99;*/
/*	border-bottom: 1px solid #af6; */
	border: 1px;
	border-style: none solid solid solid;
	border-color:  #000 #FFFFCC #000 #FFFFCC;
	text-align: Left;
}

table.result td {
	padding:5px;
	vertical-align:top;
	border: 1px solid #fff;
	border-style: none solid none solid;
	border-color:  #FFFFCC #FFFFCC #FFFFCC #FFFFCC;
	color: #fff;
}

table.result tr#evenrow{
	background: #000;
}

table.result a {
	color: #FFF;
}

	

/* **** FOOTER **** */
.footer {
	font-size:14px;
	font-weight: bold;
}

div.frontpage{
width: 90%;
/*background:#FFCC33;*/
background:#FFF;
border:2px solid #000;
color:#000;
}

a.menuover {
background-color: #09418C;
display:block;
}

a.menuover:hover {
background-color: #145CBD;
display:block;
}

textarea, input[type=text], input[type=password]{
	background-color: #eeeeee;
	border:1px solid #A6BBC7;
	font-weight:bold;
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
}
input.text{
	background-color: #eeeeee;
	border:1px solid #A6BBC7;
	font-weight:bold;
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
}


.missing {
	text-align: center;
	padding: 5px;
  color: #cccccc;
  font-weight: bold;
}

select{

 background: #ffffff;
 color: #000000;
 border: 1px solid  #cccccc;
}
option{
	font-weight:bold;
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
	display: block;
	background: #eee;
	color: #222;
	scrollbar-arrow-color: #ffffff;
	border: 0px solid  #ccc;
}

input.button{
 background: #eeeeee;
 color: #222;
 font-weight:bold;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
 border: 1px solid  #A6BBC7;
 /*padding: 1px 5px;*/
}

input[type=button], input[type=submit], input[type=reset]{
 background: #eeeeee;
 color: #222;
 font-weight:bold;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
 border: 1px solid  #A6BBC7;
 /*padding: 1px 5px;*/
}


input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 background: #ccb;
}

#map input[type=button], #map input[type=submit], #map input[type=reset] {
 background: #fff;
 color: #222;
 border: 1px outset #666;
 padding: 1px 5px;
 font-size: 10px;
 width: 45px;
}
#map input[type=button]:hover, #map input[type=submit]:hover, #map input[type=reset]:hover {
 background: #ccb;
}

div.tooltip {
	display:none; 
	position:absolute; 
	left:200px; 
	top:100px; 
	border-style: solid; 
	background-color: #000; 
	color: #fff;
	border: 1px
	padding: 2px;
}


/* *** boxes *** */

#mapbox {
/*	background: url("/images/screen4-1.gif") top left no-repeat; */
	background-color: #0f0f0f;
	color:#888888;
	font-size:  18px;
}


#login_box{
	background:#444;
	padding:7px;
	border:2px solid #ccc;
	color:#000;
	position:absolute;
	top:23px;
	right:10px;
}





