/* init */

* {
    padding:0;
    margin:0;
}
body {
    font:normal 100.01%/1.0em verdana,arial,sans-serif;
    background-color:#FFF;
    text-align:left;
}
img {
    border:none;
}
input, button, textarea {
    padding:1px;
}
input, button, option, select {
    line-height:1em;
    vertical-align:middle;
}
table {
    width:100%;
}


/* global links */

a {
    color:#727272;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.blue {
    color:#68B0C9;
    font-weight:bold;
}

/* global containers */

div#invisibleContent {
    display:none;
}
div.clearer {
    height:0px;
    clear:both;
    line-height:0px;
    font-size:1px;
}
div#centerContent {
    margin:0 auto;
    width:780px;
    font-size:0.7em;
    color:#727272;
    text-align:center;
    padding:15px;
}
hr {
    margin:20px 0;
    border-bottom:0;
    border-left:0;
    border-right:0;
    border-top:dashed 1px #909090;
    height:2px;
}
.c {
    clear:both;
}


/* headlines */

h1 {
    border-bottom:dashed 1px #909090;
    border-top:dashed 1px #909090;
    font-size:1em;
    color:#727272;
    text-align:center;
    padding:5px 0;
    margin-bottom:10px;
    font-weight:normal;
}
h2 {
    font-size:1em;
    color:#727272;
    font-weight:bold;
    margin-bottom:10px;
}


/* searchBox */

div.searchBox {
    width:100%;
    background:url(../../images/general/search_box_top.gif) #ADDCF6 top left no-repeat;
    margin-bottom:10px;
}
form.searchBox {
    background:url(../../images/general/search_box_bottom.gif) transparent bottom left no-repeat;
    padding:15px 10px;
    text-align:left;
    color:#000;
}
form.searchBox h2 {
    margin-left:5px;
    margin-bottom:2px;
    font-size:1em;
    font-weight:normal;
    color:#000;
}
form.searchBox input#searchString {
    width:120px;
    margin-right:2px;
}
form.searchBox select {
    width:90px;
    margin-right:2px;
}


/* standardForm */

form.standardForm fieldset {
    border:dashed 1px #909090;
    padding:10px;
    margin-bottom:20px;
}
form.standardForm legend {
    padding:0 5px;
    color:#727272;
    font-size:1em;
}
form.standardForm label.left {
    float:left;
    text-align:right;
    width:100px;
    margin-right:5px;
    margin-bottom:5px;
}
form.standardForm label.required {
    font-weight:bold;
}
form.standardForm input.inputWidth, form.standardForm textarea {
    margin-bottom:5px;
    width:150px;
    border:1px solid #B2B2B2;
}
form.standardForm select {
    margin-bottom:5px;
    width:156px;
}
form.standardForm input.right, form.standardForm button.right, form.standardForm label.right {
    margin-left:105px;
    margin-right:5px;
    margin-bottom:5px;
}
form.standardForm div.note {
    clear:both;
    margin-left:105px;
    color:#727272;
    font-style:italic;
    margin-bottom:5px;
}
form.standardForm br {
    clear:both;
}
form.standardForm div.error {
    clear:both;
    margin-left:105px;
    color:#FF6F21;
    font-style:italic;
    margin-bottom:5px;
}
fieldset.highlight {
    border-color:#FF6F21;
}
fieldset.highlight legend {
    color:#FF6F21;
}
form.standardForm input.highlight, form.standardForm textarea.highlight {
    border:1px solid #FF6F21;
}
label.highlight {
    color:#FF6F21;
}


/* blockList */

ul.blockList {
    list-style:circle inside;
}
ul.blockList a {
    color:#909090;
}
