
#calendar-wrapper {
	background: #d4e1f2;
	border: 1px solid	 #dfdfdf;
	overflow: hidden;
	padding: 2px;
}

#calendar-wrapper #calendar-header {
	color: #9c9c9c;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	text-align: left;
}
input{
	font-size: 11px;
	color: dimgray;	
}

#calendar-header a,
#calendar-header a:link,
#calendar-header a:visited {
	text-decoration: none;
}

#calendar-wrapper #calendar-controls {
	color: #555555;
	padding: 3px;
	text-align: left;
}

#calendar-wrapper #calendar-days {
	color: #ccc;
}

#calendar-wrapper .calendar-day-of-week {
	color: #1f4a82;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	text-transform: lowercase;
}

#calendar-wrapper .calendar-day a,
#calendar-wrapper .calendar-day active,
#calendar-wrapper .calendar-day a:link,
#calendar-wrapper .calendar-day a:visited {
	cursor: pointer;
	text-align: center;
}

#calendar-wrapper .calendar-day {
	color: #555555;
	cursor: pointer;
	text-align: center;
}

#calendar-wrapper .calendar-today {
	font-size: 12px;
	font-weight: bold;
}

#calendar-wrapper select {
	font-size: 12px;
}

/*
 * RECYCLE BIN
 */
 
body {
	background-color: #19407A;
	margin: 0px;
	text-align: left;
}

html {
	background-color: #19407A;
}

.link{
	text-decoration: none;
	color: #1810FF;
}
.title{
	color:#9C0000;
}

.smalltext{
	color:#182021;
}

.smallbackground{
	width: 100%;
	background-color: #f4f7fb;
	height: 30px;
	border-bottom: 1px solid #7e97b9;
	padding: 10px; 
	line-height: 16px;
}

.mainmenu{
	font-size: 14px;
	text-transform: uppercase;
	color: #ae1119;
	font-weight: bold;
	padding-left: 5px;	
}

.mainlink1{
	text-decoration: none;
	padding-left: 5px;
	line-height: 18px;
	font-size: 13px;
	color: #18599C;
}

.mainlink2{
	text-decoration: none;
	padding-left: 20px;
	line-height: 10px;
	font-size: 11px;
	color: #18599C;
}


.button{
	border: 1px solid gray;
	font-size: 11px;
	font-weight: bold;
	color: #313131;
	background-color: white;
	cursor: pointer;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

#header {
	width: 774px;
	height: 39px;
}

#header ul{
	margin: 0px;
	padding: 0px;	
	padding-left: 30px;
}

#header li{
	float: left;
	list-style-type: none;
	margin: 8px;
	padding-left: 15px;
	
}

#header .quicksearch{
	padding-left: 100px;
}

/*Body style*/
/*Styles for 3 cols layout*/
.c3{
	width: 774px;
}

.c3 #left {
    width: 200px;
	position: relative;
	float: left;
}

.c3 #center {
	padding-left: 5px;
	width: 400px;
	position: relative;
	float: left;
}

.c3 #right {
	width: 150px;
	position: relative;
	float: right;
}

/*Styles for 2 cols with no left layout*/
.c2l>#left{
	display: none;
}

.c2l>#right{
	width: 30%;
	position: relative;
	float: right;
}

.c2l>#center{
	border: 1px solid dimgray;
	width: 60%;
	position: relative;
	float: left;
}

/*Styles for 2 cols with no right layout*/
.c2r #center{
	width: 570px;
	position: relative;
	float: left;
}

.c2r #right{
	display: none;
}

.c2r #left{
	width: 200px;
	position: relative;
	float: left;
}

#clear{
	clear: both;
}
/*Footer style*/