/* =====================================

Copyright:	AikidoSpirit.com
Author:			Mark Pusateri
Date:			October 1, 2006

========================================*/


/* font, font size, and linnen background for all pages */
body {
	background-image: url(../images/bg_linnen.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* header cells of the tables */
th {
	background-color: #9A0000;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: ebeacf;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
******* DO NOT EDIT ******* 
the next two styles make it possible to have the
site expand to 100% with the footer as an image
*/
html, body, #wrapper {
      height:100%;
      border: none;
	  padding: 0;
	  margin: 0;
	  text-align: center;
   }
#wrapper {
	margin: 0 auto;
	width: 800px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A0000;
	border-left-color: #9A0000;
}

/* button styles for the active buttons */
.topNavBtn {
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-decoration: underline;
	margin: 0px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: bold;
}

/* hover state of the active cuttons */
.topNavBtn:hover {
	color: #CCCCCC;
	background-color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100px;
	font-weight: bold;
}

/* button for the selected button (the button for the current page) */
.topNavBtnSelected {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

/* this is just to make sure each image has no space */
img {
	margin: 0px;
	padding: 0px;
}

/* This adds padding around the content so it
doesn't run into the red borders */
.leftpadding {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	padding-top: 20px;
}

/* headers */
h1 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	width: 250px;
}

/* colors for the links */
a {
	color: #9A0000;
}

/* more padding where needed */
.rightPadding {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
}

/* bold for the list items in the kids section */
#boldList {
	font-weight: bold;
	color: #990000;
}

/* this adjusts the sapce in all lists */
li {
	margin-bottom: 10px;
}

/* NEXT TWO -
color and padding for alternating rows in tables */
.TableList-Even {
	background-color: #EBEACF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
}
.TableList-Odd {
	background-color: #DECF9B;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
}

/* this floats the flash rather than place it on the page */
.floatFlash {
	float: right;
}

/* NEXT TWO -
button styles for the pages with a secondary nav */
.leftButtons {
	font-size: 12px;
	font-weight: bold;
	background-color: #9A0000;
	text-align: left;
	text-indent: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0px;
	width: 125px;
	float: right;
}
.leftButtonsSelected {
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	text-align: left;
	text-indent: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0px;
	width: 125px;
	float: right;
}

/* a little more top space where needed */
#top {
	margin-top: 15px;
}

/* style for the names of your assistants */
#nameID {
	color: #990000;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

/* this adds a little more space to the bottom of a few images */
.osenseiSpace {
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

/* NEXT TWO -
syles for the boxes of the schedule */
#scheduleSquare {
	height: 50px;
	width: 100px;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
#scheduleSquareLeft {
	height: 50px;
	width: 100px;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
}

/* Italics for the quote -
This can be added to anything you want to emphasize */
em {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.topPadding {
	padding-top: 20px;
}
.sideOnly {
	padding-right: 15px;
	vertical-align: top;
	padding-left: 15px;
}
#wrapper tr td table tr td .leftpadding h2 em {
	color: #00F;
}

