/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Undisclosed
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20120130
*/

* {
	margin: 0;
	padding: 0;
	outline:none;
}

a {
	text-decoration: none;
	color: #0B1E58;
}

a:hover {
	text-decoration: none;
	color: #000;

}

body {
	line-height: 1.75em;
	background: #222424 url(images/img01.gif) repeat-x top left;
	color: #C0C1C1;
	font-size: 11.5pt;
}

body,input {
	font-family: Tahoma, sans-serif;
}

.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #FFF;
	font-family: Oswald, sans-serif;
	margin-bottom: 1.25em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
	position: relative;
	top: -10px;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.border {
	padding: 5px;
	border: solid 1px #D6D6D6;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

#content {
	float: left;
	padding: 40px;
	background: #FFF;
	width: 595px;
	color: #4D4D4D;
	min-height: 280px;
}

#content h2, #content h3, #content h4 {
	color: #0F0F0F;
}

#content strong {
	color: #0F0F0F;
}

#footer {
	padding: 70px 0 110px 0;
	text-align: center;
	margin: 0 0 45px 0;
}

#footer a {
	color: #C0C1C1;
}

#header {
	height: 60px;
	position: relative;

}

#logo {
	margin: -20px auto;
	height: 1px;
	line-height: 110px;
	text-align: center;
	position: relative;
}

#logo a {
	color: #FFFFFF;
	text-decoration: none;
}

#logo h1 {
	font-size: 2.8em;
	font-family: Oswald, sans-serif;
}

#menu {
	line-height: 55px;
	position: absolute;
	bottom: 0;
	height: 55px;
	background: #0d205a url(images/img02.jpg) repeat-x top left;
	left: 0;
	font-family: Oswald, sans-serif;
	width: 980px;
	border-top: solid 1px #050c24;
	border-bottom: solid 1px #050c24;
}

#menu a {
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#menu ul {
	width: 980px;
	list-style: none;
	text-align: center;
}

#menu ul li {
	text-align: center;
	padding: 8px 15px 8px 15px;
	margin: 0 5px 0 5px;
	display: inline;
}

#menu ul li:hover{
	background: #060e28;
	border-top: solid 1px #01040a;
	border-bottom: solid 1px #0b1e58;
}
#menu ul li.selected{
	background: #060e28;
	border-top: solid 1px #01040a;
	border-bottom: solid 1px #0b1e58;
}

#page {
	position: relative;
	margin: 0 0 0 0;
	width: 980px;
	padding: 0;
}

#page .section-list {
	padding-left: 0;
	list-style: none;
}

#page .section-list li {
	padding: 25px 0 25px 0;
	clear: both;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: solid 1px #D6D6D6;
}

#page ul li.first {
	border-top: 0;
	padding-top: 0;
}

#post1 {
	overflow: hidden;
	margin: 0 0 30px 0;
}

#post2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#post3 {
	overflow: hidden;
}

#search input.form-submit {
	color: #FFF;
	background: #CD3C3C;
	margin-left: 1em;
	font-family: Oswald, sans-serif;
	border: 0;
	padding: 5px;
}

#search input.form-text {
	padding: 10px;
	border: solid 1px #2C2E2E;
}

#sidebar {
	border-bottom: solid 1px #102424;
	background: #2f394e  url(images/img04.jpg) repeat-y top left;/*313e4c 2f394e */
	width: 225px;
	padding: 40px;
	margin: 0 0 0 675px;
	color: #CAD5D5;
	min-height: 280px;
	font-size: 14px;
	line-height: 20px;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	color: #FFFFFF;
}

#sidebar a {
	color: #fff;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 2em;
}

#sidebar ul li {
	padding: 10px 0 10px 0;
	border-top: solid 1px #050C24;
	border-bottom: solid 1px #060E28;
}

#sidebar ul li.first {
	padding-top: 0;
	border-top: 0;
}

#sidebar ul li.last {
	border-bottom: 0;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 75px auto 0 auto;
}
.textarea{
	width: 400px; 
	height: 150px;
	color: #060e28;
}
.button{
	height: 28px;
	background: #0d205a url(images/img02.jpg) repeat-x top left;
	width: 80px;
	border-bottom: solid 1px #050c24;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 14px;
}

.button:hover {
	color: #ddd;
}

.input{
	width: 400px; 
	color: #060e28;
	height:20px;

}

.calendar {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.calendar td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.calendarHead {
	text-align: center;
	padding: 3px 0px;
	font-size: 13px;
	line-height: 15px;
}

.calendarCell a {
	display: inline-block;
	width: 32px;
	height: 28px;
}

.calendarCell0 {
	background: #d2ffd1;
}

.calendarCell1 {
	background: #d1d6ff;
}

.calendarCell2 {
	background: #ffd1d1;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #002f48;
	background-color: #ddf3ff;
	padding: 4px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; font-size: 15px; color: #333; line-height: normal; }


#calendarLeft {
	float: left;
	width: 100px;
}

#calendarRight {
	float: left;
	width: 793px;
	overflow-x: scroll;
}

.calendarHead {
	height: 45px;
}

.calendarLeftCell {
	height: 28px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
#blackPopupFrame {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor: pointer;
	display: none;
}

.popupWhiteFrame {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #000;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	display: none;
	color: #000;
}

#confirmPopup {
	width: 500px;
	margin-left: -250px;
	margin-top: -80px;
}

#confirmPopup .popupContent {
	text-align: center;
	padding: 30px 0px 30px;
}

.popupClose {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	background: url('images/close.png');
}
.linie30{
	height:30px;
}

.datepicker {
	background: #fff url('images/date-icon.jpg') no-repeat 4px 4px;
	color: #444;
	border: 1px solid #bbb;
	outline: none;
	padding: 2px 0px 2px 23px;
	font-size: 14px;
	cursor: pointer;
	width: 82px !important;
}

.notice {
	text-align: center; 
	background: #e9f3ff; 
	padding: 5px 10px; 
	margin: 10px 50px; 
	border: 1px solid #0a54af; 
	color: #222;
}

.logHidden {
	display: none;
}

.logBody {
	font-size: 13px;
	line-height: 16px;
}

.logHidden {
	padding-top: 5px;
}