﻿/* Article Viewer CSS. */
.ArticleViewer a,.ArticleViewer a:link,.ArticleViewer a:visited,.ArticleViewer a:active,.ArticleViewer a:hover{color:#FFCE00;}
.ArticleViewer a:hover{text-decoration:underline;}
.ArticleComments a.ActiveComment, .ArticleComments a.ActiveComment:link, .ArticleComments a.ActiveComment:active, .ArticleComments a.ActiveComment:visited, .ArticleComments a.ActiveComment:hover{display:block;font-size:16px;margin-bottom:5px;color:#93A4BE;font-weight:bold;cursor:text;color:#FFFFFF;margin-top:15px;}
.ArticleComments div.ActiveComment{border:1px solid #95BCD0;padding:5px 10px 10px 10px;margin-top:15px;background-color:#004D7D;}
.ArticleComments span.ActiveComment{display:block;}
.ArticleComments span.SubHead{display:block;font-size:16px;font-weight:bold;font-style:italic; margin-top:15px;}
.ArticleComments li{list-style:none;}
.ArticleComments li span{border-bottom:1px dashed #95BCD0;display:block;font-size:12px; font-weight:normal;padding:10px 4px 10px 4px;cursor:hand;cursor:pointer;}
.ArticleComments li span span{display:inline;border-bottom:none;padding:0;}
.ArticleComments li a{display:block;}
.ArticleComments li .ReplyLink{margin-left:10px;color:#95BCD0;}
.ArticleComments li .ReplyLink a{display:inline;}
.ArticleComments ul{margin:5px 0 0 0;padding:0;border-top:1px dashed #95BCD0;}
.ArticleComments ul ul{margin:0 0 0 30px;border-top:0;}
.ArticleComments .HighlightOut{background-color:Transparent;}
.ArticleComments .HighlightOver{background-color:#004D7D;}
.ArticleComments .CommentForm{height:350px;overflow:hidden;border-top:1px dashed #95BCD0;margin-top:15px;}

.ArticleComments .CommentForm span.SubHead{margin-bottom:10px;}
.ArticleComments .CommentForm .Row{float:left;width:100%;padding:4px 0 4px 0;}
.ArticleComments .CommentForm .Row label.Normal, .ArticleComments .CommentForm .Row label.NormalRed{float:left;width:120px;}
.ArticleComments .CommentForm .Row span.Normal, .ArticleComments .CommentForm .Row span.NormalRed{float:left;margin-left:5px;font-weight:normal;font-style:italic;}
.ArticleComments .CommentForm .Row span.NormalRed{font-weight:bold;}
.ArticleComments .CommentForm .Row input.StandardTextBox{width:230px;float:left;}
.ArticleComments .CommentForm .Row textarea.StandardTextBox{width:360px;float:left;}
.ArticleComments .CommentForm .Row .StandardButton, .ArticleComments .CommentForm .Row .StandardButtonOver{float:left;margin:0;}
.ArticleComments .CommentForm .CaptchaRow div.Normal{margin-left:120px;margin-top:35px;}
.ArticleComments .CommentForm .CaptchaRow div.Normal div{position:relative;left:-120px;width:120px;top:-71px;}
.ArticleComments .CommentForm .CaptchaRow div.Normal img{border:1px solid #95BCD0;}
.ArticleComments .CommentForm .CaptchaRow div.Normal input{position:relative;top:-90px;border:1px solid #95BCD0;background-color:#E0EBFF;font-family:Arial, Helvetica, sans-serif;font-size:12px;width:152px;}
.ArticleComments .CommentForm .CaptchaRow span.Normal, .ArticleComments .CommentForm .CaptchaRow span.NormalRed{position:relative;top:-110px;left:278px;width:200px;}
.ArticleComments .CommentForm .SubmitRow{position:relative;top:-68px;}
.ArticleComments .CommentForm .CaptchaError{display:none;}
.ArticleComments .CommentConfirmation{margin-bottom:10px;margin-top:15px;}
.ArticleComments .CommentConfirmation a, .ArticleComments .CommentConfirmation a:link, .ArticleComments .CommentConfirmation a:active,.ArticleComments .CommentConfirmation a:visited, .ArticleComments .CommentConfirmation a:hover{color:#FFFFFF;font-size:14px;font-weight:bold;cursor:text;}

.PostArticle{border:1px solid #95BCD0;margin-top:8px;background-color:#004D7D;}
.PostArticle div{margin-left:5px;margin-right:5px;padding-top:5px;padding-bottom:5px;}
.PostArticle a{margin-right:12px;}
.PostArticle a img{margin-right:4px;border:0;cursor:hand;cursor:pointer;}
.ArticleLinks {float:left;width:100%;border-top:1px solid #95BCD0;padding-top:5px;margin-top:5px;}
.ArticleLinks span{float:left;margin-right:8px;padding-top:3px;}
.ArticleLinks img{float:left;margin-right:5px;cursor:hand;cursor:pointer;}
.ArticleLinks a{float:left;margin-right:8px;padding-top:3px;}
.EditLink{padding-bottom:10px;margin-bottom:10px;display:block;border-bottom:1px dashed #95BCD0;}