* {
	margin:0;
	padding:0;
}
body {
	background:#FFB6C1;
}

#notice {
	background: url("../images/notice.png") repeat-x top left;
	height: 38px;
	padding: 8px 0 0 0;
	text-align:center;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e34848;
	font-weight:600;
}

#app-box {
	width:800px;
	height:600px;
	background:url("../images/appbgg.png") no-repeat left top;
	
	margin:50px auto;

}
#app-name {
	margin-left:150px;
	font-size:16pt;

}
#header {
	padding: 13px 0 0 20px;
	font-size: 13px;
	margin-right: 40px;
}

#header img {
	width : 78px;
	height : 38px;
	border : none;
	color : transparent;
	position:relative;
	float:right;
}

#sidebar {
	padding: 20px 0 0 20px;
	float:left;
	width: 210px;
}

#sidebar h3 {
	color: #2C2B2B;
	font-size: 1.25em;
	margin-bottom: 10px;
	text-align:center;
}
#sidebar li {
	list-style: none;
}
#sidebar a {
 cursor: pointer;
 line-height: 20px;
 text-indent: 10px;                   
 text-decoration:underline;
 color: #0F8C8C;
}

#sidebar a:hover {
	text-decoration: none;
}


#workspace {
	padding: 20px 0 10px 20px;
	float:left;
	width: 520px;
	height:500px;
	overflow-y:auto;
}
#workspace img {
	width: 100px;
	height: 100px;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#workspace li {
	list-style: none;
}

#home {
	width: 240px;
	height: 400px;
	float:left;	
	margin-left: 15px;
	font-size:15px;
}
.homeimg {
	width:120px;
	height:120px;
	
}
#home ul {
	margin-top:25px;
}
#home li:nth-child(even) a {
	color:black;
	text-decoration:underline;
}
#home li:nth-child(even) a:hover {
	text-decoration:none;
}
#home li:nth-child(odd) a {
	color:#646464;
	text-decoration:underline;
}
#home li:nth-child(odd) a:hover {
	text-decoration:none;
}
#home li:first-child {
	font-size:17px;
	margin-bottom:5px;
	text-align:center;
	color:#FFF;
	background-color:#646464;
	padding:2px;
}


#login-box {
	width:376px;
	height: 255px;
	background: url("../images/formbg.png") no-repeat left top;
	position : relative;
	left : 50%;
	margin-left : -188px;
	margin-top : 175px;
}
#login-heading {
	text-align: center;
	font-size: 18px;
	padding: 20px 0 0 0;
	font-weight:bold;
}

#login-form {
	text-align: center;
	padding: 40px 0 0 0;
}

#login-form form input[type=submit] {
	background : url("../images/btn.png") no-repeat center center;
	width : 78px;
	height :38px;
	border : none;
	color : transparent;
}
/*
#login-form form input[type=submit]:hover {
	background : url("../images/btnh.png") no-repeat center center;
}
#login-form form input[type=submit]:active {
	background : url("../images/btna.png") no-repeat center center;
}
*/
.form-login  {
	width: 210px;
	padding: 6px 4px 6px 3px;
	border: 1px solid #0d2c52;
	font-size: 14px;
	margin-top: 10px;
}

table {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
table td, th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
table th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
table td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

a.btn {
	text-decoration:none;
}

#workspace input[type=password] {
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:4px 0 0 10px;
}

#workspace input[type=text] {
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:150px;
margin:4px 0 0 10px;
}

#workspace input[type=submit], input[type=button] {
margin:5px 0 0 10px;
width:125px;
height:30px;
text-align:center;
line-height:31px;
font-size:11px;
font-weight:bold;
}

#workspace h4 {
	color: #2C2B2B;
	font-size: 1.15em;
	margin-bottom: 20px;
	text-align:center;
}

input[readonly=true] {
	background-color: #CCC; 
}

#workspace button {
	box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	background-color:#EEE;
	border-radius:0;
	border:1px solid #999;
	color:#666;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:30px;
	margin:10px 0 0 5px;
	
}
#workspace select {
	border-radius:0;
	border:1px solid #999;
	color:#666;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Sans-serif;
	font-size:11px;
	font-weight:700;
	padding:2px 2px 0 6px;
	margin:10px 0 0 5px;
	height:30px;
}
label {
	border:2px solid;
	padding:2px 10px;
}

br.clearfix {
	clear: both;
}
#workspace input[type=date] {
padding:2px 6px;
border:solid 1px #aacfe4;
padding:2px 6px;
height:20px;
margin:10px 0 0 5px;
width:150px;
border:2px solid red;
}