html {
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	font-family: Helvetica, "Arial", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #344160;	
}
label, .label {
	font-size: .8em;
	font-weight: bold;
	color: navy;
	margin-bottom: 0;
}
input, select, textarea {
	border: 1px solid orange;
	padding: .4em;
	margin: .5em .25em .5em 0;
	font-size: 1em;
	font-family: Helvetica, "Arial", sans-serif;
	background: url(../images/field.png) repeat-x bottom white;
}
input:focus {
	background: #ffffcc;
}
input.button {
	border: 2px outset #cccccc;
	background: #eeeeee;
	padding: .25em 1.25em;
	width: auto;
}
input.button:hover {
	background: #dddddd;
	cursor: pointer;
}
input.button_small {
	border: 2px outset #cccccc;
	background: #eeeeee;
	padding: 1px 3px;
	font-size: .75em;
	margin: 0;
}
input.button_small:hover {
	background: #dddddd;
	cursor: pointer;
}
h2, h3, h4, h5, h6 {
	margin-top: auto;
	color: navy;
}
input.lookup {
	font-size: .75em;
	padding: 2px;
	margin: 0;
}
textarea.code {
	font-family: Consolas, Monaco, "Courier New", monospaced;
	font-size: .75em;
	width: 70%;
	height: 72px;
}
p.small {
	font-size: .85em;
}
.link_to_destroy {
	background: url(/images/icon_delete.png) no-repeat left;
	font-size: .8em;
	text-decoration: none;
	padding-left: 1.5em;
}
.link_to_bookmarklet {
	background: #eeeeee url(/images/icon_bookmark.png) no-repeat left;
	padding: 2px 5px;
	font-size: 1em;
	text-decoration: none;
	padding-left: 1.5em;
	-webkit-border-radius: 4px;
}

/* structure */
#container { 
	margin: 0; 
	padding: 0; 
}
#header {
	margin: 0;
	padding: 0;
	height: 60px;
	background: white url(../images/header.png) no-repeat left;
}
#header h2 {
	display: none; margin: 0; padding: 0;
}
#account {
	float: right;
	margin: 0;
	padding: .2em .5em;
	font-size: 1.1em;
	font-style: italic;
	color: black;
	border: none;
	color: #dddddd;
	font-weight: bold;
}
#account a {
	text-decoration: none;
	color: whitesmoke;
}

#navigation {
	margin: 0;
	padding: .4em 0 0 0;
	background: black url(../images/navigation.png) repeat-x left; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	border: none;

}
#navigation ul {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 4px solid orange;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li.first {
	margin-left: 3em;
}
#navigation a {
	border: 1px solid #8cba28;
	margin: 0 .5em 0 0;
	padding: 3px 1em 0 1em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #8cba28;
}
#navigation a.current {
	background: orange;
	color: white;
	border: 1px solid orange;
} 
#navigation a:hover {
	background: #fff385;
	color: #0c13a3;
	border: 1px solid #fff385;
}

#content {
	margin: 0;
	padding: 1em 3em 3em 3em;
	background: white url(/images/under_nav.png) repeat-x top;
	z-index: 0;
}

div.info {
	margin-bottom: .25em;
	padding: 0;
}
div.info table {
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
}
div.info td {
	vertical-align:top;
	padding: .2em .4em;
}
div.info td.label {
	background: #eeeeee;
}
div.info input, textarea {
	width: 98%;
}
div.info input.button {
	width: auto;
}

ul.account_list {
	padding: 0;
}
ul.account_list li {
	list-style-type: none;
	padding: .25em .75em;
	margin: .25em .75em;
	border-left: 5px solid orange;
}

.ui-flat {
	margin-bottom: 1em;
}
.ui-flat-header {
	border: 1px solid silver;
	border-bottom: 0px;
	margin: 0;
	padding: .3em 1.2em;
	background: #d3d3d3;
	font-size: 1em;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
}
.ui-flat-body {
	border: 1px solid silver;
	border-top:  0px;
	margin: 0;
	padding: 1em 1.2em;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}
.ui-flat-body table {
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
}
.ui-flat-body td {
	vertical-align:top;
	padding: .2em .4em;
}
.ui-flat-body td.label {
	background: #f3f3f3;
}
.ui-flat-body input, textarea {
	width: 98%;
}
.ui-flat-body input.button {
	width: auto;
}

#footer {
	background: #344160 url(../images/footer.png) repeat-x top;
	font-family: Tahoma, sans-serif;
	font-size: .8em;
	color: whitesmoke;
	min-height: 110px;
	padding: 0;
	margin: 0;
}
#footer .spacer {
	padding: 1.5em 3em 8em;
}
#footer a { color: #ffff66; }

/* flash */
#flash { margin: 0; padding: 0; }
.flash { 
	margin: .5em 0 1em 0;
	padding: 1em;
	border: 1px solid black;
	-webkit-border-radius: 4px;
}
#error {
	background: #f1cbc3;
}
#notice {
	background: #d1fbc3;
}
#warning {
	background: #faf2a6;
}

.caption {
	font-size: .8em;
	font-style: italic;
}

table.visits {
	border: 1px solid silver;
	font-size: .8em;
	background: #eeeeee;
}
table.visits td {
	margin: 5px;
	padding: 3px;
	background: white;
}