/* fixes and workarounds */
.png  {  }

body {
	/*background-color:#a5998e; */
	padding:0px; 
	margin:0px;
}

.body_normal {
	background-color:#a5998e;
}
.body_simple {
	
}
.body_simple_bgColor {
	background-color:#a5998e;
}

.navbar_infoMessage {
	padding:5px;
	
	background-color:#e8e7d4;
}

.navbar_errorMessage {
	padding:5px;
	
	background-color:#fdbdbd;
}

/* links */
a																{ font-weight:bold; }
a:link													{ color:#c90000; text-decoration:none; }
a:visited												{ color:#c90000; text-decoration:none; }
a:hover													{ color:#ff0002; text-decoration:underline; }
.link														{ cursor:pointer; }
.link_color											{ color:#c90000; text-decoration:underline; }
.link_color:hover								{ color:#ff0002; }


html>body .layout_header .navbar_shadow_nav {
	background-image:url('images/page_shadow_nav.png');
	background-repeat:repeat-x;
}


.pageTitle											{ font-size:32px; font-family:"Gloucester MT Extra Condensed" "Times New Roman"; margin-left:-10px; padding-bottom:10px; }
.pageTitle_noMargin							{ font-size:32px; font-family:"Gloucester MT Extra Condensed" "Times New Roman"; padding-bottom:10px; }
.featureFont										{ font-family:"Gloucester MT Extra Condensed" "Times New Roman"; }
.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; }
.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-family:"Gloucester MT Extra Condensed" "Times New Roman";
			font-size:1.5em;
			
			padding-bottom:5px;
		}

.themeColor_auto								{  }
.height_auto										{  }
.themeColor1 										{ background-color:#e8e7d4; }
.themeColor2										{ background-color:#f8f8e2; }
.themeColor3										{ background-color:#cec7b6; }
.borderColor										{ border:1px solid #9a8878; }


/*
	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:#f2e7db; }
.table_nav_top, .table_nav_bottom			{ color:white; font-size:12px;  background-color:#5d0004; 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:#644c31; color:white; font-weight:bold; }
.tableHead											{ background-color:#bbab99; font-weight:bold; text-align:center; }
.recordSet1											{ background-color:#e8e7d4; }
.recordSet2											{ background-color:#f8f8e2; }
.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;
}
.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;
}