/* Styles */

/* Header */

#menu {
	color:#fff;
	clear:both;
	border-bottom:1px solid #000;
	height:28px;
	background: #000 url(/images/button_bg.jpg) repeat-x;
	background-position:center center;
	}

#menu li {
	font-size:11px;
	
	}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	border-right: 1px solid #000;
	}


#menu li {
	width:94px;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	}

#menu a {
	display:block;
	font-weight:bold;
	width:100%;
	line-height:28px;
	border-left:1px solid #000;
	height:28px;
	background:#ccc;
	text-align:center;
	color:#fff;
	background: #000 url(/images/button_bg.jpg) repeat-x;
	background-position:center center;
	text-decoration:none;
	}
	
	#menutableright a {
	display:block;
	font-weight:bold;
	width:100%;
	line-heightXX:20px;
	border-left:1px solid #000;
	height:20px;
	background:#ccc;
	text-align:center;
	color:#fff;
	background: #000 url(/images/button_bg.jpg) repeat-x;
	background-position:center center;
	text-decoration:none;
	text-transform:capitalize;
	}

#menu a span {
	display:block;
	width:100%;
	height:28px;
	border-left:1px solid #fff;
	}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color:#006699;
	}


#home a {
	border-left:none;
}



/* Form Elements */
.inputbox {
	width: 100%;
}

.data_table {
	background: #ebebeb;
	border-bottom:1px solid white;
}

.label_cell {
	text-align:right;
	padding-right: 5px;
	background: #ccc;
	font-weight: normal;
	width:150px;
	border-bottom:1px solid white;
}

.form_small_labels {
	font-size:80%;
}

.input_cell {
background:#ebebeb;
border-bottom:1px solid white;
}



.error {
	color: red;
}
