/* ==================================================== */
/* Name: AT.Position.css											*/
/* Description:														*/
/* 	Position CSS for ATTUS Technologies Web Solutions. */
/*    Style sheet handles positions for the container 	*/
/*		elements used to set the structure for the page.	*/
/*																			*/
/*	Modification History:											*/
/*		2005.04.11	AttusTech/R.Strickland						*/
/*			Original build.											*/
/* ===================================================== */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Define main tags
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainContainer {
	margin: 0;
	width: 100%;
	text-align: left;
	background: #fff;
}
#subcontainer {
    background-color: #fff;
    height: 50%;
}
#header {
	background-image: url(../Images/logoBG.gif);
	background-repeat: no-repeat;
	background-color: #CECFFF;
	height: 65px;
	margin: 0 0 0 0;
	border-top: 2px solid #FB9B0D;
	border-bottom: 2px solid #FB9B0D;
	width: 100%;
}
#maincontent {
	float: left;
	padding: 20px 0 20px 20px;
	width: 75%;
	height: 100%;
}
#footer {
	clear: both;
	font-size: .9em;
	text-align: center;
}
#form {
	margin: 5px;
	padding: 0 0 5px 0;
	clear: both;
}
#headerLeft {
	float: left;
}
#headerRight {
	float: right;
}
#navigation {
	height: 25px;
	border-bottom: 1px solid #101010;
	text-align: left;
	margin: 0;
	padding: 0px 5px 0px 0px;
	background-color: #D4D0C8;
}
#clear {
	clear: both;
}
#navigation ul {
}
#navigation ul li {
	display: inline;
}
#status {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
}
#status.Exception {
	color: Red;
}
#status.Information {
	color: red;
}
UL.reports {
	list-style-image: url(../Images/print.gif);
}
UL.reports LI {
	padding: 0 0 5px 0;
}
SPAN.reportDesc{
	font-size: .9em;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Left side navigation.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lnavigation {
	float: left;
	width:150px;	
	height: 100%;
	/* background-image: url(../Images/navBorder.gif); */
	background-position: top right;
	background-repeat: repeat-y;
	/*background-color: #FFD98C;	
	border-top: 1px solid #A8CCFF;
	border-right: 1px solid #A8CCFF;*/
	padding: 5px 0 0 0;
}
#lnavigation ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	width: 100%;
	padding: 10px 0 0 0;
}
#lnavigation ul li {
	padding: 2px 2px 2px 0;
	text-align: left;
}
#lnavigation ul li.borderMe {
	border-bottom: 1px solid #A0A0A0;
}
#lnavigation ul li a {
	text-decoration: none;
	width: 100%;
	color: black;
	padding: 2px 10px 2px 0;
	/*border: 1px solid #FFD98C;*/
}
#lnavigation ul li a:hover {
	text-decoration: none;
	background-color: #c2c2c2;
	padding: 2px 10px 2px 0;
	/*border: 1px solid Black;*/
	background-image: url(../Images/Icons/arrow-smooth.png);
	background-repeat: no-repeat;
	background-position: 103% 50%;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Left navigation rules
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
DIV#divLeftInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	font: normal normal smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* May not need the following below for left nav. Need to check this...*/
#lnavigation.logon {
	background-image: url(../Images/logon.gif);
}
#lreports ul {
	list-style-type: circle;
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Start tab Bar and Panel layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
DIV#tabBar {
	background-color: transparent;
	width: 512px;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
}
DIV#tabBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
}
DIV#tabBar ul li {
	display: inline;
	width: 125px;
	text-align: center;
	border-right: 1px solid #ACACAC;
	padding: 2px 0 2px 0;
	margin: 0 2px 0 0;
	background-color: #CFCFCF; 
	font: bolder 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
DIV#tabBar ul li.selected {
	background: #FFFFEC;
	border-top: 3px solid #B8B900;
	border-left: 1px solid #B8B900;
	border-right: 1px solid #B8B900;
}

DIV#tabBar ul li A {
	font: bolder 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	width: 100%;
	border: 1px solid #C8C8C8;
	margin: 0 0 0 0;
}
DIV#tabBar ul li.selected A {
	font: bolder 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	width: 100%;
	border: 1px solid #FFFFEC;
	margin: 0 0 0 0;
	cursor: default;
}
DIV#tabBar ul li.selected A:link {
	text-decoration:	none;
	cursor: default;
}
DIV#tabBar ul li A:Hover {
	border: 1px solid #C8C8C8;
	text-decoration:	none;
	margin: 0 0 0 0;
	cursor: pointer;
}
DIV#tabBar ul li.selected A:Hover {
	border: 1px solid #FFFFEC;
	text-decoration:	none;
	margin: 0 0 0 0;
	cursor: default;
}
DIV#tabBar ul li A:Active {
	border: 1px solid #C8C8C8;
	text-decoration: none;
	margin: 0 0 0 0;
}
DIV#divPanel {
	margin: 0;
	padding: 0 0 5px 10px;
	border-top: 1px solid #B8B900;
	border-left: 1px solid #B8B900;
	border-bottom: 1px solid #B8B900;
	border-right: 1px solid #B8B900;
	background-color: #FFFFEC;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	End tab Bar and Panel layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#results {
	margin: 0;
	padding: 0px;
	font-size: .9em;
	text-align: left;
}
DIV.results {
	margin: 0;
	padding: 0px;
	font-size: .9em;
	text-align: left;	
}
DIV.searchResults {
	margin: 5px 0 0 0;
	padding: 5px 10px 0 10px;
	background-color: white;
}
H3.form {
	border-bottom: 1px solid #FB9B0D;
	margin-bottom: 10px;
}
H4.form {
	border-bottom: 1px solid #ACACAC;
	color: #FBAD37;
	margin: 10px 0 10px 0;
	padding: 0px;
}
H4.form.report {
	margin: 10px 0 10px 0;
	padding: 0px;
}
H5.results {
	margin: 10px 0 0 0;
}
H6.form {
	margin: 2px 0 0 0;
	padding: 0;
}
#formButtons {
	margin: 10px 10px 0 0px;
	padding: 10px 0 0 0;
	text-align: left;
	border-top: 1px solid #FB9B0D;
}
DIV.summary {
	margin: 5px 0 0 0;
	padding: 10px;
	background: white;
	width: 100%;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	FIELDSET rules
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
FIELDSET {
	margin: 10px;
	padding: 5px 5px 5px 5px;
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
}
FIELDSET.results {
	margin: 5px;
	padding: 5px;
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
}
FIELDSET UL {
	margin: 0;
	padding: 0;
}
FIELDSET UL LI {
	display:block;
	list-style: none;
}
DIV.list UL {	
	margin: 0;
	padding: 0;
}
DIV.list UL LI {
	display:block;
	list-style: none;
}
DIV.currentComments {
	border: 1px solid #E2E2E2; 
	padding: 5px;
	margin: 0px 10px 10px 10px;
	height: 50px;
	overflow: auto;
}
LEGEND {
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
}
LEGEND.logon {
	background: url(../Images/Icons/user_32.gif) no-repeat left;
	padding: 10px 10px 0 32px;
	height: 32px;
}
LEGEND.datalist {
	background: url(../Images/Icons/nd0044-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.settings {
	background: url(../Images/Icons/nd0065-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.source {
	background: url(../Images/Icons/nd0047-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.customer {
	background: url(../Images/Icons/nd0068-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.comments {
	background: url(../Images/Icons/wi0062-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.summary {
	background: url(../Images/Icons/nd0027-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.entity {
	background: url(../Images/Icons/nd0051-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.matches {
	background: url(../Images/Icons/nd0071-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
LEGEND.raw {
	background: url(../Images/Icons/wi0037-24.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 32px;
	height: 32px;
}
SPAN.radio LABEL {
	text-align: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Special handle menu options
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu a {display: inline; width:100px; padding:0px 0px 0px 5px; color:#999; background-color: #FFF; border: 1px solid #999; text-decoration: none; text-align:left;}
.menu a:hover {background-color: #ABB; border: 1px solid #ABB; color:#FFF; text-decoration: none;}
.menu a:active {background-color: black; color:#FFF; text-decoration: none;}		
