/******************************
 Undo HTML CSS
******************************/
/*ul,ol { list-style:none; }*/
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0px; padding:0px; }

ul
{
    list-style-type:disc;
    list-style-position:inside;
}

/*****************************
  Default Style Elements
*****************************/

html, body
{
    background-image: url(../images/pageBackground.png);
    margin: 0 auto;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

table
{
    font-size: 1em;
}

a
{
    text-decoration: none;
    color: Blue;
}

a:hover
{
    text-decoration: underline;
}

br
{
    font-size: 1em;
    line-height: 0.6em;
    height: 0.6em;
}

.fivepixdivider
{
    font-size: 0em;
    line-height: 0em;
    height: 5px;
}

.threepixeldivider
{
    font-size: 0em;
    line-height: 0em;
    height: 2px;
}

.threepixdivider
{
    font-size: 0em;
    line-height: 0em;
    height: 3px;
}

.onepixdivider
{
    font-size: 0em;
    line-height: 0em;
    height: 1px;
}

.floatclear
{
    font-size: 0em;
    clear: both;
}

.smalltext
{
    font-size: smaller;
    font-weight: normal;
}

/************************************
  Default Page Layout Style Elements
*************************************/
#contentframe
{
    width: 810px;
    margin: 0 auto;
}

#pageheader
{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    width: 810px;
    height: 60px;
}

#logincontrol
{
    
}
.UserLogin
{
    position: relative;
    top: 3px;
    display: block;
    text-align: right;
    font-size: 0.8em;
    color: White;
}
.Static_NavCell
{
    text-align: right;
    padding-right: 15px;
}


A.StaticNav
{
    color: White;
    text-decoration: none;
}

A.StaticNav:hover
{
    text-decoration: underline;
}
#navbar
{
    background-image: url(../images/navBarBackground.png);
    background-repeat: no-repeat;
    width: 788px;
    height: 26px;
    margin: auto;
}

#mainmenu
{
    position: relative;
    top: 3px;
    height: 16px;
    width: 40px;
    line-height: 16px;
    text-align: left;
    padding-left: 15px;
    font-size: 0.8em;
    color: #333333;
    float: left;
    overflow: visible;
    white-space: nowrap;
}

html>body #mainmenu
{
    top: 2px;
    width: auto;
    min-width: 40px
} 

A.sectionnavhorizontal
{
    color: #333333;
    text-decoration: none;
}

A.sectionnavhorizontal:hover
{
    color: White;
}

#searchbox
{
    position: relative;
    text-align: right;
    padding-right: 18px;
    width: 250px;
    float: right;
    font-size: 0.8em;
    top: 1px;
    color: #434343;
}

.searchbox
{
    font-size: 1.2em;
    border: solid 1px gray;
}

html>body #searchbox
{
    top: 3px;
}

A.searchbutton
{
    text-decoration: none;
    color: #434343;
}

A.searchbutton:hover
{
    color: white;
}

.contentbox
{
    width: 788px;
    text-align: center;
    margin: auto;
}

.contentheader
{
    background-image: url(../images/listHeaderBar.png);
    width: 788px;
    height: 28px;
    font-size: 0.9em;
    margin: auto;
}

.contentpane
{
    position: relative;
    width: 770px;
    left: 0px;
    background-color: #c9c9c9;
    border: solid 1px white;
    padding: 5px;
}

html>body .contentpane
{

    width: 770px;
    margin: auto;
} 

.htmlDesigner
{
    text-align: left;
}

.contentheaderleft
{
    float: left;
    width: 280px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    color: White;
}

html>body .contentheaderleft
{
    min-width: 280px;
}

.contentheadercenter
{
    position: relative;
    float: left;
    top: -1px;
    width: 220px;
    margin: auto;
}

html>body .contentheadercenter
{
    top: 0px;
}

.contentheaderright
{
    float: right;
    height: 25px;
    padding-right: 15px;
    width: 150px;
}

.contentheaderright TABLE
{
    width: 100%;
    height: 25px;
    text-align: right;
    font-size: 0.85em;
    vertical-align: middle;
}

.contentheaderright TABLE A
{
    text-decoration: none;
    color: white;
}

.contentheaderright TABLE A:Hover
{
    color: white;
}

.contentheaderright A
{
    text-decoration: none;
    color: white;
}

.contentheaderright A:Hover
{
    color: white;
}

.sorterbox SELECT
{
    height: 16px;
    font-size: 0.8em;
}

.articledit_headercenter
{
    color: White;
    position: relative;
    float: left;
    top: 1px;
    width: 220px;
    margin: auto;
    line-height: 24px;
}

.ArticleSection_NoArticles
{
    font-size: 0.9em;
    text-align: center;
}

.ArticleContentList
{
    font-size: 0.8em;
    text-align: left;
}

.ArticleSection_ListItem, .FAQSection_ListItem, .LinkSection_ListItem, .TopicSection_ListItem
{
    padding: 3px;
    text-align: left;    
}

.ArticleSection_ListItem
{
    background-color: #96ba9f;
    border: solid 1px #395742;
}

.FAQSection_ListItem
{
    /*background-color: #96B9C2;
    border: solid 1px #27434E;*/
    background-color: #96ba9f;
    border: solid 1px #395742;
}

.LinkSection_ListItem
{
    /*background-color: #BDB1C7;
    border: solid 1px #251B23;*/
    background-color: #96ba9f;
    border: solid 1px #395742;
}

.TopicSection_ListItem
{
    /*background-color: #E1CAA6;
    border: solid 1px #543E0E;*/
    background-color: #96ba9f;
    border: solid 1px #395742;
}

.ArticleSection_ListReadMoreLink A
{
    text-decoration: none;
}

A.ArticleSection_ListAuthorLink

{
    text-decoration: none;
}

#leftcolumn
{
    text-align: left;
    width: 60%;
    float: left;
}
#rightcolumn
{
    text-align: right;
    width: 28%;
    float: right;
}

.ArticleSection_ItemDescription
{
    position: relative;
    border: solid 1px gray;
    background-color: #d9d9d9;
    padding: 3px;
    line-height: 1.2em;
}

.ArticleSection_ListTitle
{
    font-weight: bolder;
}

.ItemTopic A
{
    text-decoration: none;
    color: #333333;
}

.ItemTopic A:Hover
{
    text-decoration: none;
    color: Blue;
}

.readmorerow
{
    width: 100%;
    text-align: right;
}

.editcolumn
{
    width: 100%;
}

.ItemEditContent
{
    float: left;
}

.itemRating
{
    float: right;
    font-size: 0.9em;
    text-align: right;
}

.editpanel
{
    width: 100%;
    font-size: 0.8em;
}

.edit_titletopic_row
{
    width: 100%;
}

.edit_title
{
    width: 49%;
    float: left;
    text-align: left;
}

.edit_topics
{
    width: 200px;
    float: right;
    text-align: left;
}

.edit_topicsdrop
{
    width: 180px;
}

.edit_description
{
    width: 100%;
    text-align: left;
}

.Form_LabelText
{
    text-align: left;
}

.Form_Field_article
{
    width: 99%;
    overflow:auto;
    font-size: 1em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 1px;
    border: solid 1px gray;
}

.Form_Field_noborder
{
    font-size: 0.9em;
    padding: 3px;
}

.Form_Field
{
    width: 99%;
    font-size: 0.8em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 3px;
}

.registerform
{
    font-size: 0.8em;
    width: 750px;
    margin: auto;
    background-color: #e3e3e3;
    border: solid 1px #a3a3a3;
}

.showprofile
{
    font-size: 0.8em;
    width: 100%;
    background-color: #e3e3e3;
    border: solid 1px #939393;
    padding: 0px;
    margin: auto;
}

.showprofile_header
{
    color: White;
    background-color: #939393;
    height: 18px; 
}

.showprofile_rightcolumn
{
    text-align: left;
    width: 230px;
    line-height: 16px;
    height: 16px;
    vertical-align: top;
}

.showprofile_leftcolumn
{
    width: 120px;
    text-align: right;
    line-height: 16px;
    height: 16px;
    vertical-align: top;
}

.profile_bigtext
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

A.linkSmallBold
{
    font-weight: bold;
    color: White;
}

.MembersAlphaPicker
{
    color: White;
    font-size: 0.7em;
    text-align: center;
    width: 780px;
    height: 24px;
    line-height: 24px;
    border: solid 1px white;
    padding-top: 2px;
    vertical-align: middle;
}

HTML>Body .MembersAlphaPicker
{
    margin: auto;
}

.memberssorterbox
{
    font-size: 1em;
    line-height: 1em;
}

.members_grid_footer
{
    text-align: center;
}

.members_grid
{
    font-size: 0.8em;
    text-align: left;
    margin: auto;
}

.members_grid_header
{
    font-weight: bold;
    background-color: #838383;
    color: White;
    text-align: center;
}

.members_grid_PMColumn
{
    width: 30px;
    text-align: center;
}

.members_username
{
    width: 150px;
    padding-left: 5px;
}

.members_fullname
{
    width: 200px;
    padding-left: 5px;
}

.members_lastlogin
{
    width: 100px;
    padding-left: 5px;
}

.textAlignRight
{
    text-align: right;
}

.threepixpadding
{
    padding: 3px;
}

.Form_LabelText_register
{
    width: 100%;
    text-align: right;
    display: block;
}

.Form_Field_register
{
    width: 200px;
    border: solid 1px #a3a3a3;
}

.register_formheader
{
    font-size: 1.2em;
    color: White;
    background-color: #939393;
    height: 16px;
}

.register_rightcolumn
{
    text-align: left;
    width: 210px;
    line-height: 16px;
    height: 16px;
    vertical-align: bottom;
}

.register_leftcolumn
{
    width: 140px;
    text-align: right;
    line-height: 16px;
    height: 16px;
    vertical-align: bottom;
}

.edit_body
{
    text-align: left;
}

.htmlDesigner
{
    border: solid 1px gray;
}

.edit_buttons
{
    text-align: right;
}

.articles_pageheader
{
    font-size: 0.8em;
}

.articlepreview_topic
{
    text-align: right;
    padding: 3px;
}

.articlepreview_topic A
{
    text-decoration: none;
    font-size: 0.8em;
}

.articlepreview_title
{
    font-size: 0.8em;
    font-weight: bolder;
    text-align: left;
    border: solid 1px #a3a3a3;
    background-color: #DCDDDE;
    padding: 3px;
}

.articlepreview_description
{
    font-size: 0.8em;
    text-align: left;
    border: dashed 1px #a3a3a3;
    background-color: #DCDDDE;
    padding: 3px;
}

.articlepreview_body
{
    text-align: left;
    font-size: 0.8em;
    border: solid 1px white;
    background-color: #f0f0f0;
    padding: 3px;
}

.articlepreview_finish
{
    text-align: right;
}

.articleview_editrow
{
    font-size: 0.9em;
    /*border: dashed 1px #a3a3a3;
    background-color: #DCDDDE;*/
    background-color: #96B9C2;
    border: solid 1px #27434E;
    padding: 3px;
}

.articleview_edit
{
    text-align: right;
}

.articleview_edit A
{
    font-size: 0.8em;
    text-decoration: none;
    color: #27434E;
}

.articleview_edit A:hover
{
    text-decoration: underline;
}

.articleview_rating
{
    text-align: right;
}

.articleview_rating TABLE
{
    font-size: 0.8em;
}

.articleview_comments
{
    font-size: 0.8em;
    border: solid 1px #a27a44;
    background-color: #eee7bb;
    padding: 3px;
}

.topicdescription
{
    font-size: 0.8em;
    border: solid 1px #aaaaaa;
    background-color: #DCDDDE;
    padding: 3px;
    text-align: left;
}

.loginbox
{
    width: 788px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.loginbox_header
{
    background-image: url(../images/listHeaderBar.png);
    width: 788px;
    height: 28px
}

.loginbox_Title
{
    color: White;
    font-size: 0.9em;
    line-height: 24px;
}

.loginbox_footer
{
    background-image: url(../images/loginBoxBottom.png);
    width: 372px;
    height: 42px;
}

.loginbox_content
{
    width: 770px;
    margin: auto;
    margin-top: 2px;
    background-color: #c9c9c9;
    border: solid 1px white;
    padding: 5px;
    font-size: 0.8em;
}

.loginbox_main
{
    width: 400px;
    margin: auto;
}

.hiddenbox
{
    visibility: hidden;
}

.Form_Field_login
{
    width: 99%;
    overflow:auto;
    font-size: 1em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: solid 1px gray;
    padding: 1px;
    height: 1.4em;
}

.loginbox_main
{
    margin-top: 10px;
}

.Error_Message
{
    color: Red;
}

.pnlPreview
{
    font-size: 0.8em;
}

.Rating
{
    text-align: right;
}

.ratingdisplay
{
    text-align: right;
}

A.lnkSendPM
{
    font-size: 0.9em;
}

.profiledisplay
{
    font-size: 0.8em;
}

.editprofile
{
    font-size: 0.8em;
}

.pmSectionIntro, .pmForm, .pmSection_NoItems, .pmConfirmed
{
    font-size: 0.8em;
    width: 90%;
}

pmForm_Field
{
    width: 200px;
}

.pmButtons
{
    text-align: right;
}

.pmMessageText
{
    font-family: Monospace;
    text-align: left;
    width: 100%;
}

html>body .pmMessageText
{
    font-size: 1.2em;
}

.homemainpane
{
    position: relative;
    width: 778px;
    height: 1px;
    left: 0px;
    background-color: #c9c9c9;
    border: solid 1px white;
}

html>body .homemainpane
{
    left: 4px;
    height: auto;
    overflow: auto;
    width: 778px;
}

.homecontentpane
{
	width: 405px;
	float: left;
	height: 100%;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 0.9em;
}

html>body .homecontentpane
{
    width: 404px;
    padding-top: 5px;
    padding-left: 2px;
}

.homepagebody
{
    width: 100%; 
    border-collapse: collapse;
}

.homewebboxpanel
{
    Float: right;
    width: 180px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

html>body .homewebboxpanel
{
  
}

.WebBox_ListTable
{
    position: relative;
    border: solid 1px gray;
    padding: 3px;
    background-color: #e9e9e9;
    text-align: left;
    line-height: 0.75em;
    
}

.WebBox_ListItem
{
    list-style: disc inside;
    font-size: 0.8em;
}

.WebBox_TitleText
{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: block;
    color: #543E0E;
    background-color: #F2C71D;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    border: solid 1px #D5AA00;
}

.itemTitleLink
{
    font-size: 0.85em;
}

.ItemBriefDescription
{
    font-size: 0.75em;
}

html>body .ItemBriefDescription
{
    
}

.contentfooter
{
    background-image: url(../images/listFooterBar.png);
    background-repeat: no-repeat;
    width: 788px;
    height: 66px;
    margin: auto;
    padding: 0px;
}

.linkURL
{
    font-size: 1.1em;
    border: solid 1px gray;
}

.intro_text
{
    font-size: 0.9em;
}


/* Comments */

.comment_contentpane
{
    text-align: left; 
    font-size: 0.8em;
    position: relative;
    width: 770px;
    left: -2px;
    background-color: #c9c9c9;
    border: solid 1px white;
    padding: 5px;
}
.comments_Form_Field
{
    font-size: 1em;
    width: 99.5%;
}

.comments_preview
{
    background-color: #DCDDDE;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.Comments_ListTable 
{
    border: solid 1px #a27a44;
    text-align: left;
}

.Comments_Table 
{
    border: solid 1px #a27a44;
    text-align: left;
    font-size: 0.8em;
}

.Comments_ListItem {background-color:#dddddd;}
.Comments_ListItem2 {background-color:#f6f6f6;}
.Comments_ListAlternatingItem {border-top: thick dashed #cccccc 1px; background-color:#EEEEEE;}
.Comments_ListAlternatingItem2 {background-color:#CCCCFF;}
.Comments_ListTitle {font-weight: bold;}
.Comments_ListTitleLink {color: #3366CC; text-decoration: none; font-size: 0.9em;}
.Comments_ListAuthorLink {color: #3366CC; text-decoration: none; font-size: 0.9em;}
.Comments_ListDateCreated {font-size: 0.85em;}
.Comments_ListBriefDescription {}
.Comments_ListReplyLink {color: #27434E; text-decoration: none;}

HTML>Body .Comments_ListTitleLink{font-size: 0.9em;}
HTML>Body .Comments_ListAuthorLink{font-size: 0.9em;}
HTML>Body .Comments_ListDateCreated{font-size: 0.85em;}

.Comments_Table {border: solid 1px #a27a44;}
.Comments_IntroCell {background-color:#CCCCFF;} 
.Comments_BodyCell {background-color:#f6f6f6;}
.Comments_Title {font-weight: bold;}
.Comments_AuthorLink {color: #3366CC; text-decoration: none; font-size: 1.1em;}

.commentsview_editrow
{
    text-align: right;
    background-color: #96B9C2;
    border-top: solid 1px #27434E;
}

.comments_threadedlist
{
    text-align: left;
    width: 98%;
    margin: auto;
}
.Comments_DateCreated 
{
    
}
.comments_Form_Field
{
    font-size: 1.2em;
    height: 1.3em;
}

.Comments_BriefDescription
{
    border: solid 1px #c6c6c6; 
    padding: 3px;
    background-color: #f6f6f6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Comments_ParentLink {color: #3366CC; text-decoration: none; font-size: 0.9em;}
.comments_buttonrow
{
    text-align: center;
}

.comments_smalltext
{
    font-size: 0.75em;
}



/*  Search page */

.search_searchbox
{
    font-size: 0.8em;
    text-align: center;
    width: 340px;
    margin: auto;
}

.search_textbox
{
    font-size: 1.2em;
    width: 300px;
    height: 1.3em;
}

.search_radiobuttons
{
    text-align: center;
}

.search_resultslist
{
    border: dashed 1px gray;
}

.homersspanel
{
    Float: left;
    width: 180px;
	padding: 3px;
	padding-top: 4px;
	text-align: left;
	line-height: 80%;
}

html>body .homersspanel
{
    padding-top: 4px;
}

.WebServiceBox_ListTable
{
    position: relative;
    border: solid 1px gray;
    padding: 3px;
    background-color: #e9e9e9;
    text-align: left;
    line-height: 0.75em;
}

A.WebServiceBox_ListTitleLink
{
    font-size: 0.7em;
}

.WebServiceBox_ListDescription, .WebServiceBox_ServiceDescription
{
    font-size: 0.65em;
    line-height: 1.1em;
}

.WebServiceBox_LastRefreshed
{
    font-size: 0.55em;
}

.WebServiceBox_ListItem
{
    list-style: disc inside;
}

.WebServiceBox_ServiceTitleBar
{
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #96B9C2;
    line-height: 1.5em;
    vertical-align: middle;
    border: solid 1px #6B9696;
}

A.WebServiceBox_ServiceTitleLink
{
    color: #3E434E;
}

.sitefooter
{
    font-size: 0.6em;
    color: White;
    text-align: center;
    width: 700px;
    margin: auto;
}

A.sitefooter
{
    color: White;
    text-decoration: none;
    font-size: 1em;
}











