/*#################################################
			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 {
	background : #F9F9F7 url("../images/banners/bgimg.gif") repeat-x;
	scroll: 0%;
	line-height: 18px;
	font:11px verdana, arial, helvetica, sans-serif;
	text-align: center; /* centers page */
	padding: 0em;
	height: 100%;
	width: 100%;
	margin: 0em;
}

div#layout {
	position: relative;
	margin: 0 auto;
	width: 958px;
	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: 944px;
	margin: 0;
	padding: 6px;
	padding-bottom: 100px;
}

/*#######################
	jQuery styles
##########################*/

/*button text element */
.ui-button .ui-button-text { 
	display: block; 
	line-height: 1;  
}

.ui-button {
	font-size: 1em !important;
} 

.grey-ui-widget { 
	background-image: none; 
	background-color: #F9F9F9; 
	color: #242424;
}

.button {
	margin: .4em;	
}

.ui-tooltip-custom {
	background: #626262;
	color: #FFFFFF;
	border-color: #626262;
}

.ui-widget-content {
	color: #242424;
}

/*####################################
	Header and Footer properties
######################################*/

#header {
	text-align: left;
	background-position: center;	
}

.padLeft5 {
	padding-left:5px;
}

.padTop5 {
	padding-top:5px;
}

.padBottom10 {
	padding-bottom:10px;
}

#header #bannerimage {
	margin-bottom: 5px;	
}

div#footerlayout {
	position: relative;
	margin: 0 auto;	
	margin-top: -75px;
	height: 75px;
	width: 958px;	
	clear: both;	
	/*border-left: 1px solid #A8A8A8;*/
	/*border-right: 1px solid #A8A8A8;*/
}

#footer {	
	text-align: center;
	background-position: center;	
}

#footer #links {
	background: url("/Common/images/banners/TSW_Footer_75.gif");
	scroll: 0%;
	float: left;	
	color: #FFF;
	height: 75px;
	width: 958px;	
	text-align: center;	
}

#footer #links h1 {
	font-size: 10px;
	font-weight: normal;	
	color: #333;	
	letter-spacing: 0px;	
	position: relative;	
	text-align: left;
    margin-left: 20px;
    padding-top: 34px;      
}

#footer #links h2 {
	font-size: 10px;
	font-weight: normal;	
	color: #333;	
	letter-spacing: 0px;	
	position: relative;	
	text-align: left;
    margin-left: 20px;  
    padding-top: 5px;    
}

#footer #links a {
	text-decoration: none;
	color: #333;	
}


/*#################################################
				General Properties
#################################################*/

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #AAAAAA;
}

img {
	border: 0px;
	vertical-align: top;	
}

div.help {
	display: inline;
	float: right;
	padding-bottom: .5em;
	padding-right: .3em;
}

/*#################################################
				Button Properties
#################################################*/

a.button:link, a.button:visited, a.button:hover, a.button:active,
a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active {
	color: #000;
	text-decoration: none;	
}

a.navigate:link, a.navigate:visited, a.navigate:hover, a.navigate:active {
	color: #000;
	text-decoration: none;		
}

.calButton {
	vertical-align: middle; 
	display: inline;		
}


/*#################################################
	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
#################################################*/

#menu {
	background-image: url("../images/banners/TSW_menu_background_light.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;	
	position: relative;
	padding-left: 2.2em;
	margin: 0px;	
}

/* this is the IE FIX for the nav bar */
.logos {
	font-size:0px;
	height:67px;
}


/*#################################################
              Suckerfish Dropdown Menus
#################################################*/

#menu {
	z-index:99;
}

#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("/Common/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 ul ul, #nav li.sfhover ul 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 ul, #nav li li:hover ul, #nav li 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;
	display: block;
	text-align: left;
}

#welcome {	
	text-align: right;	
	width: auto;
    font-weight: bold;
	font-size: 10px;
	padding: 0.5em 0.5em 0 0.5em;	
}

#trialmessage {	
	float: left;
	width: auto;
    font-weight: bold;
	font-size: 10px;
	padding: 0.5em 0.5em 0 0.5em;	
}

.trialExpiredMessage {
	margin: 4px 0;
	padding: 4px;
	float: left;
}

#headerMessage {
	float: right;
	margin: 0.5em;
	padding: 0.2em;
	display: none;
	background: none;
	background-color: #D1F4FF;
	border-color: #54AECC;
}

/*#################################################
				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;
}

.header div.floatedDescription {
	float: left;
	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: 13px;
	font-weight: bold;
}

h4 {
	font-weight:bold;
	text-align:center;
	color:red;
	font-size: 12px;
}


/*#################################################
				Custom font styling

- selected is used on the clienListing.xsl page 
#################################################*/

.importantMessage {
	font-size: 14px;
	font-weight: bold;
	color: #c32121;
}

.statusMessage {
	font-size: 14px;
	font-weight: bold;
}

.loadingMessage {
	font-size: larger;
	font-weight: bold;
	font-style: italic;
}

.validationError {
	font-size: 12px;
	display: block;
	padding : 0.3em 0;
	color: red;
}

.validationBlockError {
	display: block; 
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.loginMessage {
	width: 80%;
	margin: 20px 0;
	padding: 5px;
	text-align: left;
}




/*#################################################
				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;
	margin: 1px;
}

table.results-table th {
	text-align: center;
	font-weight: bold;
	padding : 0.3em 0.1em;
	background: #E4E4E4;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
}

.row-detail-odd {
	text-align: left;
	background: white;
}

.row-detail-even {
	text-align: left;
	background: #F4F4F4;
}

.rowspace {
	font-size:0px;
	height:4px;
}

div.image-tables > table.results-table {
	width: 40%;
}

div.image-tables > table.results-table th {
	white-space:nowrap;
}

/*#################################################
					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 {
	color: #242424;
	text-align: left;	
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-table {
	width: 100%;
	border: 0px;
	padding: 0px;
}

.form-table label {
	width: auto;
	display: inline;
	font-weight: bold;
	margin: 0;
}

table.form-table th {
	text-align: left;
	font-weight: bold;
	padding : 0.3em 2em 0.3em 0;
}	

input, textarea, select {	
	font-family: Verdana, sans-serif;	
	font-size: 11px;
	padding: 2px;
}

textarea {	
	text-align: left;
	font-weight: normal;
	background: #FFFFFF;
	border: 1px solid #7F9DB9;		
	overflow: auto;		
}

.autowidth {
	width: 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;	
}

.show {
	display: inline;
}

/*#######################################
          	Change Log
########################################*/

.changelog { color: #242424; padding: 0.4em; position: relative; }
.changelog h3 { margin: 0; padding: 0.4em; text-align: left; font-size: 13px;}

.changelog span.version {
    font-weight: bold;
	font-size: 12px;
}

.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;
}
*/

/*#################################################
               Info links

- indicates tooltip message
#################################################*/

.infopopup {
	border-bottom: 2px dotted #0066CC; 
	cursor: default;
	display: inline-block;
	
}

/*###########################

Selections

##########################*/


.padded-div {
	padding: 0.2em 0.5em;
	display: block;
}

.selection {
	padding-bottom: 0.8em;
}

.boldLink {
	font-weight: bold;
	font-size: 12px;
}

.close {
	vertical-align: bottom;
}

/*###############################

TSW Brokerage specific styles

#################################*/
     
table.ratebook-table label {    
    padding-left: 0.2em;
    padding-right: 0.3em;
    text-align: left;    
    font-weight: bold;	
}

table.ratebook-table th {
	text-align: left;
	padding-left: 0.2em;
}

table.ratebook-table tr {
	text-align: left;	
	background: #F4F4F4;
}

table.display-table {
	font-size: 11px;
	padding : 1px;
	width: 100%;
	border-width: 0px;
}

table.display-table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

table.display-table tr {
	background-color: #F4F4F4;
}

table.display-table tr.rowspace {
	background-color: transparent;
}

table.display-table h2 {
	text-align: right;
}

table.display-table tr.white {
	background: white;
}


.list-header {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#specialRatingTH{
		background-color: #FFFFCC;
}

span.private  {
		border: none;
}

/*####################################################

Greybox specific styles

#####################################################*/

div#selection-layout {
	position: relative;
	margin: 0 auto;
	width: 880px;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
}

body > div#selection-layout{
	height: auto;
}

.selection-infosec {	
	text-align: left;
	width: 880px;
	margin: 0;
	padding: 6px;
}						

.selection-header div.title {	
	text-align: left;	
	padding: 0 0.2em;
    font-weight: bold;
	font-size: 18px;
	margin: 0 auto 0 auto;	
}

.selection-header div.description {
	font-style: italic;
	font-size: 10px;	
	padding-left: 2em;
}

.selection-header div.floatedDescription {
	float: left;
	font-style: italic;
	font-size: 10px;	
	padding-left: 2em;
}

.selection-form-table {
	font-size: 10px;
	width: 100%;
	border: 0px;
	padding: 0px;
}

.selection-form-table label {
	width: auto;
	display: inline;
	font-weight: bold;
	margin: 0;
}

/*#############################################

Imaging specific styles

##############################################*/

/* The following are for the show images and show documents pages */

.icons div.icon {
	float: left;
	padding-left: 15px;
	padding-right: 15px;	
}

.icon {
	margin: 0px 2px;
	text-align: center;
	padding: 2px 0px;
}

.icon a div {
	text-decoration: underline;
}

div.grey {
	background-color: #F9F9F9;
}

/* table will only fill as much as their is info
and gives the table a left margin of 10px to indent it */

table.imagecollection-table {
	margin-left: 10px;
	width: auto;
}

table.imagecollection-table th {
	text-align: left;
}

table.imagecollection-table td {
	text-align: center;
}

/*#############################################

Reports specific styles

##############################################*/


