/* CSS Document */
/* * {
	margin:0;
	padding:0;
} */
/*  */
	/* color:#FFFFFF; */
	/* font:15px Tahoma, Arial, sans-serif; */
	/*
	position: absolute;
	left: -1px;*/
/* } */
.time_calculator_weekly{
	color: #FFFFFF;
	/* font:15px Tahoma, Arial, sans-serif; */
	/*
	position: absolute;
	left: -1px;*/
}
.time_calculator_weekly ul {
	list-style-type:none;
}
.time_calculator_weekly .wrap {
	width:885px;
	margin:0px auto;
}
.time_calculator_weekly .container {
	background:#0D0D0D url(../images/form_bg.jpg) repeat-x top;
}
.time_calculator_weekly .left {
	background:url(../images/form_bgleft.jpg) repeat-y left;
}
.time_calculator_weekly .right {
	background:url(../images/form_bgright.jpg) repeat-y right;
	padding-left:8px;
	overflow:hidden;
	position: relative;
}
.time_calculator_weekly #msgs {
	color: red;
	position: absolute;
	right: 15px;
	top: 5px;
	display: none;
	font-size: 12px;
	font-weight: bold;
}
.time_calculator_weekly .start {
	margin-top:5px;
}
.time_calculator_weekly .inputbox {
	width:60px;
	height:21px;
	line-height:21px;
}
.time_calculator_weekly .yellow_inputbox {
	border:1px solid #666;
	background:#fff;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.time_calculator_weekly option {
	color: #000;
}
.time_calculator_weekly .selectbox {
	width:48px;
	padding:2px;
	border:1px solid #666;
	background:#fff;
	border-radius:2px;
}
.time_calculator_weekly .lineTarget {
	width: 95%;
	background:url(../images/table-color-bg.png) no-repeat left bottom;
	margin:0 auto 5px;
}
.time_calculator_weekly .lineTarget th span{
	padding:5px;
}
.time_calculator_weekly .lineTarget td {
	line-height: 20px;
}
.time_calculator_weekly .gray_inputbox {
	border:1px solid #fc3;
	background:#666;
	width: 58px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.time_calculator_weekly .listNum {
	background: url(../images/list_bg.gif) no-repeat center top;
	width:27px;
	text-align:center;
	color:#000;
	height:20px;
}
.time_calculator_weekly .totals {
	text-align:left;
	margin:3px 0px;
}
.time_calculator_weekly .enter {
	width:67px;
	height:21px;
	line-height:21px;
}
.time_calculator_weekly .support {
	text-align:center;
	margin-right:5px;
}
.time_calculator_weekly .grand {
	width:21px;
}

.time_calculator_weekly #enter_time {
	margin: 3px 0 0;
	/*width: 290px;
	overflow-y: scroll;*/
}
.time_calculator_weekly a {
	color: #FFF;
	text-decoration: underline;
}

.time_calculator_weekly .rows {
	display: none;
}
.time_calculator_weekly .rows span {
	cursor: pointer;
	display: none;
}

.time_calculator_weekly #msg {
	color: red;
	font: bold 12px  verdana;
}
.time_calculator_weekly #email {
	width: 130px;
	*width: 115px;
}
.time_calculator_weekly #outBox {
	position: relative;
}
.time_calculator_weekly #emailBox {
	position: absolute;
	top: -75px;
	
	right: 5px;
	
	background: #111;
	border: 1px solid #111;
	display: none;
	width: 292px;
	height: 75px;
}
.time_calculator_weekly #emailBox input, #emailBox textarea {
	border: 1px solid #000;
}
.time_calculator_weekly #emailBox textarea {
	width: 200px;
	height: 58px;
	*height: 48px;
}
.time_calculator_weekly .submitSendEmail, .cancelSend {
	font-size: 12px;
}
.time_calculator_weekly .emailButtons {
	text-align:center;
}
/* .time_calculator_weekly #printArea { */
	/*text-align: center;*/
/* } */
.time_calculator_weekly .weekof{
	font-size:12px;
	font-weight:bold;
	margin:15px 5px 10px;
}
.time_calculator_weekly .weekof input{
	width:20px;
	text-align:center;
}
.time_calculator_weekly div.btn{
	background: url(../images/btn-bg.png) no-repeat center top;
	width:98px;
	height:33px;
	line-height:33px;
	text-align:center;
}
.time_calculator_weekly .disemaildiv {
    display: flex;
}
