body {
    font-family: arial, verdana;
    margin:0px;
}

body, table, td {
    font-size: 12px;
    color: #222222;
    line-height: 1.5;
}

b {
    color: #002900;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #555555;
}

img {padding: 5px;}

small, .small {
    color: #555555;
    font-size: 10px;
    font-family: verdana, arial;
    text-align:center;
    width: 100%;
}

.header {
    height:50px;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
    padding: 10px;
    border-bottom: 1px solid #AAAAAA;
}

.header a, a:hover, a:visited {
    text-decoration: none;
    color: #0033CC;
}

.menu {
    padding-left: 10px;
    height: 20px;
    background-color: #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    height: 30px;
}

.menu ul {
    list-style-type: none;
    display:inline;
}

.menu li {
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 20px;
}
.menu a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #0033AA;
    padding-top: 3px;
}

.content {
    padding: 10px 10px 10px 20px;
    width: 900px;
}

.span_h1 {
    font-size: 20px;
    font-weight: bold;
}

.textarea_medium {
    width: 300px;
    height: 200px;
}

.select_text
{
    width: 300px;
}

.result_container {
    width: 800px;
}

.result_item {
    float:left;
    padding: 10px;
    display:block;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.footer {
    height:10px;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #555555;
    font-size: 11px;
    color: #555555;
}

.slider {
    margin-top: 5px;
    margin-left: 5px;
    width: 200px;
    float: left;
}

.slider_value {
    width: 60px;
    float: left;
    padding-left: 20px;
}

.small_form {
    width: 40px;
}

.medium_form {
    width: 100px;
}

.picker_left {
    margin-top: 5px;
    margin-left: 5px;
    width: 100px;
    float: left;
}

.picker_right {
    width: 60px;
    
    float: left;
    padding-left: 5px;
}