@CHARSET "UTF-8";

body {
	background-color: #231f20;
	border:0px;
	padding:0px;
	margin:0px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

table {
	border: none;
	cellpadding: 0px;
	cell-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;	
	padding: 0px;
}

#name, #email {
	border: 1px solid #999999;
	width: 180px;
}

#code {
	border: 1px solid #999999;
	width: 56px;
}

#comment {
	border: 1px solid #999999;
	width: 180px;
	height: 100px;
}

#submit {
	border: 1px solid #999999;
}

a {
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

#barTop {
	background-image: url("../img/bg_top.gif");
	background-color: white;
	width: 100%;
	height: 124px;
}

#barMiddle {
	background-color: white;
	width: 100%;
}

#barBottom {
	background-image: url("../img/bg_bottom.gif");
	width: 100%;
	height: 27px;
}

#content {
	width: 1000px;
	height: 395px;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu {
	width: 965px;
	height: 30px;
	margin-top: 0px;
}

.menuImg {
	border: none;
}

#leftBox {
	float: left;
	height: 380px;
	width: 145px;
	border: 1px solid #999999;
	background-color: white;
}

#rightBox {
	float: left;
	margin-left: 30px;
}

/*#contentBox {
	float: left;
	height: 360px;
	width: 764px;
	margin-left: 32px;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	overflow: auto;
}*/

#picBox {
	float: left;
	height: 360px;
	width: 237px;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}

#descBox {
	float: left;
	height: 360px;
	width: 498px;
	border: 1px solid #999999;
	border-left: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	background-color: white;
}

#shadowLeft1, #shadowRight1, #shadowLeft2, #shadowRight2, #shadowLeft3, #shadowRight3, #shadowLeft4, #shadowRight4 {
   	padding-right: 1px;
   	padding-bottom: 1px;
   	border-radius: 10px;
   	-moz-border-radius: 10px;
}

#shadowLeft1, #shadowRight1 {
	float: left;   
	background-color: #ededed;
   	border-right: 1px solid #f6f6f6;
   	border-bottom: 1px solid #f6f6f6;
   	margin: 0;
}

#shadowLeft2, #shadowRight2 {
	float: left;   
	background-color: #d1d1d1;
   	border-right: 1px solid #e1e1e1;
   	border-bottom: 1px solid #e1e1e1;
   	margin: 0;
}

#shadowLeft3, #shadowRight3 {
	float: left;   
	background-color: #aaa;
   	border-right: 1px solid #bebebe;
   	border-bottom: 1px solid #bebebe;
   	margin: 0;
}
#shadowLeft4, #shadowRight4 {
	float: left;
	background-color: #8e8e8e;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	margin: 0px;
}

#subMenuBox {
	text-align: left;
}

a.subMenu {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

.sideEntryDark, .sideEntryLight, .sideEntryDarkSelected, .sideEntryLightSelected {
	width: 109px;
	height: 47px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #999999;
	padding-left: 36px;
	line-height: 11px;
}

.sideEntryDate {
	font-size: 9pt;
	line-height: 15px;
}

.sideEntryDark, .sideEntryDarkSelected {
	background-color: #DDDDDD;
}

.sideEntryLight, .sideEntryLightSelected {
	background-color: white;
}

.sideEntryLightSelected, .sideEntryDarkSelected {
	border: 2px solid #999999;
	width: 95px;
	height: 43px;
}

.titleFontUpper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
}

.titleFontLower {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}

#programText {
	width: 100%;
	height: 280px;
	margin-bottom: 5px;
	overflow: auto;
}

/*
.teamLayer {
	float: left;
}

.teamBox {
	float: left;
	width: 230px;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.teamPic {
	float: left;
	margin-right: 5px;
	border: none;
}

.teamName {
	font-size: 9pt;
}
	
.teamFunction {
	font-size: 6pt;
	color: #999999;
}
*/

.gbTitle {
	font-weight: bold;
}

.gbZAKComment, .gbZAKCommentTitle {
	font-size: 6pt;
	color: #999999;
}

.gbZAKCommentTitle {
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}


h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
}

/* ---- intro screen ---- */

#upcomingEvents {
	padding-top: 20px;
}

#upcoming1, #upcoming2, #upcoming3, #upcoming4 {
	font-family: georgia, Helvetica, sans-serif;	
	
}

#upcoming1 {
	color: #5d5c5c;
	font-size: 33pt;
	line-height: 35px;
}

#upcoming2 {
	color: #807e7e;
	font-size: 28pt;
	line-height: 47px;
}

#upcoming3 {
	color: #999999;
	font-size: 22pt;
	line-height: 23px;
}

#upcoming4 {
	color: #999999;
	font-size: 18pt;
}