﻿.foo {
}
/* News Component*/
    /* Forms- for search etc*/
   .News-Form {
	display:block;
	width:100%;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	clear:right;
}
.News-Form span.fieldlabel {
	width: 200px;
	height: 20px;
	display:block;
	float:left;
	clear:left;
	padding-top: 3px;
	margin-left:10px;
}
.News-Form span.field {
	width: 200px;
	min-height: 20px;
	display:inline;
	float:left;
	padding: 3px 13px 0px 0px;
	font-size:11px;
	font-family:Tahoma, Arial, Sans-Serif;	
	overflow:hidden;
	text-align:left;
}
.News-Form select.listbox {
	width:190px;
	float:left;
	display:inline;
}
.News-Form textarea.field {
	width: 200px;
	padding-top: 0px;
	font-size:11px;
	float:left;
	font-family:Tahoma, Arial, Sans-Serif;
}
.News-Form input.field, .News-Form select.field {
	width: 200px;
	min-height:15px;
	float:left;
	padding-top: 0px;
	font-size:11px;
	font-family:Tahoma, Arial, Sans-Serif;
	vertical-align:middle;
}
.News-Form input.hiddenfield {
	display:none;
}
.News-Form span.fielderror {
	padding: 0px 0px 0px 10px;
	display:inline;
	clear:both;
}
.News-Form span.fieldrequiredmarker {
	color:#FF9900;
}
.News-Form a.CommandBtn, .News-Form a.CommandBtn:link, .News-Form a.CommandBtn:active, .News-Form a.CommandBtn:visited {
	display: inline;
	vertical-align: middle;
	width: 105px;
	height: 18px;
	text-align:center;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 6px;
	font: bold 11px Tahoma, Arial, Sans-Serif;
	color: #FFF;
	background:transparent url(images/CommandBtn.gif) 0px -1px no-repeat;
	text-decoration: none;
	float:right;
}
.News-Form a.CommandBtn:hover {
	background-position:0px -22px;
	color: #333333;
	text-decoration: none;
}
.News-Form a.CommandBtnSlim, .News-Form a.CommandBtnSlim:link, .News-Form a.CommandBtnSlim:active, .News-Form a.CommandBtnSlim:visited {
	display: block;
	vertical-align: middle;
	width: 70px;
	height: 19px;
	text-align: center;
	padding: 4px 2px 0px 2px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #333333;
	background:transparent url(images/CommandBtnSlim.gif) 0px -23px no-repeat;
	text-decoration: none;
	float:right;
}
.News-Form a.CommandBtnSlim:hover {
	background-position: 0px 0px;
}
/* end */
    /* News Listings styles */
        /* top four use these styles */
            /* News flash */
                .TopNewsFlash {
	width:350px;
	padding:8px;
	margin-top:10px;
	border: 1px solid #FF9900;
	display:block;
	float:left;
}
.TopNewsFlash .Image {
	float: left;
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	max-width:100px;
}
.TopNewsFlash .Text {
	display:block;
	float:left;
}
.TopNewsFlash .Text .Headline {
	margin-top: 0px;
	margin-left: 10px;
	font-weight:bold;
	font-size:1.4em;
	display:block;
}
.TopNewsFlash .Text .Date {
	font-style:italic;
	font-size:0.75em;
	margin: 0px 0px 0px 10px;
	display:block;
}
.TopNewsFlash .Text .Summary {
	margin-left: 10px;
}
.TopNewsFlash a {
	color: #666666;
}
.TopNewsFlash a:hover {
	color: #FF9900
}
/* end */
            /* normal */
                .TopNews {
	width:350px;
	padding:8px;
	margin-top:10px;
	border: 1px dashed #EFEFEF;
	display:block;
	float:left;
}
.TopNews .Image {
	float: left;
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	max-width:100px;
}
.TopNews .Text {
	display:block;
	float:left;
}
.TopNews .Text .Headline {
	margin-top: 0px;
	margin-left: 10px;
	font-weight:bold;
	font-size:1.4em;
	display:block;
}
.TopNews .Text .Date {
	font-style:italic;
	font-size:0.75em;
	margin: 0px 0px 0px 10px;
	display:block;
}
.TopNews .Text .Summary {
	margin-left: 10px;
}
.TopNews a {
	color: #666666;
}
.TopNews a:hover {
	color: #FF9900
}
/* end */
        /* end */
        /* the rest use these styles */
            /* News flash */
                .NewsFlash {
	width:350px;
	padding:8px;
	margin-top:10px;
	border: 1px dashed #FF9900;
	display:block;
	float:left;
}
.NewsFlash .Image {
	float: left;
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	max-width:100px;
}
.NewsFlash .Text {
	display:block;
	float:left;
}
.NewsFlash .Text .Headline {
	margin-top: 0px;
	margin-left: 10px;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}
.NewsFlash .Text .Date {
	font-style:italic;
	font-size:0.75em;
	margin: 0px 0px 0px 10px;
	display:block;
}
.NewsFlash .Text .Summary {
	margin-left: 10px;
	font-size:0.9em;
}
.NewsFlash a {
	color: #666666;
}
.NewsFlash a:hover {
	color: #FF9900
}
/* end */
            /* normal */
                .News {
	width:350px;
	padding:8px;
	margin-top:10px;
	border: 1px solid #FF9900;
	display:block;
	float:left;
}
.News .Image {
	float: left;
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	max-width:100px;
}
.News .Text {
	display:block;
	float:left;
}
.News .Text .Headline {
	margin-left: 10px;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}
.News .Text .Date {
	font-style:italic;
	font-size:0.75em;
	margin: 0px 0px 0px 10px;
	display:block;
}
.News .Text .Summary {
	margin: 0px 0px 0px 10px;
	font-size:0.9em;
}
.News a {
	color: #666666;
}
.News a:hover {
	color: #FF9900
}
/* end */
       /* end */
    /* News details styles */
        .news-imagebox {
	font-size:0.75em;
	background-color:#EFEFEF;
	float:left;
	clear:right;
	padding:5px;
	margin:0px 5px 5px 0px;
}
.news-imagebox img {
	border:2px solid #FFF;
}
/* end 
    .Top
	{margin:5px 0px 0px 0px;padding-bottom:5px;width:100%}
    .TopArticle .Title{}
    .TopArticle .Flash{}
        .SubArticles{}
    .SubArticles .Title{}
    .SubArticles .Flash{}*/
    
    .TopArticle {
	margin:0px 0px 5px 0px;
	padding-bottom:0px;
	
}
.TopArticle .topleft, .TopArticle .topright, .TopArticle .bottomleft, .TopArticle .bottomright {}
.TopArticle .topleft, .TopArticle .bottomleft {
}
.TopArticle .topright, .TopArticle .bottomright {
}
.TopArticle .topright {
	background-position: 100% 0;
}
.TopArticle .bottomleft {
	background-position: 0 -10px;
}
.TopArticle .bottomright {
	background-position: 100% -10px;
}
.TopArticle .Holder {
	min-height: 180px;
	width: 100%;
}
.TopArticle .inner {
	margin-left: 0px;
	margin-right: 10px;
	background:#FFF;
	padding-left: 10px;
	padding-right:10px;
	text-align: left;

}
.TopArticle .contentleft, .TopArticle .contentright {
	background-image: url(images/news/2.gif);
	background-repeat: repeat-y;
}
.TopArticle .contentright {
color:#000000;


	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

/*Changes the #'Top Story, first levelTitle'*/
.TopArticle .contentright div.inner div.Holder span {


	color:#000000;
	font-size:1.7em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

/*Changes the #'Top Story, second levelTitle'*/
.TopArticle .contentright div.inner div.Holder .Title{
clear:both;
float:right;
margin-bottom:15px;
line-height:1em;
margin-top:15px;
width:166px;
color:#000000;
	font-size:1.6em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

/*Date item of top article */
.TopArticle .contentright div.inner div.Holder span.Date{
	text-align:right;
	font-size:75%;
	margin-top:10px;
	margin-left:-60px;
	display:block;
	width:100%;

	color:#658bc0;
	font-size:1.1em;
	
	font-family:Arial, "Times New Roman", Times, serif;
}




/*changes the body text on top news */
.TopArticle a {
	text-decoration:none;
	color:#777;
}
.TopArticle a:hover, .TopArticle a:active {
	text-decoration:underline;
}
.TopArticle .Title {
	font: 160% Verdana;
	clear:both;
	text-decoration:none;
	clear: both;
	display: block
}
.TopArticle .Image, .TopArticle .Image img {
	float:left;
	margin-right:6px;
	margin-top:8px;
		
}
.TopArticle .Flash {
	clear:left;
	display:block;
}
.TopArticle .Body {

}
.TopArticle .More {
	text-align:right;
	margin-left:8px;
	font-weight:bold;
	text-decoration:none;
}/**/
.TopArticle .Date {

}/**/
.SubArticles {
	
	padding: 3px;
	margin-top: 10px;
	width:100%;

}



.SubArticles span{
color:#000000;
	font-size:1.7em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

/*News article titles*/
.SubArticles a.Title {
font-size:1.3em;
width:102px;

}


/*individual article boxes*/
.SubArticle {


float:left;
	width:auto;
	height:auto;
padding-right: 8px;

	
}





.SubArticle .topleft, .SubArticle .topright, .SubArticle .bottomleft, .SubArticle .bottomright {

	background-image: url(images/news/1.png);
	height: 10px;
	font-size: 4px;
	background-repeat:no-repeat;
}
.SubArticle .topleft, .SubArticle .bottomleft {
	margin-right: 10px;
	margin-left: 0px;
}
.SubArticle .topright, .SubArticle .bottomright {
	margin-left: 10px;
	margin-top: -10px;
}
.SubArticle .topright {
	background-position: 100% 0;
}
.SubArticle .bottomleft {
	background-position: 0 -10px;
}
.SubArticle .bottomright {
	background-position: 100% -10px;
}

.SubArticle .Holder {

float:left;
	width:114px;
	height:auto;
}
.SubArticle .inner .Holder img {

	display:inline;
	height:62px;
	width:108px;
}
.SubArticle .inner {
	
float:left;
	width:auto;
	
	
}


.SubArticle .contentleft, .SubArticle .contentright {
	background-image: url(images/news/2.png);
	background-repeat: repeat-y;
}
.SubArticle .contentright {
	background-position: 100% 0;
}

/*News artical links styles*/
.SubArticle a {
font-size:1.4em;
font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
width:102px;
color:#000000;
	text-decoration:none;
}



.SubArticle a:hover, .SubArticle a:active {
	color: #FF9900;
	text-decoration:underline;
}




.SubArticle .Title {
	font-weight:bold;
	clear:both;
	text-decoration:none;
	color:#000000;
}
.SubArticle .Image, .SubArticle .Image img {
	float:left;
	display:block;
}
.SubArticle .Flash {
	clear:left;
	display:block;
}
.SubArticle .Body {
	float:left;
	width:auto;
	font-size:90%;
}
.SubArticle .More {
	text-align:right;
	margin-left:8px;
	font-weight:bold;
	text-decoration:none;
	font-size:75%;
	font-weight:bold;
	
}/**/
.SubArticle .Date {
clear:both;
	text-align:left;
	padding-top:10px;
	width:100%;
	height:15px;
	font-size:1.1em;
	display:block;
	color:#658bc0;
	
	
}/**/
.ArticleList {
clear:both;
	float: left;
	
	margin-top: 20px;
	width:100%;
}
.ArticleList span{
color:#000000;
	font-size:1.7em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}


.ArticleList ul {
	margin-right: 0px;
	font-size: 1em;
	list-style-type: square;
	color:#658bc0;
}







.ArticleList ul li a {
color:#777777;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
	
}
.ArticleList ul li a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.StandardNewsList {
	border-bottom: 1px dotted #666;
	padding: 4px;
	width: 100%;
	margin-bottom: 4px;
	display: block;
}
.StandardNewsList-Title {
	font: 600 1.4em Arial
}
.StandardNewsList-Summary {
}
.StandardNewsList-Date {
	font: bold 0.75em Arial
}
.StandardNewsList-Flash {
	color: #CC3300;
	font-weight: bold;
}
/* end */
/* Events Component*/
    

/* News Box */
.Box-Events{clear:both; width:756px; margin-bottom:20px;background: #fff url(images/BoxBorders/bordernews_slice.png) repeat-y;}
/* Banner area (usually says 'focus on' in there in regular CMS */
.Box-Events .Banner {height: 8px; background: url(images/BoxBorders/bordernews_top.png) no-repeat;}
/* Used for rounded corners and to hold a <span> with the title in it. */
.Box-Events .Banner .Left { }
/* <span> in the above style to show Control title/ page title */
.Box-Events .Banner .Title {float: left; display: block;  width: 93%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color:#cd3300; text-transform:capitalize;margin: 1px 0 0 4px}
.Box-Events .Banner .Content { }
/* Used for rounded corners. Can be set to display:none if not required in the layout. */
.Box-Events .Banner .Right {display:none}
/* User Control Body/content areas. This is the part that holds the dynamic contents. */
.Box-Events .Body {clear: both; }
/* Used to show left edge repeating background image */
.Box-Events.Body .Left {}
/* Used to create a usable area for content with regular padding etc. Nested inside the right div */
.Box-Events.Body .Content { width:100%;}
/* Nested inside the left div- for expandable widths (ie sliding doors)*/
.Box-Events .Body .Content a {font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; }
.Box-Events .Body .Content dl {margin: 30px 0 15px 17px;}
* html .Box-Events .Body .Content dl {margin: 10px 0 15px 17px;}
.Box-Events .Body .Content dl dt { display: block; width: 95%; }
.Box-Events .Body .Content dl dt a {}
.Box-Events .Body .Content dl dd {}
.Box-Events .Body .Content dl dd  a{ line-height:1.5em; font-weight:normal;text-align: right; text-decoration:none; color:#22739e;  border-bottom:1px solid; }
.Box-Events .Body .Content .Text { /*float:left;*/ }
.Box-Events .Body .Content .morelink { font-weight: bold; }
/* Nested inside the left div- for expandable widths (ie sliding doors)*/

/* Nested inside the left div- for expandable widths (ie sliding doors)*/
.Box-Events.Body .Content img { }
/* Nested inside the left div- for expandable widths (ie sliding doors)*/
.Box-Events .Body .Right { background: #fff; float: right; }

/* User Control Footer areas */
.Box-Events .Footer { height: 6px; width: 756px; background: #fff url(images/BoxBorders/bordernews_bottom.png) no-repeat; clear: both; padding: 10px 10px 3px 10px; }
.Box-Events .Footer .Left {}
.Box-Events .Footer .Right {}

/* End  */




































/* <span> in the above style to show Control title/ page title */
   .Box-EventsDiary .Banner .Title {
	margin-left:-9px;
	margin-top:-5px;
	float:left;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#000;
}








/* Used for rounded corners. Can be set to display:none if not required in the layout. */
                .Box-EventsDiary .Banner .Right {
	background:transparent url(images/appbanner_chamright.gif) no-repeat top right;
	height:35px;
	text-align:left;
	float:right;
	width:6px;
}






/* End  */
            /* Footer areas */
                .Box-EventsDiary .Footer {
	background:transparent url(images/appfooter_bg.gif) repeat-x;
	float:left;
	height: 13px;
	font-size: 11px;
	width:100%;
}



.Box-EventsDiary .Footer .Left {
	display:none;
}



.Box-EventsDiary .Footer .Right {
	display:none;
}




/* End  */

            /* Body area*/
                .Box-EventsDiary .Body {
	font-size:0.9em;
	line-height:1.4em;
}




/* Used to show left edge repeating background image */
                .Box-EventsDiary .Body .Left {
	background:transparent url(images/appbody_left.gif) repeat-y;
	text-align:left;
	float:left;
	height:auto;
}
/* Used to create a usable area for content with regular padding etc. Nested inside the right div */
                .Box-EventsDiary .Body .Content {	
	height: auto;
	margin-left:-15px;
	margin-top:-15px;	
	float:left;
	text-align:center;
	display:inline;
	background: #fff;
	
	
}




.Box-EventsDiary .Body .Content .Text {
	float:left;
border:none;
}




.Box-EventsDiary .Body .Content a {
	float:left;
}









.Box-EventsDiary .Body .Content img {
}















.Box-EventsDiary .Body .Content .Calender {
	
	
	
}
.Box-EventsDiary .Body .Content .Calender .Title {
	background-color:#FFF;
	color:#737373;
	font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;



	
}






.Box-EventsDiary .Body .Content .Calender .DayHeader {
	background-color:#737373;
	color:#fff;
}






.Box-EventsDiary .Body .Content .Calender .SelectedDay {
	background-color:#a4bf4f;
	text-decoration:underline;
	color:#000;
}






.Box-EventsDiary .Body .Content .Calender .EventDay {
	background-color:#dcdcdc;color:#000;
	
}











/*=========Highlights a block of days=======*/
.Box-EventsDiary .Body .Content .Calender .WeekDay {
	background-color:#EFEFEF;
	text-decoration:underline;
	color:#000;
	padding:2px;
}



.Box-EventsDiary .Body .Content .Calender .WeekEnd {
	background-color:#FFF;
	text-decoration:underline;padding:2px;
}
.Box-EventsDiary .Body .Content .Calender .Today {
	background-color:#ffd548;
}
.Box-EventsDiary .Body .Content .Calender .OtherDaysofMonth a:link {
	color:#FF9900;
}
.Box-EventsDiary a.CommandBtn, .News-Form a.CommandBtn:link, .News-Form a.CommandBtn:active, .News-Form a.CommandBtn:visited {
	display: inline;
	vertical-align: middle;
	width: 105px;
	height: 18px;
	text-align:center;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 6px;
	font: bold 11px Tahoma, Arial, Sans-Serif;
	color: #FFF;
	background:transparent url(images/CommandBtn.gif) 0px -1px no-repeat;
	text-decoration: none;
	float:right;
}
.Box-EventsDiary a.CommandBtn:hover {
	background-position:0px -22px;
	color: #333333;
	text-decoration: none;
}
.Box-EventsDiary a.CommandBtnSlim, .News-Form a.CommandBtnSlim:link, .News-Form a.CommandBtnSlim:active, .News-Form a.CommandBtnSlim:visited {
	display: block;
	vertical-align: middle;
	width: 70px;
	height: 19px;
	text-align: center;
	padding: 4px 2px 0px 2px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #333333;
	background:transparent url(images/CommandBtnSlim.gif) 0px -23px no-repeat;
	text-decoration: none;
	float:right;
}
.Box-EventsDiary a.CommandBtnSlim:hover {
	background-position: 0px 0px;
}
/* Nested inside the left div- for expandable widths (ie sliding doors)*/
                .Box-EventsDiary .Body .Right {
	background:transparent url(images/appbody_right.gif) repeat-y top right;
	float:right;
}
/* End  */
    /* End  */
	
	
	
	
	
    /* EventsSearch Box */
    .Box-EventsSearch {
	width:100%;	
	background-color:#fff;	
	float: left
}




/* Banner*/
                .Box-EventsSearch .Banner {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#000;
	background:transparent url(images/appbanner_bg.gif) repeat-x;
	width:100%;
	height: 35px;
}
/* Used for rounded corners and to hold a <span> with the title in it. */
                .Box-EventsSearch .Banner .Left {
	background:transparent url(images/appbanner_chamleft.gif) no-repeat top left;
	height:35px;
	text-align:left;
	float:left;
	width:auto;
}
/* <span> in the above style to show Control title/ page title */
                .Box-EventsSearch .Banner .Title {
	margin-left:-5px;
	font-weight:bold;
	line-height:32px;
	float:left;
	margin-top:-20px;
	font-weight:normal;
	font-size:1.0em;
}
/* Used for rounded corners. Can be set to display:none if not required in the layout. */
                .Box-EventsSearch .Banner .Right {
	background:transparent url(images/appbanner_chamright.gif) no-repeat top right;
	height:35px;
	text-align:left;
	float:right;
	width:6px;
}
/* End  */

            /* Footer */
                .Box-EventsSearch .Footer {
	background:transparent url(images/appfooter_bg.gif) repeat-x;
	float:left;
	height: 13px;
	font-size: 11px;
	width:100%;
}
.Box-EventsSearch .Footer .Left {
	background:transparent url(images/appfooter_left.gif) no-repeat top left;
	text-align:left;
	float:left;
	width:6px;
	height: 13px;
}
.Box-EventsSearch .Footer .Right {
	background:transparent url(images/appfooter_right.gif) no-repeat top right;
	height:13px;
	text-align:left;
	float:right;
	width:6px;
}




/* End  */

            /* Body*/
                .Box-EventsSearch .Body {
	font-size:0.9em;
	line-height:1.4em;
}





/* Used to show left edge repeating background image */
                .Box-EventsSearch .Body .Left {
	background:transparent url(images/appbody_left.gif) repeat-y;
	text-align:left;
	float:left;
	height:auto;
}






/* Used to create a usable area for content with regular padding etc. Nested inside the right div */
                .Box-EventsSearch .Body .Content {
	
	height: auto;	
	float:left;
	text-align:left;
	display:inline;
	background: #FFF;
	margin-top:-20px;
	
}





.Box-EventsSearch .Body .Content .Text {
	float:left;
}





.Box-EventsSearch .Body .Content input, .Box-EventsSearch .Body .Content select {
	font-size:1em;
}









.Box-EventsSearch .Body .Content a {
	float:left;
}










.Box-EventsSearch .Body .Content img {padding-left:10px;
}









.Box-EventsSearch .Body .Content .Calender {
	font-size:0.9em;
	margin-left: 10px
}






.Box-EventsSearch .Body .Content .Calender .Title {
	background-color:#FFF;
	font-weight:bold;
	
}








.Box-EventsSearch .Body .Content .Calender .DayHeader {
	background-color:#fff;
}






.Box-EventsSearch .Body .Content .Calender .SelectedDay {
	background-color:#a4bf4f;
}




.Box-EventsSearch .Body .Content .Calender .EventDay {
	background-color:#CCC;
}
.Box-EventsSearch .Body .Content .Calender .WeekDay {
	background-color:#EFEFEF;
}
.Box-EventsSearch .Body .Content .Calender .WeekEnd {
	background-color:#FFF;
}
.Box-EventsSearch .Body .Content .Calender .Today {
	background-color:#ffd548;
}
.Box-EventsSearch .Body .Content .Calender .OtherDaysofMonth a:link {
	color:#FF9900;
	
}
.Box-EventsSearch a.CommandBtn, .News-Form a.CommandBtn:link, .News-Form a.CommandBtn:active, .News-Form a.CommandBtn:visited {
	display:block;
	width: 100px;	
	color: #000;	
	text-align: center;
	padding: 6px;
	margin-top: -25px;
	margin-left:-28px;
}




.Box-EventsSearch a.CommandBtn:hover {
	
}
.Box-EventsSearch a.CommandBtnSlim, .News-Form a.CommandBtnSlim:link, .News-Form a.CommandBtnSlim:active, .News-Form a.CommandBtnSlim:visited {
	display: block;
	vertical-align: middle;
	width: 70px;
	height: 19px;
	text-align: center;
	padding: 4px 2px 0px 2px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #333333;
	background: url(images/btn_submit.jpg) 0px -23px no-repeat;
	text-decoration: none;
	float:right;
}
.Box-EventsSearch a.CommandBtnSlim:hover {
	background-position: 0px 0px;
}
/* Nested inside the left div- for expandable widths (ie sliding doors)*/
                .Box-EventsSearch .Body .Right {
	background:transparent url(images/appbody_right.gif) repeat-y top right;
	float:right;
}
/* End  */
        /* End  */
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
    /* Events Listings styles */
        .EventList {
	display: block;
	width: 100%
}





.EventList table {
	width: 100%;
}




.EventList .Event {width:96%;
}	






/*===Styles all the images=======*/ 
.EventList .Event .Image {
	float: left;
	border: 1px solid #ccc;	
	max-width:100px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left:10px;
}


/*=======Styles the dates and times in all boxes=======*/

.EventList .Event .Text .FieldLabel {
	display:block;
	float:left;
	margin-left:5px;
	font-weight:bold;
	
}


.EventList .Event .Text .Field {
	width: 120px;
	display:block;
	float:left;
	color:#000;
}

/*============================================*/
























/*=======Styles the text in the first text box======*/
 .Event .Text {
	display:block;
	float:left;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;	
	color:#666;
	width:60%;
	padding-left:10px;
}



/*==========Styles the title in the first text box==============*/
.Event .Title{
font-size:1.3em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color:#000;
	
	}
	







/* End  */
    /* Events Detail styles */
        .Event {
	margin: 23px 0px 0px 10px;
	display: block;
	width: 100%;
	padding: 2px;
}









.Event a {
	color: #afc956
}




 .FieldLabel {
	display:block;
	float:left;
	font-weight:bold;
	color:#658bc0;
	font-size:0.95em;
	padding-left:10px;
}










.Event .Field {
	display:block;
	float:left;
	color:#000;
	padding-left:5px;
	padding-right:5px;
	font-size:0.95em;
}














/* End  */
    
/* End  */

/*Blog Component*/
    .post {
	padding: 4px;
	margin: 0 0 10px 0;
	clear: both;

}
.postfoot {
	padding-top: 0.5em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
	text-transform:uppercase;
	margin: 0em;
	color: #666;
}
.postsummary {
}
.postsummary .title, .postsummary .date {
	font-size:1.4em;
	font-weight:bold;
	padding:5px 0px 10px 0px;
	display:block;
}
.postsummary .date {
	text-transform:uppercase;
	font-size:1.2em;
	padding:0px;
}
.postseparator {
	border:1px dotted #CCC
}
.postsummary img {
	padding:10px;
	float:right;
}
.postcomment {
	float: left;
	width: 80px;
	overflow: hidden;
	padding-right: 10px;
	color: #999;
	font-family: Georgia, Serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.postthanks {

}
.TagCollection {
	padding: 0px;
	font-size: 90%;
	margin: 0px;
	line-height: 200%;
	list-style-type: none
}
.Tag1 {
	padding: 0px;
	margin: 0px;
	display: inline
}
.Tag1 a {
	font-size: 160%;
	font-weight: 900;
	margin-right: 6px;
	text-decoration: none
}
.Tag2 {
	padding: 0px;
	margin: 0px;
	display: inline
}
.Tag2 a {
	font-size: 145%;
	font-weight: 800;
	margin-right: 6px;
	text-decoration: none
}
.Tag3 {
	padding: 0px;
	margin: 0px;
	display: inline
}
.Tag3 a {
	font-size: 130%;
	font-weight: 600;
	margin-right: 6px;
	text-decoration: none
}
.Tag4 {
	padding: 0px;
	margin: 0px;
	display: inline
}
.Tag4 a {
	font-size: 120%;
	font-weight: 500;
	margin-right: 6px;
	text-decoration: none
}
.Tag5 {
	padding: 0px;
	margin: 0px;
	display: inline
}
.Tag5 a {
	font-size: 110%;
	font-weight: 300;
	margin-right: 6px;
	text-decoration: none
}
