/*****************************
  Default Style Elements
*****************************/

BODY { font-size: 12px; SCROLLBAR-ARROW-COLOR: #ffffff; font-family: verdana,tahoma,helvetica,arial,sans serif; SCROLLBAR-BASE-COLOR: #d8c0c8; background-color: #ffffff; }

/*A { font-size: 12px; color: #3366cc; font-family: Verdana; text-decoration: none; }*/

A:link { color: #c00000; text-decoration: underline; }
A:visited { color: #c00000; text-decoration: underline; }
A:active { color: #c00000; text-decoration: underline; }
A:hover { color: #ff8040; text-decoration: none; }
/*
A.textlink:link { color: #0000c0; text-decoration: none; }
A.textlink:active { color: #0000c0; text-decoration: none; }
A.textlink:visited { color: #0000c0; text-decoration: none; }
A.textlink:hover { color: #ff0000; text-decoration: none; }
*/

.FooterText { font-size: 12px; color: white; }


/*********************************
  Standard Style Elements
  -----------------------
  The following style elements are defined for every theme. When 
  creating a new theme, you should copy these elements.
***********************************/

/* Section Menu */

/* SMR - BEGIN: Multi-Level SM */
.SectionMenu a { text-decoration: none; }
.SectionMenu a:link { text-decoration: none; }
.SectionMenu a:visited { text-decoration: none; }
.SectionMenu a:active { text-decoration: none; }
.SectionMenu a:hover { text-decoration: underline; }

.SectionMenu_SelectedMenuItem { font-weight: bold; }
/* SMR - END: Multi-Level SM */


/* BEGIN: Top Menu */
/*
.TopSectionMenu a { font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; }
.TopSectionMenu a:visited { color: #3366cc; text-decoration: none; }
.TopSectionMenu a:hover { color: red; text-decoration: none; }
.TopSectionMenu_SelectedMenuItem { font-weight: bold; background-color: #ffffff; }
*/
.TopSectionMenu { color: #ffffff; background-color: #dfc4cb; } /* Search */
.TopSectionMenu a:link { color: #ffffff; text-decoration: none; }
.TopSectionMenu a:visited { color: #ffffff; text-decoration: none; }
.TopSectionMenu a:hover { color: #c00000; text-decoration: underline; }

A.TopSectionMenu_SelectedMenuItem { font-weight: bold; color: #8a0000; text-decoration: none; }
A.TopSectionMenu_SelectedMenuItem:link { color: #8a0000; text-decoration: none; }
A.TopSectionMenu_SelectedMenuItem:visited { color: #8a0000; text-decoration: none; }
A.TopSectionMenu_SelectedMenuItem:hover { color: #c00000; text-decoration: underline; }

/* 
.TopSectionMenuTab { border-right: #b22222 thin solid; border-top: thin outset; font-size: 12px; border-left: thin groove; color: #000000; border-bottom: #d3d3d3 thin solid; font-family: verdana, arial, helvetica, sans-serif; height: 25px; background-color: #f2d7e2; text-align: center; text-decoration: none; }
.TopSectionMenuTab_SelectedMenuItem { border-right: maroon thin solid; border-top: thin outset; font-weight: bold; font-size: 12px; border-left: thin outset; color: #000000; border-bottom: white thin; font-family: verdana, arial, helvetica, sans-serif; height: 25px; background-color: #ffffff; text-align: center; text-decoration: none; }
*/
/* END: Top Menu */


/* Topic Menu */
.TopicMenu {white-space: nowrap;}
.TopicMenu a {color: #DDDDDD; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-weight: bold;}
.TopicMenu a:hover {color: #DDDDDD; text-decoration: underline;}


/* BreadCrumb Navigation */
/*
.BreadCrumb { font-weight: bold; font-size: 12px; color: white; font-family: verdana, arial, helvetica, sans-serif; }
.BreadCrumb a { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }
.BreadCrumb a:visited { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }
.BreadCrumb a:hover { font-weight: bold; font-size: 12px; color: white; text-decoration: underline; }
*/
.BreadCrumb { font-weight: bold; font-size: 12px; color: white; }
.BreadCrumb a { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }
.BreadCrumb a:visited { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }
.BreadCrumb a:hover { font-weight: bold; font-size: 12px; color: ff8040; text-decoration: none; }


/* UserLogin */
/*
.UserLogin { padding-right: 0px; padding-left: 20px; font-weight: bold; font-size: 10px; padding-bottom: 5px; padding-top: 5px; font-family: verdana, arial, helvetica, sans-serif; }
.UserLogin a {color: #3366CC; text-decoration: none; font-size: 10px; font-weight: bold;}
.UserLogin a:hover {color: #FF6600;}
*/
.UserLogin { background-color: #dfc4cb; } /* Search */
.UserLogin a { color: #ffffff; text-decoration: none; } /* menu */
.UserLogin a:active { color: #ffffff; text-decoration: none; } /* menu */
.UserLogin a:visited { color: #ffffff; text-decoration: none; } /* menu */
.UserLogin a:hover { color: #8a0000; background-color: #dfc4cb; text-decoration: underline; } /* menu */


/* Search */
/*
.Search { border-right: #d8c0c8 1px solid; border-top: #d8c0c8 1px solid; padding-left: 4px; font-weight: bold; font-size: 12px; padding-bottom: 10px; border-left: #d8c0c8 1px solid; color: #cc0000; padding-top: 4px; border-bottom: #d8c0c8 1px solid; font-family: Verdana, Arial, San-Serif; }
.Search a {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: bold;}
.Search a:visited {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: bold;}
.Search a:hover {color: #FF6600; text-decoration: none; font-size: 12px; font-weight: bold;}
*/
.Search { background-color: #dfc4cb; }
.Search a { color: #ffffff; text-decoration: none; }
.Search a:active { color: #ffffff; text-decoration: none; }
.Search a:visited { color: #ffffff; text-decoration: none; }
.Search a:hover { color: #8a0000; background-color: #dfc4cb; text-decoration: underline; }

INPUT.SearchBox { border-right: 1px inset; border-top: 1px inset; font-size: 16px; vertical-align: baseline; border-left: 1px inset; width: 105px; border-bottom: 1px inset; height: 24px; background-color: #fff4f4; }
/*.LinkButton { border-right: 1px solid; border-top: 1px solid; font-size: 12px; border-left: 1px solid; border-bottom: 1px solid; letter-spacing: normal; }*/


/***************************
  Modules 
***************************/


/* Articles */

/*.ArticleSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.ArticleSection_SectionTitle { font-weight: bold; font-size: 17px; color: #c00000; }
.ArticleSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ArticleSection_ListTable {border: thick solid #F8ECF0 1px;}
.ArticleSection_ListItem { font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; background-color: #F8ECF0; }
.ArticleSection_ListItem2 {background-color:#FFFFFF;}
.ArticleSection_ListAlternatingItem {background-color:#F8ECF0;}
.ArticleSection_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.ArticleSection_ListTitle {font-weight: bold; font-size: 12px; font-variant: small-caps;}*/
.ArticleSection_ListTitle {font-weight: bold; font-size: 12px;}
.ArticleSection_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.ArticleSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ArticleSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.ArticleSection_NoArticles {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Article_Table {border: none;}
.Article_IntroCell {background-color:#F8ECF0;border:#F8ECF0 solid 1px;} 
.Article_BodyCell {background-color:#FFFFFF;}
/*.Article_Title {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.Article_Title {font-weight: bold; font-size: 17px;}
.Article_AuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
/*.Article_BriefDescription {font-size: 12px;font-variant:small-caps}*/
.Article_BriefDescription {font-size: 12px;}
.Article_FullDescription {font-size: 18px;color: #333333}


/* Newss */

/*.NewsSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.NewsSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.NewsSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.NewsSection_ListTable {border: thick solid #F8ECF0 1px;}
.NewsSection_ListItem {background-color:#F8ECF0; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.NewsSection_ListItem2 {background-color:#FFFFFF;}
.NewsSection_ListAlternatingItem {background-color:#F8ECF0;}
.NewsSection_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.NewsSection_ListTitle {font-weight: bold; font-size: 12px; font-variant: small-caps;}*/
.NewsSection_ListTitle {font-weight: bold; font-size: 12px;}
.NewsSection_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.NewsSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.NewsSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.NewsSection_NoNewss {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.News_Table {border: none;}
.News_IntroCell {background-color:#F8ECF0;border:#F8ECF0 solid 1px;} 
.News_BodyCell {background-color:#FFFFFF;}
/*.News_Title {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.News_Title {font-weight: bold; font-size: 17px;}
.News_AuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
/*.News_BriefDescription {font-size: 12px;font-variant:small-caps}*/
.News_BriefDescription {font-size: 12px;}
.News_FullDescription {font-size: 18px;color: #333333}


/* Books */

/*.BookSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.BookSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.BookSection_SectionDescription {color: #666666; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.BookSection_ListTable {border: thick solid #F8ECF0 1px;}
.BookSection_ListItem {background-color:#FFFFFF;}
.BookSection_ListItem2 {background-color:#F8ECF0;}
.BookSection_ListAlternatingItem {background-color:#F8ECF0;}
.BookSection_ListAlternatingItem2 {background-color:#F8ECF0;}
.BookSection_ListLabel { font-size: 12px; font-family: verdana; }
/*.BookSection_ListTitle {font-weight: bold; font-size: 14px; font-variant: small-caps;}*/
.BookSection_ListTitle {font-weight: bold; font-size: 14px;}
.BookSection_ListAuthor {font-size: 18px;}
.BookSection_ListPublisher {font-size: 18px;}
.BookSection_ListPublicationDate {font-size: 18px;}
.BookSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.BookSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 14px; font-weight: bold;}
.BookSection_NoBooks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Book_Table {border: thick solid #F8ECF0 1px;}
.Book_IntroCell {background-color:#F8ECF0;} 
.Book_BodyCell {background-color:#FFFFFF;}
.Book_Label { font-size: 12px; font-family: Verdana; }
/*.Book_Title {font-weight: bold; font-size: 14px; font-variant: small-caps;}*/
.Book_Title {font-weight: bold; font-size: 14px;}
.Book_Author { font-size: 18px; }
.Book_ISBN { font-size: 18px; }
.Book_Price { font-size: 18px; }
.Book_Publisher { font-size: 18px; }
.Book_PublicationDate { font-size: 18px; }
/*.Book_BriefDescription {font-size: 12px;font-variant:small-caps}*/
.Book_BriefDescription {font-size: 12px;}
.Book_FullDescription {font-size: 18px;color: #333333}


/* Persons */

/*.PersonSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.PersonSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.PersonSection_SectionDescription { font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; }
.PersonSection_ListTable { border-right: #F8ECF0 1px solid; border-top: #F8ECF0 1px solid; border-left: #F8ECF0 1px solid; border-bottom: #F8ECF0 1px solid; }
.PersonSection_ListItem {background-color:#FFFFFF;}
.PersonSection_ListItem2 {background-color:#F8ECF0;}
.PersonSection_ListSpecies { font-size: 12px; line-height: normal; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none; }
.PersonSection_ListTitle { font-weight: bold; font-size: 20px; letter-spacing: 4px; text-decoration: none; }
.PersonSection_ListDuties { font-size: 12px; line-height: normal; font-style: italic; font-family: Verdana, arial, helvetica, sans-serif; }
.PersonSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.PersonSection_ListReadMoreLink {font-size: 14px; font-weight: bold;}
.PersonSection_NoPersons {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}


.Person_Table { border-right: #F8ECF0 1px solid; border-top: #F8ECF0 1px solid; border-left: #F8ECF0 1px solid; border-bottom: #F8ECF0 1px solid; }
.Person_IntroCell {background-color:#F8ECF0;} 
.Person_BodyCell {background-color:#FFFFFF;}
.Person_Image { float: left; margin-right: 10px; }
.Person_Species { font-size: 14px; font-family: Verdana, arial, helvetica, sans-serif; text-decoration: none; }
.Person_Title { font-weight: bold; font-size: 24px; letter-spacing: 4px; text-decoration: none; }
.Person_Duties { font-size: 14px; font-family: Verdana, arial, helvetica, sans-serif; font-style: italic; } 
.Person_Phone { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; float: left; margin-right: 15px; } 
.Person_Fax { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; } 
.Person_HomePageLink { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; float: left; }
.Person_EmailLink { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; } 
.Person_AdditionalInfo {font-weight: bold; font-style: italic;}
.Person_BriefDescription {font-size: 16px; font-style: italic;}
.Person_FullDescription {font-size: 18px;color: #333333}


/* Downloads */

/*.DownloadSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.DownloadSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.DownloadSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.DownloadSection_ListTable {border: thick solid #F8ECF0 1px;}
.DownloadSection_ListItem {background-color:#F8ECF0;}
.DownloadSection_ListItem2 {background-color:#FFFFFF;}
.DownloadSection_ListAlternatingItem {background-color:#F8ECF0;}
.DownloadSection_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.DownloadSection_ListTitle {font-weight: bold; font-size: 12px; font-variant: small-caps;}*/
.DownloadSection_ListTitle {font-weight: bold; font-size: 12px;}
.DownloadSection_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_ListFileSize {font-family: Trebuchet, verdana, arial, helvetica; font-size: 10px; color:"#CC0000"}
.DownloadSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.DownloadSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_ListDownloadLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_NoDownloads {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Download_Table {border: thick solid #F8ECF0 1px;}
.Download_IntroCell {background-color:#F8ECF0;} 
.Download_BodyCell {background-color:#FFFFFF;}
.Download_Label {font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal;}
.Download_Title {font-size: 14px;}
.Download_FileSize {font-size: 14px;}
.Download_BriefDescription {font-size: 14px;}
.Download_FullDescription {font-size: 18px;color: #333333}
.Download_AuthorLink {color: #3366CC; text-decoration: none; font-size: 14px; font-weight: normal;}
.Download_DownloadLink {color: #3366CC; text-decoration: none; font-size: 14px; font-weight: normal;}



/* Events */

/*.EventSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.EventSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.EventSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.EventSection_ListTable {border: thick solid #F8ECF0 1px;}
.EventSection_ListItem {background-color:#FFFFFF;}
.EventSection_ListItem2 {background-color:#F8ECF0;}
.EventSection_ListAlternatingItem {background-color:#F8ECF0;}
.EventSection_ListAlternatingItem2 {background-color:#F8ECF0;}
.EventSection_ListDate {font-size: 16px; font-weight: bold;}
.EventSection_ListTitle {font-size: 18px; font-weight: bold;}
.EventSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.EventSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 14px; font-weight: bold;}
.EventSection_ListNotVisible {background-color:#F8ECF0;font-size: 12px; font-style: italic;}
.EventSection_ListFormText { font-size: 14px; }
.EventSection_Organizer { font-size: 16px; }
.EventSection_Location { font-size: 16px; }
.EventSection_NoBooks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Event_Table {border: none;}
.Event_IntroCell {background-color:#FFFFFF;} 
.Event_BodyCell {background-color:#FFFFFF;}
.Event_Date {font-size: 16px; font-weight: bold;}
.Event_Title {font-size: 18px; font-weight: bold;}
.Event_FormText { font-size: 14px; }
.Event_Organizer { font-size: 16px; }
.Event_Location { font-size: 16px; }
.Event_HomePageLink { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; float: left; }
.Event_FullDescription { font-size: 16px; }
.Event_AdditionalInfo { font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; }


/* Links */

/*.LinkSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.LinkSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.LinkSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.LinkSection_ListTable {border: none;}
.LinkSection_ListItem {border-top: thick dashed #cccccc 1px; background-color:#FFFFFF;}
.LinkSection_ListItem2 {background-color:#F8ECF0;font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.LinkSection_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#F8ECF0;}
.LinkSection_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.LinkSection_ListTitle {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.LinkSection_ListTitle {font-size: 12px; font-weight: bold;}
.LinkSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 14px; font-weight: normal;}
.LinkSection_ListCommentLink {color: #3366CC; text-decoration: none; font-size: 14px; font-weight: normal;}
.LinkSection_NoLinks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Link_Table {border: none;}
.Link_IntroCell {background-color:#FFFFFF;} 
.Link_BodyCell {background-color:#FFFFFF;}
/*.Link_Link {font-size: 14px; font-weight: bold; font-variant: small-caps;}*/
.Link_Link {font-size: 14px; font-weight: bold;}
.Link_BriefDescription {font-size: 14px;}


/* Parent Section */

/*.ParentSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.ParentSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.ParentSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ParentSection_ListTable {border: none;}
.ParentSection_ListItem {border-top: thick dashed #cccccc 1px; background-color:#FFFFFF;}
.ParentSection_ListItem2 {background-color:#F8ECF0;font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ParentSection_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.ParentSection_ListAlternatingItem2 {background-color:#F8ECF0;}
.ParentSection_ListTitleLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.ParentSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}


/* Photo Gallery */

/*.PhotoSection_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.PhotoSection_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.PhotoSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.PhotoSection_SpacerCell {background-color: #F8ECF0;}
.PhotoSection_ListTable {border: none;}
.PhotoSection_ListItem {border-top: thick dashed #cccccc 1px; background-color:#FFFFFF;}
.PhotoSection_ListItem2 {background-color:#F8ECF0;font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.PhotoSection_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.PhotoSection_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.PhotoSection_ListTitle {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.PhotoSection_ListTitle {font-size: 12px; font-weight: bold;}
.PhotoSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.PhotoSection_ListReadMoreLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.PhotoSection_NoPhotos {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Photo_Table {border: thick solid #F8ECF0 1px;}
.Photo_IntroCell {background-color:#FFFFFF;} 
.Photo_BodyCell {background-color:#F8ECF0;}
/*.Photo_Title {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.Photo_Title {font-size: 12px; font-weight: bold;}
.Photo_AuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Photo_DateCreated {font-size: 12px;}
.Photo_BriefDescription {font-size: 12px; font-style: italic;}
.Photo_FullDescription {font-size: 12px;}


/* Comments */

.Comments_ListTable {border: thick solid #AAAAAA 3px;}
.Comments_ListItem {background-color:#dddddd;}
.Comments_ListItem2 {background-color:#FFFFFF;}
.Comments_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Comments_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.Comments_ListTitle {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.Comments_ListTitle {font-size: 12px; font-weight: bold;}
.Comments_ListTitleLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_ListDateCreated {font-size: 12px;}
.Comments_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.Comments_ListReplyLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}


.Comments_Table {border: thick solid #F8ECF0 1px;}
.Comments_IntroCell {background-color:#F8ECF0;} 
.Comments_BodyCell {background-color:#FFFFFF;}
/*.Comments_Title {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.Comments_Title {font-size: 12px; font-weight: bold;}
.Comments_AuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Comments_DateCreated {font-size: 12px;}
.Comments_BriefDescription {font-size: 12px;}
.Comments_ParentLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}


/* Topics */

/*.Topics_TopicTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.Topics_TopicTitle {font-weight: bold; font-size: 17px;}
.Topics_TopicDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.Topics_ListTable {border: thick solid #AAAAAA 3px;}
.Topics_ListItem {background-color:#dddddd;}
.Topics_ListItem2 {background-color:#FFFFFF;}
.Topics_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Topics_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.Topics_ListTitle {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.Topics_ListTitle {font-size: 12px; font-weight: bold;}
.Topics_ListTitleLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Topics_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Topics_ListDateCreated {font-size: 12px;}
.Topics_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}


/* Search */

.Search_ListTable {border: none;}
.Search_ListItem {background-color:#dddddd;}
.Search_ListItem2 {background-color:#FFFFFF;}
.Search_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Search_ListAlternatingItem2 {background-color:#F8ECF0;}
/*.Search_ListTitle {font-size: 12px; font-weight: bold; font-variant: small-caps;}*/
.Search_ListTitle {font-size: 12px; font-weight: bold;}
.Search_ListTitleLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Search_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.Search_ListDateCreated {font-size: 12px;}
.Search_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.Search_NoResults {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}


/* Form */

.Form_SubTitle {font-weight: bold; font-size: 17px;}
/*.Form_Title {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.Form_Title {font-weight: bold; font-size: 17px;}
.Form_Description {font-size: 12px;}
.Form_Table {background-color: #F0F0F0; border: thick solid #AAAAAA 1px;}
.Form_LabelRow {font-size: 10pt;}
.Form_LabelCell {font-size: 10pt;}
/*.Form_LabelText {font-size: 10pt; font-variant: small-caps;}*/
.Form_LabelText {font-size: 10pt;}
.Form_FieldRow {font-size: 12px;}
.Form_FieldCell {font-size: 12px;}
.Form_Field {font-size: 11px;}
.Form_SectionRow {background-color: #F8ECF0;}
.Form_SectionCell {font-size: 12pt;}
.Form_SectionText {font-weight: bold;}
.Form_Button {font-size: 12px;}
.Form_HelpText {font-size: 8pt;}
.Form_SubSectionRow {font-size: 13px;}
.Form_SubSectionCell {font-size: 13px;}
.Form_SubSectionText {font-size: 13px;}
.Form_List {font-size: 12px;}
.Form_Message {font-size: 12px; color: #CC0000}


/* Web Box */
/*
.WebBox_ListTable { border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; width: 100%; border-bottom: #dddddd 1px solid; }
.WebBox_ListItem { font-size: 10px; width: 100%; font-family: verdana, arial, helvetica, sans-serif; }

.WebBox {font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;}
.WebBox a:active {color: #3366CC; text-decoration: none; font-size: 10px;}
.WebBox a:link {color: #3366CC; text-decoration: none; font-size: 10px;}
.WebBox a:visited {color: #3366CC; text-decoration: none; font-size: 10px;}
.WebBox a:hover {color: #FF6600; text-decoration: underline; font-size: 10px;}
*/
.WebBox_TitleText { font-weight: bold; font-size: 11px; padding-bottom: 4px; width: 150px; font-family: verdana, arial, helvetica, sans-serif; }
/*
.WebBox_TitleText a:active {color: #3366CC; text-decoration: none; }
.WebBox_TitleText a:link {color: #3366CC; text-decoration: none; }
.WebBox_TitleText a:visited {color: #3366CC; text-decoration: none; }
.WebBox_TitleText a:hover {color: #FF6600; text-decoration: none; }

.WebBox_TitleRow {font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-style:italic;}
.WebBox_TitleCell {font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;}
.WebBox_Table {font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;}
.WebBox_SubText {font-family: verdana, arial, helvetica, sans-serif; font-size: 8px;}
.WebBox_Link {font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 10px;}
*/

/* Web Service Box */
/*
.WebServiceBox_ListTable {border: thick solid #DDDDDD 1px;}
.WebServiceBox_ListItem {background-color: #ffffff; }
.WebServiceBox_ServiceTitleLink {font-size: 14px; font-weight: bold;}
.WebServiceBox_ServiceTitleLink:hover {font-weight: bold;}
.WebServiceBox_ServiceDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;}
.WebServiceBox_ListTitleLink:link {font-size: 8pt;}
.WebServiceBox_ListTitleLink:visited {font-size: 8pt; }
.WebServiceBox_ListTitleLink:hover {font-size: 8pt;}
.WebServiceBox_ListDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; }
.WebServiceBox_Copyright {font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
.WebServiceBox_LastRefreshed {font-family: verdana, arial, helvetica, sans-serif; font-size: 8px;}
*/

/* Forum Login */

/*.ForumLogin_SectionTitle {font-weight: bold; font-size: 17px; font-variant: small-caps;}*/
.ForumLogin_SectionTitle {font-weight: bold; font-size: 17px; color: #c00000;}
.ForumLogin_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ForumLogin_LoginLink {color: #3366cc;}


/* Discuss */
.discussTable { border-right: #d09ca0 1px solid; border-top: #d09ca0 1px solid; border-left: #d09ca0 1px solid; border-bottom: #d09ca0 1px solid; background-color: #ffffff; }
.discussTable td { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.discussTable th { padding-right: 3px; padding-left: 3px; font-weight: bold; font-size: 0.7em; background-image: none; padding-bottom: 3px; margin: 1px; color: white; padding-top: 3px; font-family: Arial, Helvetica, sans-serif; height: 25px; background-color: #d09ca0; }
/*.discussTable a { font-weight: bold; font-size: 11px; color: navy; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }*/
.discussCell { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 1px; padding-top: 3px; background-color: #F8DCE0; }
.discussCellHilite { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px; background-color: #F0CCD0; }


/* HtmlTextBox */

pre { padding-right: 5px; padding-left: 5px; padding-bottom: 5px; margin: 0px 0px 0px 10px; font: 10px normal Lucida Console; padding-top: 5px; background-color: #dcddde; WORD-WRAP: break-word; }
.postBodyText { padding-bottom: 20px; overflow: auto; width: 500px; }
.postBodyText p {margin:0px;}
.commentText { padding-bottom: 20px; overflow: auto; width: 500px; }
.commentText p {margin:0px;}
.itemCommentText { padding-bottom: 20px; overflow: auto; width: 500px; }
.itemCommentText p {margin:0px;}
.articleBodyText { padding-bottom: 20px; overflow: auto; width: 500px; }
.articleBodyText p {margin:0px;}
.bookFullDescription { padding-bottom: 20px; overflow: auto; width: 500px; }
.bookFullDescription p {margin:0px;}
.downloadFullDescription { padding-bottom: 20px; overflow: auto; width: 500px; }
.downloadFullDescription p {margin:0px;}
.eventFullDescription { padding-bottom: 20px; overflow: auto; width: 500px; }
.eventFullDescription p {margin:0px;}
.eventSpeakerBiography { padding-bottom: 20px; overflow: auto; width: 500px; }
.eventSpeakerBiography p {margin:0px;}
.itemEventSpeakerBiography { padding-bottom: 20px; overflow: auto; width: 500px; }
.itemEventSpeakerBiography p {margin:0px;}
.photoFullDescription { padding-bottom: 20px; overflow: auto; width: 500px; }
.photoFullDescription p {margin:0px;}


/***********************************
  Theme Specific Style Elements
  ------------------------------
  The following style elements are specific to the current
  theme.
************************************/


/* Default Theme */


/*
	Группа стилей управляющих отдельными частями VotingControl и им целиком
*/
.VotingControl { border-right: #dddddd 1px solid; table-layout: auto; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; width: 100%; cursor: crosshair; border-bottom: #dddddd 1px solid; }
/*.VotingQuestion { padding-right: 0px; padding-left: 0px; font-weight: bold; font-size: 10pt; padding-bottom: 10px; width: 100%; padding-top: 0px; font-style: italic; font-family: Arial; text-align: center; font-variant: small-caps; }*/
.VotingQuestion { padding-right: 0px; padding-left: 0px; font-weight: bold; font-size: 10pt; padding-bottom: 10px; width: 100%; padding-top: 0px; font-style: italic; font-family: Arial; text-align: center;}
.VotingItem { padding-left: 10px; font-size: 10pt; vertical-align: sub; width: 100%; font-family: 'Times New Roman'; text-align: left; text-decoration: none; }
.VotingBar { border-right: thin outset; padding-right: 0px; border-top: thin outset; padding-left: 0px; padding-bottom: 0px; margin: 0px 0px 0px 10px; border-left: thin outset; width: 80px; padding-top: 0px; border-bottom: thin outset; height: 14px; background-color: aquamarine; text-align: left; }
.VotingButton { }



/* Academy Theme */

TD { font-size: 12px; }
H1 { font-size: 17px; font-family: verdana,tahoma,helvetica,arial,sans serif; }
.H2 { font-weight: bold; font-size: 14px; font-family: verdana,tahoma,helvetica,arial,sans serif; }
/*UL { font-size: 12px; margin: 8px 0px 0px 20px; color: #dfc4cb; font-family: verdana,tahoma,helvetica,arial,sans serif; }*/
/*UL.TopLinks { list-style-position: outside; font-size: 12px; margin: 8px 0px 0px 20px; color: #dfc4cb; font-family: verdana,tahoma,helvetica,arial,sans serif; list-style-type: disc; }*/
/*.TopLinks { list-style-position: outside; font-size: 12px; margin: 0px; color: white; font-family: verdana,tahoma,helvetica,arial,sans serif; list-style-type: disc; }*/

UL.TopLinks { padding-left: 5px; font-weight: bold; list-style-position: outside; font-size: 12px; margin: 15px 0px 0px 18px; color: #dfc4cb; line-height: 10pt; font-family: verdana,tahoma,helvetica,arial,sans serif; list-style-type: disc; }
UL.TopLinks a:link { color: #dfc4cb; text-decoration: none; }
UL.TopLinks a:visited { color: #dfc4cb; text-decoration: none; }
UL.TopLinks a:hover { color: #ff8040; text-decoration: none; }

.HeaderNews { font-weight: bold; color: #ffffff; background-color: #ffb895; }
.HeaderEvents { font-weight: bold; color: #ffffff; background-color: #b9c7e3; }
.HeaderArticles { font-weight: bold; color: #ffffff; background-color: #ffb9ce; }
.HeaderPosts { font-weight: bold; color: #ffffff; background-color: #ffb9ce; }
.HeaderX3 { font-weight: bold; color: #ffffff; background-color: #c6ffc6; }
.header { font-weight: bold; font-size: 12px; font-family: verdana,tahoma,helvetica,arial,sans serif; text-decoration: none; }
.min { font-size: 10px; font-family: verdana,tahoma,helvetica,arial,sans serif; text-decoration: none; }
.content { font-size: 80%; font-family: verdana,tahoma,helvetica,arial,sans serif; text-decoration: none; }

.Logo { margin: 4px 10px; }
.AcademyName1 { font-weight: bold; font-size: 16px; color: #dfc4cb; font-style: italic; font-family: 'Times New Roman' , Serif; }
.AcademyName2 { font-weight: bold; font-size: 24px; color: #dfc4cb; font-style: italic; font-family: 'Times New Roman' , Serif; }


.t1 {font-family: Tahoma; text-align: left; background-color: #FFFFFF; border: 0 #FFFFFF}
.hc {font-family: Tahoma; color: #000080; background-color: #FFFFCC; border: 4 double #800000; padding: 33; text-align: justify}
.hl {font-family: Tahoma; font: bold; color: #800000; text-align: left}
.ht {background-color: #800000; border: 7 double #FFFFCC; padding: 19; }
.th { MARGIN:10,10,10,10; }
.t0 {font-family: Tahoma; border: outset 1px grey; background-color: #FFFFFF}
.t0b {background-color: #FFFFFF; font: bold; border: outset 1px grey}
.t1-2 {background-color: #CCFFCC; border: outset 1px grey}
.t1-2b {background-color: #CCFFCC; font: bold; border: outset 1px grey}
.t3-4 {background-color: #FFFFCC; border: outset 1px grey}
.t3-4b {background-color: #FFFFCC; font: bold; border: outset 1px grey}
.t6 {background-color: #FFCCFF; border: outset 1px grey}
.t6b {background-color: #FFCCFF; font: bold; border: outset 1px grey}
.t7 {background-color: #CCFFFF; font: bold; text-align: right; border: outset 1px grey}
.t7b {background-color: #CCFFFF; font: bold; border: outset 1px grey}
.tmb {background-color: #800000; border: solid 1px grey}
.tm {background-color: #FFFFCC; color: #000080; text-align: justify; border: 1px solid #FFFFFF}
.tp {background-color: #FFFFCC}
.it {border: 6 double #800000}

.flags { color: #d8c0c8; }

a.flag:link { background-image: url(/Academy/Communities/Academy/Themes/Academy/Images/FlagRus.gif); width: 20px; height: 15px; background-color: transparent; }
a.flag:visited { background-image: url(/Academy/Communities/Academy/Themes/Academy/Images/FlagRus.gif); width: 20px; background-repeat: no-repeat; height: 15px; background-color: transparent; }
a.flag:hover { background-image: url(/Academy/Communities/Academy/Themes/Academy/Images/FlagBrit.gif); width: 20px; height: 15px; background-color: transparent; }

