html, body {
	width: 100%;
	height: 100%;
}

html, body, div, p, ul, ol, li, img, h1, h2, h3, span {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: "Roboto Condensed", Verdana, Arial;
	color: #111111;
}

ul#catrights {
	list-style: none;
}

ul#catrights li {
	margin-left: 23px;
	line-height: 20px;
}
ul#catrights li ul {
	border-top: 1px solid #c0c0c0;
}
div {
	position: relative;
	float: left;
}

.clickable {
	cursor: pointer;
}

a {
	color: #05B59E;
	text-decoration: underline;
}

a:hover {
	color: #005945;
	text-decoration: underline;
}

p {
	width: inherit;
	margin-bottom: 12px;
}

p.end {
	margin-bottom:0px;
}

td {
	vertical-align: center;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #111111;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	color: #343434;
}

.inputtext {
	font-size: 13px;
	font-family: , sans-serif, Arial;
	border-color: transparant;
}
.inputbutton {
	padding: 5px 15px;
	margin-left: 5px;
	cursor: pointer;
}
#centercontainer {
	width:900px;
	left:50%; 
	margin-left:-450px; 
	display: block;
	z-index: 200;
}

.whitebar {
	width:100%;
	background-color: #ffffff;
}
.lgraybar {
	width:100%;
	background-color: #f2f2f2;
}
.blackbar {
	width:100%;
	background-color: #000000;
}
.graybar {
	width:100%;
	background-color: #666666;
}
.transpbar {
	width:100%;
	background-color: transparent;;
}
#header { 	
	width: 100%;
	height: 100px;
}
#header .logo {
	width: 450px;
	height: 80px;
	padding: 10px 0px;
}
#header .logo img { height:40px; float: left; margin: 20px 20px 0px 0px; }
#header .userinfo {
	width: 430px;
	height: 60px;
	padding: 30px 10px 10px 10px;
	text-align: right;
	color: #c0c0c0;
}
#header .logo h1 {
	color: #005945;
	font-weight: 300;
	margin-top: 27px;
	font-size: 20px;
}
#menubar {
	width: 100%;
	line-height: 35px;
	height: 35px;
	background-color: #005945;
	border-bottom: 3px solid #888888;
	margin-bottom: 25px;
}
#menubar a {
text-decoration: none;
}
#menubar .item {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 30px;
	border-top: 1px solid #005945;
	border-right: 1px solid #c0c0c0;
	line-height: 35px;
}
#menubar .item:hover { background-color: #05B59E;}
#menubar .item.active {
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	background-color: #ffffff;
	height: 36px;
	padding-top: 1px;
	color: #005945;
	font-size: 14px;
}

.textcontainer {
	width: 880px;
	padding: 0px 10px;
	margin-bottom: 30px;
	min-height: 400px;
	font-size: 14px;
}

.gray { color: #888888; }

.loginbox, .accountbox {
	width: 410px;
	height: 270px;
	margin: 20px 215px 20px 215px;
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
	color: #888888;
}
.loginbox h1, .accountbox h1 {
	color: #888888;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 15px;
}
.accountbox {
	width:840px;
	margin-left:0;
	height:auto;
}
.inputbox {
	border: 1px solid #05B59E;
	width: 95%;
	background-color: #ffffff;
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 0px 10px 0px;
}
.inputbox input, .inputbox select {
	width: 95%;
	border: 0;
	outline: 0;
}
#htmlresult {
	width: 100%;
	color: #880000;
	font-weight: 400;
	margin-bottom: 10px;
}
.btnGreen {
	padding: 0px 20px;
	text-align: center;
	min-width: 80px;
	line-height: 35px;
	color: #f2f2f2;
	background-color: #005945;
	border: 1px solid #005945;
}
.btnGreen:hover {
	cursor: pointer;
	background-color: #227B67;
	color: #ffffff;
}
.greenline {
	border-top: 1px solid #888888;
}
.footer {
	padding: 20px 10px;
	font-weight: 300;
	color: #888888;
}
.footer a {
	color: #888888;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}

table.main {border: 1px solid #888888; border-right:0;}
table.main td { line-height: 20px; }
table.main tr.header { background-color: #DDDDDD; color: #888888;}
table.main tr.header td { border-top: 0; }
table.main  td { border-top: 1px solid #888888; border-right: 1px solid #888888;}
table.main tr.row2 { background-color: #f2f2f2; }

a.youtube {
	margin-top:5px;
	padding:0px 0px 5px 20px;
	background: #ffffff url('/img/icons/ico_youtube.jpg') no-repeat;
}
a.document {
	margin-top:5px;
	padding:0px 0px 5px 20px;
	background: #ffffff url('/img/icons/ico_doc.jpg') no-repeat;
}
