/* Generic Default CSS

MEATH GREEN

PrimarySchool CSS v 2.2
Basic CSS Framework

(c) 2007 Robert Willie.
27 Feb 2007.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: rob@primarysite.net
Author: Robert Willie

BEST VIEWED IN NOTEPAD ++  		http://notepad-plus.sourceforge.net/

Table of Contents 	

1. 	General page layout		
2.	Page Titles		
3.	Accessibility and General Navigation		
4.	Home page elements	
5.	Kids' Zone			
6.	Classpages
7.	Primarysite CMS specific styles
	
Tip: To quickly jump to a section, search for the section number in brackets. Nb. To jump to Page Titles, search for (2).

/* Navigation Styles 

Firstly we need to link to our nav type :-)
Delete the link to stylesheet that is not required - Edit the stylesheet that is required. */

@import url(../styles/popup_nav.css);

/*(1)  General Page layout */ 

html,body{
margin: 0;
padding: 0;
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #006600;
background: #ffffcc;
}

#header{
height: 166px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#govzone #header {background: url(../images/gov_header.jpg) no-repeat;}

/* #container and #container2 are wrappers that contain col-one and col-two.

#container is for the main horizontal graphic that goes down the page (Y axis). 
The other containers are available so that you can place additional graphics such as a watermark, or an image at the bottom of the page that extends under the footer.
http://www.westfield-inf.leics.sch.uk/ uses this technique for the bear's head at the base of the navigation.
More containers can be added for extra background images, but the basic framework caters for 2.*/

#container{
margin: 0px auto;
width: 871px;
position: relative;
top: 0px;
background-image: url(../images/containerbg.gif);
background-repeat: repeat-y;
}

#govzone #container{
background: url(../images/containerbg_gov.gif) repeat-y;
}

#container2{
margin: 0px auto;
width: 871px;
position: relative;
background-image: url(../images/watermark.gif); 
background-repeat: no-repeat;
background-position: left bottom;
top: 0px;
}

#govzone #container2{
background-image: url(../images/gov_watermark.jpg);
background-repeat: repeat-y;
background-position: left bottom;
}


#container3{
margin: 0px auto;
width: 871px;
position: relative;
background-image: url(../images/watermark_home.gif); 
background-repeat: no-repeat;
background-position: left bottom;
top: 0px;
}

#govzone #container3{
margin: 0px auto;
width: 871px;
position: relative;
background: url(../images/gov_swirl_bg.jpg) 167px 166px no-repeat; 
top: 0px;
}


#col-one{
position: absolute;
top: 157px;
left: 0px;
width: 155px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 10px;
height: 450px;
}

#col-one h2, #col-one p {display:none;}

#col-two{
top: -30px; 
margin:  0px 20px -30px 180px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 700px; 
}

#footer{
position: relative;
height: 46px;
clear: both;
background: url(../images/footer.gif) no-repeat;
}

#govzone #footer{
background: url(../images/gov_footer.gif) no-repeat;
}


/*(2) Page Titles 

I've created styles for the basic set of pages. For additional page titles, please add to these styles, following the same syntax.
Firstly we declare the images that each title will use - I've kept it alphabetical so they are easy to find */

h2#title_site_subcommittee {
background: url(../images/titles/site_subcommittee.gif) no-repeat;
}
h2#title_personnel_subcommittee {
background: url(../images/titles/personnel_subcommittee.gif) no-repeat;
}
h2#title_performance_subcommittee {
background: url(../images/titles/performance_subcommittee.gif) no-repeat;
}
h2#title_finance_subcommittee {
background: url(../images/titles/finance_subcommittee.gif) no-repeat;
}
h2#title_curriculum_subcommittee {
background: url(../images/titles/curriculum_subcommittee.gif) no-repeat;
}
h2#title_gov_diary {
background: url(../images/titles/gov_diary.gif) no-repeat;
}

#title_brainbuilders{
background: url(../images/titles/brainbuilders.gif) no-repeat;
}
#title_diary{
background: url(../images/titles/diary.gif) no-repeat;
}
#title_classpages{
background: url(../images/titles/yeargroups.gif) no-repeat;
}

#title_school_shop{
background: url(../images/titles/school_shop.gif) no-repeat;
}

#title_e_board{
background: url(../images/titles/e_board.gif) no-repeat;
}

#title_clubs{
background: url(../images/titles/clubs.gif) no-repeat;
}
#title_contact_details{
background: url(../images/titles/contact_details.gif) no-repeat;
}
#title_curriculum{
background: url(../images/titles/curriculum.gif) no-repeat;
}
#title_english{
background: url(../images/titles/english.gif) no-repeat;
}
#title_friendsreunion{
background: url(../images/titles/friendsreunion.gif) no-repeat;
}
#title_galleries{
background: url(../images/titles/galleries.gif) no-repeat;
}
#title_games{
background: url(../images/titles/games.gif) no-repeat;
}
#title_governors{
background: url(../images/titles/governors.gif) no-repeat;
}
#title_govzone{
background: url(../images/titles/govzone.gif) no-repeat;
}
#title_meetings{
background: url(../images/titles/meetings.gif) no-repeat;
}
#title_learn{
background: url(../images/titles/learn.gif) no-repeat;
}
#title_resources{
background: url(../images/titles/resources.gif) no-repeat;
}
#title_strategy{
background: url(../images/titles/strategy.gif) no-repeat;
}
#title_weblinks{
background: url(../images/titles/weblinks.gif) no-repeat;
}
#title_docs{
background: url(../images/titles/docs.gif) no-repeat;
}
#title_guestbook{
background: url(../images/titles/guestbook.gif) no-repeat;
}
#title_history{
background: url(../images/titles/history.gif) no-repeat;
}
#title_newsletter{
background: url(../images/titles/newsletter.gif) no-repeat;
}
#title_keyinformation{
background: url(../images/titles/keyinformation.gif) no-repeat;
}
#title_kidszone{
background: url(../images/titles/kids_zone.gif) no-repeat;
}
#title_ks1links{
background: url(../images/titles/ks1links.gif) no-repeat;
}
#title_ks2links{
background: url(../images/titles/ks2links.gif) no-repeat;
}
#title_letters{
background: url(../images/titles/letters.gif) no-repeat;
}
#title_maths{
background: url(../images/titles/maths.gif) no-repeat;
}
#title_news{
background: url(../images/titles/news.gif) no-repeat;
}
#title_newsletters{
background: url(../images/titles/newsletters.gif) no-repeat;
}
#title_parents{
background: url(../images/titles/parents.gif) no-repeat;
}
#title_fomgjs{
background: url(../images/titles/fomgjs.gif) no-repeat;
}
#title_science{
background: url(../images/titles/science.gif) no-repeat;
}
#title_staff{
background: url(../images/titles/staff.gif) no-repeat;
}
#title_teachers{
background: url(../images/titles/teachers.gif) no-repeat;
}
#title_impdocs{
background: url(../images/titles/important_documents.gif) no-repeat;
}
#title_tour{
background: url(../images/titles/tour.gif) no-repeat;
padding-bottom: 20px;
}
#title_headwelcome{
background: url(../images/titles/head_welcome.gif) no-repeat;
}
#title_whoswho{
background: url(../images/titles/whoswho.gif) no-repeat;
}

#title_policies{
background: url(../images/titles/policies.gif) no-repeat;
}

#title_horley{
background: url(../images/titles/horley.gif) no-repeat;
}

#title_forms{
background: url(../images/titles/forms.gif) no-repeat;
}

#title_project_news{
background: url(../images/titles/project_news.gif) no-repeat;
}

#title_muffles_mag{
background: url(../images/titles/muffles_mag.gif) no-repeat;
}

#title_learning_zone{
background: url(../images/titles/learning_zone.gif) no-repeat;
}

#title_links{
background: url(../images/titles/links.gif) no-repeat;
}

h2#sport{
background: url(../images/titles/sport.gif) no-repeat;
}

h2#charity{
background: url(../images/titles/charity.gif) no-repeat;
}


#title_governors_private{
background: url(../images/titles/governors_private.gif) no-repeat;
}
#title_poll{
background: url(../images/titles/poll.gif) no-repeat;
}

/* Then we add the positional declarations:

The syntax is as follows:

In the Xhtml:

<h2 id=title_welcome> Welcome </h2>

In the CSS:

height = height of your widest image,
width =  width of your largest image,
margin = 0 auto to center the box in which our title sits.
text-align = center / left / right etc depending on where you wish the text to show,
text-indent = -5000px if you want to push the text off the screen, and only have the image showing.
background-image = set this to none if you dont want background images to show (but dont forget to remove the text-indent else nothing will show up).
*/

#title_brainbuilders,
#title_diary,
#title_docs,
#title_classpages,
#title_clubs,
#title_contact_details,
#title_curriculum,
#title_english,
#title_friendsreunion,
#title_galleries,
#title_games,
#title_governors,
#title_govzone,
#title_guestbook,
#title_history,
#title_keyinformation,
#title_kidszone,
#title_ks1links,
#title_ks2links,
#title_learn,
#title_letters,
#title_maths,
#title_meetings,
#title_news,
#title_newsletters,
#title_parents,
#title_fomgjs,
#title_science,
#title_staff,
#title_strategy,
#title_tour,
#title_headwelcome,
#title_whoswho,
#title_horley,
#title_teachers,
#title_impdocs,
#title_policies,
#title_forms,
#title_newsletter,
#title_project_news,
#title_resources,
#title_muffles_mag,
#title_learning_zone,
#title_e_board,
#title_school_shop,
#title_links,
#title_weblinks,
h2#charity,
h2#sport,
#title_governors_private,
h2#title_site_subcommittee,
h2#title_personnel_subcommittee,
h2#title_performance_subcommittee,
h2#title_finance_subcommittee,
h2#title_curriculum_subcommittee,
h2#title_gov_diary,
#title_poll

{height: 32px; 
text-align:center; 
width: 400px; 
margin: 0 auto; 
text-indent: -5000px;}

#title_horley {width: 330px;}

#title_meetings, #title_learn {width: 450px;}

ul#gallery_features {list-style:  none; padding:0px; margin: 0px;}
ul#gallery_features li {font-size: medium; font-weight: bold;  padding-bottom: 10px;}

/* (3)  Accessibility and General Navigation 

Here are some styles which are used in conjunction with the alternative style sheets for accessibility purposes.
Something to note:
visibility: hidden will hide content (it will still take up the same space, just wont be visible), while, display: none, will remove it from the flow. 
*/

.hide {visibility: hidden;} /* To hide something from all views */
.hide_default {display: none;} /* To hide something from default view */

#loginbox{
text-align: center;
padding: 5px;
}

/* .key is used to style the accesskey text.*/

.key{
display: none;
}


#wai_logo img {border: none;} /* If you're satisfied that the site conforms to WAI standards, drop in a link , 
and remove the image border with this. */



/* For links to work as link, visited, focus, and hover , they must be in this order.. please change the colours to suit */

a:link{
color: #006600;
text-decoration: none;
}
a:visited {
color: #006600;
text-decoration: none;
}
a:focus{
color: #006600;
text-decoration: none;
border: none;
}
a:hover{
color: #CC0000;
text-decoration: underline;
}
a:active{
color: #CC0000;
text-decoration: none;
}


/* Styles for links at the bottom of the page */

#bottomlinks {text-align:center;} /* Because we want these to be in the middle */

#bottomlinks ul li{
color: #330099;
list-style-type: none;
display: inline;
height: 2em;
padding: 5px;
}
#bottomlinks a{
text-decoration: none;
color: #3366CC;
border-bottom: 1px solid #330099;
}
#bottomlinks a:hover{
color: #FF0000;
}


/* (4)  Home page elements */


#scrollbox {
background: url(../images/homepage/scrollbg.gif) repeat-y;
margin: 0 auto; width: 560px;}

#govzone #scrollbox {
background: url(../images/homepage/scrollbgnews.gif) repeat-y;}

#scroll_top {background: url(../images/homepage/scrolltop.gif) no-repeat;
height: 80px;}

#govzone #scroll_top {background: url(../images/homepage/scrolltopnews.gif) no-repeat;}

#scroll_bottom {background: url(../images/homepage/scrollfooter.gif) no-repeat;
height: 76px;}

#govzone #scroll_bottom {background: url(../images/homepage/scrollfooternews.gif) no-repeat;}


#innernews {margin-left: 50px}
#innernews2 {padding: 30px}
#innernews3 {padding: 50px}

ul#general_links {
position: absolute; 
top: 150px;
left: 0px;
height: 0px; 
margin: 0px; 
padding: 0px;
}
ul#general_links li {list-style-type: none;}
ul#general_links a{display: block; text-indent: -5000px;}

.googlelink {
	position: absolute;
	width: 112px;
	height: 50px;
	left: 504px;
	top: -121px;

}
.amazonlink {
	position: absolute;
	width: 146px;
	height: 50px;
	left: 624px;
	top:-120px;


}

.purple {
	position: absolute;
	width: 61px;
	height: 90px;
	left: 783px;
	top: 11px;
	z-index: 100;
}
.cbbc {
	background: url(../images/links/bbc_newsround.gif) no-repeat;
	height: 49px;
	width: 49px;
	position: absolute;
	left: 53px;
	top: 445px;
}
.bbcnews {
	background: url(../images/links/bbc_news.gif) no-repeat;
	height: 37px;
	width: 73px;
	position:absolute;
	left: 38px;
	top: 500px;
border: 3px solid #890008;
}
.bbcweather {
	background: url(../images/links/weather_logo.gif) no-repeat;
	height: 37px;
	width: 73px;
	position:absolute;
	left: 38px;
	top: 545px;
border: 3px solid #890008;
}

li.mathszone, li.literacyzone{list-style: none; }

li.mathszone a{
background-image: url(../images/mathshome.gif);
position: absolute;
height: 62px;
width: 144px;
text-indent: -5000px;
left: 13px;
_left: -5px;
top: 290px;
display:block;
}

li.literacyzone a{
background-image: url(../images/literacyhome.gif);
position: absolute;
height: 62px;
width: 144px;
text-indent: -5000px;
left: 13px;
top: 370px;
display:block

}

li.mathszone a:hover, 
li.literacyzone a:hover
{background-position: -144px 0;}

#timeContainer {position: absolute; top:745px; left: 45px; width: 62px; height:62px; display:block; background: url(../images/time.gif) no-repeat; color:#FFFFFF; font-weight: bold; text-align: center; padding-top: 12px; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;}

#dateContainer {position: absolute; top: 805px; left: 18px; width: 120px; height: 29px; display:block; background: url(../images/date.gif) no-repeat; color: #FFFFFF; font-weight: bold; text-align: center; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; padding-top: 4px;}



/* #fader is a container for the fading image slideshow. 
Please make it the width and height of your images. For info on how to use the fader please see the documentation*/
#fader{
position: absolute;
left: 0px;
top: 0px;
width: 266px;
height: 194px;
overflow: hidden;
}

/* #newsbox acts as a container for the news */
#newsbox{
position: absolute;
top: 0px;
left: 0px;
background-image: url(../images/newsbox.gif);
background-repeat: no-repeat;
width: 200px;
height: 200px;
color: #000000;
text-align: center;
}

#newsbox a{
color: #990000;
}
#newsbox a:hover{
color: #990000;
}

/* #hometext contains the welcome message */
#hometext{
position: absolute;
left: 0px;
top: 0px;
width: 500px;
text-align: center;
}

/* #diarydatesbox acts as a 
container for the homepage calendar */
#diarydatesbox{
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 300px;
}

#hitcountbox{
position: absolute;
width: 100px;
height: 100px;
left: 0px;
top: 0px;
}

/* Teasers */

#teaserbox ul li { display: inline; padding: 0; list-style-type: none;}

li.classpageshome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/classpages.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.classpageshome a:hover{
background-position: -100px 0;
} 

li.tourhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/tour.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.tourhome a:hover{
background-position: -100px 0;
} 

li.galleryhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/gallery.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.galleryhome a:hover{
background-position: -100px 0;
} 

li.kidszonehome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/kidszone.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}

li.kidszonehome a:hover{
background-position: -100px 0;
} 


/* (5) Kids' Zone */

/* To style "back to" text */
.back_to{
text-align: left;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
} 

#kidsbgbox{
background-image: url(../images/kidszoneimages/kidszonebg.gif); 
background-repeat: no-repeat; 
width: 454px;
height: 322px; 
margin: 0 auto;
}

#kidsbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.kgames a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/games.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 416px;
top: 253px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -126px 0;
} 

li.ks1links a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/ks1.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 145px;
top: 350px;
text-indent: -5000px;
}
li.ks1links a:hover{
background-position: -126px 0;
} 

li.ks2links a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/ks2.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 281px;
top: 350px;
text-indent: -5000px;
}
li.ks2links a:hover{
background-position: -126px 0;
} 

li.english a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/english.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 350px;
top: 158px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -126px 0;
} 

li.history a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/history.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 214px;
top: 157px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -126px 0;
} 

li.science a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/science.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 145px;
top: 253px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -126px 0;
} 

li.maths a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/maths.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 280px;
top: 254px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -126px 0;
} 

li.brain a{
position: absolute;
width: 126px;
height: 87px;
display: block;
background: url(../images/kidszoneimages/brainbuilders.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 416px;
top: 350px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -126px 0;
}

/* (6)  Classpages and Year Groups */


#classbgbox {} /* For classpage background image, and also used to force height on classpage */

 ul#classbgbox li { display: inline; padding: 0; list-style-type: none;}


li.year3 a {
width: 105px;
height: 105px;
display: block;
background: url(../images/year3.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 110px;
top: 127px;
text-indent: -5000px;
}
li.year3 a:hover {
background-position: -105px 0;
}

li.year4 a {
width: 105px;
height: 105px;
display: block;
background: url(../images/year4.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 216px;
top: 127px;
text-indent: -5000px;
}
li.year4 a:hover {
background-position: -105px 0;
}
li.year5 a {
width: 105px;
height: 105px;
display: block;
background: url(../images/year5.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 322px;
top: 127px;
text-indent: -5000px;
}
li.year5 a:hover {
background-position: -105px 0;
}

li.year6 a {
width: 105px;
height: 105px;
display: block;
background: url(../images/year6.gif) no-repeat;
overflow: hidden;
position: absolute;
left: 428px;
top: 127px;
text-indent: -5000px;
}
li.year6 a:hover {
background-position: -105px 0;
}


/* (7) Primarysite CMS specific styles */

.MediaFloat
{float:left;margin:3px auto;font-size:12px;min-height:160px;_height:160px; text-align: center; width: 222px; padding: 0}

#scrollbox{
font-weight:bold;
}

#innernews .NewsTitle {
margin:0; font-size: small;
}

.sectionheading {
color: #006600;
}
#Guestbook {
border: #009900 solid thick;
}
#Guestbook .sort{
background-color: #009900;
}
#Guestbook .sort a{
color: #FFFF00;
}
#Guestbook .sort a:hover{
color:#FFFFFF;
}
#Guestbook .allowdeny {
color: #FFFF00;
background-color: #009900;
}
#Guestbook .allowdeny a{
color: #FFFF00;
}
#Guestbook .allowdeny a:hover{
color:#FFFFFF;
}
#Guestbook .guest {
background-color: #FFED6F;
}
#Guestbook .message {
background-color: #FFFFFF;
}

#badges {
text-align: center;
}
#badges img {
border: 0;
}

/* CALENDAR STYLES */



#termevents {
}
#termevents .termtitle {
	font-weight: bold;
	text-align: center;
	font-size: medium;
}
#termevents .latesttitle {
    font-size: small;
	color: #000;
	font-weight: bold;
	background-color: #FFED2F;
	text-align: center;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#termevents .latest {
	background-color: #FFFABF;
	background-image: url(icons/dontforget.gif);
	background-repeat: no-repeat;
	border: solid 1px #000000;
	padding-left: 80px;
}


#termevents .date {
    width: 200px;
    margin-left: 3px;
    font-size: small;
    line-height: 22px;
   color: #000000;
    float: left;
    font-weight: bold;
}
#termevents .event {
    line-height: 22px;
    margin-left: 3px;
    font-size: small;
    font-weight: normal;
}
#termevents a{
   text-decoration: none;
   color: #0000CC;
}
#termevents a:hover {
   text-decoration: none;
   color: #FF0000;
}


#termevents .termheader {
    font-size: small;
	color: #fff;
	font-weight: bold;
	background-color: #127E1D;
	text-align: center;
	border: solid 1px #000000;
}
#termevents .eventarea {
	background-color: #DAF3E0;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}


#termevents .detailtitle {
	font-weight: bold;
	font-size: medium;
}
#termevents .detailtitleonday {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#termevents .detaildata {
	font-size: small;
}
#termevents .detailfield {
	font-size: small;
	font-weight: bold;
}



/* MONTHLY CALENDAR STYLES */

#monthlycalendars{
}
#monthlycalendars a{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
#monthlycalendars a:hover{
color: #00FF00;
}
.dwzCalendarExternalTable{
background-color:#bbbbba;
}
.dwzCalendarInternalTable{
border:0;
}
.dwzCellPrev{
text-align:center;
height:18px;
background-color:#666666;
}
.dwzCellMonth{
text-align:center;
height:20px;
background-color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
.dwzCellNext{
text-align:center;
height:20px;
background-color:#666666;
color:#000000;
}
.dwzCellWeekDay{
text-align:center;
height:20px;
background-color:silver;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
background-color:#FFFFFF;
vertical-align:middle;
width:20px
}
.dwzLineSeparator{
height:0px;
}
.dwzCellNextMonth{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
font-weight :normal;
width:20px;
height:20px;
background-color: #d1d1d0;
vertical-align:bottom;
text-align:right;
}
.dwzCellPrevMonth{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
font-weight :normal;
width:20px;
height:20px;
background-color: #d1d1d0;
vertical-align:bottom;
text-align:right;
}
.dwzCellNoEvent{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
background-color:#e4e4e0;
width:20px;
height:20px;
text-align:right;
vertical-align:bottom;
}
.dwzCellEvent{
background-color:#666666;
width:20px;
height:20px;
text-align:right;
vertical-align:bottom;
}



/* For the SiteMap */
#sitemap ul li a {font-weight: normal; background-image: none; text-indent: 0px; position: relative; width: 100%; height: 100% !important;}



iframe { margin-left: 40px; }




#poll {width: 500px; margin: 0 auto; margin-top: 5px;}
#poll a{margin: 0px 0px 0px 150px;}

#main_poll {min-height: 120px;}

#votingpoll {width: 500px; min-height: 105px;}
#votingpoll a{margin: 0 auto;}
#votingpoll p{margin: 0 auto; padding-top: 5px;}
input.option {text-align: center;}
input.button {margin-bottom: 5px;}

div.question {height: 30px; 
padding-top: 10px;
}








