/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#FF6600;
	text-decoration:none;
	font-size:1.2em;
}
a:hover {
	text-decoration:underline;
}
p {
	font-size:1.2em;
	line-height:1.2em;
}
/* Reset ends here */

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#CFCFCF;
}
#header {
	background:#FAFD86;
	width:98%;
	padding:10px 1%;
	float:left;
	border-bottom:2px solid #FF6600;
	position:relative;
	z-index:3;
}
#header img {width:180px;}
#header h1 {
	float:left;
}
#userInfo {
	float:right;
	width:550px;
	border-radius:5px;
	color:#333333;
}
#userInfo img {
	float:left;
	margin-right:8px;
}
#userInfo p span.value {
	color: #ff6600;
}
#userInfo p {
	float:left;
	margin:5px 10px 0 0;
}
#setting img {
	width:30px;
	height:30px;
}
#logout {
	position:absolute;
	right:5px;
	top:5px;
}
#mainList {
	background:#FBFBFB;
  border: 1px solid red;
  clear: both;
  left: 3%;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  top: 71px;
  width: 92%;
	border-radius:0 0 15px 15px;
	height:500px;
	z-index:2;
}
#mainList h2 {
	font-size:1.8em;
	text-transform:uppercase;
	float:left;
	margin-bottom:10px;
	color:#FF6600;
}
#mainList ul {
	clear:both;
	margin-bottom:20px;
}
#mainList ul a {
	display: block;
  margin-bottom: 5px;
	background:url(../images/arrow.gif) left 4px no-repeat;
	padding-left:7px;
}
#mainList ul p {
	margin-bottom:10px;
}
#slider {
	background: url(../images/slider_arrow_up.gif) no-repeat scroll 29px 14px #FF6600;
    border: 1px solid red;
    border-radius: 0 0 10px 10px;
    bottom: -33px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    height: 31px;
    left: 47%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 70px;
}
.down {
	background: url(../images/slider_arrow_down.gif) no-repeat scroll 29px 14px #FF6600 !important;
}
/*Login*/
#login {
	background: url(../images/dollar_time.png) no-repeat scroll 276px 0 #FBFBFB;
    border: 1px solid #FF6600;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    height: 100px;
    left: 35%;
    padding: 40px 20px;
    position: absolute;
    top: -200px;
    width: 400px;
}
#login h2 {
	 background: url(../images/user_id.png) no-repeat scroll left top transparent;
   color: #FF6600;
    font-size: 2.5em;
    height: 64px;
    left: -9px;
    padding-left: 61px;
    padding-top: 24px;
    position: absolute;
    text-transform: uppercase;
    top: -50px;
}
#login label {
	color: #FF6600;
    display: inline-block;
    font-size: 1.4em;
    margin-bottom: 24px;
    margin-right: 20px;
    width: 65px;
		font-weight:bold;
}
#login input {
	border: 1px solid #FF6600;
  border-radius: 3px 3px 3px 3px;
  color: green;
  padding: 5px;
  width: 165px;
	background:#f9e9df;
}
#login .loginBtn {
	background: none repeat scroll 0 0 #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 88px;
    padding: 5px 14px;
    width: auto;
		margin-right:10px;
}
#login .loginBtn:hover {
	text-decoration:underline;
	cursor:pointer;
}
#login .error {
	background: #FF6600;
    color: #FFFFFF;
    font-size: 1.4em;
    left: 107px;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
}
#login .loginHelp {
	 background:#FBFBFB;
    border-radius: 10px;
    margin-left: -15px;
    padding: 10px;
    width: 410px;
		border:1px solid #FF6600;
		display:none;
		position:relative;
		top:40px;
}
#login .loginHelp p {
	color:green;
	margin-bottom:10px;
}
#login .loginHelp p span {
	color:#FF6600;
}
/* content */ 
#content{
	clear:both;
	width:95%;
	border:2px solid #AAADB1;
	float:left;
	margin:40px 2%;
	background:#FBFBFB;
	border-radius:10px;
	position:relative;
	padding-bottom: 20px;
}
.buttonControls {
	position: absolute;
    right: 5px;
    top: 22px;
}
.buttonControls ul li {
	display:inline-block;
	float:left;
	margin-right:5px;
}
.buttonControls a {
	background: #704528;
		border-top:none;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 5px;
    text-align: center;
}
.buttonControls a:hover {
	background:#FF6600;
	color:#fff;
}
.entryTime {
	width:98%;
	padding:10px 1%;
	background:#FDF9E8;
	border-radius:10px 10px 0 0;
	border-bottom:1px solid #FDB928;
	margin-bottom:10px;
}
.entryTime label {
	color:#FF6600;
	font-size:1.3em;
	margin-right:10px;
}
.entryTime select {
	border:1px solid #FF6600;
	color: green;
    font-size: 1.2em;
    margin-right: 20px;
    padding: 5px 5px 5px 0;
    width: 194px;
}
.entryTime input {
	border:1px solid #FF6600;
	padding:5px;
	color:green;
	width: 170px;
	font-size:1.2em;
}
.dataTable {
	width:98%;
	margin:0 auto;
}
.dataTable table th {
	background:#EABF69;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	border:1px solid;
	font-size:1.3em;
}
.dataTable table tr {
	background:#FDF9E8;
}
.dataTable table tr.odd{
	background:#fff;
}
.dataTable table td {
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	border:1px solid;
	font-size:1.2em;
}
.dataTable table td input {
	width:80%;
	border:1px solid #FF6600;
	padding:2px;
	color:green;
}
.dataTable table td select {
	width:80%;
	border:1px solid #FF6600;
	padding:2px;
	color:green;
}
#popup {
	position:absolute;
	height:100%;
	width:100%;
	z-index:4;
	background:url(../images/popup_bg.png);
	display:none;
}
.popupContent {
		border: 1px solid;
    height: 450px;
    margin:50px auto;
    width: 50%;
		background:#FBFBFB;
		border-radius:10px;
		padding:20px;
		position:relative;
}
.popupContent label {
	color:#FF6600;
	font-size:1.4em;
	margin-right:20px;
}
.popupContent .searchInput {
	border:1px solid #FF6600;
	padding:3px;
	margin-right:10px;
	position:relative;
	top:-10px;
	color:green;
}
.popupContent .search {
	background:#FF6600;
	border:none;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	position:relative;
	top:-10px;	
}
.popupContent .search:hover {
	text-decoration:underline;
	cursor:pointer;
}
.popupContent .projects {
	height:350px;
	overflow: auto;
}
.popupContent table {
	margin-top:15px;
}
.popupContent table th {
	background:#EABF69;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	border:1px solid;
	font-size:1.3em;
}
.popupContent table tr {
	background:#FDF9E8;
}
.popupContent table tr.odd{
	background:#fff;
}
.popupContent table td {
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	border:1px solid;
	font-size:1.2em;
}
.popupContent .closeLink {
	background:#FF6600;
	color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 50px;
}
.popupContent #close {
	background:url(../images/close.png) no-repeat;
	height: 33px;
    position: absolute;
    right: -16px;
    top: -14px;
    width: 33px;
}

.content {
	float: left;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color:green;
    background:#FDF5CE;
    width:96%;
	padding:1%;
	margin:0 auto 20px;;
	border-radius:5px;
}