/*#################################################
				General Properties
#################################################*/

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #000000;
}

img {
	border: 0px;
	vertical-align: top;	
}


/*#################################################
				Button Properties
#################################################*/

.button, .button-noarrow, .button_disabled, .button-noarrow_disabled {
	cursor: hand;
	display: -moz-inline-box;  /*firefox hack... firefox also ignores the // stuff so this will work in IE*/
	//display: inline-block;		
    text-align: center;
    font-weight: bold;
	font-size: 11px;
	font-stretch: expanded;
    border: 1px solid;
    border-color: #C8E4FF #6C92B5 #6C92B5 #C8E4FF;
	padding: 1px 7px 2px 7px;
	background-color: #8EBDFF
}

.button, .button_disabled {
	padding: 1px 7px 2px 14px;
	background-repeat: no-repeat;
	background-image: url("/SystemSolutions/images/nav/rightarrow.gif");
	background-position: left center;
}

.button_disabled, .button-noarrow_disabled {
	background-color: #d4d0c8;
	border-color: #D3D2D1 #bdb8ac #bdb8ac #D3D2D1;
}

a.button:link, a.button:visited, a.button:hover, a.button:active,
a.button-noarrow:link, a.button-noarrow:visited, a.button-noarrow:hover, a.button-noarrow:active,
a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active,
a.button-noarrow_disabled:link, a.button-noarrow_disabled:visited, a.button-noarrow_disabled:hover, a.button-noarrow_disabled:active {
	color: #000;
	text-decoration: none;	
}


a.navigate:link, a.navigate:visited, a.navigate:hover, a.navigate:active {
	color: #000;
	text-decoration: none;		
}

/*#################################################
			Page Layout Properties

- #layout is for the general encasing of the site
and centers the page

- body > div#layout is needed to make the page span
the contents in mozilla/ns/opera

- .infosec is where the page information will be
stored, any change to width, fonts, background colors
can be changed here
#################################################*/

body, html {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* centers page */
	color: #000;
	margin: 0px;
	background-color: #e1e1e1 ;
}

div#layout {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;

}

body > div#layout{
	height: auto;
}

.infosec {
	text-align: left;
	width: 740px;
	margin: 0;
	padding: 10px;
}


/*#################################################
	Nav bar / Mouse over properties for nav bar 

- The following concernes the list based navigation
menu created in CSS, changing this will change the
way the menu looks drastically
#################################################*/

.logout {
	border-left: 1px #FFF solid;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
}

#menu {
	background-image: url("/SystemSolutions/images/nav/menu_background.gif");
	height: 24px;	
	position: relative;
	padding-left: 2.2em;
}	

/* this is the IE FIX for the nav bar */
.logos {
	font-size:0px;
	height:67px;
}


/*#################################################
              Suckerfish Dropdown Menus
#################################################*/

#nav, #nav ul {			
	float: left;	
	height: 24px;
	padding: 0;	
	margin: 0;
	list-style: none;	
}

#nav a {
	color: #000;
	display: block;
	width:auto;
	padding: 0.5em 0.8em;
	font-size: 10px;	
	text-decoration: none;	
}

#nav a.daddy, #nav a.daddy private {
	background: url("/SystemSolutions/images/nav/rightarrow.gif") center right no-repeat;
}

#nav a.private {
	background-color: #FFFFCC;
}

#nav li {
	float: left;
	width:auto;
	text-align:center;
	height: 24px;
	
}   

#nav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
	height: auto;	
}

#nav li li {	
	width:16em;
	text-align:left;	
	display: block;	
	font-size: 10px;		
	text-decoration: none;		
	height: auto;
	background: #ffffff;		
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

#nav li li.topli { 
	border-top: 1px solid #d5d5d5;
}

#nav li ul a {
	width: auto;	
}

#nav li ul ul {
	margin: -2.25em 0 0 16em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;	
}

#nav li:hover, #nav li.sfhover {
	background: #ffffff;
	border-bottom:1px solid white;
	display: block;
	text-align: left;	
}

#nav li li:hover, #nav li li.sfhover {
	background:#eee;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	text-align: left;
}

div.welcome {	
	text-align: right;	
	width: auto;
    font-weight: bold;
	font-size: 10px;
	padding: 0.5em 0.5em 0 0.5em;	
}

/*#################################################
				Section Description Properties

- On that 'main' page of each section there is a
description of the options available in the section
#################################################*/

div.sectionDescription {
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 20px;
	overflow: hidden;
}

.sectionDescription a, .sectionDescription a:link, .sectionDescription a:visited {
	color: #000;
	text-decoration: none;
}

.sectionDescription a:hover, .sectionDescription a:active {
	/*color: #858589;*/
	color: #bbbbbb;
	text-decoration: none;
}

.sectionDescription img {
	float: left;
	margin-right: 10px;	
	display: block;
}

.sectionDescription span {
	display: block;
}

.sectionDescription span.title {
    font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.sectionDescription span.description {
    font-weight: regular;
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
	margin-left: 100px;
}

.subsectionDescription span.title {
	padding-top: 0px;
}

.subsectionDescription span.description {
	margin-left: 85px;
}

.minisectionDescription span.title {
    font-weight: bold;
	font-size: 13px;
	padding-top: 0px;
}

.minisectionDescription span.description {
	padding-top: 2px;
    font-weight: normal;
	font-size: 11px;
	margin-left: 70px;
}


/*#################################################
				Link Properties

- all regular link properties, plus some special
links types/styles of links
#################################################*/

a:link, a:visited {
	color: #0066CC;
	text-decoration: underline	
}

a:hover, a:active {
	color: #42A1FF;
	text-decoration: none
}

a.mnu-msg:visited, a.mnu-msg:hover, a.mnu-msg:link, a.mnu-msg:active {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	text-decoration: none
}

a.mnu-selected {
	font-weight: bold;	
}

a.top {
	display: block;
	text-align: right;
}

a.back {	
	float: left;
}

/*#################################################
				Header Properties

- h1 is used on all pages as the title for the pages

- h2 is used as most sub-titles on pages

- h3 is rarly used, and mostly as a warning header

- h4 is a red warning header
#################################################*/

.header div.title {	
	text-align: left;	
	padding: 0 0.2em;
    font-weight: bold;
	font-size: 22px;
	margin: 0 auto 0 auto;	
}

.header div.sectiontitle {	
	text-align: left;	
	padding: 0 0.2em;
    font-weight: bold;
	font-size: 26px;
	margin: 0 auto 0 auto;	
}


.header div.description {
	font-style: italic;
	font-size: 11px;	
	padding-left: 2em;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;			
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

h4 {
	font-weight:bold;
	text-align:center;
	color:red;
	font-size: 12px;
}

.currentPage {
	font-weight: bold;
	color: #000000;	
	padding: 0px 1px;
}


/*#################################################
				Custom font styling

- selected is used on the clienListing.xsl page 
#################################################*/

.errorMessage {
	font-size: 14px;
	font-weight: bold;
	color: #c32121;
}

.validationError {
	font-weight: bold;
	color: #c32121;
}

.statusMessage {
	font-size: 14px;
	font-weight: bold;
}

.clientName {
	font-weight: bold;
	font-size: 13px;
	color: #006699;
}

.selected {
	color: #006699;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}


/*#################################################
				Table Properties

- results-table is used for displaying all form
requests, some sections versios of results table
is different, check the section .css file to customize
details for that page
#################################################*/

/* font-size won't cascade down from the body declaration */
table {
	font-size: 11px;
}

table.results-table {
	padding : 1px;
	width: 100%;
	border-width: 0px;
}

table.results-table th {
	text-align: center;
	font-weight: bold;
	padding : 0.3em 0.2em;
	background: #D4D4D4;
}

.row-detail-odd {
	text-align: left;
	background: white;
}

.row-detail-even {
	text-align: left;
	background: #EBEBEB;
}

.rowspace {
	font-size:0px;
	height:4px;
}


/*#################################################
					Form Field

- The following is for the form fields and their
respective tables and tags

- form-field is for the surrouding div for the table
maintains color and borders

- form-table is where all forms are displayed, each page
may have a slight difference, check the individual css page
#################################################*/

form {
	display: inline;
}

.form-field {
	text-align: left;
	background-color: #F5F5F5;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-table {
	width: 100%;
	border: 0px;
	padding: 0px;
}

.form-table label {
	font-size: 12px;
	width: auto;
	display: inline;
	font-weight: bold;
	margin: 0;
}

input, textarea, select {	
	font-family: Verdana, sans-serif;	
	font-size: 11px;
}

input, textarea {
	padding: 2px;
}

input:focus, select:focus {
	border: 1px solid #7F9DB9;
	background-color:#EFEFEF;
}

textarea {	
	text-align: left;
	font-weight: normal;
	background: #FFFFFF;
	border: 1px solid #7F9DB9;		
	overflow: auto;		
}


/*#################################################
		       alignments

- pagenav is used for the back links on some pages
#################################################*/

.pagenav {
	text-align: right;
}

.center, .pageShowing {
	text-align: center;
}

.right {
	text-align: right;
}

.refreshButton {
	text-align: center;
	padding: 3px 0px 3px 0px;
}


/*#################################################
		       hidden inputs

- there are a lot of input fields used with the servlets
that are given a hidden type, but although these inputs dont show
they leave a | on the page somewhere, so they have been encased in a hidden
block
#################################################*/

.hide {
	display: none;
}


/*#######################################
          	Change Log
########################################*/

.changelog {
  	padding: 1.5em 1em 0.5em;
  	margin-top: 0.75em;}

.changelog div.title {
	width: 100%;	
	vertical-align: middle;
	padding: 0.2em 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #E8E8E8;
}

.changelog div span.header {
    font-weight: bold;
	font-size: 18px;
}

.changelog span.version {
    font-weight: bold;
	font-size: 14px;
}

.changelog .versionrelease {
    font-style: italic;
	font-size: 11px;
}

.changelog div.sectionTitle {
    font-weight: bold;
	font-size: 12px;
}
.changelog div.sectionContent {
	padding-left:20px;
	font-size: 12px;
}


/*#################################################
               private class

- used to signify that a particular item or link is
not available to clients.  Available to RAF only
#################################################*/

.private, tr.private th, tr.private td, #nav a.private, #nav li li:hover ul li a.private, #nav li li.sfhover ul li a.private {
	background-color: #FFFFCC;
}

#nav li li:hover a.private, #nav li li.sfhover a.private, #nav li ul li li:hover a.private, #nav li ul li li.sfhover a.private {
	background-color: #F3F3C6;
}

span.private {
	border: 1px solid;
}

.new {
	font:small-caps;
	font-weight: bold;
	font-size: 9px;
	color:red;
	
}

/*#################################################
               Info links

- indicates overlib message
#################################################*/

.infopopup {
	border-bottom: 2px dotted #0066CC; 
	cursor: default;
	display: inline-block;
	
}
.warningpopup {
	border-bottom: 2px dotted #F8DD10; 
	cursor: default;
	display: inline-block;
}
.errorpopup {
	border-bottom: 2px dotted #C32121; 
	cursor: default;
	display: inline-block;
}

