/* CSS Document */

body, td {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
}
.content{
text-align: justify;
}
a.topnav{
text-decoration: none;
color: #333333;
font-size:13px;
font-weight:bold;
}
#topnavline{
width: 800px;
height:3px;
background-color:#FE9900;
z-index: 0;
}

#btn_home{
position: relative;
top:0px;
left:10px;
z-index: 1;
width: 170px;
height: 28px;
}
#btn_plan{
position: relative;
top: -25px;
left: 190px;
z-index: 12;
width: 170px;
height: 28px;
}
#btn_post{
position: relative;
top: -53px;
left: 370px;
z-index: 3;
width: 170px;
height: 28px;
}

.Header{
border-bottom: #FF9933 2px solid;
font-size: 13px;
font-weight: bold;
color:#333333;
}
.field{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
border: solid 2px #999999;
}
.button{
color: black;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
background-color: #FFFFFF;
border: 1px solid #000000;
padding: 3px;
}
.alert{
color: #339900;
font-weight: bold;
}
.maintable{
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

.teaser{
color: #333333;
font-size:12px;
font-style: italic;
text-align: justify;
}
h1{
font-size: 16px;
font-weight: bold;
color:#FF9933;
font-family: Arial, Helvetica, sans-serif;
}
h2{
font-weight: bold;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
.fieldheader{
font-weight: bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
a{
color: #E1771E;

}
a:hover{
color: #333333;
text-decoration:none;
}
hr{
color: #FF6600;
}
.border{
border: solid 1px #FF9900;
border-top: solid  #FF9900 4px; !important
}
.picborder{
border: solid 1px #FF9900;
padding: 5px;
}
#quicksearch{
color: #000000;
width: 419px;
height: 93px;
padding:10px;
background-image:url(../images/search.gif);
background-repeat:no-repeat;
}
.highlight{
background-color: #FF6600;
color: white;
}