/* specific elements */

a {
text-decoration:  none;
border: none;
color: #336699;
}

a:hover {
border: none;
color: #000;
text-decoration: underline;
}

.error {
border: 1px solid #05218E;
padding: 2px;
margin-bottom: 15px;
background-color: #4A9CEE;
text-align: center;
font-weight: bold;
color: #FFF;
}

.title {
height: 17px;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
color: #336699;
padding: 10px 0 3px 0;
}

p{
padding: 3px 0 5px 0;
margin: 5px 0 0 0;
}

.message {
color: #369;
width: 600px;
margin: 5px 0 5px 0;
font-size: 22px;
line-height:24px;
text-align: left;
}

.note {
font-size: 10px;
line-height: 9px;
}

hr {
width: 90%;
color: #336699;
}

table {
margin: 0 0 5px 10px;
}

td {
font-size: 10px;
background-color: #FFF;
}

td.header {
color: #336699;
font-weight: bold;
font-size: 10px;
}

input, select, textarea {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 200px;
color: #000;
background-color: #f3f3f9;
border: 1px solid #669;
}

input:focus, textarea:focus {
background-color: #fff;
border: 1px solid #99f;
}

.radio {
color: #000;
width: 10px;
background-color: #f3f3f9;
border: 1px solid #669;
}

.button {
color: #000;
width: 50px;
background-color: #f3f3f9;
border: 1px solid #669;
-moz-border-radius: 5px;
}

.listrow1 {
font: 10px verdana, geneva, arial, sans-serif;
color: #000000;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 2px;
}

.listrow0 {
font: 10px verdana, geneva, arial, sans-serif;
color: #000000;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 2px;
text-decoration: line-through;
}

.formlabel {
font: 11px verdana, geneva, arial, sans-serif;
text-align:left;
font-weight: bold;
color: #369;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 5px;
}

.textfield {
width: 175px;
}

.smtextfield {
width: 50px;
}

.medtextfield {
width: 100px;
}

.textarea {
width: 416px;
}

.checkbox {
width: 10px;
background-color: #fff;
border: 0;
}

ul.menu{
position: relative;
text-align: center;
width: 700px;
height: 35px;
margin: 0 auto 0 auto;
}

ul.menu li {
display: inline;
float: left;
list-style: none;
height: 17px;
padding: 6px 12px;
letter-spacing: 2px;
color: #FFF;
cursor: pointer;
}

ul.menu li:hover {
background: url(../_img/_menu_hover.png) center repeat-x;
color: #000;
}