body {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
	text-align: left;
}

label {
	font-size: 10px;
	font-weight: bold;
	color: #686868;
	//display: block;
	margin-bottom: 4px;
}

code {
	border: 1px dashed #555;
	padding: 5px;
	width: 100%;
	white-space: pre;
	font-family: monospace;
	font-size: 11px;
	background-color: #fefeee;
	display: block;
}

img {
	border :none;
}

ul {
	line-height: 1.8;
}

li small {
	color: #999;
}

a {
	color: #00a4b5;
	text-decoration: none;
}

input {
	margin-bottom: 3px;
}

a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.link:hover {
	text-decoration: underline;
	cursor:pointer;
}

h1 {
	font-size: 18px;
	margin-bottom: 8px;
	text-align: left;
}

h2 {
	font-size: 14px;
	margin-bottom: 8px;
}

h4 {
	margin-bottom: 5px;
}

table {
	border-collapse: collapse;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	height: 17px;
	background: url(/images/table_head.gif);
	padding-left: 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

th:hover {
	cursor: pointer;
}

th.selected {
	background: url(/images/table_head_selected.gif);
	border-left: 1px solid #577abe;
	border-right: 1px solid #6c8cc4;
}

td {
	height: 18px;
	font-size: 11px;
	padding-left: 10px;
}


#header {
	height: 70px;
}

#logo {
	float:right;
}

#container {
	position: relative;
	width: 600px;
    margin-left: auto;
    margin-right: auto;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 1;
}

#main {
	margin-top: -100px;
}

#search_text {
	color: #00808e;
	float: right;
	top: 20px;
	right: 20px;
	font-size: 14px;
}

#topbar {
    width: 551px;
    height: 270px;
    background-image: url('images/top.gif');
    border-bottom: 1px solid #888;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#bottombar {
    width: 551px;
    height: 130px;
    background-image: url('images/bottom.gif');
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

#mybox {
	background: #e7e7e7 url(images/panel_corner.gif) no-repeat bottom left; 
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	margin-bottom: 20px;
	padding: 15px;
	text-align: left;
}

#mybox h2, #dottedbox h2 {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    margin-left: 0px;
}

#mybox p, #dottedbox p {
    font-size: 11px;
    color: #666;
    margin-left: 10px;
    margin-bottom: 10px;
}

#dottedbox {
	background: #e7e7e7; 
	border: 1px dashed #aaa;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
}
