body {
	background: url(/images/bg.gif);
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body a{
	color: green;
	font-weight: bold;
	text-decoration: none;
}

body a:hover{
	color: green;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
}

div.clear {
    clear:both;
}

div#pageHeader {
	height: 0px;
	position: absolute;
	z-index: -2;
	width: 100%;
	opacity: 0.8;
}

div#pageLogo {
	background: url(/images/logo3.png) no-repeat;
	background-position: center center;
	height: 250px;
	width: 300px;
	margin: 0px auto;
	z-index: 10;
}

div.overlayBackground {
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#FFFFFF;
	//text-align:center;
	//vertical-align:middle;
}

div.overlayMainContent {
	z-index: 10000;
	background: #fff;
	margin: 100px auto;
	width: 1000px;
	height: 0px;
	position: relative;
}

div.interception_background {
	background: url(/images/bg.gif);
	color: #fff;
	font-family: sans-serif;
	box-shadow: 0px 0px 40px rgba(0,200,0, 0.8);
	padding: 10px;
}

div.interceptionTimer {
	font-size: 30px;
	padding: 5px;
	font-weight: bold;
	font-family: arial;
}

div.interceptionTimer_info {
	font-size: 10px;
	padding: 5px;
	font-family: arial;
}

div.page_title {
	font-size: 20px;
	font-weight: bold;
	margin: 20px;
	font-family: Arial, sans-serif;
}

div.page_content {
	margin: 20px;
}

div.event {
	margin: 10px 0 10px 0;
	border-top: 1px dotted black;
	padding-top: 10px;
}

div.event img{
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.8);
}

div.event_main_image {
	margin-bottom: 10px;
}

div.event_main_image img{
	box-shadow: 0px 0px 40px rgba(0,0,0, 0.8);
	max-width: 570px;
}

div.contentContainer {
	width: 960px;
	margin: 10px auto;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.9);
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	border: #fff 1px solid;
}

div.leftContent {
	float: left;
	min-height: 600px;
	padding: 10px;
	margin-right: 10px;
	width: 300px;
}

div.rightContent {
	float: left;
	padding: 10px;
	width: 610px;
}

div.naviPanel {
	//background: #217500;
	background-image: -moz-linear-gradient(bottom, white 40%, black 285%);
	background-image: -webkit-linear-gradient(bottom, white 40%, black 285%);
	background-image: -ms-linear-gradient(bottom, white 40%, black 285%);
	background-image: -o-linear-gradient(bottom, white 40%, black 285%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AAAAAA', EndColorStr='#FFFFFF')"; /* IE8 */
	padding: 10px;
	margin: 0 0 0 0;
	width: 940px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

div.naviItem {
	//border-right: 1px black dotted;
	padding-right: 10px;
	float: left;
	padding: 2px 10px 0 10px;
}

div.naviItem_selected {
	//border: 1px #fff solid;
	padding-right: 10px;
	float: left;
	padding: 2px 10px 0 10px;
	background: #269C00;
	font-weight: bold;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

div.naviPanel a {
	color: #000;
	text-decoration: none;
}

div.naviItem a:hover {
	color: #39CA00;
	text-decoration: none;
}

div.naviItem_selected a{
	color: #fff;
	text-decoration: none;
}

div#notice {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	font-weight:bold;
	padding: 10px;
	margin: 10px 18px 10px 10px;
	border: 1px solid #269C00;
	color: #269C00;
}

div#alert {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	font-weight:bold;
	padding: 10px;
	margin: 10px 18px 10px 10px;
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #ffc7c7;
}

div.adminPanel {
	padding: 10px;
	margin: 10px auto;
	width: 940px;
}

a.adminPanelItem {
	float: left;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	border-right: 1px white dotted;
	padding-right: 10px;
}

a.adminPanelItem:hover {
	color: green;
	text-decoration: none;
}

div.footerPanel {
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	margin: 10px 0 0 0;
	width: 940px;
}

div.footerPanel a {
	color: #fff;
	text-decoration: none;
}

div.footerPanel a:hover {
	color: green;
	text-decoration: none;
}

div.ci_thumbnail {
	width: 120px;
	height: 135px;
	float: left;
	margin: 8px;
}

div.ci_thumbnail_img_container{
	width: 120px;
	height: 100px;
	margin: 0 0 5px 0;
}

img.ci_thumbnail_img {
	max-width: 120px;
	max-height: 100px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9)
}

div.ci_thumbnail_text {
	width: 120px;
}

.button {
	border: 2px solid #39CA00;
	color: #39CA00;
	padding: 4px;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, sans-serif;
}

.button_tiny {
	border: 1px solid #fff;
	color: #000;
	padding: 4px;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.textinput {
	border: 1px solid black;
	padding: 4px;
	background-color: #fff;
}

.form {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	background-color: #F1F1F1;
	border: 1px solid #CECECE;
	padding: 5px;
}

div.eventThumb_date {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 20px;
	float: left;
	margin: 10px;
	padding: 10px 5px 5px 5px;
}

div.eventThumb_image {
	float: left;
	margin: 10px;
	padding: 5px;
	width: 220px;
}

div.eventThumb_image img{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

div.eventThumb_details {
	float: left;
	margin: 10px;
	padding: 5px;
	max-width: 150px;
}