body, p, td {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 454d3f;
	text-align: left;
}
body {
	background-color: #373a46;
	height: 100%; 
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	color: 454d3f;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: 454d3f;
}
h2, h3 {
	font-weight: bold;
	margin-bottom: 0;
}

hr {
	border: 0;
	width: 100%;
	background-color: black;
	height: 1px;
}
hr.gray {
	background-color: #C0C0C0;
}

ul {
        margin-left: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0px;
}
li {
	text-align: left;
}
#page {
	text-align: center;
	height: 100%; 
}
#frame {
	margin: auto;
	width: 740px;
	height: 100%;
	background-image: url(/images/cellbg.jpg);	
	text-align: left;
}
#topmenu {
	text-align: right;
	background-color: #373a46;
}
#menu {
	margin: 8px 25px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #b3b3b3;
}
#menu #items {
	padding-left: 100px;
}

#content {
	padding: 5px 30px;
	background-image: url(/images/cellbg.jpg);
}
.menuitem {
	padding-right: 10px;
}
.hit {
	font-weight: bold;
}


.printonly {
  display: none;
}

table.columns {
	margin: 0;
	padding: 0;
}
table.columns td {
	vertical-align: top;
}

tr.head {
	background-color: #E0E0E0;
}
th {
	font-weight: bold;
	text-align: left;
        font-size: 12px;
}

/* ERRORS/MESSAGES */
#formerror {
        color: #C00000;
}

#box-error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;
	
}

#box-info {
	background-color: #C0FFC0;	
	padding: 0 0 0 5;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #004000;
	font-weight: bold;
	width: 100%;
}
