@import url(admin/admin-style.css); /*-- DO NOT REMOVE --*/
@import url(menu.css);

* {
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #4b4b4b;
	background:#C0C0C0;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input, textarea, select {
	font-size: 100%;
}

a, a * {
	color: #373737;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
	font-weight:normal;
}

hr {
	height: 1px;
	border: 0px;
	color: #b7b7b7;
	background: #b2bcbd;
}

/* Simple classes - dereferencing single style parameters to avoid inline styles */
.bold {
 font-weight: bold !important;
}

.whitetext{
	color: #FFFFFF;
}

.clearboth {
 clear: both;
}

.floatleft {
 float: left;
}

.floatright {
 float: right;
}

.invisible {
	display: none;
}

.hidden {
	position: absolute;
	left: -1000px;
}

.htagnostyle {
	font-size: 100%;
	display: inline;
	font-weight: normal;
}

.showlinks a, .showlinks * a, , .showlinks * a * {
	text-decoration: underline !important;
}
/* end */


/* Site wide classes */
#sitecontainer {
 margin-left: auto;
 margin-right: auto;
 width: 775px;
 /*float: left;*/
 background: #FFFFFF;
 border-right: 1px #FFFFFF solid;
 border-left: 1px #FFFFFF solid;
}

.standardcontentpadding {
	padding: 12px 20px;
}

#narrowcontent {
	width: 408px;
	float: left;
}

#bengallicontainer{
	padding: 6px 30px 4px 0px;
	width:60px;
}

#breadcrumb{
	width:738px;
	background:#FFFFFF;
	padding-top: 15px;
	padding-left:13px;
	padding-bottom:3px;
}

#columnend{
	background-color: #000000;
}

#columnendinner{
	width: 166px;
	height:3px;
	border-right: 2px solid white;
}

.completesitewidth{
	width:775px;
}


#content{
	float:left;
 	padding:17px;
	width: 547px;
	/*border-left: 2px solid white;*/
}

#contentcontainer {
	width: 583px;
}

.contentwidth{
	width:580px;
}

.flatlisting{
	list-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.fullwidth{ /*minus the side padding*/
	width:751px !important;
}

.greydot{
	border:0px;
	font-size:1px;
	background-image:url(images/grey-hdiv-dot.gif);
	width:100%;
	background-color: #FFFFFF;
	margin: 11px 0px;
}

#header{
	/*Location: header.asp*/
	background-color:#FFFFFF;
	padding-top:10px;
}

.toynbeelogo {
	float: right;
	padding-right: 120px;
	padding-top: 20px;
}

#homepagecontent{
	margin-top:10px;
}

#homepageleft{
	width:368px;
	background:#FFFFFF;
}

#homepagelinkpanel{
	margin-top:2px;
	width:360px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(images/homepage-linkpanel.gif);
	background-repeat:no-repeat;
}

#homepagemainimage{
	width:367px;
}

#homepagemontage{
	width:355px;
}

#homepageright{
	width:360px;
	border-left:8px solid #FFFFFF;
}

#homepagetext{
	width: 321px;
	padding: 0px 20px 10px 25px;
	background: #EF3B45;
	color: white;
	background-image:url(images/homepage-text-lhs.gif);
	background-repeat:repeat-y;
	font-size:110%;
}

#homepagetextcontainer{
	margin-top:10px;
}

#homeregister{
	width:144px;
	padding:1px 0px 3px 25px;
}

#homeviewall{
	width:176px;
	padding:1px 0px 3px 10px;
}

.icon{
	border: 0px;
	vertical-align:middle;
}

.leftwhiteborder{
	border-left: 2px solid #FFFFFF;
	float: left;
	width: 583px;
}

#mainmargin{
	width:751px;
	border-left:24px solid #FFFFFF;
	background:#F8F8F8;
}

#maintopleftborder{
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

#rhside {
	float: left;
	width: 169px;
	background:	#EFEFEF;
	border-bottom: 2px solid #FFFFFF;
	margin-left: 2px;
	display: inline /* for IE */
}

.rhsdocul li{
	padding: 5px 22px 5px 22px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.rhsfeature{
	padding-bottom:10px;
	border-bottom: 2px solid #FFFFFF;
}

.rhslinkul li{
	padding: 5px 22px 5px 22px;
	background-image: url(images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

.rhstext{
	padding: 5px 10px;
}

.rhstitle{
	background-color:#EC1824;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px
}

.rhstitle a{
	color: #FFFFFF;
}

/* Search stuff */
#searchcontainer{
	width:177px;
	padding: 6px 0px 3px 9px;
}

.searchtextbox{
	font-weight: bold;
	padding-left: 5px;
	width:134px;
	font-size:11px;
	/*font colour  set inline for section colour*/
}
/* end */

#sectiontop {
  background-color: #005CAB;
	background-repeat: repeat-y;
	border-bottom: 2px solid #FFFFFF;
}

#sectiontopbase{
	width:583px;
	border-bottom: 2px solid white;
	height:3px;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0px;
	background-color: #EC1824;
	background-image:url(images/edging-minicurve.gif);
}

#sectiontopimage {
	float: left;
	width: 213px;
}

#sectiontoptext {
	padding: 12px 20px;
	color:#FFFFFF;
	font-size: 110%;
	font-weight: bold;
}

#sectiontoptext a {
	color:#FFFFFF;
	text-decoration: underline;
}

.sectiontopwithimg {
	background-image: url(images/section_top_bg.gif);
	background-position: 0px 0px;
}

.smallertext{
	font-size: 90%;
}

.thinwidth{
	width:408px;
}

#topcurvehome{
	width:369px;
	background-color: white;
	padding-left:382px;
	background-repeat:no-repeat;
	background-position:370px bottom;
	background-image:url(images/topcurve-full.gif);
}

#topcurveinner{
	float:left;
	width:352px;
	background-color:#FFFFFF;
	padding-left:232px;
	background-image: url(images/topcurve-full.gif);
	background-repeat: no-repeat;
	background-position: 210px bottom;
}

#volunteerbutton{
	/*Location: header.asp*/
	text-align:center;
	padding-left:144px;
	width:56px;
}


#titlebar {
	background: #EC1824;
	font-weight: bold;
	color: white;
	padding: 16px 20px 17px 20px;
	border-bottom: 1px solid white;
}

#homebuttonscontainer{
	text-align: right;
	width: 130px;
	padding-top: 7px;
}

.pagenums {
	background: #FB9528;
	border: 1px solid #FB9528;
	color: white;
	font-weight: bold;
	padding: 0px 4px;
	font-size: 90%;
	margin-right: 1px;
}

.pagenums a {
	color: white;
}

.currentpagenum {
	background: #FEEAD4;
	border: 1px solid #FB9528;
	font-weight: bold;
	padding: 0px 4px;
	font-size: 90%;
	margin-right: 1px;
}

/*===================UnSorted===================*/



/* SITEMAP */
#sitemaplists{
	margin-top:				10px;
	padding-top:			10px;
	clear:					both;

}
.sitemapelementlevel1{
	background:				#EC1824;
	padding:					5px 0px 7px 13px;
	font-weight:			bold;
	margin-bottom:			7px;
	color:					#FFFFFF;
}

.sitemapelementlevel1 a{
	color:					#FFFFFF;
}

.sitemapelementlevel2{
	padding-left:			13px;
	font-weight:			bold;
	margin-bottom:			5px;
}

.sitemapelement{
	width:					300px;
	margin:					0px;
	padding:					0px;
	padding-left:			0px;
	background-position:	0px 4px;
	background-repeat: 	no-repeat;
	margin-bottom:			4px;
}

.sitemapelement a{
	color: #00354C;
}

#sitemapcontainer{
	margin-left: 0px;
}

#sitemapcontainer a{
	text-decoration: none;
}

.a2z{
	background: #EC1824;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
}

.a2z a{
	color: #FFFFFF;
}

#AlphaNav{
	margin-top: 22px;
	padding: 0px 0px 20px 0px;
	color: #00354C;
	}

#AlphaNav a{
	color: #FFFFFF;
	padding: 3px 5px;
	background: #EC1824;
	font-weight: bold;
	text-decoration: none;
	font-size: 86%;
}
/* END */

.buttonlikespan{
	background-color: #14315D;
	padding: 4px 25px;
	background-image: url(images/arrowwhite.gif);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: middle;
	font-weight: bold;
}


a:hover .buttonlikespan{
	color: #FFFFFF;
	background-color: #385786;
	text-decoration: none;
}

/* NEWS */
.newscalendar {
	float: left;
	width: 92px;
	background: #E2E2E2;
	border-left: 2px solid #FFFFFF;
}

.newscontainer {
	float: left;
	width: 486px;
}

#newslistpagetitle{
	padding:16px 18px 17px 18px;
	background: #E2E2E2;
	border-bottom: 2px solid #FFFFFF;
}

.newsblock{
	padding: 5px 16px;
	border-bottom: 2px solid #FFFFFF;
}

.newsmainimagecontainer{
	margin-right:12px;
	margin-bottom: 8px;
}

.newsimage{
	border: 1px solid #231F20;
}

.homepagenewsitem{
	width:335px;
	padding:10px;
	margin-bottom:6px;
	background-image:url(images/newsitem-corner.gif);
	background-repeat:no-repeat;
	background-color:#EAE9E9;
}

.newsimagehome{
	border: 1px solid #FFFFFF;
}

.homepagenewsthumb{
	float: left;
	width:84px;
	padding-right:10px;
}

.newstitle {
	font-weight: bold;
}

/*container for each individual listing*/
.listing {
	float: left;
	width: 448px;
	padding: 6px 0px;
	margin-bottom: 5px;

}

/*container for a listing thumbnail*/
.listing_thumbnail_container {
	float: left;
	width: 80px;
	margin-right:5px;
}

/*container for the listing summary text
total width: 390px*/
.listing_text {
	float: left;
	width: 348px;
	padding: 0px 6px;

}

/*alternate container for the listing text when there is no thumbnail image
total width: 450px*/
.listing_text_wide {
	float: left;
	width: 438px;
	padding: 0px 6px;
}

/*--------------Calendar List Styles------------*/

.CalendarTitle{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background: #EC1824;
	padding: 1px;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 3px;
}

.YearList, .MonthList {
	list-style-type:	none;
	margin:	0px;
	padding: 0px;
}

.ActiveDate{
	font-weight: bold;
}

.newscalendardate {
	padding: 2px 5px 2px 10px;
	border-bottom: 2px solid white;

}

/*SEARCH*/
.searchResultsSectionHeader{
	float: left;
	width: 480px;
	padding: 8px 8px 8px 16px;
	background-color:#FABDC0;
	color: black;
	border: 1px solid #EC1824;
	margin-bottom:5px;
}

.searchResultsSectionHeader a{
	color: black;
}

.searchResult {
	float: left;
	width: 465px;
	clear: both;
	padding: 8px 0px 4px 15px;
	border-bottom: 1px solid #E0E9F7;
}

.searchResult p {
	margin: 0.2em 0px 0px 0px;
	padding: 0px;
}

/* Buttons */

/* end */

.formcol {
	padding-top: 3px;
	margin-top: 3px;
	clear: left;
	float: left;
	width: 70px;
}

.largeformcol {
	width: 150px;
}

.forminput {
	margin-top: 3px;
	float: left;
}

.checkboxgridcol {
	margin-top: 3px;
	float: left;
	width: 230px;
}

.formvalue {
	padding-top: 3px;
	margin-top: 3px;
	float: left;
}

.map-legend {
	float: left;
	width: 129px;
	border-left: 1px solid gray;
	padding-left: 6px;
	margin-left: 7px;
	margin-bottom: 14px;
}

.map-legend table th, .map-legend table td {
	vertical-align: top;
	font-size: 80%;
}

.map-legend table th {
	font-family: Tahoma, sans-serif;
}

