	/* *** Reset browser styles *** */

h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote, html, body {
	margin: 0;
	padding: 0;
	font-weight: normal;
  -moz-opacity: .999;
}

body {
	font-size:0.8em;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/bgwater.png) repeat;
}

h1, h2 {
	font-size:1.3em;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: center;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}


ul {
	margin-left: 0.5em;
	list-style:square;
	padding-bottom:1em;
	list-style-position:inside;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}

.ul-tabs-hide {
	display:none;
}

.alert {
	border:2px solid black;
	background:white;
}

.TimeTable {
	border:1px solid black;
}

.TimeTable td{
	border:1px solid black;
}

#menu h3 {
	color: #0000ff;
	padding-top: 0.2em;
	font-weight: normal;
	margin-bottom: 10px;
	text-align:center;
}

#email {
	margin-bottom: 10px;
	text-align:center;
	font-size:1.2em;
	color: #0A2870;
}


#menu li {
	padding-bottom: 5px;
	text-align:center;
}

#menu li li{
	padding-bottom: 5px;
	text-align:center;
}

#sideMenu h1 {
	font-size:1em;
	display: block;
	width: 110px;
	text-align:center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sideMenu img {
	padding-left:30px;
	padding-bottom:5px;
	width:80px;
}

h1{
	text-align:center;
	font-weight: bold;
	padding-bottom:0.5em;
}

h2{
	text-align:left;
	font-weight: bold;
	padding-bottom:0.5em;
}

h3{
	text-align:left;
	padding-bottom:0.5em;
}

p{
	padding-bottom:0.5em;
	text-align:left;
}
.italic {
	font-style:italic;
}
#detail th{
	font-weight: bold;
	padding-bottom:0.5em;
	text-align:center;
}
#attention {
	padding-top: 1em;
	border: 1px black solid;
	z-index: 0;
	padding-left:20px;
	padding-right:20px;
	overflow : auto;
}
#print{
	text-align:center;
	padding-top:0.1em;
}
#calendar table{
	left:40px;
}
#calendar tr{
	height:50px;
}
#calendar td{
	border: 1px black solid;
}
.diary table{
	left:40px;
}
.diary tr{
	height:40px;
}
.diary td{
	width:95px;
	text-align:left;
	border: 1px black solid;
}
.squads table{
	left:40px;
}
.squads tr{
	height:20px;
}
.squads td{
	width:120px;
	text-align:left;
	border: 1px black solid;
}
.diarykey td{
	width:230px;
	text-align:left;
	border: 1px black solid;
}
.Sat {
	background-color:#EEEE33;
}
.Sun {
	background-color:#33EE33;
}
.Mon {
	color:#FFFFFF;
	background-color:#3333EE;
}
.Tue {
	background-color:#EE33EE;
}
.Thu {
	background-color:#33FFFF;
}
.excp {
	background-color:#FF0000;
}
#calendar h1{
	text-align:center;
	padding-bottom:0em;
}

#selectedData {
	border: 1px black solid;
}

#selectedData table{
	text-align:center;
	border: 1px black solid;
}
#selectedData th{
	font-weight:bold;
	border: 1px black solid;
}
#selectedData td{
	border: 1px black solid;
}

#moreDetails a{
	text-decoration: underline;
	color: #0A2870;
	position: relative;
	left: 180px;
}

#moreDetails a:hover {
	text-decoration: none;
	border: 1px solid #999;
	color: #FFFFFF;
	background-color: #0F50FA;
}

#homeNews a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F50FA;
	border: 1px solid #0F50FA;
	border:none;
}

td a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F50FA;
	border: 1px solid #0F50FA;
	border:none;
}

.divSelector a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F50FA;
	border: 1px solid #0F50FA;
	border:none;
}

.cellLeft {
	text-align: left;
	padding-left:3px;
}

#accordion p {
	padding:0.3em;
}	

#accordion img {
	padding:0.3em;
	width:230px;
}	

.faq h2 {
	background: url(../images/openy.bmp) no-repeat 0% 10%;
	text-decoration:underline;
	font-weight: normal;
	font-size:1.0em;
	margin-top: 5px;
	padding-left: 20px;
	cursor: pointer;
}

.faq h2:hover {
	font-weight:bold;
}

.faq h2.close {
	background-image: url(../images/closey.bmp);
}

.faq p {
	margin-left:20px;
}

#footer a{
	color:black;
	font-size:0.5m;
	text-decoration: none;
	display: block;
	text-align:center;
	float:left;
	width: 110px;
	padding: 1px 1px 1px 1px;
}
#footer a:hover{
	font-weight: bold;
}

