body 
{
	background: #646464;
}

body.cfs
{
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

div.main_top
{
	background: #FFFFFF url('images/bg_top.gif') repeat-x top;
}
div.main_top_right
{
	background: url('images/bg_top_right.gif') no-repeat top right;
}
div.main_top_left
{
	background: url('images/bg_top_left.gif') no-repeat top left;
	padding: 15px 25px 20px;
}
div.main_left
{
	background: url('images/bg_left.gif') repeat-y left;
}
div.main_right
{
	background: url('images/bg_right.gif') repeat-y right;
}
div.main_bottom
{
	background: url('images/bg_bottom.gif') repeat-x bottom;
}
div.main_bottom_right
{
	background: url('images/bg_bottom_right.gif') no-repeat bottom right;
}
div.main_bottom_left
{
	background: url('images/bg_bottom_left.gif') no-repeat bottom left;
}

.blueNavMenu
{
	color: White; 
	background: url('images/grad_bg_blue.gif') repeat-x; 
	font-family: Sans-Serif; 
	font-weight: bold; 
	font-size: 0.8em; 
	padding: 5px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
}
.blueNavMenu a
{
	color: White;
	text-decoration: none;
}
.blueNavMenu a:hover
{
	text-decoration: underline;
}

div.tl
{
	background: url(images/corner-16-tl.gif) no-repeat top left;
}

div.tr
{
	background: url(images/corner-16-tr.gif) no-repeat top right;
}

div.bl
{
	background: url(images/corner-8-bl.gif) no-repeat bottom left;
	padding-bottom: 8px;
}

div.br
{
	background: url(images/corner-8-br.gif) no-repeat bottom right;
}

div.content_blue
{
  background: rgb(0, 0, 153);
}

div.menuHeadText 
{
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  padding: 5 15;
}

div.menuBodyArea
{
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-family: sans-serif;
  font-size: 0.8em;
}

div.menuBodyArea a
{
  color: black;
  display: block;
  text-decoration: none;
  padding: 2 15;
  border-bottom: solid 1px black;
}

div.menuBodyArea a:hover
{
  color: white;
  background: navy;
  display: block;
  decoration: none;
}

div.mainHeadText 
{
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  padding: 5 15;
}

div.mainBodyArea
{
  background: white;
  border: 1px solid black;
  font-family: sans-serif;
  font-size: 0.8em;
  padding: 5 15;
}

td.leftMenu
{
  width: 200px;
}

td.mainArea {
  font-family: sans-serif;
}

td.listImageDetailTitle
{
  font-family: sans-serif;
  background: rgb(200, 200, 200);
  padding: 2 10;
}

td.oddRow
{
  font-family: sans-serif;
  background: #EEEEFF;
  padding: 2 10;
}

td.evenRow
{
  font-family: sans-serif;
  padding: 2 10;
}

div.addNew
{
  text-align: right;
  font-family: sans-serif;
  font-size: 1.0em;
  padding: 10;
}

.pct80 
{
  width: 80%;
}

.fill 
{
  width: 100%;
}

table.topframe 
{
	width: 100%;
	background-color: #000099;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px
}

div.cfsloginframe
{
 	width: 100%;
	height: 100%;
	text-align: center;
	
}
