/* Style 
 * 
 * */


BODY { 
		background: white;
		margin: 0px;
		padding:  0px;
		color: black;
		font: 10pt tahoma, sans-serif;
	}


H1 {
	font: bold 16pt tahoma, sans-serif;
}

P { 
	font: 10t tahoma, sans-serif;
	color: black;
}

TABLE { 
	font: 10pt tahoma, sans-serif;
}

FORM { 
	font: 10pt tahoma, sans-serif;
}

input { 
	font: 10pt tahoma, sans-serif;
}
.error { color: darkred;
		font-weight: bold;
		}
		
TABLE.site {
}


TD.header { background: white;
			}
	
TABLE.Search {
		font: bold 8pt tahoma, sans-serif;
		color: #A0A0A0;
		padding-bottom: 6px;
}

TABLE.Search A { 
	color: #808080;
	text-decoration: none;
}
TABLE.Search A:Hover {
	color: #808080;
	text-decoration: underline;
}


TABLE.logo {
	margin: 20px 0px 20px 0px;
}
	
TABLE.logo TD { color: silver;
				font: 32pt tahoma, sans-serif;
				letter-spacing: 0.05em;
				padding-left: 0.5em;
			}
			
TABLE.menu { width: 100%;
		background: #A3292D;
		height: 36px;
		padding: 8px 8px 0px 8px;
		font: bold 10pt tahoma, sans-serif;
		}
		
TABLE.menu A { color: white;
				text-decoration: none;
			}
			
TABLE.menu TD { text-align: center;
				width: 120px;
				}
				
TABLE.menu TD.selected { text-align: center;
				padding: 0px;
				vertical-align: bottom;
				}
				
TABLE.menu TD.selected A{ color: black;
				}
TABLE.menu_selected {
					height: 26px;
					width: 100%;
					}
					
TABLE.menu_selected TD.menu_item {
					font: bold 10pt tahoma, sans-serif;
					background: white;
					border-bottom: 1px dashed #F0F0F0;
					}

TABLE.MainPage TD.page {
			width: 100%;
			text-align: center;
			vertical-align:top;

}
			
TD.LeftGutter {
	vertical-align: top;
	text-align: left;
	padding-left: 12px;
	

}	

TD.MiddlePage {
	vertical-align:top;
	padding: 0px 4px 0px 4px;
	width: 500px;
}

TD.RightGutter {
	text-align: right;
	width: 120px;
	padding-right: 12px;
}



TABLE.page {
	background: white;
	width: 100%;
	color: black;
	padding: 0px;
	height: 40em;
	text-align: left;
	margin-top: 40px;
	vertical-align:top;
	}


P.TagLine { 
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #b22222;
	vertical-align:top;
}

TABLE.page TD {
	vertical-align: top;
	
}


TABLE.footer {
		margin: 0px 0px 0px 0px;
		background: #FFFFF0;
		width: 100%;
		padding: 8px 4px 8px 8px;
		border-top: 1px dashed silver;
		border-bottom: 1px solid silver;
}


TABLE.footer TD {
	vertical-align: top;

}

SPAN.debug { 
	color: black;
}



TABLE.sub_menu { width: 100%;
				background: #FFFFFF;
				border-bottom: 1px dashed silver;
				
				}

TABLE.sub_menu TD { text-align: center;
					vertical-align: bottom;
					border-right: 1px dashed silver;
					width: 50px;
					padding: 4px 0px 4px 0px;
				}

TABLE.sub_menu TD.selected { text-align: center;
					vertical-align: bottom;
					border-right: 1px dashed silver;
					width: 50px;
					padding: 4px 0px 4px 0px;
					background: #F0F0F0;
				}

				
TABLE.sub_menu A { color: black;
				text-decoration: none;
				}
				
TABLE.sub_menu A:hover { color: black;
				text-decoration: none;
				}


DIV.toolbar {
	width: 100%;
	background: #FFFFF0;
	margin-bottom: 4px;
	height: 60px;
	display: block;
	border-bottom: 1px solid #F0F0F0;
}

DIV.toolbar H1 { float: left;
				padding-left: 10px;
			}

DIV.toolbar H2 { float: left;
				padding-left: 10px;
				font-size: 14pt;
				font-weight: normal;
			}


TABLE.toolbarHeader {
	width: 100%;
	margin-bottom: 4px;
	height: 64px;
}

TABLE.toolbarHeader TD {
			width: 100%;
			padding-left: 4px;
			}
			

TABLE.toolbarHeader TD.buttons { text-align: right;
			width: 200px;
			}
			
TABLE.toolbar {
				text-align: right;
				height: 60px;
				float: right;
			}
TABLE.toolbar TD {
				width: 60px;
				height: 60px;
				padding: 2px 2px 2px 2px;
				text-align: center;
			}
TABLE.toolbar A { display: block;
					border: 1px solid white;
					text-decoration: none;
					padding: 4px;
					font-size: 10pt;
				}	
TABLE.toolbar A:hover { display: block;
					border-top: 1px solid silver;
					border-left: 1px solid silver;
					border-right: 1px solid silver;
					border-bottom: 1px solid silver;
					text-decoration: underline;
					background: #F0F0E0;
				}	


TABLE.rows {
	text-align: left;
}


TABLE.rows TH { padding: 4px; }


TABLE.rows TD { padding: 2px; }


TD.copy_notice { font-size: 8pt;
				text-align: right;
				color: #606060;
				padding: 2px 4px 0px 0px;
				}


TABLE.DataList {
	margin: 0px;
	border: 1px solid #707070;
}


TABLE.DataList TH { background: #707070;
					color: white;
					padding: 4px;
					border-right: 1px dashed white;
					}
TABLE.DataList TR.row_1 {
						background: #F0F0F0;
					}
TABLE.DataList TD { padding: 4px;
					}
TABLE.DataList TR.header {
		font-weight: bold;
}

TABLE.DataList TR.header_total TD {
		font-weight: bold;
		border-top: 1px solid black;
		background: #F0F0F0;
}



/* TinyMCE specific rules */
body.mceContentBody {
   background: white;
}

DIV.home { border: 1px solid #f0f0f0;
		padding: 4px;
		}
		
UL.home { list-style-image: url(/images/tick2.jpg);
		}
		
