body {
	margin: 0px;
	padding: 0px;
	font: 11pt arial, helvetica, tahoma;
	color: #000;
	background: #F1F1F1;
}

#header {
	width: 100%;
	height: 80px;
	
	vertical-align: middle;
	background: #eeeeee;
	margin: 0;
	border-bottom: 10px solid #3A7634;
}

.toolkit_title {
	font-weight: bold;
	font-size: 16pt;
	color: #ffffff;
	padding-left: 20px;
}

a:link,a:active,a:visited {
	color: #0000cd;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a.calendar:link,a.calendar:active,a.calendar:visited,a.calendar:hover {
	color: #000;
}

form {
	margin: 0px;
}

#main {
	height: 500px;
	background: #ffffff;
	border: 1px solid #3E7A34;
	border-top: 0px;
	text-align: left;
}

/* menu */
#leftMenu {
	background: #eeeeee;
	padding: 10px 0px;
	border-right: 1px solid #3E7A34;
}

#Menu {
	padding-top: 20px;
}

#Menu div {
	font: 10pt verdana, tahoma, arial, helvetica;
	color: #000;
	padding: 1px 0 4px 10px;
	border-bottom: 1px dashed #b9b9b9;
}

#Menu div a {
	text-decoration: none;
}

#Menu div:hover {
	background: #d4dbe7;
	text-decoration: underline;
}

#clientinfo {
	background: #c0c0c0;
	padding: 0 10px;
	font: 10pt arial, helvetica, tahoma;
}

#contentArea {
	padding: 20px;
	width: 100%;
}

#contentArea #section {
	font: bold 12pt arial, helvetica, tahoma;
}

#contentArea .toolDesc div {
	font: bold 10pt arial, helvetica, tahoma;
	margin-bottom: 4px;
}

#contentArea .toolDesc div span {
	font: normal 10pt arial, helvetica, tahoma;
	background: url(../graphics/arrow01.gif) no-repeat 0% 50%;
	padding-left: 15px;
}

.cell_input_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.inputSubmit {
	color: #000;
	background: #eee;
	border: 1px solid #000;
	font: bold 10pt verdana, helvetica, arial, sans-serif;
}

.inputBox {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	font: 10pt verdana, helvetica, arial, sans-serif;
}

table.login {
	border: 1px solid #000;
}

table.login td {
	color: #000;
}

div#content {
	padding: 0px;
	width: 100%;
}

div.header div {
	width: 30%;
	display: inline;
	float: left;
	text-indent: 3px;
	border: 1px;
	border-style: solid;
	border-color: #3E7A34 #12465C #12465C #3E7A34;
	background: #eeeeee;
	height: 16px;
}

div.content div img {
	vertical-align: bottom;
}

div.content div {
	width: 30%;
	display: inline;
	float: left;
	text-indent: 3px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 18px;
	overflow: hidden;
	clip: auto;
}

span.req {
	color: #f00;
	font-size: 10pt;
}

.TblCatalogue {
	border: 1px solid #000;
	background: #eee;
}

.TblCatalogue td {
	font: 10pt arial, helvetica, verdana, sans;
}

.Err {
	color: #f00;
	padding: .2em;
	border: 1px solid #000;
	background: #eee;
	margin-bottom: 10px;
}

.Confirm {
	color: #090;
	padding: .2em;
	background: #eee;
	margin-bottom: 10px;
}

.Sho {
	color: #000;
	padding: .2em;
	border: 1px solid #000;
	background: #eee;
	margin-bottom: 10px;
}

.CatHeader {
	background: #808080;
	color: #FFF;
}

.req {
	background: #FFFFB9;
}

#footer {
	text-align: center;
}

#footer a.footer:link,a.footer:active,a.footer:visited,a.footer:hover {
	color: #3E7A34;
}
