#wpshell {
	border:0px solid #000000;
	background-color:#000000;
	color:#000000;
	margin: 0;
	padding: 0;
	width:100%;
	font: tahoma;
	FONT-SIZE: 12px;
}

#logo {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
}
#login {
	float: right;
	margin: 0 5px;
}

#wpshell h1 {
	line-height: 37px;
	FONT-SIZE: 24px;
}


#adminheader, #wpheader{
	border: 0;
	padding-left: 3px;
	height: 22px;
	width: 100%;
	color: white;
	text-align: left;
}
	#adminheader{
		background-color:#081bcb;
		border-bottom: 2px solid #8caae6;
	}
	#wpheader{
		background-color:#128be7;
		border-bottom: 0;
	}

.wp, #container {
	border:3px solid #128be7;
	background-color:#d3d3d3;
	max-width: 1000px;
	overflow: hidden;
	position: relative;
}

#bluepane {
	background-color:#128be7;
	margin: 0 0 0 0;
	padding: 0 3px 3px 0px;
	float: left;
	height: 100%;
	width: 100%;
}

#priNAV {
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	border:1px solid #081BCB;
}


#priNAV ul {
	list-style: none;
	overflow: auto;
}

#priNAV ul li {
	float: left;
}

#priNAV ul li a {
	line-height: 23px;
	padding: 0px 3px 0px 3px;
	line-height: 27px;
	color: #0021a5;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}

#priNAV ul li a:hover {
	color: #ffffff;
	font-size: 12px;
	background-color:#003CA5; 
}

#priNAV a:link, a:visited {
	color: #0021a5;
}

#selectjob{
	padding: 4px;
	margin: 2px;
	border: 1px solid #000000;
	width: 550px;
}

    
#workdays {
	display: inline-block;
	border:1px solid #081BCB;
	border-color: #081BCB;
	margin:5px;
	padding:7px;
	border-radius: 5px;
	background-color: #4faaff;

}      

.workday {
	border: 1px solid red;
	color: red;
	width: 85px;
	height: 90px;
	font-size: 8pt;
	background-color: #ffffff;
	padding: 5px 10px 5px;
}

#workdays ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#workdays li {
	float: left;
	margin: 0;
	padding: 0;
}

#workdays ul li a {
	color: #777;
	display: block;
	
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 8pt;
}

#workdays ul li strong {
	color: #7777;
}

#workdays ul li a:hover {
	background-color:#ede8cc;
	color: #000000;
	text-decoration: none;
}

.D {
	font-weight: 800;
	FONT-SIZE: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: red;
}

.d {
	font: bold;
	font-weight: 500;
	FONT-SIZE: 16pt;
	text-decoration: none;
	color: red;
}
.M {
	font-weight: 600;
	FONT-SIZE: 7pt;
	text-transform: uppercase;
	text-decoration: none;
	color: red;
}




.selected
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Geneva, san-serif;
    BACKGROUND-COLOR: #ff0000;
    TEXT-DECORATION: none
}



.delete
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #0000ff;
    FONT-FAMILY: Verdana, Arial, Geneva, san-serif;
    TEXT-DECORATION: none
}

.complete
{
    FONT-WEIGHT: bold;
    COLOR: #660066;
}
.incomplete
{
    FONT-WEIGHT: normal;
    COLOR: #ff0000;
}

#wpform {
	border:2px solid #245edb;
	background-color:#ffffff;
	margin: 35px 2px 2px 2px;
	padding:0px;
	max-width: 760px;
	align-self:left;
	float: none;
}

.sh {
    float: right;
	background-color:#FF0000;
	margin: 1px;
	margin-right: 3px;
	padding: 0px;
	width:17px;
	border-radius: 3px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}

.close {
    float: right;
	background-color:#FF0000;
	margin: 1px;
	margin-right: 3px;
	padding: 0px;
	width:17px;
	border-radius: 3px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}


#debug {
	display: none;
	position: absolute;
	right: 3px;
	top: 32px;
	width: 127px;
	background-color: #D3D3D3;
	border: 2px solid #006699;
	FONT-SIZE: 8pt;
}

/* Tablet */
@media screen and (min-width: 768px) {

	#debug {
		display: inline;
	}

}


/* PC */
@media screen and (min-width: 1000px) {

	#debug {
		display: block;
	}
	#bluepane {
		padding: 0 3px 11px 0px;
		width: 135px;
		height: 100%;
	}
	#priNAV {
		width: 130px;
		padding: 2px 0px 0px 2px;
		margin: 0px 0px 0px 0px;
	}
	#priNAV ul {
		overflow: hidden;
	}
	#priNAV ul li{
		float: none;
	}

	#priNAV ul li a {
		display: block;
		width: 100%;
		line-height: 27px;
	}
	#wpform{
		margin: 2px 0 2px 140px;
	}



}