/*****************************
  Default Style Elements
*****************************/
.body
{
	background-position: 100% 100%;
	background-attachment: fixed;
	background-repeat:repeat-y;
}

/*********************************
  Standard Style Elements
  -----------------------
  The following style elements are defined for every theme. When 
  creating a new theme, you should copy these elements.
***********************************/


.SectionMenuBottom {font-family: arial narrow; font-size: 11px; color:Black; }

.UserLogin {font-family: arial; 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 {font-family: arial; font-size: 10px; font-weight: normal;}
.Search a {text-decoration: none; font-size: 12px; font-weight: bold;}
.Search a:hover {text-decoration: none;}

/***************************
  Modules 
***************************/


/* Articles */
/*.ArticleSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}*/
.ArticleSection_SectionTitle {font-family: arial; font-weight: bold; font-size: 21px;}
/*.ArticleSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}*/
.ArticleSection_SectionDescription {font-family: arial; font-size: 12px; font-weight: normal;}
.ArticleSection_ListTable
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}
/*
	border-top: #f28c4d 0px solid;
	border-left: #4c62a4
.ArticleSection_ListItem {background-color:#FFFFCC; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}*/
.ArticleSection_ListItem
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color:#4c62a4;
}
.ArticleSection_ListItem2 {}
.ArticleSection_ListAlternatingItem {background-color:#FFFFCC;}
.ArticleSection_ListAlternatingItem2 {background-color:#FFFFCC;}
/*.ArticleSection_ListTitle {font-family: Courier New Bold; font-weight: bold; font-size: 15px; font-variant: none;}*/
.ArticleSection_ListTitle {font-family: arial; font-weight: bold; font-size: 12px; font-variant: none;}
.ArticleSection_ListAuthorLink {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_ListBriefDescription {font-family: arial; font-size: 12px; font-weight: normal;}
/*.ArticleSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}*/
.ArticleSection_ListReadMoreLink {}
/*.ArticleSection_NoArticles {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}*/
.ArticleSection_NoArticles {font-family: arial; font-size: 12px; color: #CC0000;}

.Article_Table {}
.Article_IntroCell{} 
.Article_BodyCell {}

/*.Article_Title {font-family: Courier New Bold; font-weight: bold; font-size: 17px;}*/
.Article_Title {font-family: arial; font-weight: bold; font-size: 17px;}
.Article_AuthorLink {color:#000000; text-decoration: none; font-size: 12px; font-weight: normal;}
.Article_BriefDescription {font-family: arial; font-size: 13px; font-style: italic; color:Black }
.Article_FullDescription {font-family: arial; font-size: 12px;color: #333333}

/* Books */

/*.BookSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}*/
.BookSection_SectionTitle {font-family: Arial; font-weight: bold; font-size: 21px;}
.BookSection_SectionDescription {color: #666666; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.BookSection_ListTable 
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}
.BookSection_ListItem {}
.BookSection_ListItem2 {background-color:#FFFFCC;}
.BookSection_ListAlternatingItem {background-color:#FFFFCC;}
.BookSection_ListAlternatingItem2 {background-color:#FFFFCC;}
.BookSection_ListLabel {font: 12pt verdana;}
.BookSection_ListTitle {font-family: Courier New Bold; font-weight: bold; font-size: 19px; font-variant: none;}
.BookSection_ListAuthor {font-size: 12px; font-style: italic;}
.BookSection_ListPublisher {font-size: 12px; font-style: italic;}
.BookSection_ListPublicationDate {font-size: 12px; font-style: italic; }
.BookSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.BookSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.BookSection_NoBooks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Book_Table {border-top: thick solid #993300 5px; border-bottom: thick solid #993300 5px;}
.Book_IntroCell {background-color:#FFFFCC;} 
.Book_BodyCell {background-color:#FFFFFF;}
.Book_Label {font-size: 12px;}
.Book_Title {font-family: Courier New Bold; font-weight: bold; font-size: 19px; font-variant: none;}
.Book_Author {font-size: 12pt;} 
.Book_BriefDescription {font-size: 12px; font-style: italic;}
.Book_FullDescription {font-size: 12px;color: #333333}


/* Downloads */

.DownloadSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.DownloadSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.DownloadSection_ListTable 
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}
.DownloadSection_ListItem
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color:#4c62a4;
}
.DownloadSection_ListItem2 {}
.DownloadSection_ListAlternatingItem {background-color:#FFFFCC;}
.DownloadSection_ListAlternatingItem2 {background-color:#FFFFCC;}
.DownloadSection_ListTitle {font-family: Courier New Bold; font-weight: bold; font-size: 15px; font-variant: none;}
.DownloadSection_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.DownloadSection_ListFileSize {font-family: Trebuchet, verdana, arial, helvetica; font-size: 12px; color="#CC0000"}
.DownloadSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; 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-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Download_Table {}
.Download_IntroCell {} 
.Download_BodyCell {}
.Download_Label {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.Download_Title {font-size: 12px;}
.Download_FileSize {font-size: 12px;}
.Download_BriefDescription {font-size: 12px;}
.Download_FullDescription {font-size: 12px;color: #333333}
.Download_AuthorLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Download_DownloadLink {text-decoration: none; font-size: 12px; font-weight: normal;}


/* Events */

.EventSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.EventSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.EventSection_ListTable 
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}

.EventSection_ListAlternatingItem {background-color:#FFFFCC;}
.EventSection_ListAlternatingItem2 {background-color:#FFFFCC;}
.EventSection_ListTitle {font-family: Arial; font-size: 15px; font-weight: bold; font-variant: none;}
.EventSection_ListDate {font-size: 12px; font-weight: bold; font-variant: none;}
.EventSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.EventSection_ListReadMoreLink {text-decoration: none; font-size: 14px; font-weight: normal;}
.EventSection_ListNotVisible {background-color:#CCCCFF;font-size: 12px; font-style: italic;}
.EventSection_NoBooks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Event_Table {}
.Event_IntroCell {} 
.Event_BodyCell {}
.Event_Title {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.Event_Date {font-size: 12px; font-weight: bold; font-variant: none;}
.Event_BriefDescription {font-size: 12px; font-style: italic;}
.Event_FullDescription {font-size: 12px;color: #333333}


/* Links */

.LinkSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.LinkSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.LinkSection_ListTable 
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}
.LinkSection_ListItem {border-top: thick dashed #993300 1px; background-color:#FFFFFF;}
.LinkSection_ListItem2 {background-color:#FFFFFF;font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.LinkSection_ListAlternatingItem {border-top: thick dashed #993300 1px; background-color:#FFFFCC;}
.LinkSection_ListAlternatingItem2 {background-color:#FFFFFF;}
.LinkSection_ListTitle {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.LinkSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.LinkSection_ListCommentLink {color: #3366CC; text-decoration: none; font-size: 12px;}
.LinkSection_NoLinks {font-family: verdana, arial, helvetica; font-size: 12px; color: #CC0000;}

.Link_Table {border-top: thick solid #993300 5px;}
.Link_IntroCell {background-color:#FFFFFF;} 
.Link_BodyCell {background-color:#FFFFFF;}
.Link_Link {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.Link_BriefDescription {font-size: 12px;}


/* Parent Section */

/*.ParentSection_SectionTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}*/
.ParentSection_SectionTitle
{
	font-weight: bold;
	font-size: 21px;
	color: #4c62a4;
	font-family: arial;
}
/*.ParentSection_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}*/
.ParentSection_SectionDescription {font-family: arial; 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-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}*/
.ParentSection_ListItem2 {background-color:#993300 ;font-family: arial; 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: 12px; font-weight:bold; color:#993300;}
/*.ParentSection_ListBriefDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}*/
.ParentSection_ListBriefDescription {font-family: arial; font-size: 12px; font-weight: normal;}


/* Photo Gallery */

.PhotoSection_SectionTitle {font-family: Arial; font-weight: bold; font-size: 21px;}
.PhotoSection_SectionDescription {font-family: Arial; font-size: 12px; font-weight: normal;}
.PhotoSection_SpacerCell {background-color: #993300;}
.PhotoSection_ListTable {border: none;}
.PhotoSection_ListItem {border-top: thick dashed #cccccc 1px; background-color:#FFFFFF;}
.PhotoSection_ListItem2 {background-color:#993300;font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.PhotoSection_ListAlternatingItem {border-top: thick dashed #993300 1px; background-color:#FFFFFF;}
.PhotoSection_ListAlternatingItem2 {background-color:#993300;}
.PhotoSection_ListTitle {font-family: Arial; font-size: 15px; font-weight: bold; font-variant: none;}
.PhotoSection_ListBriefDescription {font-family: arial; font-size: 12px; font-weight: normal;}
.PhotoSection_ListReadMoreLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.PhotoSection_NoPhotos {font-family: arial; font-size: 12px; color: #CC0000;}

.Photo_Table
{
	border-right: #808080 3px double;
	border-top: #808080 3px double;
	background-image: none;
	border-left: #808080 3px double;
	border-bottom: #808080 3px double;
	background-color: #ffffff;
}
.Photo_IntroCell {} 
.Photo_BodyCell {background-color:#FFFFCC;}
.Photo_Title {font-family: arial; font-size: 15px; font-weight: bold; font-variant: none;}
.Photo_AuthorLink {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-family: arial; font-size: 12px;}


/* Comments */

.Comments_ListTable 
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
}
.Comments_ListItem {}
.Comments_ListItem2 {}
.Comments_ListAlternatingItem {border: thick solid #993300 2px;}
.Comments_ListAlternatingItem2 {background-color:#FFFFCC;}
.Comments_ListTitle {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.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-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.Comments_ListReplyLink {text-decoration: none; font-size: 12px; font-weight: normal;}


.Comments_Table {border: none;}
.Comments_IntroCell {} 
.Comments_BodyCell {}
.Comments_Title {font-family: Arial; font-size: 15px; font-weight: bold; font-variant: none;}
.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;}


/* Topics */

.Topics_TopicTitle {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.Topics_TopicDescription {font-family: verdana, arial, helvetica, sans-serif; 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:#FFFFCC;}
.Topics_ListItem2 {background-color:#FFFFFF;}
.Topics_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Topics_ListAlternatingItem2 {background-color:#FFFFCC}
.Topics_ListTitle {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.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-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}

/* Search */

.Search_ListTable {border: none;}
.Search_ListItem {background-color:#FFFFCC;}
.Search_ListItem2 {background-color:#FFFFFF;}
.Search_ListAlternatingItem {border-top: thick dashed #993300 1px; background-color:#FFFFCC;}
.Search_ListAlternatingItem2 {background-color:#CCCCFF;}
.Search_ListTitle {font-family: Courier New Bold; font-size: 15px; font-weight: bold; font-variant: none;}
.Search_ListTitleLink {text-decoration: none; font-size: 12px; font-weight: normal;}
.Search_ListAuthorLink {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_Title {font-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.Form_Description {font-size: 12px;}
.Form_Table {border: thick solid #993300 2px; background-color:#FFFFCC;}
.Form_LabelRow {font-size: 12pt;}
.Form_LabelCell {font-size: 12pt;}
.Form_LabelText {font-size: 12pt; font-variant: none;}
.Form_FieldRow {font-size: 12px; }
.Form_FieldCell {font-size: 12px;}
.Form_Field 
{
	font-size: 12px; font-family:Arial;
	}
	
Input.Form_Field 
{
	background:#ffcc99
	}	
	
TEXTAREA.Form_Field 
{
	background:#ffcc99
	}		
	
Select.Form_Field 
{
	background:#ffcc99
	}	
	
		
.Form_SectionRow {font-size: 12pt; color:#ffffff; background-color: #993300; font-weight:bold;}
.Form_SectionCell {font-size: 12pt;}
.Form_SectionText {font-size: 12pt; font-weight: bold;}
.Form_Button {font-size: 12px;}
.Form_HelpText
{
	font-size: 8pt;
	color: dimgray;
	font-style: italic;
}
.Form_SubSectionRow {font-size: 12px;}
.Form_SubSectionCell {font-size: 12px;}
.Form_SubSectionText {font-size: 12px;}
.Form_List 
{
	font-size: 12px; font-family:Arial;	background:#ffcc99
	}
.Form_Message {font-size: 12px; color: #CC0000}




/* Web Box */

.WebBox_ListTable 
{
	width:100%;	
	}
.WebBox_ListItem
{
	border-right: #ffe4b5 1px solid;
	border-top: #ffe4b5 1px solid;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
	border-left: #ffe4b5 1px solid;
	border-bottom: #ffe4b5 1px solid;
	height: 100%;
	background-color: white;
}
/* #4c62a4 */
.WebBox_ListItem a:active {color: #993300; text-decoration:none; font-size: 10px; font-weight:bold;}
.WebBox_ListItem a:link {color: #993300; text-decoration: none; font-size: 10px; font-weight:bold;}
.WebBox_ListItem a:visited {color: #993300; text-decoration: none; font-size: 10px; font-weight:bold;}
.WebBox_ListItem a:hover {color: #CC9900; text-decoration: none; font-size: 10px; font-weight:bold;}

/*.WebBox_TitleRow {font-family: Courier New; font-size: 12px; font-style:italic;}*/
.WebBox_TitleRow {font-family: Arial; font-size: 12px; font-style:italic;}
/*.WebBox_TitleCell {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;}*/
.WebBox_TitleCell {font-family: arial; font-size: 12px;}
/*.WebBox_SubText {font-family: verdana, arial, helvetica, sans-serif; font-size: 8px;}*/
.WebBox_SubText {font-family: arial; font-size: 10px; }


/* Web Service Box */

.WebServiceBox_ListTable 
{
	width:100%;
	order: thick solid #DDDDDD 2px;
	}
.WebServiceBox_ListItem {background-color: #ffffff; }
.WebServiceBox_ServiceTitleLink {font-family: Courier New; font-size: 14px; font-weight: bold;}
.WebServiceBox_ServiceTitleLink:hover {font-weight: bold;}
.WebServiceBox_ServiceDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;}
.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-family: Courier New Bold; font-weight: bold; font-size: 21px;}
.ForumLogin_SectionDescription {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}
.ForumLogin_LoginLink {color: #993300;}



/* Discuss */
.discussTable 
{   
}

.discussTable td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;


}

.discussTable th 
{
    height: 25px;
    padding: 3px;
    margin: 1px;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight:bold;

}


.discussTable a 
{
    color: navy;
    font-size: 11px;
    text-decoration:underline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.discussCell  
{
    padding: 3px;
    margin: 1px;
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;    
	border-left: white 1px solid;
	border-right: #ffe4b5 1px solid;
	background-color:#f6f7fc;	
}


.discussCellHilite  
{
    padding: 3px;
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;    
	border-left: white 1px solid;
	border-right: #ffe4b5 1px solid; 
   
}



/* 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 Lucida Console;
}


.postBodyText {padding-bottom:20px;width:500px; overflow-x:auto}
.postBodyText p {margin:0px;}

.commentText {padding-bottom:20px;width:500px; overflow-x:auto}
.commentText p {margin:0px;}

.itemCommentText {padding-bottom:20px;width:500px; overflow-x:auto}
.itemCommentText p {margin:0px;}

.articleBodyText {padding-bottom:20px;width:500px; overflow-x:auto}
.articleBodyText p {margin:0px;}

.bookFullDescription {padding-bottom:20px;width:500px; overflow-x:auto}
.bookFullDescription p {margin:0px;}


.downloadFullDescription {padding-bottom:20px;width:500px; overflow-x:auto}
.downloadFullDescription p {margin:0px;}

.eventFullDescription {padding-bottom:20px;width:500px; overflow-x:auto}
.eventFullDescription p {margin:0px;}

.eventSpeakerBiography {padding-bottom:20px;width:500px; overflow-x:auto}
.eventSpeakerBiography p {margin:0px;}

.itemEventSpeakerBiography {padding-bottom:20px;width:500px; overflow-x:auto}
.itemEventSpeakerBiography p {margin:0px;}

.photoFullDescription {padding-bottom:20px;width:500px; overflow-x:auto}
.photoFullDescription p {margin:0px;}

/****************************************
My Style #a9a9a9  #cc0000 #004a7b  #e8eef9
*****************************************/

.Test
{
  border-collapse:collapse; 	
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	vertical-align: super;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	height: 1px;
	background-color: #f28c4d;
	margin:
}

Input.Edit 
{
	background:#ffcc99
}

TEXTAREA.Edit 
{
	background:#ffcc99
}

.Rating
{
	border: #ffe4b5 1px solid;	
	/*border-right: #f28c4d 1px solid;
	border-top: #f28c4d 1px solid;
	border-bottom: #f28c4d 1px solid;*/	
	font-weight: normal;
	font-size: 12px;
	color: #f28c4d;
	font-style: normal;
	font-family: arial;
	background-color: white;
	 margin:1;
	 padding:1;
	 
}/*   4b4b4b 000066*/

.Section_ListTable2
{
	border-bottom: white 1px solid;
	border-top: #ffe4b5 1px solid;
}

.Section_ListTable3
{
	border-top: white 1px solid;
	border-bottom: #ffe4b5 1px solid;
	border-Right: white 1px solid;
	border-Left: #ffe4b5 1px solid;	
	 
}

.SystemBackground
{
	  background-color:#ffe4b5;
}


/* ; #993300 #646464 */

/***********************************
  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;}

.EnglishPortal
{
	border-right:#e8eef9 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #993300;
	font-family: arial;
	background-color: #4c62a4;
	border-top: #cdcdcd 1px solid;
	border-right:#cdcdcd 1px solid;
}/*e8eef9*/
.EnglishPortal a
{
	font-weight: bold;
	font-size: 12px;
	color: #e8eef9;
	text-decoration: none;	
}
.EnglishPortal a:hover {text-decoration: underline;color: #ffc52f;}
		
.GreenPortal
{
	font-weight: bold;	
	font-size: 11px;
	color: #993300;
	background-color:#4c62a4	;
	font-family: arial;
	border-top: #cdcdcd 1px solid;
}

.GreenPortal a
{
	font-weight: bold;
	font-size: 12px;
	color: #e8eef9;
	text-decoration: none;	
}
.GreenPortal a:hover {text-decoration: underline;	color: #ffc52f;}		
		
.UnformalPortal
{
	font-weight: bold;	
	font-size: 11px;
	color: #993300;
	background-color:#f6f7fc;	
	font-family: arial;
	border-top: #f4a460 thin solid;
}

.UnformalPortal a
{
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	text-decoration: none;	
}
.UnformalPortal a:hover 
{
	text-decoration: underline;
	color: #993300;}		
		
.InternalPortal
{
	font-weight: bold;	
	font-size: 11px;
	color: #993300;
	background-color:#4c62a4;	
	font-family: arial;
	border-top: #cdcdcd 1px solid;
	border-right:#cdcdcd 1px solid;  
}

.InternalPortal a
{
	font-weight: bold;
	font-size: 12px;
	color: #e8eef9;
	text-decoration: none;	
}
.InternalPortal a:hover 
{
	text-decoration: underline;	
	color: #ffc52f;
}	

.FemalePortal
{
	font-weight: bold;	
	font-size: 11px;
	color: #993300;
	background-color:#4c62a4;	
	font-family: arial;	
	border-top: #cdcdcd 1px solid;
}
.FemalePortal a
{
	font-size: 12px;
	color: #e8eef9;
	text-decoration: none;
}
.FemalePortal a:hover 
{
	text-decoration: underline;	
	color: #ffc52f; 
	background-color:4c62a4;
}
	
		
.Baner
{
	/*display:none*/
}

