
body {
	background-color:white;
	background-repeat:repeat-x;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	color:#333;
	padding:0;
	font-size: 12pt;
	margin:20px 120px 20px 120px;
}

a:focus{
	outline:none;
}
img {
    border:0px;
}

#main {
  width: 99%;
  padding: 0px;
  text-align: left;
  background-color:white;
  clear:both;
}

#mainnav {
float:right;
margin-top:20px;
}

#leftnav {
float:left;
margin-top:0px;
font-size: 10pt;
padding-right:30px;
border-right:1px solid silver;
}


#leftnav div {
    margin-bottom:6px;
    margin-left:0px;
    padding-left:0px;
    border-bottom:1px solid silver;
}

#leftnav div a {
    text-decoration:none;
    color:#666;
    border-left:3px solid #2cb150;
    padding-left:3px;
}

#leftnav div a:hover {
    color:#2cb150;
}

#leftnav h2 {
    color:#2cb150;
    margin-top:0px;
    margin-bottom:3px;
    font-weight:normal;
    font-size:18px;
}

a {
    color:#2cb150;
}

a:hover {
    color:#77c27d;
}

#top {
    /*position:absolute;top:0px;right:0px;*/
    float:right;
    font-size:80%;
    padding:5px;
}

#main #container_center {
   margin-top:20px;
}


#main #container_right {
	float:right;
	width:160px;
	margin:0;
	padding:0;
}

#footer {
    clear: both;
    margin-top:0px;
    font-size:80%;
    color:#666;
}

#footer a {
    color:#666;
}


.red { color:red; }

.block {
    margin-bottom:12px;
    background-color:#EEF;    
    padding:6px;
}

.mapswitch_off { color:silver;  padding:3px; }
.mapswitch_on {  color:silver; padding:3px;  }



h1 {
font-size:1.6em;
color:#000;
font-weight:normal;
}

h2 {
font-size:1.4em;
color:#77c27d;
font-weight:normal;
margin-top:30px;
}

h3 {
    margin:0px;
    margin-bottom:6px;
    color:#2cb150;
}
h4 {
    font-size:100%;
    margin:0px;
    margin-bottom:0px;
    color:#77c27d;
    font-weight:normal;
}

p {
    margin-top:0px;
    font-size:90%;
    text-align:justify;
}

li {
    font-size:90%;
    margin-bottom:5px;
}

div.content_block {
    margin-bottom:20px;


}




.category_box {
width:320px;
margin-bottom:22px;
font-size:11px;text-align:justify;
}

.category_box img {
float:left;margin-right:5px;
}

table.cattable tr td img {
margin-right:10px;
}
table.cattable tr td {
padding-left:40px;
}

input.search {
    font-size:18px;
    padding:3px;
    border:1px solid #ffce3c;
    background-color:lightyellow;
    background-image:url(/images/silk/magnifier.png);
    background-repeat:no-repeat;
    background-position:center right;
}

input.searchsubmit {
    font-size:12px;
    padding:3px;
}


.goback {
    text-align:center;
    font-size:80%;
}






.mappopup {
    color:black;
}
.mappopup a {
    color:#279641;
}





/* Tables */
table.fancy {
	background-color: white;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	color: white;
	margin-bottom: 10px;
	width:99%;
}
table.fancy th {
	background-color:#AAA;
	font-size:100%;
	font-weight:normal;
	color:black;
	text-align:left;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
table.fancy th a {
	display: block;
	color:black;
	font-weight:bold;
	padding: 2px 4px;
	text-decoration: none;
}
table.fancy th a:hover {
	background-color: #CCC;
	color: #333;
	text-decoration: none;
}


table.fancy tr td {
	background: #DDD;
	padding: 4px;
	font-size:90%;
	vertical-align: top;
}
table.fancy td.odd {
    background-color:#EEE;
}

table.fancy td {
	color:black;
	text-decoration: none;
}
table.fancy td a {
	color:black;
	text-decoration: none;
}
table.fancy td a:hover {
	color:#279641;
	text-decoration: underline;
}



table.fancy td.actions {
	text-align: center;
	white-space: nowrap;
}
table.fancy td.actions a {
	display: inline;
	margin: 0px 6px;
}

table.fancy td {
	padding: 4px 8px;
	text-align: left;
}


td a {
    color:#279641;
}


/** ------------------------------------------------------------------------- */



.butter { color:#fce94f; }
.orange { color:#fcaf3e; }
.chocolate { color:#e9b96e; }
.chameleon { color:#8ae234; }
.skyblue { color:#729fcf; }
.plum { color:#ad7fa8; }
.scarlet { color:#ef2929; }




/** ------------------------------------------------------------------------- */





/*      Oblic overlapping tabs      */

ul.ttabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
}

ul.ttabs li.first {
    margin-left: 0;
}

ul.ttabs li {
    float: left;
    display: block;
    height: 24px;
    padding-right: 12px;
    margin-left: -5px;
    position: relative;
    background: url(/images/tabright-back.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bbb8a9;
    white-space: nowrap;

}

ul.ttabs span {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    background: url(/images/tableft-back.gif) no-repeat;
}

html>body ul.ttabs span {
    display: block;
}

ul.ttabs li#current {
    z-index: 1;
    font-weight: bolder;
    border-bottom: 1px solid #fff;
    height: 25px;
    background-image: url(/images/tabright.gif);
}

ul.ttabs li#current span {
    background-image: url(/images/tableft.gif);
}

ul.ttabs a {
    border-left:3px solid #77c27d;
    padding-left:3px;
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
}

ul.ttabs a:link, ul.ttabs a:visited, ul.ttabs a:focus, ul.ttabs a:active {
    color:gray;
}

ul.ttabs a:hover {
     border-left:3px solid #77c27d;
    color:#77c27d;
}

ul.ttabs li#current a {
    border-left:3px solid #2cb150;
}

