
/*Christus vincit, regnat, imperat; ab omni malo plebem suam defendat. */
@charset "UTF-8";
a {
	font-family:Palatino;
	font-size:18px;
	text-decoration: none; 
	font-weight: bold;
	color: blue; /* color white */
}
a:hover { 
	text-decoration: underline; 
	color: #F5DEB3; /*color wheat*/
}


a:visited {
	text-decoration: none;
}


 

.btn{
   padding: 8px 20px;
   border: 1px solid #A36150;
   background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEA55B));
   background: -webkit-linear-gradient(top, #FFFFFF, #DEA55B);
   background: -moz-linear-gradient(top, #FFFFFF, #DEA55B);
   background: -ms-linear-gradient(top, #FFFFFF, #DEA55B);
   background: -o-linear-gradient(top, #FFFFFF, #DEA55B);
   background-color: #DEA55B;
   box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 1px #402104;
   -webkit-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 1px #402104;
   -moz-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 1px #402104;
   -webkit-border-radius: 17px;
   -moz-border-radius: 17px;
   border-radius: 17px;
   text-shadow: #C97A14 1px 1px 0px;
   color: #470000;
   font-size: 14px;
   font-family: Georgia;
   text-decoration: none;
   font-weight: bold;
   -webkit-transition: 0.2s;
   -moz-transition: 0.2s;
   -o-transition: 0.2s;
   cursor: pointer;
   }
.btn:hover {
  background: none;
   background-color: #DEA55B;
   box-shadow: 0px 0px 5px 0px #AAAAAA;
   -webkit-box-shadow: 0px 0px 5px 0px #AAAAAA;
   -moz-box-shadow: 0px 0px 5px 0px #AAAAAA;
   border: 1px solid #ffffff;
   color: #825508;
   }
.btn:active {
   top: 1px;
   position: relative;
   }


ul {
	list-style-type:none;
}

	#container{
		position:relative;
		margin:auto;
		width:90%;
		min-height: 800px;
		font-family:georgia;	
		z-index: 10;
		border: 8px solid #888;
		background: #fff;
		background-repeat:repeat-x;
	}

/*	*/
body{
	
	background-color:#eee;
} 

#main_body{
	position: relative;
	padding: 20px 0 0 0;
	width: 100%;
	min-height: 800px;
}

#page_title{
	position: relative;
	padding: 20px 0 30px 0;
	text-align: center;
	font-weight:bold;
	font-size:36px;
	text-shadow: 2px 1px 1px #888;
}


#sub_title{
	font-weight:bold;
	font-size:16px;
}


#section{
	position:relative;
	width: 90%;
	margin: auto;	
	border: 1px solid #888;
	border-top: 15px solid #888;
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
	box-shadow: 0 0 15px #888;
}

.section_table{
	width: 90%;
}

.section_table td{
	width: 50%;
}


#logout{
	position:absolute;
	top: 50px;
	right: 50px;
	width: 200px;
}
#logout a {
	color:blue;
	text-decoration:none;
	font-size:20px;
}
#logout a:hover{
	text-decoration:underline;
	color:green;
	font-size:20px;
}


#login_form{
	position: absolute;
	top: 100px;
	width: 200px;
	left: 300px;
	background: #B8860B;
	color: #FFEBCD;
	font-size: 18px;
	padding: 100px;
}

#header{
	position:relative;
	top:0px;
}

#login_form input[type=text]{
	height: 25px;
	border:1px solid #243628;
	-moz-box-shadow: 3px 2px 2px #663300;
	-webkit-box-shadow: 3px 2px 2px #663300;
	box-shadow: 3px 2px 2px #663300;
	width:175px;
	padding: 2px 8px 2px 8px;
}

#login_form input[type=password]{
	height: 25px;
	border:1px solid #243628;
	-moz-box-shadow: 3px 2px 2px #663300;
	-webkit-box-shadow: 3px 2px 2px #663300;
	box-shadow: 3px 2px 2px #663300;
	width:175px;
	padding: 2px 8px 2px 8px;
}


.ctd select{
	height: 25px;
	border:1px solid #243628;
	-moz-box-shadow: 3px 4px 2px #102902;
	-webkit-box-shadow: 3px 4px 2px #102902;
	box-shadow: 3px 4px 2px #102902;
	width:125px;
}
.ctd textarea{
	border:1px solid #243628;
	-moz-box-shadow: 3px 4px 2px #102902;
	-webkit-box-shadow: 3px 4px 2px #102902;
	box-shadow: 3px 4px 2px #102902;
	width:100%;
	height:170px;
}

.ctd_update{
	border-spacing:0 15px;
	font-family:Optima;
	width:100%;
}


