* {
	margin:0;
	padding:0;
}

.error {
	color: red;
}


body {
	background:url(../images/bg.png) repeat-y 0 0 #fff;
	color:#000;
	font:8pt arial;
}

a {
	text-decoration:none;
	border:1px solid #888;
	border-width:0 0 1px 0;
	color: #222;
	outline: none;
}
a:hover {
	border-color:#000;
}
.clear {
	clear: both;
}
.errorMessage {
	background: url(http://localhost/wyman/img/error.png) #F8FAFC no-repeat 15px 50%;
	border: 1px solid #B5D4FE;
	border-width: 2px 0;
	padding-left: 80px;
}
.successMessage {
	background: url(http://localhost/wyman/img/done.png) #F8FAFC no-repeat 15px 50%;
	border: 1px solid #B5D4FE;
	border-width: 2px 0;
	padding-left: 80px;
}
.errorMessage ul {
	margin: 0 0 0 40px;
}
.errorMessage ul li {
	list-style-image:url(../img/bullet.png);
	list-style-type: square;
}
/* Form Styles */
fieldset {
	border:none;
}
.formItem {
	margin:10px 0;
}
.formItem label {
	width:110px;
	float:left;
	padding:0 20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#414141;
	line-height:20px;
}
input, select {
	padding:2px;
	border:1px solid #414141;
	font-size:8pt;
	margin:0 5px 0 0;
}

.optionsBar {
	padding:5px 20px;
	border:1px solid #f0f0f0;
	border-width:1px 0;
	margin:0 0 20px 0;
}
.optionsBar a {
	text-transform:uppercase;
	font-weight:bold;
	color:#414141;
}

#toolbar, #content {
	padding-top:45px;
}
#toolbar h2, #content h2 {
	font-size:20pt;
	text-transform:uppercase;
	padding:0 20px;
	line-height:18px;
	color:#414141;
	border-bottom:1px solid #414141;
}
#toolbar {
	position:absolute;
	left: 0;
	top: 0;
	width:200px;
}
#toolbar h2 {
	border-bottom:1px solid #fff;
	text-align:right;
	color:#fff;
}
#toolbar ul {
	list-style-type:none;
	margin:15px 0 0 0;
}
#toolbar ul a {
	color:#fff;
	border-bottom:1px solid #494949;
	padding:5px 20px;
	display:block;
	text-align:right;
}
#toolbar ul a:hover, #toolbar ul li.active a {
	background:#fff;
	color:#414141;
}
#toolbar ul li.active a {
	font-weight:bold;
}
#content {
	margin:0 0 0 200px;
	font-size: 9pt;
}
#content h3 {
	text-transform:uppercase;
	border-bottom:1px solid #b7b7b7;
	color:#414141;
	margin:15px 0 1px 0;
	padding:0 20px;
	line-height:13px;
	font-size:14pt;
}
ul.addEdit {
	list-style-type: none;
	width: 100%;
	border-bottom: 1px solid  #414141;
	height: 30px;
	margin: 20px 0 0 0;
}
ul.addEdit li, ul.addEdit a {
	float: left;
}
ul.addEdit a {
	display: block;
	height: 29px;
	font-weight: bold;
	font-size: 12pt;
	width:50%;
	line-height: 30px;
	border: 1px solid #414141;
	background: #f0f0f0;
	margin: 0 10px;
	width:300px;
	text-align: center;
}
ul.addEdit a:hover {
	background: #fff;
}
ul.addEdit a.select {
	background: #fff;
	border-bottom-color: #fff;
}
.listingsTable {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 40px 0;
}
table {
	font-size: 9pt;
}

table .class {
	width: 30%;
}

td, th {
	padding:4px;
}
th {
	text-transform:uppercase;
	color:#414141;
	text-align:left;
}
th.spacer {
	width:20px;
}
table tr.altRow {
	background:#f0f0f0;
}
.formTable tr td {
	border-bottom: 1px solid #f0f0f0;
}
td.label {
	width: 200px;
	font-weight: bold;
	text-align: right;
	color: #262626;
	padding-right: 20px;
	vertical-align:top;
}

/* Icon Buttons */
a.button {
	text-indent:-10000px;
	display:block;
	width:16px;
	height:16px;	
	border:none;
	margin:0px auto;
}
a.view {
	background: url(../images/view.png);
}
a.edit {
	background: url(../images/edit.png);
}
a.add {
	background: url(../images/add.png) 0 50% no-repeat;
	padding: 2px 0 0 20px;
}

.box {
	width: 400px;
	background-color: #EEEEEE;
	border: 1px solid Gainsboro;

}

/* My Comment */