﻿body 
{

}
.table_mixed
{
	background-color :#E2EAF0; 
	width:100px;
}
.table_novice
{
	background-color :#F0F0F0 ; 
	width:100px;
}
.table_zazen
{
	background-color :#FFF2D9 ; 
	width:100px;
}
.table_weapons
{
	background-color :#FFD9D9; 
	width:100px;
}
.table_kids
{
	background-color :#D9D9F9; 
	width:100px;
}
.table_iaido
{
	background-color :#D8E9DB ; 
	width:100px;
}
.table_expert
{
	background-color :#9999CC ; 
	width:100px;
}
.bottom
{
	color:Olive; 
	font-family :Verdana;
	font-size:small;  
}
.title
{
	font-size :large;
	font-weight:bold;
	color :#DE123D;
	text-align:center; 
}
.normal_text
{
	font-family:Verdana;
	font-size :small  ;
	color :#336699; 
	text-align:left; 
}
.footer_text
{
	font-family:Verdana;
	font-size :x-small ;
	font-weight:bold; 
	color :Maroon; 
	text-align:center; 
}
.normal_text_centered
{
	font-family:Verdana;
	font-size :small  ;
	color :Maroon; 
	text-align:center ; 
}
.p_Title
{
	font-family:Verdana;
	font-size :small  ;
	color :Maroon ;
	text-align:left;
	font-weight:bold; 
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #FFD9D9    ;
    background-color: #9999CC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #E2EAF0;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: Olive ;
}

.ajax__calendar_container {
    border:1px solid #646464;
    background-color:#D3DEEF ;
    color: red;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.imgFloatRight
{
	float:right;border-style:solid;border-width:thin;	
}
