/******** Main Tag Styles ********/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#3366CC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
}
li {
	margin-bottom: 10px;
}

/******** Text Variations ********/

.bold {
	font-weight:bold;
	font-style:normal; 
}
.italic {
	font-weight:normal;
	font-style:italic; 
}
.bolditalic {
	font-weight:bold;
	font-style:italic; 
}
.small {
	font-size:8pt;
}
.medium {
	font-size:10pt;
}
.large {
	font-size:12pt;
}
.highlight {
	font-weight:bold;
	font-style:normal; 
	color:red;
}

/******** Link Styles ********/

a {
    font-weight: normal;
    text-decoration: underline; 
}
#footer a {
	font-size: 8pt;
    font-weight: normal;
    text-decoration: none; 
}
p a, li a {
	font-size: 10pt;
}
p.small a {
	font-size: 8pt;
}
a:link {
    color: #3366CC;  
}
a:visited {
    color: #3366CC;  
}
a:active {
    color: #FF3300;
}
a:hover {
    color: #FF6633;
}	

/******** Spacing Controls ********/

.stretch{
	letter-spacing: 2pt;
}
.halfspace{
	line-height: 8pt;
}
.fulllinebreak{
	line-height: 1pt;
	clear: both;
}
.filler {
	height: 100px;
}

/******** Layout Controls ********/

body {
	background-color: #ffffe0;
}

#container {
	background-color: #ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -375px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
}
#header {
	height: 118px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #336690;
	background-color:#ffffee;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
#title {
	text-align: center;
	height: 18px;
	padding: 3px;
	background-color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
}
#main {
	padding: 0px;
	top: 0px;
	width: 100%;
	clear: both;
}
#navbar {
	width: 110px;
	vertical-align: top;
}
#logo {
	position: absolute;
	top: 120px;
	left: 550px;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}
#footer {
	width: 730px;
	padding: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}
.columns2 {
	width: 52%;
	padding-right: 20px;
	vertical-align: top;
}

/******** Table Cell Styles ********/

td.date_column {
	width: 120px;
	padding: 10px;
	background-color: #f0f0f0;
	vertical-align: top;
}

td.event_column {
	width: 400px;
	padding: 10px;
	background-color:#ffffe0;
	vertical-align: top;
}

td.name_column_header {
	padding: 10px;
	background-color: fff;
	vertical-align: top;
	font-weight:bold;
}

td.instrument_column_header {
	padding: 10px;
	background-color: fff;
	vertical-align: top;
	font-weight:bold;
}

td.joined_date_column_header {
	padding: 10px;
	background-color: fff;
	vertical-align: top;
	font-weight:bold;
}

td.left_date_column_header {
	padding: 10px;
	background-color: fff;
	vertical-align: top;
	font-weight:bold;
}

td.boy_name_column {
	width: 200px;
	padding: 10px;
	background-color: #eef;
	vertical-align: top;
}

td.girl_name_column {
	width: 200px;
	padding: 10px;
	background-color: #fee;
	vertical-align: top;
}

td.instrument_column {
	width: 220px;
	padding: 10px;
	background-color:#fff;
	vertical-align: top;
}

td.joined_date_column {
	width: 120px;
	padding: 10px;
	background-color:#ffd;
	vertical-align: top;
}

td.left_date_column {
	width: 120px;
	padding: 10px;
	background-color:#eee;
	vertical-align: top;
}

/******** Menu Block ********/

#MenuBlock {
	width: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;;
	border-bottom-style: none;
 }

.DummyMenuLink {
	width: 95px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
	line-height: 15pt;
	background-color: #eee;
	color:#999;
}

a.MenuHead,a.MenuLink {
	width: 95px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
	line-height: 15pt;
	background-color: #eee;
}
a.MenuHead {
	background-color: #eee;
	font-weight: bold;
	color: black;
}
a.Menulink {
	font-weight: normal;
}
a.MenuLink:link {
	color: blue;
}
a.MenuLink:visited {
	color: blue;
}
a.MenuLink:active {
	color: blue;
}
a.MenuLink:hover {
	color: blue;
	background-color: #bbddff;
}
