/* Delete warning Pop up */
#delete_item1 {background:#fff; width:350px; position:absolute; left:50%; top:330px; margin-left:-175px; z-index:101;}
#delete_item2 {background:#fff; width:350px; position:absolute; left:50%; top:680px; margin-left:-175px; z-index:101;}
#delete_item1 .close, #delete_item2 .close{float:right; margin-top:-55px; cursor:pointer;}
#delete_item1 .specialContainer, #delete_item2 .specialContainer {padding:20px; border:solid 1px #cccea6;}
#delete_item1 h2, #delete_item2 h2{font-size:18px; font-weight:bold; padding:0 0 10px 10px;}
#delete_item1 a.yes, #delete_item2 a.yes{color:#8d011c; text-decoration:underline; margin-left:10px; background:url(../images/green_tick.gif) no-repeat left top; padding-left:15px}
#delete_item1 a:hover.yes, #delete_item2 a:hover.yes{text-decoration:none; }
#delete_item1 a.no, #delete_item2 a.no{color:#8d011c; text-decoration:underline; margin-left:10px; background:url(../images/red_x.gif) no-repeat left top; padding-left:15px}
#delete_item1 a:hover.no, #delete_item2 a:hover.no{text-decoration:none; }
/* Error messages Pop up */
#errorMsg {background:#fff; width:700px; position:absolute; left:50%; top:400px; margin-left:-350px; z-index:200;  height:auto;}
#errorMsg_inline {background:#fff; width:700px; height:auto; margin-left:40px; float:left;}
body#login #errorMsg_inline {margin:65px 0 -45px 40px;}
#errorMsg .close, #errorMsg_inline .close{float:right; margin-top:-45px; cursor:pointer;}
#errorMsg .errorMsgContainer, #errorMsg_inline .errorMsgContainer {padding:20px 40px 20px 40px; border:solid 1px #cccea6; height:auto;}
#errorMsg h2, #errorMsg_inline h2{font-size:14px; font-weight:bold; padding:0 0 10px 0px;}
#errorMsg h2 img, #errorMsg_inline h2 img{float:left; margin-right:10px;}
#errorMsg li, #errorMsg_inline li{padding:5px 40px;}
#errorMsg a, #errorMsg_inline a{color:#8d011c; text-decoration:none;}
/*New edit Pop UP*/
#editPop1 {background:#fff; width:645px; border:1px solid #d3cdab; height:325px; padding:15px; position:absolute; left:50%; top:300px; margin-left:-325px; z-index:100;}
#editPop2 {background:#fff; width:645px; border:1px solid #d3cdab; height:325px; padding:15px; position:absolute; left:50%; top:650px; margin-left:-325px; z-index:100;}
#editPop1 .close, #editPop2 .close{float:right; margin-top:-30px; cursor:pointer;}
#editPop1 h2, #editPop2 h2{font-size:18px; font-weight:bold; padding:0 0 10px 0;}
#editPop1 h2 span, #editPop2 h2 span{color:#4c7411;}
#editPop1 h2 a, #editPop2 h2 a{color:#8d011c; font-size:11px; margin-left:10px;}
#editPop1 .leftContent, #editPop2 .leftContent{float:left; width:315px; height:250px; margin:25px 0 0 0; border-right:1px solid #c46608;}
#editPop1 p, #editPop2 p{margin:15px 0 20px 0;}
#editPop1 p label, #editPop2 p label{font-weight:bold;}
#editPop1 input, #editPop2 input{background:#f7efe5; border-top:1px solid #e4e2de; border-left:1px solid #e4e2de; font-size:11px; width:50px; height:14px; margin:0 10px 0 5px;}
#editPop1 p span.measureField, #editPop2 p span.measureField{color:#000033; font-size:9px; font-weight:normal;}
#editPop1 span.dailyAmount, #editPop2 span.dailyAmount {font-size:10px; margin:5px 0 0 3px; width:292px; text-align:center; display:block; clear:both; float:left;}
#editPop1 h3, #editPop2 h3{padding:0; color:#4c7411; width:291px; font-weight:bold; text-align:center; margin:30px 0 10px 0;}
#editPop1 h4, #editPop2 h4 {font-size:18px; float:left; display:inline; clear:both; width:292px; margin-top:15px; color:#4c7411; text-align:center;}
#editPop1 table.amounts, #editPop2 table.amounts{margin-left:20px; display:inline;}
#editPop1 .btn, #editPop2 .btn{width:auto; height:auto; float:right; margin:12px 35px 0 0;}
#editPop1 .rightContent, #editPop2 .rightContent{float:right; width:300px; margin:25px 0 0 0; display:inline;}
#editPop1 .tab, #editPop2 .tab{float:right;}
#editPop1 .boxFav, #editPop2 .boxFav{background:#ffdfae; margin-top:1px; padding:5px; float:right; width:290px;}
#editPop1 .boxFav input, #editPop2 .boxFav input{width:13px; height:13px; margin:0 0 0 5px;}
.boxFav .boxUsual{background:#fef6ea; width:275px; padding:5px 5px 5px 10px; height:130px;}
#editPop1 .boxFav p, #editPop2 .boxFav p{margin:5px 0 10px 0;}
#editPop1 .boxUsual h2, #editPop2 .boxUsual h2{display:solid; background:#ffaf35; font-size:11px; padding:3px 5px 3px 5px; color:#fff; font-weight:bold; }
#editPop1 .boxUsual div.weekDays, #editPop2 .boxUsual div.weekDays{width:252px; margin:3px 0 5px 0; padding:0px; font-size:10px; font-weight:bold; border:3px solid #FFF; float:left;}
#editPop1 .boxUsual div.weekDays h2, #editPop2 .boxUsual div.weekDays h2{background:#aa5f0c;}
#editPop1 .boxUsual div.weekDays li, #editPop2 .boxUsual div.weekDays li{float:left; width:28px; background:#f4ddc4; padding:1px 3px; text-align:center; border:1px solid #FFF;}
#editPop1 .boxUsual div.weekDays li input, .editPop2 #boxUsual div.weekDays li input{width:14px;}
#editPop1 .rightContent .btn, #editPop2 .rightContent .btn{width:auto; height:auto; float:right; margin:14px 0 0 20px;}
