@import "/modusadm/admin/js/cal/themes/system.css";
@import "/modusadm/admin/js/cal/themes/layouts/small.css";

* {
	margin:0px;
	padding:0px;
}

body {
	font: 85%/1.3 Verdana,Arial,sans-serif;
	background:#ff9900;
	background-image:url('/modustpl/img_business/background_image.gif');
	padding:20px 0 20px 0;
}


#lbcontainer { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.divSolid {
	clear:left;
	text-align: left;
	background-color:#FFF;
	padding:10px;
}
/* body[id=body] .fieldsetSolid {background-color:#ffffff;} ignored by IE, seen by Moz, Opera and Safari. */

.checkbox, .input_text, .submit, a, div, form, iframe, li, select, span, table, td, textarea, ul {
	font-size:1em;
	margin:0px;
	padding:0px;
}

textarea {
	font-size:1.2em;
}

.fieldsetSolid {
	-moz-border-radius:5px;
	background-color:#ffffff;
	border:1px solid #ff0000;
}

.fieldsetSolid legend {
	-moz-border-radius:5px;
	background-color:#ff0000;
	padding:10px 10px 10px 10px;
}

.input_text, .submit, select, textarea {
	background-color:#ffffff;
	border:1px solid #568da9;
	padding:0px 0px 0px 3px;
}

.input_text, select, .submit {
	height:auto;
}

.input_text {
	width:200px;
}

.submit {
	background-color:#dddddd;
	color:#000000;
	font-size:.9em;
	padding:0px;
	width:auto;
}
body[id=body] .submit {padding:1px 2px 1px 2px;} /* ignored by IE, seen by Moz, Opera and Safari. */

.submit:hover {
	color:#0000ff;
}

.submit:visited {
	color:#000000;
}

.submit:visited:hover {
	color:#0000ff;
}
p{margin-top:0;}
h1, h2, h3{
	font:normal normal 200% "Trebuchet MS",Arial,sans-serif;
}
h2{font-size:160%;}
h3{font-size:120%;}

table.nav {
width:580px; background:#ffffff; background-image:url('/modustpl/img_business/nav_background.gif');padding: 0px; border:0px; margin:0px;}

td.nav {
	color:#ffffff; font-size:.9em; text-align: center; padding: 5px 0px 5px 0px; margin: 0px; border:0px; margin:0px;}

div#header h1{padding: 30px 0 10px;color:#000000;}
div#container{width:780px;margin:0 auto 10px;padding:0px; text-align:left;background:#FFF; border: 1px solid #666666;}
div#content{clear:left; float:left;display:inline;width:580px;background:#FFF; padding:0px}
div#content h2{margin: 10px 0;color: #007BC4}
div#content p{margin: 10px 0;color: #000000; padding:0 10px 0 10px;}

div#side{float:right;display:inline;width: 200px; margin:0}

div#footer{clear:both;width:780px;margin:0;padding: 0px;
    background: #586695;color: #FFF;text-align:center}
div#footer p{margin:0}


img {
	border:0px;
	display:block;
}

.fineprint {
	font-size:80%;
}

.doc {
	color:#c1e1ec;
	text-decoration:underline;
}

.doc:link {
	color:#c1e1ec;
	text-decoration:underline;
}

.doc:hover {
	color:#ffffff;
	text-decoration:underline;
}

.calendar {
	z-index:999;
}
