/* CSS Document */
a {
color:#FFCC66;
	text-decoration:none;
	}

#container{
	width:100%;
background-color:#006732;
	height:auto;
}

#top_left_corner{
width:195px;
height:150px;
float:left;

}

#header{
width:595px;
height:150px;
float:left;

}




#left_column{
width:195px;

float:left;


}



#center_column{
max-width:60%;
float:left;
background-color:#FFFFFF;
padding:7px;


}

#footer{
width:790px;
height:150px;

}



.clear{
clear:both;

}

#address{
color:#FFCC66;
float:right;
margin:7px;

}

/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */



#nav {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	

	background:#006732;
	margin-bottom: 5px;
	
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border:solid 1px #006732; 
}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	font-size:12px;
	float: left;
}
#nav li  a:hover{
	
	color:#FFCC66;
	margin:0px;
	display:block;
}


/*Drop down menu tags*/

#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
	
}

#nav li ul li {
	width:119px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal;
	border-bottom: 1px solid #609;
	clear:left;
	padding: 3px;
	background: #fff;
}

#nav li ul li a {
	color:#000000;
	background-color:#fff;
	display:block;
	}


#nav li ul li a:hover{
	color: #609;
	background-color:#FFCC66;
	margin:0px;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*End Drop down menu tags*/



.vertMenu ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0 3px 0 3px;
	border-top: solid #b4b4b4 1px;
	}

.vertMenu li {
	text-align: center;
	font-weight:bold;
	list-style: none;
	padding: 3px 0 3px 0;
	margin:0px;
	display:block;
	border-bottom: solid #b4b4b4 1px;
	}

.vertMenu li a:link {
	color: #fff;
	text-decoration: none;
	margin:0px;
	display:block;
	}
	
.vertMenu li a:visited {
	color: #fff;
	text-decoration: none;
	margin:0px;
	display:block;
	}

.vertMenu li a:hover {
	color: #fff;
	background-color:#FFCC66;
	margin:0px;
	display:block;
	}
	
.taskBox{

border:solid 1px;
padding:5px;
margin:5px;


}

#dummy{



}
.clear{
clear:both;
}


#error_box{
font-size:14px;
color:#FF0000;
margin:6px;
}

#login{
float:right;
text-decoration:none;
}

#login a:visited{

text-decoration:none;
}

#add_shift{
border:solid 1px #000000;
padding:10px;
}

#show_shifts{
margin-top:25px;
border:solid 1px #000000;
padding:10px

}

.border_padded{
border:solid 1px;
margin:3px;
padding:7px;

}

/*date picker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/newsite/skin/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}
table.jCalendar {
	background: #fff;
    border-collapse: separate;
}
table.jCalendar th {
	background: #0099FF;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #A4CFFF;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #84BEFF;
	color: #aaa;
}
table.jCalendar td.today {
	background: #0099FF;
	color: #fff;
    font-weight:bold;
}
table.jCalendar td.selected {
	background: #FF9966;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #FFFFBF;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #FFFFBF;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #ccc;
	color: #888;
}

/* For the popup */
div.dp-popup {
	position: relative;
	background-color: #A4CFFF;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	background-color: #A4CFFF;
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* end date picker*/


.textbox{
	width:400px;
	height:300px;
}

.round_box_container{

}

.round_box_header{
background: #535353 url(/newsite/skin/images/t.png) bottom repeat-x;height:10px;
margin:0px;
padding:0px
}

.round_box_top_left{
float:left; width:10px; height:10px; background: #535353 url('/newsite/skin/images/tl.png') no-repeat;
margin:0px;
padding:0px;

}

.round_box_right{
float:right; width:10px; height:10px; background: #535353 url('/newsite/skin/images/tr.png') no-repeat;
margin:0px;
padding:0px;

}

.round_box_content{
border-left:1px solid #535353; border-right:1px solid #535353;
margin:0px;
padding:10px;
}

.round_box_footer{
background: #535353 url(/newsite/skin/images/b.png) bottom repeat-x; height:10px;
margin:0px;
padding:0px;

}

.round_box_bottom_left{
float:left; width:10px; height:10px; background: #535353 url('/newsite/skin/images/bl.png') no-repeat;
margin:0px;
padding:0px;
}

.round_box_bottom_right{
	float:right; width:10px; height:10px; background: #535353 url('/newsite/skin/images/br.png') no-repeat;
	margin:0px;
padding:0px;
}

textarea{
	width:400px;
	height:200px;
}

.small_textarea{
	width:400px;
	height:100px;
}



