/***************************************************
   Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  
  color: #000;
  background-color: #EEE;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: black;
	padding-bottom: 10px;
}

h1 a, h2 a, h3 a {
  font-size: 11px;
	text-transform: none;
	font-weight: normal;
	padding-left: 10px;
}

h2 {
  font-size: 11px;
	text-transform: uppercase;
  font-weight: bold;
  color: #888;
}

h1 img, h2 img, h3 img {
	float: left;
}

h3 {
	display: inline;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

h3 img {
	position: relative;
	top: -3px;
}

input, textarea, select {
	border: 1px solid #CCC;
	padding: 1px;
  font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.field300 {
	width: 300px;
}

.field150 {
	width: 150px;
}

.preview {
	border: 1px solid red;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

.tabbed {
	 clear:both;
	 padding-left: 25px;
}

.tabbed img {
	padding-left: 0px;
}

.preview_caption {
	font-size: 9px;
}

.history_header {
	font-weight: bold;
}
	
.history_header td {
	border-bottom: 1px solid black;
}

.history_row_gray {
	background-color: #eee;
}
	
.history_row td, .history_row_gray td {
	padding-right: 10px;
}
a {
  color: #690;
  text-decoration: none;
  padding: 1px;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

a.download {
  padding-right: 14px;
  background: url(./images/download.gif) no-repeat center right;	
}

img {
  padding:4px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #BBB;
}

#bannermenu {
	float: right;
	bottom: 0px;
}

#bannermenu div.item {
	width: 15px;
	height: 15px;
	color: white;
	margin: 2px;
	background: url(./images/transp40.png) top left;
	float: right;
}

#lpanel .heading {
  background-color: #690;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#lpanel ul li ul {
	padding-bottom: 8px;
}

#lpanel ul li ul li ul {
	padding-bottom: 0px;
}

#lpanel ul li a {
  color: #690;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(./images/b-1.gif) no-repeat center left;
}	

#lpanel ul li ul li a {
  color: #D0AD67;
  font-size: 11px;
	text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
	background: none;
	background-color: #FFF;
}

#lpanel ul li ul li ul li a {
  color: #333;
	text-transform: none;
  text-decoration: none;
  font-weight: normal;
  padding-left: 25px;
  background: none;
	background-color: white;
}

#lpanel ul li ul li ul li a:hover {
  color: #690;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#header {
  width: 848px;
  height: 160px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 0px solid #DDD;
  background: url(../banners/banner.jpg) no-repeat top left;
}

#title {
  width: 170px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0px;
	text-align: center;
}

#lpanel {
  position: absolute;
  top: 185px;
  left: 0px;
  margin:5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 150px;
  line-height: 19px;
}

#content {
  width: 670px;
  margin: 0px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
	line-height: 14px;
}

#footer {
  width: 670px;
  margin: 5px 200px 5px 182px;
  padding: 10px;
	font-size: 9px;
	line-height: 14px;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: right;
}
