/* Style Sheet */

body {
	text-align: center;
        margin: 0 0 0 0;
	background-color: #3abbd7;
}

#wrap {
    padding: 0 0 0 0;
    margin: auto;
    width: 800px;
    text-align: left;
    height: 100%;
    overflow: hidden;
}

/* Header */

#header {
        margin: 0 0 0 0;
	background-color: #3abbd7;
	margin: auto;
	width: 800px;
	height: 50px;
}

/* Logo */

#logo {
	float: left;
	background-image: url('images/logo.png');
	height: 50px;
	width: 200px;
}

/* Menu */

#menu {
    float: right;
    height: 50px;
    width: 575px;
    text-align: right;
    font-family: Verdana, sans-serif;
    font-size: 12px;   
    margin-right: 25px;
}

#menu ul {
    margin-top: 15px;
}

#menu ul li {
    display: inline;
    margin-left: 10px;
}

#menu a {
    text-decoration: underline;
    color: #000;
}

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

#menu form {
    margin-top: 15px;
}

#menu input.field {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 150px;
    height: 25px;    
    padding: 5px 8px 5px 8px;
    margin-left: 10px;
}

#menu input.button {
    background-color: #1aa2bf;
    font: normal 12px Verdana, sans-serif;
    border: 0px;
    height: 25px;
    padding: 2px 8px 5px 8px;
    margin-left: 10px;
}


/* Content */

#content {
    width: 100%;
    height: 100%;
    background: url('images/bg.jpg') repeat-x;
    background-color: #137a91;
    font: normal 14px Verdana, sans-serif;
    color: #FFF;
}

#content p {
    padding-top: 20px;
}

#content #row {
    clear: both;
    padding-top: 5px;
}

#content #row span.label {
    float: left;
    width: 150px;
    margin-top: 20px;
    text-align: left;
}

#content #row span.formw {
    float: right;
    width: 650px;
    text-align: left;
} 

#content input.field_100 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 600px;
    height: 35px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.field_50 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 200px;
    height: 35px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.button {
    background-color: #1aa2bf;
    font: normal 12px Verdana, sans-serif;
    border: 1px solid #FFF;
    height: 35px;
    padding: 2px 8px 5px 8px;
    margin-left: 10px;
}

.table {
    margin-top: 25px;
}

.table img {
    border: 0;
}

.table ul {
    float:left;
    display: inline;
    margin-right:50px;
    padding:0;
}
.table ul li {
    list-style:none;
    padding:5px 10px;
}
.table ul li.title {
    height: 18px;
    font-weight:bold;
    color: #000;
}
.table ul li.field {
	height: 18px;
    color: #000;
}
.table ul li.field_img {
    height: 18px;
}

.tab_row {
	height: 18px;
	display:  list-item;
}

.tab_row_c1 {
	float: left;
	width: 450px;
}

.tab_row_c2 {
	float: left;
	width: 200px;
}

.tab_row_c3 {
	float: left;
	width: 100px;
}

.tab_row_c3 img {
	border: 0;
}
