html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #e0e0e0;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}
body, td, th, a, h1, h2, h3, li, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #555;
}
a {
	color: #138b93;
	text-decoration: none;
}
a:hover {
	color: #2a5b71;
}
input, select, textarea {
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	padding: 2px;
}
.field, textarea {
	border: 1px solid #FFF;
	background-color: #FFF;
	margin: 2px 0;
}
label {
	float: left;
	width: 100px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
}
.bottom {
	padding-left: 30px;
	height: 30px;
	background-color: #000;
	color: #999;
	font-size: 11px;
}
.bottom table {
	margin: 10px;
}
.bottom input {
	height: 18px;
	background-color: #444;
	color: #FFF;
	font-size: 11px;
	border: 0;
}
.copyright {
	text-align: right;
	padding-right: 30px;
	height: 30px;
	background-color: #000;
	color: #555;
	font-size: 10px;
}
strong {
	color: #000;
	}
h1, h2 {
	margin: 0;
	display: none;
}

.inline-normal {
	padding: 5px;
	color: #333;
}
.list img{
	border: 1px solid #CCC;
	padding: 3px;
}

.frame .framed {
	border: 1px solid #CCC;
	padding: 3px;
}

.list .row{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
}
.list .row:hover{
	background-color: #EEE;
}
.list .hr{
	background: url(../images/hr-bg.gif) 50% 50% repeat-x;
	height: 5px;
	clear: both;
}

.inline-sb {
	margin-top: 5px;
	margin-bottom: 10px;
}	
.inline-sb img {
	background-color: #3c447f;
	padding: 5px;
	margin-right: 1px;
}
.inline-sb img:hover{
	background-color: #0c123f;
}

#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#navmenu ul li {
	background: url(../images/navmenu-bg.gif) bottom left repeat-x;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	color: #000;
} 

#navmenu ul li a {
	height: 30px;
	line-height: 30px;
	color: #2A5B71;
	font-size: 12px;
	font-weight: bold;
} 
#navmenu ul li a:hover {
	color: #138b93;
} 