/* fixes and workarounds */
.png  { behavior: url('/iepngfix.htc'); }

body {
	font-family:arial;
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body_normal {
	background-color:#5e5e5e;
}
.body_simple {
	padding:10px;
}

.pageWidth_1024 {
	width:870px; 
	margin:auto;
}

.pageWidth_full {
	
}

.content_box_1024 {
	width:830px;
	border:10px solid white; 
	background-color:#dcddcc; 
	color:black; 
	padding:10px;
}

.content_box_full {
	border:10px solid white; 
	background-color:#dcddcc; 
	color:black; 
	padding:10px;
}



a																{  }
a:link													{ text-decoration:none; }
a:visited												{ text-decoration:none; }
a:hover													{ text-decoration:underline; }
.link														{ cursor:pointer; }

.pageTitle											{ font-size:32px; font-family:'Agency FB' arial; border-bottom:2px solid white; padding-bottom:5px; margin-bottom:20px; }
.paragraph											{ margin-top:0px; margin-bottom:10px; }
ul															{ margin-top:0px; margin-bottom:0px; margin-left:0px; padding-left:25px;}
img															{ border:0px solid black; }
.hr															{ border-bottom:1px dotted black; border-top:0px solid black; border-left:0px solid black; border-right:0px solid black; padding-top:5px; margin-bottom:5px; font-size:1px; }

.strong													{ font-weight:bold; }
.italic													{ font-style:italic; }
.disabled, .caption							{ font-style:italic; color:#666666;}
.smaller												{ font-size:smaller; }
.larger													{ font-size:larger; }
.good														{ font-weight:bold; color:darkgreen; }
.bad														{ font-weight:bold; color:red; }
.black													{ color:black; }
.white													{ color:white; }
.indent													{ margin-left:15px; }
.center													{ text-align:center; }
.right													{ text-align:right; }
.buttonsGroup										{ margin:8px 0px 8px 0px; text-align:center; }
.font10													{ font-size:10px; }
.font11													{ font-size:11px; }
.font12													{ font-size:12px; }
.font14													{ font-size:14px; }
.font16													{ font-size:16px; }
.font18													{ font-size:18px; }
.font20													{ font-size:20px; }
.font24													{ font-size:24px; }

.fade_90												{ background-color:white; moz-opacity:0.9; opacity:0.9; filter:alpha('opacity=90'); }
.fade_80												{ background-color:white; moz-opacity:0.8; opacity:0.8; filter:alpha('opacity=80'); }
.fade_60												{ background-color:white; moz-opacity:0.6; opacity:0.6; filter:alpha('opacity=60'); }
.fade_40												{ background-color:white; moz-opacity:0.4; opacity:0.4; filter:alpha('opacity=40'); }
.fade_20												{ background-color:white; moz-opacity:0.2; opacity:0.2; filter:alpha('opacity=20'); }
.border_dashed									{ border:1px dashed black; }
.border_dotted									{ border:1px dotted black; }

.money 													{ width:50px; text-align:right; padding-right:5px; }

form table tbody tr 									{ vertical-align:top; }
form table tbody tr td .formButton		{ margin-top:10px; }
label, .label										{ font-size:12px; font-weight:bold; margin-right:5px; margin-top:3px; }
label.valid											{ color:black; }
label.invalid										{ color:red; }
.border													{ border:1px solid black; }


.infobox { 
	padding-bottom:5px; 
}
	.infobox .content {
		padding:8px;
	}
		.infobox .content .header {
			font-size:1.25em;
			font-weight:bold;
			padding-bottom:5px;
		}

.themeColor_auto								{  }
.height_auto										{  }
.themeColor1 										{ background-color:#b0b7d9; }
.themeColor2										{ background-color:#c8cde1; }
.themeColor1_bold								{ background-color:#85c27d; }
.themeColor2_bold								{ background-color:#ffff89; }
.themeColor1_pale								{ background-color:#f0ffea; }
.themeColor2_pale								{ background-color:#fdfbe5; }

.clientBox {
	float:left; 
	width:254px; 
	height:250px; 
	padding:0px 10px;
}

/*
	TableManager
*/
.table_toolbox									{ border-top:1px dotted black; margin-left:1px; margin-right:1px; margin-top:8px; padding:8px; border-top:1px dotted black; background-color:#29437e; color:#fff; }
.table_nav_top, .table_nav_bottom			{ color:white; font-size:12px;  background-color:#13306f; margin-left:1px; margin-right:1px; }
	.table_nav_top												{ border-top:1px dotted #999999;  }
	.table_nav_bottom											{ border-bottom:1px dotted #999999; }
.tableTop												{ background-color:#29437e; color:white; font-weight:bold; }
.tableHead											{ background-color:#46609a; color:white; font-weight:bold; text-align:center; }
.recordSet1											{ background-color:#c3cbec; }
.recordSet2											{ background-color:#dce1f5; }
.table_row_highlight						{ background-color:#ffffff; }
.nav_currentPage				{ color:yellow; font-weight:bold; }
.nav_normalPage					{ color:white; font-weight:normal; }
th											{ padding:0px 5px; text-align:center; }
.table_data tr td				{ padding:0px 5px; }