@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
	background: black;
	font-family: 'Droid Sans', "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	overflow-y: scroll;
}

a {
	color: #F280A1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.menuItem {
	display: inline-block;
	position: relative;
	width: 135px;
	height: 135px;
	line-height: 135px;
	background: url(images/gradient1.png) repeat-x;
	
}

.square {
	background-color: white;
	overflow: hidden;
}

.square a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	color: RGBA(0,0,0,0.8);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	text-shadow: 0px 1px 1px RGBA(255,255,255,0.25);
}

.square:hover, .clickable:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-box-shadow: 0 0 7px RGBA(0,0,0,0.25);
	-moz-box-shadow: 0 0 7px RGBA(0,0,0,0.25);
	box-shadow: 0 0 7px RGBA(0,0,0,0.25);
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	z-index: 9000;
}

#contentLogo {
	margin-top: -25px;
	cursor: pointer;
}

#menuItem1 {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

#menuItem2 {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

#menuItem3 {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#menuItem4 {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

#menuBox {
	position: fixed;
	width: 600px;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	overflow: visible;
	line-height: 0px;
	z-index: 100;
}

.logoSmall {
	background: url(images/logosmall.png);
	width: 202px;
	height: 158px;
	margin: 0 auto 25px auto;
}

#menuLogoSmall, #menuBox, .menuItem, #contentTable, #contentLogo, #contentBox, .square, .clickable {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.menuPanel {
	width: 80px;
	height: 80px;
}

.menuPanel a {
	line-height: 80px;
}

#contentTable {
	margin: 0 auto;
}

#contentTable tr {
	vertical-align: top;
}

#contentBox {
	top: 50px;
	margin: 0 auto;
	position: relative;
	visibility: hidden;
}

#contentCell {
	width: 470px;
}

.contentPanel, #contentCell .header {
	padding: 30px;
	background: white;
	line-height: 1.5em;
	margin-bottom: 2px;
}

#contentCell .header {
	height: 80px;
	font-size: 22px;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 85px;
	
}


.contentPanel h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.contentPanel h2 {
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.contentPanel.clickable {
	border: 2px solid #f280a1;
	cursor: pointer;
}

.contentPanel.clickable:hover {
	border: 2px solid #f280a1;
}

.panelHeader {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.panelText {
	text-align: justify;
}

.summaryTable td {
	padding: 0px 15px;
}

.summaryTable td:first-of-type {
	font-weight: bold;
	padding-right: 10px;
}

.registeredList {
	font-size: 11px;
	width: 100%;
}

.registeredList td, .registeredList th {
	border-left: 1px solid #DDD;
}

.registeredList td:first-of-type, .registeredList th:first-of-type {
	border-left: none;
}

.registeredList th {
	border-bottom: 1px solid #DDD
}

.formDiv {
	border: 1px solid #DDD;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.eventButton {
	background: #FF9ECB;
	border: 1px solid #DD80CB;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 1px 4px RGBA(0,0,0,0.4);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: black;
}

.eventButton:hover {
	text-decoration: none;
}
