@charset "utf-8";
/* CSS Document */

/* ----- Universal Styles ----- */

* {
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 19pt;
	color: #003;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}
	
img a {
	text-decoration: none;
	}
	
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #600;
	}
	
a:hover {
	text-decoration: none;
	color: #F60;
	}
	
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	color: #300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.mainPhotoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 3px 4px 3px 7px;
	width: 669px;
	background-color: #e6dec7;
	}
	
.notation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #06F;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 3px 4px 3px 7px;
	}

body {
	background: #003;
	}
	
/* ----- IDS and DIVS ----- */

#mainContainer {
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 1024px;
	border: 3px solid #063;
	padding: 1px;
	overflow: hidden;
	background: url(../images/charlieBrownFooter.gif) no-repeat bottom #096;
	}
	
#content {
	position: relative;
	width: 1024px;
	overflow: hidden;
	}
	
#smccLogo {
	background: url(../images/logo_smcc_xmas.jpg) no-repeat left;
	width: 950px;
	height: 128px;
	margin-left: 35px;
	}
	
#topRightLinks {
	float: right;
	margin-top: 20px;
	}
	
a.smallLinks:link, a.smallLinks:visited {	
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}
	
a.smallLinks:hover {	
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #900;
	background: #FFF;
}
	
#leftCol {
	position: relative;
	float: left;
	background: #FE3932;
	width: 680px;
	border: 2px solid #063;
	margin: 0 25px 31px 40px;
	padding: 20px;
	}
	
#rightCol {
	position: relative;
	float: right;
	width: 230px;
	}
	
	#smcchLogo {
		position: relative;
		float: right;
		background: url(../images/logo_smcch.jpg) no-repeat;
		width: 216px;
		height: 128px;
		}
	
	#smchsLogo {
		position: relative;
		float: right;
		background: url(../images/logo_smchs.jpg) no-repeat;
		width: 230px;
		height: 80px;
		}
	
	#smcesLogo {
		position: relative;
		float: right;
		background: url(../images/logo_smces.gif) no-repeat;
		width: 215px;
		height: 120px;
		}
	
	#capcamLogo {
		position: relative;
		float: right;
		background: url(../images/logo_capcam.jpg) no-repeat;
		width: 211px;
		height: 170px;
		}
		
	.hotSpotLink {
		display: block;
		width: 100%;
		height: 100%;
		}
	
label.left {
	display: inline-block;
	width: 175px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

input.textBox {
	width: 275px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #063;
}

.radioBlock {
	display: inline-block;
	width: 277px;
}

.radioBlockData {
	display: inline-block;
	width: 400px;
}

.radioBlockDataInfo {
	display: inline-block;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin: 3px 0 10px 16px;
	padding: 10px;
	background-color: #F1EBDA;
}

.checkboxBlock {
	display: inline-block;
	width: 150px;
}
	
.brokenError {
	float: right;
	width: 187px;
}

.priorityBlock {
	display: inline-block;
	width: 143px;
}

.responseBlock {
	display: inline-block;
	width: 127px;
}

.resolutionBlock {
	display: inline-block;
	width: 122px;
}

input.radioButton {
}
	
label.right {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
	
label.textareaLeft {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}

textarea {
	width: 400px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #71715b;
}
	
label.textareaRight {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}
	
/* ----- Miscellaneous ----- */

span.orange {
	background: url(../images/star.gif) no-repeat;
	width: 17px;
	height: 17px;
	padding-right: 17px;
}

span.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

span.error {
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
}

.hr {
	display: block;
	height: 1px;
	border-bottom: dotted 1px #300;
	margin: 15px 0;
}

.hidden {
	position: absolute;
	visibility: hidden;
	left: -10000px;
	}
	
.eventDate {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11pt;
}