body {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

hr {
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
	border-style: solid ;
    
    border-width: 1px 0 0;
    clear: both;
    height: 1px;
    margin: 5px 0 5px 0;
    min-height: 3px;
}
li {
	
	margin-bottom: 0;
	padding: 2px 0;
}
.middletextbox, #middletextbox {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	font-size: 85%;
	margin-top: 10px;
	margin-left: 55px;
	margin-right: 15px;
	margin-bottom: 10px;
	z-index: 999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.img_samples {
	border: thin ridge #CCC;
}
.tinytext {
	font-size:75%;
}
.no_shading {
	background:none !important;
	box-shadow:none !important;
}
table.sortable thead th:hover {
	background:#fff;
	}
.notice {
	padding: 5px 10px 5px 10px;
	width:auto;
}
.notice.warning {
	color: #000;
	background-attachment: scroll;
	background-color: #FFFF40;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.notice.success, .notice.error {
	color:#000 !important;
}
table.sortable thead th {
	text-align:center;
	background-color:#CCC;
}
h6 {
	font-weight: bold;
}
#footer {
	background:none;
	color:#000;
	font-size:85%;
}
.skinnytable  *{
	font-size:95% !important;
	}
.menu li a {
	color:#000;
}
a {
	color:#03F;
}
h1 {
	color: #FFFFFF;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	background-color: #4A84B5;
	padding: 0px;
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	text-align: center;
	font-variant: normal;
	font-size:250%;
	margin-bottom: .5em;
}
blockquote {
	font-size:98%;
}
th, td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}