/* fixes and workarounds */
.png  {  }
* html .visualIEFloatFix	{ height: 0.01%; }
.construction							{ font-size:20px; font-weight:bold; color:white; background-color:red; padding:5px; margin:10px;}

body {
	margin:0px; 
	padding:0px;
	font-family:arial;
	font-size:.9em;
}

.body_normal {
	background-color:#f2ecdc;
}
.body_simple {
	padding:10px;
}

/* links */
a																{ font-weight:bold; }
a:link													{ color:#135100; text-decoration:none; }
a:visited												{ color:#135100; text-decoration:none; }
a:hover													{ color:#f69100; text-decoration:underline; }
.link														{ cursor:pointer; }
.link_color											{ color:#135100; text-decoration:underline; }
.link_color:hover								{ color:#f69100; }


.layout_pageWidth {
	width:760px;
}

.layout_pageWidth_800 {
	width:760px;
}

.layout_pageWidth_1024 {
	width:950px;
}

.layout_top {
	position:relative;
	border-top:1px solid #6a955c;
}

.layout_header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:10;
}

.layout_header .banner {
	width:100%; 
	height:75px; 
	background:#6a955c url('images/page_banner.gif') repeat-x;
}

.layout_header .banner .title_container {
	position:relative;
	padding-top:12px;
	margin:auto;
	color:white;
}

.layout_header .banner .title_container .content {
	width:319px;
	height:50px;
	/*background-image:url('images/page_title.png');*/
	background-repeat:no-repeat;
}

.layout_header .navbar {
	width:100%; 
	min-height:22px;
	padding-bottom:2px; 
}
.layout_header .navbar_std {
	
	background-color:#c6edb9;
}

.layout_header .navbar_member {
	
	background-color:#fffec8;
	/*background:#fffec8 url('images/page_shadow_nav.png') repeat-x;*/
}

.layout_header .navbar_infoMessage {
	
	background-color:#c8d9ff;
	/*background:#c8d9ff url('images/page_shadow_nav.png') repeat-x;*/
}

.layout_header .navbar_errorMessage {
	
	background-color:#ffc8c8;
	/*background:#ffc8c8 url('images/page_shadow_nav.png') repeat-x;*/
}

html>body .layout_header .navbar_shadow_nav {
	background-image:url('images/page_shadow_nav.png');
	background-repeat:repeat-x;
}

.layout_header .navbar .content
{
	position:relative; 
	margin:auto;
	padding-top:3px;
	z-index:10; 
	font-style:italic;
	font-size:13px;
}



.layout_header .shadow {
	width:100%; 
	min-height:17px; 
	height:auto !important;
	height:17px; 
}
/* firefox, ie7 */
html>body .layout_header .shadow {
	background:url('images/page_shadow.png') repeat-x;
}
/* ie6: see styles_ie6.css for more definitions */

/* firefox, ie7 */
.shadow {
	background:url('images/page_shadow.png') repeat-x;
}
/* ie6: see styles_ie6.css for more definitions */


/* global style */
.layout_body {
	margin:auto;
	position:relative;
}
/* firefox, ie7 */
html>body .layout_body_1024 {
	margin:auto;
	background:url('images/page_body_main_1024.png') repeat-y;
}
html>body .layout_body_800 {
	margin:auto;
	background:url('images/page_body_main_800.png') repeat-y;
}
/* ie6: see styles_ie6.css for more definitions */



.layout_shadow {
	padding-left:17px;
	padding-right:17px;
}

.layout_shadow .layout_content
{
	padding-left:18px;
	padding-right:18px;
	margin:auto;
}


/* global style */
.layout_body_bottom {
	height:30px;
	margin:auto;
}
/* firefox, ie7 rule */
html>body .layout_body_bottom_1024 {
	height:30px;
	margin:auto;
	background:url('images/page_body_bottom_1024.png') repeat-y;
}
html>body .layout_body_bottom_800 {
	height:30px;
	margin:auto;
	background:url('images/page_body_bottom_800.png') repeat-y;
}
/* ie6: see styles_ie6.css for more definitions */



.layout_footer {
	margin:auto;
	padding-bottom:25px;
}

.layout_footer .content {
	padding:0px 25px;
	text-align:right;
	font-size:12px;
}


.pageTitle											{ font-size:1.5em; margin-left:-10px; font-weight:bold; padding-bottom:8px; }
.paragraph											{ margin-top:0px; margin-bottom:10px; }
.alert													{ border:1px dotted black; background-color:red; font-weight:bold; color:white; padding: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; }
.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; }
.clear													{ clear:both; }

.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:#d7f0cf; }
.themeColor2										{ background-color:#fcf9d9; }
.themeColor1_bold								{ background-color:#85c27d; }
.themeColor2_bold								{ background-color:#ffff89; }
.themeColor1_pale								{ background-color:#f0ffea; }
.themeColor2_pale								{ background-color:#fdfbe5; }


/*
	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:#7baa6f; color:#fff; }
.table_nav_top, .table_nav_bottom			{ color:white; font-size:12px;  background-color:#486a3f; 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:#486a3f; color:white; font-weight:bold; }
.tableHead											{ background-color:#5f8d53; color:white; font-weight:bold; text-align:center; }
.recordSet1											{ background-color:#def5d7; }
.recordSet2											{ background-color:#fffee0; }
.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; }

/*
	Calendar
*/
.calendar_table {
	border-collapse:collapse;
	background-color:#eeeeee;
}
.calendar_table th {
	font-weight:bold;
	color:white;
	background-color:#444444;
	border:1px solid black;
}
.calendar_table td { 
	border:1px solid black;
	vertical-align:top;
	text-align:left;
	cursor:pointer;
}
.calendar_table .day_events {
	cursor:pointer;
	font-weight:bold;
	background-color:#fffec8;
}
.calendar_table .day_current {
	color:#3a7b27;
	font-weight:bold;
	border:1px solid #3a7b27;
	background-color:white;
}
.calendar_table .day_normal {
	color:black;
	background-color:#dddddd;
}
.calendar_table .day_highlite {
	background-color:white;
	font-weight:bold;
}




form														{ padding:0px; margin:0px; }

.inputText {
	border:1px solid #999999;
	background-color:white;
	padding-left:3px;
	padding-right:3px;
}
.inputText[disabled] {
	border:1px solid #aaaaaa;
}
.inputButton { }
.buttonsGroup																					{ margin:8px 0px 8px 0px; text-align:center; }
textarea	{
	border:1px solid #999999;
	background-color:white;
}

.form_smallText input { font-size:12px; }
.form_smallText select { font-size:12px; }


/*
	Admin
*/
.adminTool_icon {
	float:left; 
	width:100px; 
	height:90px; 
	font-size:12px; 
	text-align:center;
}