/*
	Top-level containers
*/
form {
	height: auto;
}
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/*
	Global styling of HTML style elements
*/

/* Headers */
h1 {
	color:#E92736;
}
h2, h2.excl {
	color:#E92736;
	border-bottom: none;
	font-size: 1.3em;
}
h2.excl {
	background: URL(images/exclAni.gif) no-repeat left center;
	padding-left:33px;
	line-height:38px;
}
h3 {
	color:#E92736;
	border-bottom: solid 1px #E92736;
	font-weight: normal;
}
h4 {
	color:#E92736;
	font-weight: normal;
}


/* Lists */
ul {
	line-height: 1.3em;
}
ol {
	line-height: 1.3em;
}
ul li {
	list-style-position: outside;
	list-style-image: url(images/liFFFFFF.gif);
}


/* Links */
a {
	color: #E92736;
}
a:visited {
	color: #E92736;
}
a:active {
	color: #faa700;
}

/* Other */
p {
/*	text-align: justify;
	text-justify: newspaper;*/
	line-height: 1.3em;
}
pre {
	border-color: #E92736;
	background-color: #F9C8CC;
}
hr {
	color: #aaa;
	background-color: #aaa;
}

/*
	Links
*/
/* none */

/*
	Tree
*/
/* none */

/*
	Table (that looks like one)
*/
table.table {
	border-bottom-color: #E92736;
}
table.table caption {
	color: #E92736;
}
/* Body */
table.table td {
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	font-size: .8em;
}
table.table td.nondata, .nondata {
	background: #EBEBEB;
}
table.table td.grip {	
	background: #EBEBEB;
}
table.table tr.edit input,
table.table tr.edit textarea {
	border-color: #E92736;
}

/* Head */
table.table tr.head,
table.table th {
	background-color: #666666;
}
table.table tr.head td,
table.table th {
	border-bottom-color: #EBEBEB;
	color: #FFFFFF;
}
table.table tr.head td.noline,
table.table th.noline {
	background-color: #FFFFFF;
}

table.table tr.head table td {
	background-color: #EBEBEB;
	color: black;
}
table.table tr.head table td.name div,
table.table tr.head table a,
table.table th.name table div,
table.table th table a {		
	border-bottom-color: #EBEBEB; /* Hidden border for links */
}
table.table tr.head img.sep,
table.table th img.sep {    
	border-right-color: #FFCD6A;
}
table.table tr.head table a,
table.table th table a {
	border-bottom-color: #FFCD6A;
}
table.table tr.head table a:hover,
table.table th table a:hover {
	background-color: #FFFAAE;
	border-bottom-color: #668B1F;
}

/* Header detail, Subhead */
table.table tr.subhead {
	background-color: #EBEBEB;
	color: #000000;
}
table.table tr.subhead td.noline {
	background-color: #FFFFFF;
}
table.table tr.headDetail td {
	background-color: #FFCD6A;
}

/*  Toolbox */
table.table tr.toolbox {
	background-color:#FFF996;
}
/*  Alternate item */
table.table tr.alternate {
	background-color:#F8F8F8;
}
