/*****************************
  Default Style Elements
*****************************/
/* html, body, table, td, div, span { font-size: 100%; IE hack - helps with resizing issues }*/ 
html 
{
	font-size: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	background: #ffffff  url(../images/background.gif) repeat-x 0 0;
	font-family: verdana, arial, "Trebuchet MS",  helvetica, sans-serif;
	font-size: 0.7em;/**/
	color: #666;
	
	/**/
	
	}

.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;/**/
	font-size: 0.9em; 
	color: #333;
}

table {
	font-size: 1em;
	font-family: verdana, arial, "Trebuchet MS", helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	/*margin: 0; Do not implement this as it causes background image to screw up.*/
	font-family: verdana, arial, "Trebuchet MS", helvetica, sans-serif;
	margin-bottom: 0.6em;
	font-weight:bold;
	color: #222; 
}

h1 
{
	
	font-size: 1.8em;
	margin: 0.6em 0 1em 0;
	/*padding-bottom: 0.5em;
	border-bottom: solid 2px #E40A09;*/
	border: none;
	font-weight: bold;
}


h1#MainTitle {
	padding: 12px 120px;
	margin: 0 0 0 37px;
	position: absolute;
	top: 5px;
	border: none;
	background-image: url(../images/i-small.gif);
	background-repeat: no-repeat;
}

h1#MainTitle span 
{
	visibility: hidden;  /*This hides the text from viewers but not from Robots */
}

.ITLNew
{
	border: solid 1px #E40A09;	
	padding: 5px;
	background: #fff url(../images/news_bk_gray.jpg) repeat-x 0 0;
}

.ITLNew h3
{
	padding:3px 0;
	margin:-5px;
	text-align:center;
	border-bottom: solid 1px #E40A09;	
	background-color: #E40A09;
	color: #fff;
}

h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}


p {
	/*margin: 10px 0px;
	font-family: arial, verdana, "Trebuchet MS", helvetica, sans-serif; */
	line-height: 1.3em;
}

hr 
{
	/**/height: 1px;
	color: #ccc;
}

a {
	text-decoration: none;
	color: #D32525;
}

a:visited {
	color: #D32525;
}

a:hover {
	text-decoration: underline;
	color: #D32525;
}

a:active {
	color: #D32525;
}

blockquote 
{
	margin: auto ;
	font-weight: bold;
	font-style:italic;
}


.footer a {
	text-decoration: none;
	color: #D32525;
}

.footer a:visited {
	color: #D32525;
}

.footer a:hover {
	text-decoration: underline;
	color: #D32525;
}

.footer a:active {
	color: #D32525;
}
	


/**********************************
  Standard Style Elements
  -----------------------
  The following style elements are defined for every theme. When 
  creating a new theme, you should copy these elements.
***********************************/

/* Section Menu */

.SectionMenu {color:#eee;}
.SectionMenu a {color: #eee; text-decoration: none;	}
.SectionMenu a:hover {color: #333; text-decoration: none;}

.SectionMenu2 {}
.SectionMenu2 a {color: #eee; text-decoration: none;}
.SectionMenu2 a:hover {color: #fff; text-decoration: none;}

.SectionNav {font-size: 1.05em; margin-bottom:3px;}
.SectionNav a {color: #eee; text-decoration: none;}
.SectionNav a:visited {color: #eee; }
.SectionNav a:hover {color: #fff; text-decoration: none;}
.SectionNav a:active {color: #fff; text-decoration: none;}

.SectionNav2 {color: #D32525; margin: 5px; font-size:0.95em}

a.SectionMenu_SelectedMenuItem {color: #fff; font-weight: bold}
/* Topic Menu */

.TopicMenu {font-size: 11px;}
.TopicMenu a {color:#3366CC; text-decoration: none; font-size: 11px; font-weight: bold;}
.TopicMenu a:hover {text-decoration: underline;}


/* BreadCrumb Navigation */

.BreadCrumb {color: #D32525; }
.BreadCrumb a {color: #D32525; text-decoration: none; }
.BreadCrumb a {color: #D32525; text-decoration: none; }
.BreadCrumb a:hover {color: #D32525; text-decoration: underline;}


/* UserLogin */

.UserLogin {font-size: 11px; font-weight: bold;}
.UserLogin a {color: #993300; text-decoration: none; font-size: 11px; font-weight: bold;}
.UserLogin a:hover {color: #FFFFFF;}


/* Search */

.Search {font-weight: normal; color: #333;}
.Search a {text-decoration: none;  font-weight: bold;}
.Search a:hover {text-decoration: none;}

/***************************
  Modules 
***************************/


/* Articles */

.ArticleSection_SectionTitle {/*font-size: 1.2em;*/}
.ArticleSection_SectionDescription {font-weight: normal;}
.ArticleSection_ListTable {border: solid #E40A09 1px;}
.ArticleSection_ListItem {background-color:#eee; font-weight: normal; border-bottom: dashed #E40A09 1px;}
.ArticleSection_ListItem2 {background-color:#fff;}
.ArticleSection_ListAlternatingItem {background-color:#FFCCCC;}
.ArticleSection_ListAlternatingItem2 {background-color:#FFCCCC;}
.ArticleSection_ListTitle {font-weight: bold; font-size: 1.1em; }
.ArticleSection_ListAuthorLink {text-decoration: none;  font-weight: normal;}
.ArticleSection_ListBriefDescription {font-size: 1em; font-weight: normal;}
.ArticleSection_ListReadMoreLink {text-decoration: none; font-size: 1em; font-weight: normal;}
.ArticleSection_NoArticles {color: #CC0000;}

.Article_Table {border-top: thick solid #E40A09 5px; border-bottom: thick solid #E40A090 5px;}
.Article_IntroCell {background-color:#eee;} 
.Article_BodyCell {background-color:none;}
.Article_Title {font-weight: bold; font-size: 17px;}
.Article_AuthorLink {color:#000000; text-decoration: none; font-weight: normal;}
.Article_BriefDescription {font-style: italic;}
.Article_FullDescription {color: #333333}

/* Books */

.BookSection_SectionTitle {font-weight: bold; font-size: 1.5em;}
.BookSection_SectionDescription {color: #666666; font-size: 1em; font-weight: normal;}
.BookSection_ListTable {background-color:#FFFFFF; border: solid #E40A09 1px;}
.BookSection_ListItem {background-color:#eee; }
.BookSection_ListItem2 {background-color: #fff; border-top: solid #E40A09 1px;}
.BookSection_ListAlternatingItem {background-color:#eee;}
.BookSection_ListAlternatingItem2 {background-color:#eee;}
.BookSection_ListLabel {font-size: 1em;}
.BookSection_ListTitle {color: #222;font-weight: bold; font-size: 1.3em; }
.BookSection_ListAuthor {font-style: italic; color: #222;}
.BookSection_ListPublisher {font-style: italic; color: #222;}
.BookSection_ListPublicationDate {font-style: italic; color: #222;}
.BookSection_ListBriefDescription {font-weight: normal;}
.BookSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.BookSection_NoBooks {color: #CC0000;}

.Book_Table {border: solid #E40A09 1px; background-color:#ffe;}
.Book_IntroCell {background-color:#eee;} 
.Book_BodyCell {background-color:#fff;}
.Book_Label {/*font-size: 12px;*/}
.Book_Title {font-weight: bold; color: #333;}
.Book_Author {/*font-size: 12pt;*/} 
.Book_BriefDescription {/*font-size: 12px;*/ font-style: italic;}
.Book_FullDescription {/*font-size: 12px; */color: #333333}


/* Comments */

.Comments_ListTable {border: solid #ccc 1px;}
.Comments_ListItem {background-color:#eee;}
.Comments_ListItem2 {background-color:#fff;}
.Comments_ListAlternatingItem {border: thick solid #993300 2px;}
.Comments_ListAlternatingItem2 {background-color:#FFCCCC;}
.Comments_ListTitle {font-size: 15px; font-weight: bold; font-variant: normal;}
.Comments_ListTitleLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_ListAuthorLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_ListDateCreated {font-size: 12px;}
.Comments_ListBriefDescription {font-size: 12px; font-weight: normal;}
.Comments_ListReplyLink {text-decoration: none; font-size: 12px; font-weight: normal;}


.Comments_Table {border: none;}
.Comments_IntroCell {background-color:#FFCCCC;} 
.Comments_BodyCell {background-color:#FFCCCC;}
.Comments_Title {font-size: 15px; font-weight: bold; font-variant: normal;}
.Comments_AuthorLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_DateCreated {font-size: 12px;}
.Comments_BriefDescription {font-size: 12px;}
.Comments_ParentLink {text-decoration: none; font-size: 12px; font-weight: normal;}

/* Content */

.Content_SubTitleRow {font-size: 1.2em; font-weight: bold;}

/* Downloads */

.DownloadSection_SectionTitle {font-weight: bold; font-size: 1.6em;}
.DownloadSection_SectionDescription {font-size: 12px; font-weight: normal;}
.DownloadSection_ListTable {border: solid #E40A09 1px;}
.DownloadSection_ListItem {background-color:#eee; border-bottom: solid #E40A09 1px;}
.DownloadSection_ListItem2 {background-color:#fff;}
.DownloadSection_ListAlternatingItem {background-color:#FFCCCC;}
.DownloadSection_ListAlternatingItem2 {background-color:#FFCCCC;}
.DownloadSection_ListTitle {font-weight: bold; font-size: 1.2em; font-variant: normal;}
.DownloadSection_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_ListFileSize {font-size: 12px; color:"#CC0000"}
.DownloadSection_ListBriefDescription {font-size: 12px; font-weight: normal;}
.DownloadSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_ListDownloadLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_NoDownloads {font-size: 12px; color: #CC0000;}

.Download_Table {margin-top: 20px; border: solid #ddd 2px;}
.Download_IntroCell {font-weight: bold;} 
.Download_BodyCell {background-color:#FFCCCC;}
.Download_Label {font-size: 1.1em; font-weight: bold;}
.Download_Title {font-size: 1.2em; font-weight: bold; }
.Download_FileSize {font-size: 1em;}
.Download_BriefDescription {font-size: 1em;}
.Download_FullDescription {font-size: 1em;color: #333333}
.Download_AuthorLink {text-decoration: none; font-size: 1em; font-weight: normal;}
.Download_DownloadLink {text-decoration: none; font-size: 1em; font-weight: normal;}



/* Events */

.EventSection_SectionTitle {}
.EventSection_SectionDescription {font-weight: normal;}
.EventSection_ListTable {font-size: 1.1em; border: solid #E40A09 1px;}
.EventSection_ListItem {background-color:#eee;}
.EventSection_ListItem2 {background-color:#eee;}
.EventSection_ListAlternatingItem {background-color:#FFCCCC;}
.EventSection_ListAlternatingItem2 {background-color:#FFCCCC;}
.EventSection_ListTitle {color: #E40A09; font-weight: bold; font-size:1.2em; }
.EventSection_ListDate {font-size:1em; }
.EventSection_ListBriefDescription {font-weight: normal;background-color:#fff; border-bottom: solid #aaa 1px;}
.EventSection_ListReadMoreLink {text-decoration: none; font-weight: normal;}
.EventSection_ListNotVisible {background-color:#CCCCFF; font-style: italic;}
.EventSection_NoBooks {color: #CC0000;}
.EventSection_Details {background-color:#fcfcfc; font-weight: normal; padding-left: 15px; border-bottom: solid #aaa 1px;}

.Event_Table {font-size: 1.1em; border: solid #E40A09 1px;}
.Event_IntroCell {background-color:#fcfcfc;} 
.Event_BodyCell {background-color:#fff; font-weight: bold;}
.Event_Title {font-weight: bold; font-size: 1.2em; background-color:#eee; color: #E40A09;}
.Event_Date {font-weight: bold; font-variant: normal;}
.Event_BriefDescription {font-style: italic;}
.Event_FullDescription {color: #333333}
.Event_SpeakerBiog {font-size:0.9em; font-style:italic;}


/* Links */

.LinkSection_SectionTitle {font-weight: bold; font-size: 1.6em;}
.LinkSection_SectionDescription {font-size: 1em; font-weight: normal;}
.LinkSection_ListTable {border: none;}
.LinkSection_ListItem {border-top: thick dashed #E40A09 1px; background-color:#FFFFFF;}
.LinkSection_ListItem2 {background-color:#FFFFFF;font-size: 12px; font-weight: normal;}
.LinkSection_ListAlternatingItem {border-top: thick dashed #E40A09 1px; background-color:#FFCCCC;}
.LinkSection_ListAlternatingItem2 {background-color:#FFFFFF;}
.LinkSection_ListTitle {font-size: 1.1em; font-weight: bold; font-variant: normal;}
.LinkSection_ListBriefDescription {font-size: 1em; font-weight: normal;}
.LinkSection_ListCommentLink {color: #3366CC; font-weight: bold; text-decoration: none; font-size: 1.2em;}
.LinkSection_NoLinks {font-size: 1em; color: #CC0000;}

.Link_Table {border-top: thick solid #E40A09 5px;}
.Link_IntroCell {background-color:#FFFFFF;} 
.Link_BodyCell {background-color:#FFFFFF;}
.Link_Link {font-size: 15px; font-weight: bold; font-variant: normal;}
.Link_BriefDescription {font-size: 1em;}


/* Parent Section 

.ParentSection_SectionTitle {margin-top: 1.0em; margin-bottom: 1.12em; font-size: 1.3em; display:block; font-weight: bold; color: #444; }
*/.ParentSection_SectionDescription {font-size: 12px; font-weight: normal;}
.ParentSection_ListTable {border: none;}
.ParentSection_ListItem {border-top: thick dashed #993300  1px; background-color:#FFFFFF;}
.ParentSection_ListItem2 {background-color:#993300 ;font-size: 12px; font-weight: normal;}
.ParentSection_ListAlternatingItem {border-top: thick dashed #993300 1px; background-color:#FFFFFF;}
.ParentSection_ListAlternatingItem2 {background-color:#FFFFFF;}
.ParentSection_ListTitleLink {text-decoration: none; font-size: 1.1em; font-weight: bold; color:#D32525;}
.ParentSection_ListBriefDescription {font-size: 1em; font-weight: normal;}


/* Photo Gallery */

.PhotoSection_SectionTitle {/*font-weight: bold; font-size: 1.6em;*/}
.PhotoSection_SectionDescription {font-weight: normal;}
.PhotoSection_SpacerCell {}
.PhotoSection_ListTable {border: none;}
.PhotoSection_ListItem {border-top: thick dashed #ccc 1px; background-color:#fff;}
.PhotoSection_ListItem2 {background-color:#E40A09;font-size: 12px; font-weight: normal;}
.PhotoSection_ListAlternatingItem {border-top: thick dashed #E40A09 1px; background-color:#fff;}
.PhotoSection_ListAlternatingItem2 {background-color:#993300;}
.PhotoSection_ListTitle {font-size: 1.1em; font-weight: bold;}
.PhotoSection_ListBriefDescription { font-weight: normal;}
.PhotoSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.PhotoSection_NoPhotos { color: #CC0000;}

.Photo_Table { border-bottom: thick solid #E40A09 1px;}
.Photo_IntroCell {background-color:#FFFFFF;} 
.Photo_BodyCell {background-color:#f3f3f3; font-size: 1.1em; }
.Photo_Title {font-size: 1.3em; font-weight: bold; color: #E40A09;}
.Photo_AuthorLink {text-decoration: none; font-weight: normal;}
.Photo_DateCreated {}
.Photo_BriefDescription {font-style: italic;}
.Photo_FullDescription { padding: 5px;}


/* Topics */

.Topics_TopicTitle {font-weight: bold; font-size: 1.6em;}
.Topics_TopicDescription {font-size: 12px; font-weight: normal;}
.Topics_ListTable {border: border-top: thick solid #993300 3px; border-bottom: thick solid #993300 1px;border-left: thick solid #993300 1px;border-right: thick solid #993300 1px;}
.Topics_ListItem {background-color:#FFCCCC;}
.Topics_ListItem2 {background-color:#FFFFFF;}
.Topics_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Topics_ListAlternatingItem2 {background-color:#FFCCCC}
.Topics_ListTitle {font-size: 15px; font-weight: bold; font-variant: normal;}
.Topics_ListTitleLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Topics_ListAuthorLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Topics_ListDateCreated {font-size: 12px;}
.Topics_ListBriefDescription {font-size: 12px; font-weight: normal;}

/* Search */

.Search_ListTable {border: none;}
.Search_ListItem {background-color:#FFCCCC;}
.Search_ListItem2 {background-color:#FFFFFF;}
.Search_ListAlternatingItem {border-top: thick dashed #993300 1px; background-color:#FFCCCC;}
.Search_ListAlternatingItem2 {background-color:#CCCCFF;}
.Search_ListTitle {font-size: 1.4em; font-weight: bold; font-variant: normal;}
.Search_ListTitleLink {text-decoration: none; font-size: 1.1em; font-weight: bold;}
.Search_ListAuthorLink {text-decoration: none; color: #D32525; font-size: 1em; font-weight: bold;}
.Search_ListDateCreated {font-size: 1.0em;}
.Search_ListBriefDescription {font-size: 1em; font-weight: normal;}
.Search_NoResults {font-size: 1.1em; color: #CC0000;}

/* Item */

.itemTitleLink
{
	display:block;
	margin-bottom: 3px;
	font-weight: bold;
}

/* Form */

.Form_Title {font-weight: bold; font-size: 1.6em;}
.Form_Description {font-size: 12px;}
.Form_Table {border: thick solid #ccc 2px; background-color:#FFF;}
.Form_LabelRow {font-size: 1em; background-color: #eee;}
.Form_LabelCell {font-size: 1em;}
.Form_LabelText {font-size: 1.1em; font-weight: bold;}
.Form_FieldRow {font-size: 12px; }
.Form_FieldCell {font-size: 12px;}
.Form_Field {padding-left:2px; font-size: 11px;}
.Form_SectionRow {font-size: 1.2em; background-color: #ccc; font-weight:bold;}
.Form_SectionCell {font-size: 1.1em;}
.Form_SectionText {font-size: 1.1em; font-weight: bold;}
.Form_Button {font-size: 1em;}
.Form_HelpText {font-size: 8pt;}
.Form_SubSectionRow {font-size: 12px;}
.Form_SubSectionCell {font-size: 12px;}
.Form_SubSectionText {font-size: 12px;}
.Form_List {font-size: 1em;}
.Form_Message {font-size: 12px; color: #C00}
.Form_SubTitle {font-size: 1.1em; font-weight: bold;}


/* Web Box */

.WebBox_ListTable { background-repeat:repeat-x; background-color:#fff; background-image: url(../images/bk_gray.jpg); border: solid #888 1px; width:100%;}
.WebBox_ListItem {font-size:1em;}
.WebBox_ListItem li {margin: 5px 10px; }
.WebBox_ListItem a:active {color: #D32525; text-decoration: none;}
.WebBox_ListItem a:link {color: #D32525; text-decoration: none;}
.WebBox_ListItem a:visited {color: #D32525; text-decoration: none;}
.WebBox_ListItem a:hover {color: #D32525; text-decoration: underline;}

.WebBox_TitleText {display:block; text-align:left; padding: 5px; font-weight: bold; font-size: 1.1em; color: #333; border-bottom: solid 1px #D32525; }

.WebBox_TitleRow {font-style:italic; padding: 3px 7px 18px 7px;}
.WebBox_TitleCell {font-size: 12px;}
.WebBox_SubText {font-size: 8px;}


/* Web Service Box */

.WebServiceBox_ListTable {border: thick solid #DDDDDD 2px;width:100%;}
.WebServiceBox_ListItem {background-color: #ffffff; }
.WebServiceBox_ServiceTitleLink {font-size: 14px; font-weight: bold;}
:hover.WebServiceBox_ServiceTitleLink {font-weight: bold;}
.WebServiceBox_ServiceDescription {font-size: 12px;}
:link.WebServiceBox_ListTitleLink {font-size: 8pt;}
:visited.WebServiceBox_ListTitleLink {font-size: 8pt; }
:hover.WebServiceBox_ListTitleLink {font-size: 8pt;}
.WebServiceBox_ListDescription {font-size: 8pt; }
.WebServiceBox_Copyright {font-size: 8pt;}
.WebServiceBox_LastRefreshed {font-size: 8px;}



/* Forum Login */

.ForumLogin_SectionTitle {font-weight: bold; font-size: 21px;}
.ForumLogin_SectionDescription {font-size: 12px; font-weight: normal;}
.ForumLogin_LoginLink {color: #993300;}

.Error_Message {color: Red; font-weight:bold;}

/* Discuss */
.discussTable 
{   
    border:solid #ccc 2px ;
    background-color:#FFFFFF;
}

.discussTable td
{
    font-size: 1em;
    background-color: #fefefe;
}

.discussTable th 
{
    height: 25px;
    padding: 3px;
    margin: 1px;
    background-color: #eee;
    font-size: 1.1em;
    font-weight:bold;
    border-bottom:solid #ccc 2px ;
}


.discussTable a 
{
    color: navy;
    font-size: 11px;
    text-decoration:underline;
    font-weight: bold;
}


.discussCell  
{
    padding: 3px;
    margin: 1px;
    background-color: #CBCDD1;
}


.discussCellHilite  
{
    padding: 3px;
    background-color: #D4D9EC;
}



/* HtmlTextBox */


pre 
{
    word-wrap:break-word;
    padding:5px;
    margin-bottom:0px;
    margin-top:0px;
    margin-right:0px;
    margin-left:10px;
    background-color: #eeeeee;
    font: 10px normal ;
}


.postBodyText {padding-bottom:20px; overflow-x:auto}
.postBodyText p {margin:0px;}

.commentText {padding-bottom:20px; overflow-x:auto}
.commentText p {margin:0px;}

.itemCommentText {padding-bottom:20px; overflow-x:auto}
.itemCommentText p {margin:0px;}

.articleBodyText {padding-bottom:20px; overflow-x:auto}
.articleBodyText p {margin:0px;}

.bookFullDescription {padding-bottom:20px; overflow-x:auto}
.bookFullDescription p {margin:0px;}


.downloadFullDescription {padding-bottom:20px; overflow-x:auto}
.downloadFullDescription p {margin:0px;}

.eventFullDescription {padding-bottom:20px; overflow-x:auto}
.eventFullDescription p {margin:0px;}

.eventSpeakerBiography {padding-bottom:20px; overflow-x:auto}
.eventSpeakerBiography p {margin:0px;}

.itemEventSpeakerBiography {padding-bottom:20px; overflow-x:auto}
.itemEventSpeakerBiography p {margin:0px;}

.photoFullDescription {padding-bottom:20px; overflow-x:auto}
.photoFullDescription p {margin:0px;}





/***********************************
  Theme Specific Style Elements
  ------------------------------
  The following style elements are specific to the current
  theme.
************************************/


/* Default Theme 

.SmallImage {background-image: url("ArrowRow_Small.gif"); background-position: center left; background-repeat: no-repeat;}
.BigImage {background-image: url("ArrowRow_Big.gif"); background-position: center center; background-repeat: no-repeat;}
*/


.search input
{
	height: 12px;
	width: 110px;
	font-size:1.1em;
	padding: 2px 3px;
	border: solid 1px #ccc;
}

.FormInput 
{
	border: solid 1px #ccc;
}

select 
{
	font-size: 1em;
	font-family:  verdana, arial,"Trebuchet MS", helvetica, sans-serif;
}

textarea 
{
	font-size: 1em;
	font-family: verdana, arial, "Trebuchet MS", helvetica, sans-serif;
}

fieldset { padding: 3px 8px; }
legend {color: #444; padding-right: 3px; font-size:1.1em; font-weight:bold; }

div.Address {margin-left: 35px;}

.VideoBox 
{
	text-align: center;
	cursor: pointer;
	/*font-weight: bold;
	padding: 5px 15px; 
	border: dashed 1px #D32525;
	background-color: #f3f3f3;*/
}


.Podcast h3 {margin-top: 0px;}
