#wrapper {	
	width: 100%;
	min-width: 800px;
	height: 100%;
	/*background-color: red;
	border: 1px solid black;*/
}
.login {
	height: 30px;
	width: 150px;
}

.smallBox {
	font-size: 1em;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 3px ridge #707070;
	margin: 5px;
	background: #3385AD;
	padding: 15px 20px 15px 20px;
	opacity:    1.00;
	text-align: left;
}
.smallBox select {
	width: 150px;
	height: 30px;
}
.smallBox a {
    color: #000000;
}

.adminTable {
	font-size: 1em;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 3px ridge #707070;
	width: 90%;
	padding: 5px 20px 5px 20px;
	background: #3385AD;
	opacity:    1.00;
	text-align: left;
}

.loginForm {
	font-size: 1.2em;
	margin: 150px;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 3px ridge #707070;
	width: 500px;
	padding: 20px;
	background: #3385AD;
	opacity:    2.00;
}

.loginTable {
	font-size: 1.2em;
	margin: 150px;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 3px ridge #707070;
	width: 80%;
	padding: 20px;
	background: #3385AD;
	opacity:    2.00;
}

	.loginTable h2 {
		text-align: center;
	}
	.loginTable input, .loginTable select {
		margin: 5px;
		width: 100%;
	}
	.loginTable td {
		vertical-align: middle;
	}
	.loginLink {
		font-size: 0.75em;
	}

.label {
	border: 0px;
	width: 300px;
	height: 80px;
}
.label2 {
	border: 0px;
}

#overlay  {
	background: #B2E0F0; 
	width:      100%;
	height:     100%; 
	z-index:    10;
	top:        0; 
	left:       0; 
	position:   fixed; 
	display: 	block;
}

.menu {
	float: left;
	width: 23%;
	min-width: 275px;
	overflow-y: scroll;
	direction: rtl;
}

.contentBox {
	display: block;
	text-align: center;
	float: right;
	max-width: 71%;
	min-width: 71%;
	width: 71%;
	min-width: 450px;
	height: 100%;
}

.checklistBox {
	display: none;
}
.heading, #heading {
	width: 97%;
	margin: 0px 1px 0px 1px;
	min-width: 165px;
	border: 1px solid black;
	border-radius: 5px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	background: #1D1B63;
	color: white;
}
.subHeading {
	width: 97%;
	margin: 0px 1px 0px 1px;
	min-width: 165px;
	border: 1px solid black;
	border-radius: 5px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: rgb(85,122,224); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(85,122,224,1) 1%, rgba(37,47,188,1) 26%, rgba(58,34,214,1) 79%, rgba(58,55,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(85,122,224,1)), color-stop(26%,rgba(37,47,188,1)), color-stop(79%,rgba(58,34,214,1)), color-stop(100%,rgba(58,55,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(85,122,224,1) 1%,rgba(37,47,188,1) 26%,rgba(58,34,214,1) 79%,rgba(58,55,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(85,122,224,1) 1%,rgba(37,47,188,1) 26%,rgba(58,34,214,1) 79%,rgba(58,55,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(85,122,224,1) 1%,rgba(37,47,188,1) 26%,rgba(58,34,214,1) 79%,rgba(58,55,214,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(85,122,224,1) 1%,rgba(37,47,188,1) 26%,rgba(58,34,214,1) 79%,rgba(58,55,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#557ae0', endColorstr='#3a37d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.subHeading:hover {
	background: #35519C;
}
#endOfDay {
	width: 97%;
	margin: 0px 1px 0px 1px;
	min-width: 165px;
	border: 1px solid black;
	border-radius: 5px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: rgb(212,0,0); /* Old browsers */
}
#endOfDay:hover {
	background: rgb(128,0,0);
}
.button {
	width: 90%;
	margin: 0px 4% 0px 4%;
	padding: 0px 0px 0px 5px;
	min-width: 165px;
	border: 1px solid black;
	border-radius: 5px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
	background: rgb(109,179,242); /* Old browsers */
}
.button:hover {
	background: #0A6CC1;
}
.emailTable {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
.callTable {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	width: 650px;
}
.emailCell {
    border: 1px solid #000;
    padding:3px;
}
.invisableTable {
    border:0px solid #CCC;
    border-collapse:collapse;
}
.invisableCell {
    border:none;
    padding:15px;
}
A {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: navy;}

.paddedTable td {
	padding: 0px 3px 0px 3px;
}
.btn {
	  background: #9db0bd;
	  background-image: -webkit-linear-gradient(top, #9db0bd, #24597a);
	  background-image: -moz-linear-gradient(top, #9db0bd, #24597a);
	  background-image: -ms-linear-gradient(top, #9db0bd, #24597a);
	  background-image: -o-linear-gradient(top, #9db0bd, #24597a);
	  background-image: linear-gradient(to bottom, #9db0bd, #24597a);
	  -webkit-border-radius: 10;
	  -moz-border-radius: 10;
	  border-radius: 10px;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 20px;
	  padding: 10px 20px 10px 20px;
	  border: solid #4d6675 2px;
	  text-decoration: none;
}

.btn:hover {
	  background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none;
}
