/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #C36;}

a:hover {color: #F06;}

html {
	overflow-x: hidden;
}

body {
	background: url(../img/bg.jpg);
	color: #660000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	display: block;
	float: left;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

h3 {
	font: normal 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {
	padding: 6px;
	color: #993366;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(../img/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
	margin-left: 150px;
}

/* structure */
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 1004px;
}

.gfx {
	background: url(../img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(../img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 900px;
}

.header {
	background: #883333 url(../img/header_bg.jpg) no-repeat;
	font-family: Harrington;
	color: #FFFFFF;
	font-size: 1.4em;
	height: 232px;
	padding-right: 560px;
}

.header h1 {
	padding: 62px 0 54px 0;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.pattern {
	background: url(../img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

.readonly {
	background: #FFDDCC;
}

/* navigation */
.navigation {
	margin: 0 24px;
}

.navigation a {
	color: #CC6666;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #660000;
}

.strip {
	background: url(../img/stripes.gif);
	clear: both;
	font-size: 1em;
	margin: 0 52px;
	padding: 0 12px 2px;
}

/* content */
.content {
	background: url(../img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {
	clear: both;
}

.item img {border: 1px dashed #8A6;}

.item .title {
	display: block;
	float: left;
	color: #660000;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2em;
	line-height: 36px;
	}

.item .metadata {
	color: #996666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	display: block;
	float: left;
	clear: both;
}

/* footer */
.footer {
	background: url(../img/bgfooter.gif) no-repeat;
	color: #9999FF;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

.footer a {
	color: #99CCFF;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

.rss {
	font-size: 1.1em;
	color: #AA6666;
	background: white;
}

.rss a {
	font-size: 0.9em;
	color: #99CCFF;
	text-decoration: none;
}

.rss a:hover {
	font-size: 0.9em;
	color: #333;
	text-decoration: underline;
}

#browse {
	float:          left;
	width:          176px;
	margin:         0;
	padding-left:   1px;
	padding-right:  1px;
	padding-top:    1px;
	padding-bottom: 1px;
	background:     url(../images/img01.gif);
}

#browse dt {
	background: url(../images/dt_bg.gif) bottom repeat-x;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0 1px;
}

#browse dt a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

#browse dt a:hover {
	background: red;
}

#browse dd {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #227293;
	border-bottom: 1px solid #659db4;
	margin: 0 1px;
/* 	x-padding: 0 0 10px; */
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd {
	padding: 2px 22px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	di\splay: block;
}

#browse dd a:hover {
	background: #74a7b7;
}

#browse db {
	padding: 	1px 1px 1px 1px;
	padding-left: 	0;
	padding-bottom:	1px;
}

#browse .first {
	padding-top: 10px;
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse .searchform {
	padding: 10px;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 165px; 
}

#ButtonLink{
	text-align: center;
	color: black;
}

#ButtonLink a:link, #ButtonLink a:visited {
	color:			black;
	display:		block; 
	border-top:		1px solid white;
	border-bottom:		2px solid black; 
	border-left:		1px solid white; 
	border-right:		2px solid black;
	font-weight:		normal;
	padding:		2px 2px 2px 2px;
	padding-bottom:		1px;
	text-decoration:	none;
	background-color:	#CC4444;
	background-image:	none;
}

#ButtonLink a:hover{
	color:			black;
	display:		block; 
	border-top:		1px solid white;
	border-bottom:		2px solid black; 
	border-left:		1px solid white; 
	border-right:		2px solid black;
	font-weight:		normal;
	text-decoration:	none;
	background-color:	#EE6666;
	background-image:	none;
}


/* FIELDS */

.readonly {
	color: black; 
	background-color: #F5E0CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

.fielderror {
	color: black; 
	background-color: #FFB0A0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

.mandatory {
	color: black; 
	background-color: #FFFFB6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

input {
	color: black; 
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	text-align:left;
}

select {
	color: black; 
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

textarea {
	color: black; 
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

checkbox {
	color: black; 
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}

