@charset "utf-8";
/*
//(C)2007-2011 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*TEMPLATE*/
body {
	background-image:url(images/bg_grad.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#505052;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	letter-spacing:-0.5px;
	padding:0;
	margin:0;
}
#container {
	width:100%;
	padding:0;
	margin:0;
}
#content {
	width:800px;
	min-width:600px;
	max-width:1000px;
	margin:0px auto;
	background-color:#FFF;
	border:3px solid #7AC043;
	-moz-box-shadow:0px 0px 3px #111;
	-webkit-box-shadow:0px 0px 3px #111;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding:10px;
	margin-top:8px
}
#logo {
	margin:0px auto;
	width:800px;
	border:0px;
	padding:0;
	overflow:hidden;
}
#nav {
	margin:0px auto;
	width:800px;
	border:0px;
	padding:0;
	position:relative;
	top:-20px;
}
#footer {
	position:relative;
	top:10px;
	font-size:12px;
	color:#D1D1D1;
	width:400px;
	margin:0px auto;
	text-align:center;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
}
#note_box {
	width:80%;
	margin-left:1px;
	margin-bottom:10px;
	padding:3px 3px 3px 3px;
	display:none;
}
#note_box a {
	color:#FFF;
}
.red {
	background-color:#972422;
	color:#FFF;
	font-size:12px;
	border:1px solid #76161F;
}
.green {
	background-color:#8AAA1F;
	color:#FFF;
	font-size:12px;
	border:1px solid #6B743D;
}

/*GENERAL*/
.text_title {
font-size:36px;
font-weight:bold;
color:#7AC043;
letter-spacing:-1px;
}
.text_content {
color:#222;
font-size:12px;
}
a {
color:#7AC043;
text-decoration:underline;
}
a:hover {
color:#333;
text-decoration:none;
}
.btEdit {
color:#0099CC; 
border-bottom:1px dotted #0099CC; 
text-decoration:none;
}
.btEdit:hover {
color:#0033FF; 
border-bottom:1px dotted #0033FF; 
text-decoration:none;
}
.tableResult {
font-size:12px;
}
.tableTOP {
background-color:#D4D4D4;
}
.tableBLU {
background-color:#F4F4F4;
}
.tableDEL {
background-color:#F7F7F7;
}
.tableHVR {
background-color:#E9E9E9;
}
#spanBODY {
font-size:12px;
}
/*OTHER*/
.imageGallery {
	width:150px;
	border:2px solid #FFFFF;
	margin:2px;
}
.imageGallery:hover {
	border:2px solid #D1D1D1;
}
.hide {
	display:none;
}
#sitemap {
padding:0;
margin:0;
}
#siteMap ul {
margin:0;
padding:0;
}
#siteMap li {
}
#siteMap a {
font-size:12px;
}

#basemenu {
margin-right: auto;
position: fixed;
bottom:0px;
width: 100%;
height: 40px;
text-align:right;
right:1%;
}

/*TEXT*/
.text_large_white {
	font-size:24px;
	font-weight:none;
	color:#FFF;
	padding:0;
	margin:0;
}
.text_vlarge_white {
	font-size:36px;
	font-weight:none;
	color:#FFF;
	padding:0;
	margin:0;
}
.text_small_white {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0;
	margin:0;
}
.text_small_grey {
	font-size:12px;
	font-weight:none;
	color:#999;
	padding:0;
	margin:0;
}
.text_medium_grey {
	font-size:14px;
	color:#999;
}
.text_medium_white {
	font-size:14px;
	color:#FFF;
}
.text_mini_grey {
	font-size:10px;
	color:#999;
}
.text_mini_white {
	font-size:10px;
	color:#FFF;
}

/*FOOTERS*/
.foot {
font-size:12px;
color:#7AC043;
}
/*FORMS*/
#frmInput {
border:1px solid #999999;
}
#frmInput:hover {
border:1px solid #666666;
}
#frmMsg {
border:1px solid #999999;
}
#frmMsg:hover {
border:1px solid #666666;
}
#frmSubmit {
border:1px solid #999999;
}
#frmSubmit:hover {
border:1px solid #666666;
}
.formTxt {
font-size:12px;
}
.formDis {
font-size:10px;
color:#999999;
}

/*SIDEBOX CSS*/
.sideBox {
width:90%;
padding:4px;
border:1px solid #FFF;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-right:5px;
}
.sideBoxText {
font-size:12px;
color:#FFF;
}

/*OTHER ELEMENTS*/
.imageGallery {
	border:2px solid #999;
	box-shadow: 0px 3px 0px #333;
}
.imageGallery:hover {
	border:2px solid #444;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#base` {
margin-right: auto;
position: fixed;
bottom:0px;
width: 100%;
height: 40px;
text-align:right;
right:1%;
}
.top_bnr {
	font-family:"Book Antiqua", Palatino, serif;
	font-size:32px;
	color:#FFF;
	padding-top:60px;
	letter-spacing:-2px;
	font-weight:normal;
	text-shadow:0px 1px 0px #999;
	text-align:right;
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input[type="submit"] {
	background-color:#F1F1F1;
	color:#222;
	border:1px solid #81aac8;
	height:25px;
	margin-left:1px;
	padding:0px 8px 0px 8px
}
input[type="text"],input[type="password"],textarea {
	background-color:#F1F1F1;
	width:160px;
	font-size:12px;
	border:1px solid #7AC043;
	height:25px;
	color:#222;
	left:-10px;
	top:5px;
}
select {
	background-color:#b7d2e6;
	width:160px;
	height:25px;
	font-size:12px;
	border:1px solid #446a86;
	color:#446a86;
	left:-10px;
	top:5px;
}
input[type="submit"]:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="text"]:focus,select:focus,textarea:hover {
	-moz-box-shadow:0px 0px 3px #111;
	-webkit-box-shadow:0px 0px 3px #111;
	border:1px solid #222;
}
input[type="submit"]:active {
	background-color:#81aac8;
	-moz-box-shadow:0px 0px 3px #111;
	-webkit-box-shadow:0px 0px 3px #111;
	border:1px solid #FFF;
}