.headerImage {
	width: auto;
}

.replyArrow {
border: 1px solid #aaa;

}

#pmenu{ visibility: hidden; display: none; }

#footer{  color: #f1f1f1; }

#content{ padding:10px; }

#menuContainer{margin: 0 10px 0 10px; }

.content {padding:10px;}

.casaFormButtons { visibility: hidden; display: none; }

#menuContainer { visibility: hidden; display: none; }

#searchBox { visibility: hidden; display: none; }

#footer { visibility: hidden; display: none; }

/* old styles */
#categories { visibility: hidden; display: none;}

body  {
	font: 100% 'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: 1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#container { 
	background: #FFFFFF;
	width: auto;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.superContent {
	 width:90%;
}
.largerSuperContent {
	float: left;
	clear: none;
	width:90%;
}


#content {
	 width: auto;	
}

.mediumtext {
font-size: 14px;
}
.smalltext {
font-size: 12px;
}

#sidebar1 {
	visibility: hidden; display: none;
}
#sidebar2 {
	visibility: hidden; display: none;
}

#mainContent { 
	margin: 0 0 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 14px 6px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#030E44;
	color: #fff;
	font-size: 10px;
	text-align: center;
} 
#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: 6px 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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* tame list items */
li {
	margin-bottom: 6px;
}

/* make sure the paragraph tag doesn't get ugly */
p {
	margin: 0;
	padding: 6px 0 6px 0;
}

/* universal page link color and style */
A:link {color: #0011dd;}
A:visited {color: #0011dd;}
A:hover {color: #0011ff;}
A:active {color: #0000ff;}

.sideOptions { /* this class is for a top border, can be used on any element <a> <table> etc. watch out for padding. */
border-top: 1px dotted #b4b4b4;
padding: 8px;
display: block;
}

.mini_list { /* mini_list is the CSS style the CMS will apply to the MiniNewsList blob */
font-size: 11px; 
padding: 3px;
}

/* a class for very small text */
.smallText {
	font-size: 10px;
}

/* a class for indented content */
.content {
padding-left: 8px;
padding-right: 4px;
}


h1,h2 {
	margin: 0px;
	padding: 0px;
}
h3,h4,h5,h6 {
	margin: 0px;
	padding: 0 0 0 1px;
}
p {
	padding: 2px 0 2px 5px;
	margin: 0px;
}
h1,h2,h3,h4,h5 {
	color: #030e44;
}
h6 {
	color: #232e7d;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; font-weight: normal;}

i,em {
margin: 0px;
padding: 0px;

}

.greyText { 
	padding-left: 2px;
	color:#5e5e5e;
	font-weight: normal;
	font-size: 12px;
}

.menu {
font-size: 12px;
}
.menu_over {
font-size: 12px;
background-color:#fafafa;
text-decoration: none;
}
a.menu {
display: block;
height: 16px;
padding: 6px;
text-decoration: none;
}
a.menu:hover {
text-decoration: underline;
}

/* \*/
* html #mainContent {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */
/***********************************************************************/
/**************************** end editables ****************************/
/***********************************************************************/



.disabled {padding:0px;color:#000000;filter:alpha(opacity=12);-moz-opacity:.12;opacity:.12;font-family:Verdana;}

.inserted_blob {
	 background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;

}  
   
/* event css */
.prevnextbutton{font-size:20px; margin-top: 2px; font-weight: bolder; vertical-align: middle; padding-bottom:3px;
   border-top : 1px solid #dddddd;
   border-left : 1px solid #dddddd;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   	background-image: url(../images/gradient.gif);
background-repeat: repeat-x;
background-position: left top;
 background-color:#dadada;width: 32px;}
 .prevnextbuttonpress{font-size:20px; margin-top: 2px;  font-weight: bolder; vertical-align: middle; padding-bottom:3px;
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   	background-image: url(../images/gradient_ld.gif);
   	background-repeat: repeat-x;
background-position: left top;width: 32px;}
 .prevnextbuttonhighlight{font-size:20px; margin-top: 2px;  font-weight: bolder; vertical-align: middle; padding-bottom:3px;
   border-top : 1px solid #dddddd;
   border-left : 1px solid #dddddd;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   	background-image: url(../images/gradient_bl.gif);
background-repeat: repeat-x;
background-position: left top;
 background-color:#dadada;width: 32px;}


#eventframe{width:auto; padding:0px;}
#event_time{width:200px; border: dotted 1px #eeeeee; height:20; padding:5px;}

#selected_day{border: dotted 1px #000000; background-color: #82D572; background-image: none;}
#scheduled_day{border: 1px solid #CEEAFF; background-color: #CEEAFF;}
#unscheduled_day{border: 1px solid #fafafa; background-color: #fafafa;}

.scheduled_day{border: 1px solid #CEEAFF; background-color: #CEEAFF;}
.selected_day{border: dotted 1px #000000; background-color: #82D572;}
.proposed_selected_day{border: dotted 1px #000000; background-color: #9EDB99;}

.mouseover_event{ background-color: #E6F7FF;}
.unscheduled_day{border: 1px solid #fafafa; background-color: #fafafa;}

.mouseover_event_day{border: dotted 1px #E6F7FF; background-color: #E6F7FF;}


.mouseover_event_day_date{background-color: #9EDB99;
font-weight: bold; float: right; height: 16px; width: 17px; font-size: 12px; border-bottom: dotted 1px #888888; border-left: dotted 1px #888888; margin: 0px; text-align:center; padding: 2px; padding-right: 3px; cursor: pointer;}

.unscheduled_day_date{ background-color: #f6f6f6;
font-weight: bold; float: right; height: 16px; width: 17px; font-size: 12px; border-bottom: dotted 1px #888888; border-left: dotted 1px #888888; margin: 0px; text-align:center; padding: 2px; padding-right: 3px; cursor: pointer;}

.scheduled_day_date{background-color: #E5F4FF;
font-weight: bold; float: right; height: 16px; width: 17px; font-size: 12px; border-bottom: dotted 1px #888888; border-left: dotted 1px #888888; margin: 0px; text-align:center; padding: 2px; padding-right: 3px; cursor: pointer;}

.event_item {width:98%; padding:0; margin: 4px; margin-bottom: 12px; background-color:#f2f2f2; border:1px solid #cccccc;}
.borderbox {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.borderbox_dotted {
	background-image: url(../images/gradient.gif);
background-repeat: repeat-x;
background-position: left top;
 background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box { 

font-family: Verdana; font-size: 12px;
border-left: 1px solid #aaaaaa; 
border-bottom: 1px solid #aaaaaa;
border-top: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
background-image: url(../images/gradient3.gif);
background-repeat: repeat-x;
background-color: #e9e9e9;
padding: 5px;
margin: 5px;}


.box_confirm {background-color: #FFFFFF; border: 1px solid #aaaaaa; font-size: 14px; font-weight: bold}

.option { 
font-weight: bold;
font-family: Verdana; font-size: 12px;
padding: 2px;
margin: 2px;
line-height: 110%;}

.sub_option { 
font-weight: normal;
font-family: Verdana; font-size: 11px;
padding: 3px;
margin: 3px;
line-height: 110%;}


.disabled {padding:0px;color:#000000;filter:alpha(opacity=40);-moz-opacity:.32;opacity:.32;font-family:Verdana;}


form {
  margin: 0px;
  padding: 0px;
}

.l_button { visibility: hidden; display: none; }
.l_buttondisabled {}
.l_buttonhighlight{ }
.l_buttonpress{ }
   
   .inserted_blob {
	 background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;

