html, body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
a, a.visited
{
	font-family: arial,verdana, san-serif;
	color:#000;
}
body
{
	background: #aaaaaa url(../images/bg202.gif);
}
html, body, div, td, p
{
	font-family: arial,verdana, san-serif;
	font-size: 0.9em;
}
.titlebar{
background: #ffffff url(../images/logo.jpg) no-repeat center;
height:68px;
padding:5px;
border-top:2px solid black;
border-bottom:2px solid black;
}

.namebar
{
	padding: 2px;
	font-weight: 700;
	background: #337D41 url(../images/gray.gif);
	color: #ffffff;
}
.menuItem
{
	padding-left: 6px;
	color: #000000;
	font-size: 0.9em;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	display: block;
}
.menuItem:hover
{
	background: #cccccc;
	padding-left: 6px;
	color: #000000;
	font-size: 0.9em;
	border-bottom: 1px inset #aaaaaa;
	text-decoration: none;
	display: block;
}
.left
{
	margin: 0px;
	display: block;
	background: #ffffff;
	border: 1px solid black;
	width: 170px;
}
.main
{
	background: #ffffff;
	border: 1px solid black;
	width: 99% ! important; /* non IE here */
	width: 100%;		    /* only for IE */
}
#mainText
{
	padding:5px;
}
.mainInd
{
	background: #ffffff;
	border: 1px solid black;
	padding-left: 6px;
	width: 99% ! important; /* non IE here */
	w\idth: 100%;		    /* only for IE */
}
.main P
{
	margin: 20px;
}
.footbar
{
	text-align: center;
	font-size: 1.0em;
	background: #ffffff;
	padding: 1px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.picturebox
{
	background: #ffffff;
	border: 1px solid black;
	height: 100%;
	width: 99%;   /* total width, only for IE5.x/Win */
	w\idth: 100%; /* content width for other IE */
	display: block;
}
.picturerow
{
	padding: 0px;
}
.pictureBoxPict
{
	border: 1px solid black;
}
.pictureBoxName
{
	text-align: center;
}
.pictureBoxName A
{
	font-size: 0.7em;
}
.address
{
	padding: 4px;
	font-size: 0.7em;
}
.titleBlue
{
	font-size: 1em;
	font-weight: bold;
	color: #eeeeee;
	background: #2255ff url(../images/blue.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.titleGreen
{
	font-size: 1em;
	font-weight: bold;
	background: #55ff55 url(../images/green.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.titleGreenInd
{
	font-size: 1em;
	font-weight: bold;
	background: #55ff55 url(../images/green.gif);
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid black;
	width: 100%;
}

.titleRed
{
	font-size: 1em;
	font-weight: bold;
	color: #eeeeee;
	background: #ff5522 url(../images/red.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.titleOrange
{
	font-size: 1em;
	font-weight: bold;
	background: #ff5522 url(../images/orange.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.titleYellow
{
	font-size: 1em;
	font-weight: bold;
	background: #ffff55 url(../images/yellow.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.titleBlack
{
	font-size: 1em;
	font-weight: bold;
	color: #eeeeee;
	background: #ffff55 url(../images/black.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}
.viewLabel
{
	width: 25%;
	background-color: #dddddd;
}
.lbl1
{
	font-size: 1.5em;
}
.lbl2
{
	font-size: 1.1em;
}

.hidingBox
{
	display: none;
	border: 1px solid black;
	position: absolute;
	z-index: 100;
}

.plain
{
	border: 0px #882200 solid;
}
.rowA
{
	background: #eeeeee;
}
.rowAL
{
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-right: 7px;
}
.rowA:hover
{
	background-color: #B8CDDC;
	cursor: hand;
}

.rowAL.highlight
{
	background-color: #B8CDDC;
	cursor: pointer;
}

.rowB
{
	background: #dddddd;
}
.rowBL
{
	color: #000000;
	text-decoration: none;
	padding: 2px;
}
.rowBL:hover
{
	padding: 1px;
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	border: 1px #002288 solid;
	cursor: hand;
}

.notFound
{
	background-attachment: fixed;
	background-image: url(../images/question%20mark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.ttable
{
	border: 1px solid black;
	border-collapse: collapse;
	width: 50%;
}
.tth, .ttd
{
	border: 1px solid black;
	padding: 3px;
	width: 25%;
}
.tth
{
	background-color: #A0A0A0;
}
.ttr
{
	background-color: white;
}
.ttr.highlight
{
	background-color: #B8CDDC;
	cursor: pointer;
}
.boxit
{
	border: 2px solid blue;
}
.unboxit
{
	border: 2px solid black;
}

/* visual stuff */

#upcontainer1
{
	position: absolute;
	z-index: 100;
	width: 352px;
	opacity: 0.8;
	filter: alpha(opacity:80);
}

#PictureSubPanel
{
	position: absolute;
	top: 141px ! important; /* non IE here */
	t\op: 131px;			/* IE here */
	width: 380px;
	height: 100px;
	margin-left: 15px;
	z-index: 10;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/footer.gif) #f5f5f5;
	opacity: 0.9;
	filter: alpha(opacity:90);
}

#DelPicSubPanel
{
	position: absolute;
	width: 330px;
	height: 160px;
	margin-left: 15px;
	z-index: 10;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/footer.gif) #f5f5f5;
	opacity: 0.9;
	filter: alpha(opacity:90);
}

#DescriptionSubPanel
{
	position: absolute;
	width: 420px;
	height: 360px;
	margin-left: 15px;
	z-index: 10;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/footer.gif) #f5f5f5;
	opacity: 0.9;
	filter: alpha(opacity:90);
}

#DetailsSubPanel
{
	position: absolute;
	width: 460px;
	height: 460px;
	margin-left: 15px;
	z-index: 10;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/footer.gif) #f5f5f5;
	opacity: 0.9;
	filter: alpha(opacity:90);
}

#EditSubPanel
{
	position: absolute;
	width: 460px;
	height: 460px;
	margin-left: 15px;
	z-index: 10;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/footer.gif) #f5f5f5;
	opacity: 0.9;
	filter: alpha(opacity:90);
}


#AdminSubPanel1
{
	height: 200px;
}

#sortOrd
{
	float: none;
	text-align: right;
	vertical-align: top;
	margin-top: -18px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 0px;
	position: relative;
	height: 13px;
}

#titleWithSelect
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -5px;
	margin-left: 3px;
	padding-bottom: -5px;
	position: relative;
	height: 13px;
}

#print
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -5px;
	margin-left: 3px;
	padding-top: -5px;
	padding-bottom: -5px;
	text-align: right;
	vertical-align: text-top;
	position: relative;
}

.picDN
{
	position: absolute;
	border:none;
	z-index: 101;
}

#navcontainer { padding:0; margin:0;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{
padding: 0;
margin: 0;
}

#navcontainer a
{
display: block;
padding: 2px;
padding-left: 5px;
color: #000;
background-color: #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #B8C3D1;
color: #000;
}

.amberAlert
{
	font-size: 1em;
	font-weight: bold;
	background: #ffff55 url(../images/yellow.gif);
	padding: 5px;
	border-bottom: 1px solid black;
}

.amberAlertLink
{
	font-size: 1em;
	font-weight: bold;
	color: black;
}
.amberMain
{
	background: #ffffff;
	border: 1px solid black;
	width: 99% ! important; /* non IE here */
	w\idth: 100%;		    /* only for IE */
}

