/* ==========================================================================================	*/
/*				Active Communities Project														*/
/*				Public CSS																		*/
/*				Region 3 styles -> Screen														*/
/* ==========================================================================================	*/


 
/*	Pink #ec068d;		*/
/*	Blue #20358c;		*/
/*	Green #8cc63f;		*/
/*	Orange #f4911e;		*/



body.public
{
	background: #fff;
}


#outerbox
{
	/*	See main CSS for base definition	*/
	background: url(images_region_3/energise_body_bkgnd.gif) left repeat-y;
}


#topofpage
{
	/* Use default */

/*	border-bottom: solid #8cc63f 10px;	*/
}

#brandingimage
{
	width: 880px;
	height: 115px;
	float: left;
}

#mainsearchbox
{
	border: solid #a0a0d8 1px;
	background: #e0efff;
}


#contactdetailsbox
{	
	background: url(images_region_3/energise_footer_branding.gif) 200px 5px no-repeat;
	border: none;	
/*	border-bottom: dotted #20358c 1px;	*/
	color: #20358c;
}



#footerbox
{
	background: #fff url(images_region_3/energise_footer_bkgnd.jpg) top no-repeat;
	padding-top: 6px;
}


/*							*/
/*		<Major tags			*/
/*							*/

h1, h2, h3, h4, h5, h6
{
	color: #20358c;
}

h1
{
	margin-bottom: 20px;
}


p.copyright
{
	color: #808080;
}

/*							*/
/*		<A> tags			*/
/*							*/

div.sidebar1
{
	background: #fff;
	border: solid #8cc63f 1px;
	margin: 0px 5px 10px 10px;
}


div.sidebar2
{
	background: #f8f0d8 url(images_region_3/sidebar_bkgnd_2.jpg) top left repeat-x;
	border: solid #f4911e 1px;
	margin: 10px 5px 10px 10px;
	padding-left: 3px;
}


/*
.shade1 {background: #e0efff; }
.shade2 {background: #c0dff8; }
.shade3 {background: #b0d0ef; }
.shade4 {background: #a0c0e8; }
.shade5 {background: #96b2e4; }
.shade6 {background: #80a0d8; }
*/

.shade1 {background: #efffe0; }
.shade2 {background: #d8f8c0; }
.shade3 {background: #c8efb0; }
.shade4 {background: #b2e8a0; }
.shade5 {background: #a8e496; }
.shade6 {background: #96d880; }

.text1 { color: #006050; }
.text2 { color: #208072; }
.text3 { color: #50b0a5; }
.text4 { color: #e0a080; }
.text5 { color: #d88060; }
.text6 { color: #d06020; }


table.month
{
	width: 645px;
	margin: 5px auto;
	border-right: solid #e0e0e0 1px;
	border-bottom: solid #e0e0e0 1px;
}


table.minicalendar
{
	width: 186px;
	margin: 0px auto;
	border: 1px solid #f4911e;
}


th.calendar_monthname
{
	background: #fad09e url(images_region_3/month_name_bkgnd.jpg) top repeat-x;
	color: #f4911e;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
/*	border-top: solid #a0a0a0 1px;	*/
/*	border-right: solid #a0a0a0 1px;	*/
/*	border-left: solid #a0a0a0 1px;	*/
}

div.sidebar2 th.calendar_monthname
{
	font-size: 12px;
}

td.calendar_dayname
{
	background: #ffe8c0;
	color: #6080d8;
	width: 85px;
	text-align: center;
	font-weight: bold;
	border-top: solid #a0a0b2 1px;
	border-bottom: solid #a0a0b2 1px;
}

td.calendar_inside_day, td.calendar_outside_day, td.calendar_today
{
	min-height: 80px;
	padding: 2px;
	line-height: 150%;
}

td.calendar_inside_day, td.calendar_today
{
	background: #fff8d8;
	color: #606060;
	border-left: dotted #e0e080 1px;
	border-bottom: dotted #e0e080 1px;
}

td.calendar_inside_day:hover
{
	background: #fff8ef;
	color: #804040;
}

td.calendar_today
{
	background: #fffff8;
	border: solid #f4911e 1px;
	color: #6080d8;
}
td.calendar_today:hover
{
	background: #fff;
	border: solid #ffd000 1px;
}

td.calendar_outside_day
{
	background: #f8f8f8;
	color: #a0a0a0;
	border-left: dotted #e0e0e0 1px;
	border-bottom: dotted #e0e0e0 1px;
}


a.primnavi, .pseudonavi
{
	display: block;
	margin-top: 2px;
	width: 125px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}


/*	Pink #ec068d;		*/
/*	Blue #20358c;		*/
/*	Green #8cc63f;		*/
/*	Orange #f4911e;		*/


.pseudonavi
{
	color: #ec068d;
	background: #a8e880; /* url(images_region_3/_active.jpg) left no-repeat;	*/
	line-height: 150%;
}

a.primnavi:link, a.primnavi:visited
{
	color: #20358c;
	background: #96d856; /*  url(images_region_3/_active.jpg) left no-repeat;		*/
	line-height: 140%;
}

a.primnavi:hover
{
	color: #ec068d;
	background: #a8e880; /*  url(images_region_3/_active.jpg) left no-repeat;	*/
	line-height: 145%;
}

a.primnavi:active
{
	color: #f4911e;
	background: #e0ffd8; /*  url(images_region_3/_active.jpg) left no-repeat;	*/
	line-height: 145%;
}


input.searchsubmit
{
	background: #4080e0;
	color: #efc800;
	font-weight: bold;
}


/* ==========================================================================================	*/
