﻿body, p, td, tr, ul, .row1, .row2, .bold1
{
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: square;
	margin-bottom: 0.5em;
}

body
{
	margin: 1em 1em 0em 0em;
}

p
{
	margin: 0.5em 1em 0.5em 0em;
}

.loginLabel { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

hr 
{
	color: #9933FF;
}

h1 
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9933FF;
	font-style: italic;
	font-variant: small-caps;
}

h2, .contentHeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #9933FF;
	font-size: 12px;
	line-height: 1.4em;
}

h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 2em;
}

th, .headerDiv 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9933FF;
}

.headerDiv
{
	margin:2px 2px 2px 2px;
}

.bold1
{
	font-weight: bold;
	color: #000000;
}

.row1 
{
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #9933FF;
}

.row2 
{
	background-color: #CCCCFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #9933FF;
}

.table, .loginDiv 
{
	border: 2px solid #9933FF;
}

.menuItem {
    width: 138px;
    border: none;
	margin: 0;
	display: block;
}

.subMenuItem 
{
	position:absolute; 
	visibility: hidden;
	z-index:1;
}
        
.menuItem ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuItem li
{
	font-family: Arial;
	font-weight: normal;
	font-size: .85em;
	height: 28px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    border: none;
    float: left;
    display: block;
    width: 136px;
}

.subMenuItem li
{
	height:30px;
    line-height:30px;
    margin: 0;
    padding-bottom:0px;
}


.menuItem li a {
    voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
    padding-left: 30px;
    white-space: nowrap;
    border: none;
    height: 28px; 
}

.subMenuItem li a
{
	height: 30px; 
}
.menuItem li a:link, .menuItem li a:visited {
	color: #000000;
	background: white url(/images/SubMenuButton.gif) no-repeat center;
   	display: block;
}

.menuItem li a:hover, .menuItem li #current {
	color: #ffffff;
	background: white url(/images/SubMenuButtonOver.gif) no-repeat center;
   	display: block;
}

.menuItem li a:active {
	color: #000000;
	background: white url(/images/SubMenuButtonOver.gif) no-repeat center;
   	display: block;
}

.loginDiv
{
	margin: auto auto auto auto; /* This centres the div */
	width: 400px;
}

.SponsorImage
{
	border-right: #ccccff 25px solid;
	border-top: #ccccff 25px solid;
	border-left: #ccccff 25px solid;
	border-bottom: #ccccff 25px solid;
}

.PictureBorderLightThin
{
	border-right: #ccccff 15px solid;
	border-top: #ccccff 15px solid;
	border-left: #ccccff 15px solid;
	border-bottom: #ccccff 15px solid;
}

.PictureBorderDarkThin, .RandomImage
{
	border-right: #9933FF 15px solid;
	border-top: #9933FF 15px solid;
	border-left: #9933FF 15px solid;
	border-bottom: #9933FF 15px solid;
}

.RandomImage
{
	display: block;
}

.cellLeftBorder
{
	border-left: 2px solid #9933FF;
}

#divLeftMenu
{
	float: left;
	width: 145px;
	padding-left: 10px;
	padding-top: 10px;
}

#divContent
{
	display: table;
	float:right;
	height:100%;
	padding-left: 10px;
	padding-top: 10px;
}

#divTopContent
{
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

#divMiddleContent, #divBottomContent
{
	/*height: 100%;*/
	padding-top: 10px;
}

.splitter
{
	background-color: #9933FF;
}

#divDates, #divParentsLeft, #divNews, #divParentsRight
{
	float: left;
	width: 48%;
	height: 100%;
}

#divNews, #divParentsRight
{
	margin-left: 6px;
}

#divDates, #divParentsLeft
{
	margin-right: 6px;
}

.contentDiv
{
	border-left: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
	background-color: #ffffff;
	padding: 1.0em;
}

#divWrapper
{
	display: table;
	height:2048px;
}

.vertical-line
{
	float: left;
	width: 2px;
}	

.cleaner 
{
	clear: both;
	/*height:1px;*/
	font-size:1px;
	border:none;
	margin-top:2em; 
	padding:2em;
	background:transparent;
}

.contentHeader
{
	float:left;
	background-color: #ccccff;
	width: 100%;
	height: 22px;
}

.contentHeaderText
{
	color: #000;
	margin: 0em;
	padding-left:1em;
	margin-bottom:1.2em;
}

 .rtop { display: block; background-color: #ffffff; }
 .rbottom { display: block; background-color: #ffffff; }
 .rtop *, .rbottom * { display: block; overflow: hidden; height: 1px; background-color: #ccccff; }
 .r1 { margin: 0px 5px; }
 .r2 { margin: 0px 3px; }
 .r3 { margin: 0px 2px; }
 .r4 { margin: 0px 1px; height: 2px; }