@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #004242;
	/*
	color: #000000; 
	*/
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 3px solid #000; Black*/
	border-bottom: 3px solid #000;
	border-top: none;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF; /*#ECECFF /*#CCE6E6; teal  #AABFAA; light green /#FFDFAA; tan */
} 
.twoColFixLtHdr #header { 
	background: #000; 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 2px solid #000;
} 
.twoColFixLtHdr #header h1 {
	/*margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #DFF1FE;
	background-image: url(../images/sidebar1.jpg);
}
.twoColFixLtHdr #navbartop { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 100px;
}
.twoColFixLtHdr #mainContent { 
	margin: 50px 20px 20px 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/* From Calendar html 
#pageContainer .MasterDetail #calHeader {
	float: right;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}*/
 .twoColFixLtHdr  #calHeader {
	float: right;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}  
.twoColFixLtHdr #footer {
	padding: 0 5px 0 10px;
	background-color: #9CA9B1;/*#FF9900;/*#C60; light brown */
	font-size:10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 15px 15px 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rounded { display:block;} /* Box with rounded corners */
                .round1, .round2, .round3, .round4 {display:block; overflow:hidden;}
                .round1, .round2, .round3 {height:1px;}
                .round2, .round3, .round4 {background:#F6F6F6; border-left:1px solid #C31919; border-right:1px solid #C31919;}
                .round1 {margin:0 4px; background:#C31919;}
                .round2 {margin:0 2px; border-width: 2px;}
                .round3 {margin:0 1px;}
                .round4 {margin:0px;}
                .roundedcontent {display:block; background:#F6F6F6; border:0 solid #C31919; border-width:0 1px;
}
.tbox h1, .tbox h1 { /* Box with title bar */
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.tbox p, .tbox p {
margin:0; 
padding:5px 10px; 
font-size:11px;
}
.tbox {
background: transparent; 
/*float:left; */
width:145px; 
margin:0 3px;
}
.xtop, .xbottom {
display:block;
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#CCFEBF; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
background-color:#CCFEBF;

}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#c9ba65;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
			
.tbox1 h1, .tbox1 h1 { /* large tbox */
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.tbox2 h1, .tbox2 h1 { /* large tbox */
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.tbox1 p, .tbox1 p { /* change font size in box */
margin:0; 
padding:5px 10px; 
font-size:12px;
}
.tbox2 p, .tbox2 p { /* change font size in box */
margin:0; 
padding:5px 10px; 
font-size:12px;
}
.tbox1 { /* Control width of box */
background: transparent; 
/*float:right; */
width:400px;
margin:0 3px;
}
.tbox2 { /* Control width of box */
background: transparent; 
/*float:right; */
width:650px;
margin:0 3px;
}
.tbltop, .tblbottom {
display:block;
background:transparent; 
font-size:1px;

}
.tbl1, .tbl2, .tbl3, .tbl4 {
display:block; 
overflow:hidden;

}
.tbl1, .tbl2, .tbl3 {
height:1px;

}
.tbl2, .tbl3, .tbl4 {/* Change bg color */
background:#FEE680; 
border-left:1px solid #444;
border-right:1px solid #444;

}
.tbl1 {
margin:0 5px; 
background:#444;

}
.tbl2 {
margin:0 3px;
border-width:0 2px;

}
.tbl3 {
margin:0 2px;

}
.tbl4 {
height:2px; 
margin:0 1px;

}
.tbox1content {/* Change bg color */
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
background-color:#FEE680;
}
.tbox2content {/* Change bg color */
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
background-color: #FEE680/*#2ABF55;*/
}
* html .tbox1content {
height:1px;
}
* html .tbox2content {
height:1px;
}
.color_a1 {
background:#B20000;
color:#fff;

}
.color_b1 {
background:#00CC00; 
color:#000;

}
.color_c1 {
background:#FF9900; 
color:#fff;

}
.color_d1 {
background:#80C8FE; 
color:#000;
}
.color_e1 {
background: #2ABF55;/*#BEF4D8; light green*/
color:#000;
}
 .centeredImage{/* Center Images */
    text-align:center;
}