@charset "utf-8";
/* CSS Document */
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 800px;
	/* background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent #main_div h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
}

.tag {
	color: #CCCCCC;
	font-size: 9pt;
	font-weight: bold;
}
#flag_div {
	background-color: #CCCCCC;
	clear: both;
	height: 100px;
	width: 800px;
	background-image: url(../Images/ShotLock/Interface_Flag.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#menu_div {
	height: 15px;
	width: 300px;
	position: absolute;
	left: 5px;
	top: 78px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E5D8D2;
	text-align: left;
}
#menu_div_right {
	height: 15px;
	width: 380px;
	position: absolute;
	left: 415px;
	top: 78px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E5D8D2;
	text-align: right;
}

#main_div {
	width: 780px;
	position: relative;
	clear: both;
	padding: 10px;
	margin: 0px;
}
#footer_div {
	background-color: #666666;
	clear: both;
	height: 50px;
	width: 800px;
	background-image: url(../Images/ShotLock/Interface_Footer.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#footer_tag_div {
	position: absolute;
	width: 790px;
	height: 10px;
	left: 5px;
	top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #635957;
}
#footer_tag_CADOJ_div {
	position: absolute;
	width: 790px;
	height: 10px;
	left: 5px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #999999;
	line-height: 9px;
}
.text_10pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.text_10pt_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}
.text_12pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.text_12pt_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.text_14pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.text_14pt_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F56C1B;
	font-weight: bold;
}

