body{ 
background-color:#dc8;
font-family: verdana, arial, Helvetica, sans-serif;
font-size:16px; 
margin:0; 
padding:0; 
}

#header{ 
background-color:#dc8;
height:100px;
background-image: url(/img/grad.gif);
background-repeat:repeat-x;
background-position:top;
}

#header img{
float:left;
margin:5px 0 0 5px;
}

#loggedinas {
	text-align:right;
	padding:5px;
}

#left{ 
float:left;
width:200px;
background-color:#dc8; 
min-height:700px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:700px; /* for IE5.x and IE6 */
}

#center { 
margin-left:200px;
padding-left:10px;
background-color:#eec; 
min-height:700px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:700px; /* for IE5.x and IE6 */
}

#footer { 
clear:both;
background-color:#e8e8e8;
background-image: url(/img/grad-rev.gif);
background-repeat:repeat-x;
background-position:top;
padding-top:5px;
height:100px;
}

#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 175px;
color: #000;
background-color: #ADC1AD;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
background-image: url(/img/nav.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(/img/nava.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 160px;
color: #000;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}

p, h1 {
margin:0;
padding:0;
padding-bottom:5px;
}

form{
margin:0;
padding:0;
}

.valerror {
	color:red;
	font-weight:bold;
}

#tblinput {
	border:1px solid gray;
}

#tblinput td{
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}

.marbot a{
	display:block;
	margin-bottom:20px;
}

#urgent {
	margin:3px;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
}
#urgent a{
	color:red;
}
.tlbheader {
background-image: url(/img/nav.jpg);
background-repeat: no-repeat;
background-position: 0 0;
font-weight:bold;
background-color:#ADC1AD;
border-right:1px solid gray;	
}
#indent {
	margin:10px 0 15px;
	border-left:15px solid gray;
	background-color:#fff;
	padding:5px 15px 5px;
}

#category {
	border:1px solid gray;
}

#category td{
	border-bottom:1px dashed gray;
}

#category .h {
	font-weight:bold;
	background-color:#dfdfdf;
}
.clearborder{
	border:none;	
}

#loginform {
width:300px;
float:left;
}
#loginform fieldset{
padding:10px;
}
#loginerror{
color:#FF0000;
font-weight:bold;
}
#loginform legend{
font-weight:bold;
font-size:9pt;
}
#loginform label{
display:block;
height:2em;
background-color:#D9DFFB;
padding:10px 10px 0;
}
#loginform input {
margin-right:20px;
border:1px solid #999999;
float:right;
clear:right;
background:#D4D4D4;
}
#loginform input:focus,#loginform input:hover {
border:1px solid #333333;
}
.error{
color:red;
font-weight:bold;
}

#uploadingimages {
	border:6px dashed gray;
	background-color:#FFFFFF;
	color:#000000;
	padding:10px;
	width:300px;
	text-align:center;
	position:absolute;
	top:10px;
	left:10px;
}

.imageviewerlink, imageviewerlink:hover, div#center table#tblinput tr td a, div#center table#tblinput tr td a:hover, div#center p a, div#center p a:hover {
	font-size:14px;
	color:red;
}

div#center ul li a {
	font-size:18px;
	color:red;
}

div#center ul li a:hover {
	background-color:#e8e8e8;
}

