/* InstantASP Ltd, www.instantasp.co.uk */

/* ------------------------------------------------------------------- */
/* -------------------------- Layout Css ----------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* Main Content Blocks */
/* ----------------------- */

.contentHeader
{
	float: left;
	width:100%;
}

.contentTabStrip
{
	float: left;
	width:100%;	
	margin-top: 15px;
}

.contentBreadCrumb
{
	float: left;
	padding: 11px 0px 6px 0px;
	width:100%;
}

.contentSplitter
{
	float:left;
	width:100%;
	height:14px;
	padding: 0px 0px 7px 2px;
	background-image: url(../Images/Lines_TopSplitter.gif);
}

.contentContainer
{
	float: left;
	width: 100%;
}

/* ----------------------- */
/* Home Panels */
/* ----------------------- */

.contentHomeMain
{
	float: left;
	width:74%;
}

.contentHomeExtra
{
	float: right;
	width:25%;
}

/* ----------------------- */
/* Tab Panels */
/* ----------------------- */

.contentTabToc
{
	float: left;
	width: 29%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.contentTabMain
{
	float: right;
	width: 70%;
	margin: 0px;
	padding: 0px;
}


/* ----------------------- */
/* Article Panels */
/* ----------------------- */

.contentArticleMainContainer
{
	width: 75%;	
	vertical-align: top;
}

.contentArticleMain
{
	position: relative;	
	width: 100%;

}

.contentArticleMainMargin
{
	margin: 12px;

}

/* ----------------------- */
/* Article Extra Panels - Hold article meta data & options */
/* ----------------------- */

.contentArticleExtra
{
	width: 25%;
	vertical-align: top;
	background-color: #F4F8FB;
	border-left: solid 1px #C7C7C7;
	line-height: normal;
}

.contentArticleExtraContainer
{
	float:left;
	width:100%;
	border-bottom: solid 1px #C7C7C7;
}

.contentArticleExtraPanel
{	
	float: left;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #7D7D7D;
	padding: 10px;
}

.contentArticleExtraPanel img
{
	float: left;
	display: block;
}

.contentArticleExtraPanel a
{
	color: #7D7D7D;
}

.contentArticleExtraPanel a:hover
{
	color: #0482FE;
}

/* ----------------------- */
/* Footer Panels */
/* ----------------------- */
		
.contentFooter	
{
	float: left;
	width: 100%;
	margin:  12px 0px 10px 0px;
}

.contentFooterLine
{
	float:left;
	line-height: normal;
	width:100%;
	height: 1px;
	background-image: url(../Images/Lines_HozLine.gif);
	background-repeat: repeat-x;

}

/* ------------------------------------------------------------------- */
/* -------------------------- Article Css ---------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* default article text */
/* ----------------------- */

.Article_Text
{
	width: 100%;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #1F5080;
	line-height: 18px;
}

.Article_Text a
{
	color: #1F5080;
}

.Article_Text a:hover
{
	color: #0482FE;
}

.Article_Text ul
{
	margin: 0px;
	padding: 0px;
}


.Article_Text ol
{
	margin: 0px;
	padding: 0px;
}

.Article_Text li
{
	margin: 5px 25px 5px 25px;
}

.Article_Text li img
{
	margin-left: -25px;
}


/* ----------------------- */
/* default article header */
/* ----------------------- */

.Article_HeaderPanel
{
	float: left;
	width: 100%;
}

.Article_HeaderPanel h2
{
	float: left;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #345487;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.Article_HeaderPanel a
{
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.Article_HeaderPanel h1
{
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: 12pt;
	color: #3C71A6;
	font-weight: bold;
	display: inline;
}

.Article_HeaderPanel img /* rss image */
{
	float: left;
	margin: 0px 12px 0px 12px;
	display: inline;
	vertical-align:  middle;
}

.Article_TypeIcon
{
	display: inline;
	vertical-align: middle;
	margin-right: 3px;
}


/* ----------------------- */
/* used to display article meta data within viewarticledefailts.ascx */
/* ----------------------- */

.Article_MetaData
{
	float: left;
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #7B7B7B;
}

.Article_MetaData img
{
	margin: 0px;
	display: inline;
}

.Article_MetaData a
{
	color: #8A8AA0;
}

.Article_MetaData a:hover
{
	color: #0482FE;
}

/* ----------------------- */
/* used for article attachments, related links etc */
/* ----------------------- */

.Article_ExtraContainer
{
	float: left;
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #1F5080;
}

.Article_Extra
{
	float: left;
	width: 100%;
	padding: 11px 0px 11px 0px;
	border-top: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
	background: url(../Images/Table_AlternateBG.gif) bottom repeat-x; 
}

.Article_Extra input
{
	margin-right: 12px;
}

.Article_ExtraContainer radio
{
	font-size: 18pt;
}

.Article_ExtraContainer a
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #1F5080;
}

.Article_ExtraContainer a:hover
{
	color: #0482FE;
}

Article_ExtraContainer img
{
	display: inline;
	vertical-align: middle;
}

/* ----------------------- */
/* Used for feedback / comments table within articles */
/* ----------------------- */

.Article_PanelContainer
{
	float: left;
	width: 100%;		
}

.Article_Panel
{
	float: left;
	width: 100%;
	border-bottom: solid 1px #C7C7C7;		
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background: url(../Images/Table_AlternateBG.gif) bottom repeat-x; 
    text-align: left;	
}

.Article_PanelHighLight
{
	float: left;
	width: 100%;
	border-bottom: solid 1px #C7C7C7;		
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background-color: #FFFCDE;	
}

.Article_Panel_Hot
{
	float: left;
	border: solid 1px #C7C7C7;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background-color: #FCFCE6;	
}

.ArticlePanelTxt
{
	float: left;
	padding: 11px;
}

.Article_ResourcesPanel
{
	float: left;
	border-top: solid 1px #C7C7C7;	
	border-bottom: solid 1px #C7C7C7;	
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background: url(../Images/Table_AlternateBG.gif) bottom repeat-x; 
}

.Article_ExtraDataListRow
{
	float: left;
	width: 100%;
	display: block;
	line-height: 24px;
}


.ArticleAttachment img
{
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
}

.Article_CommentsPanel
{
	float: left;
	width: 100%;
	text-align: right;
	height: 19px;
	background: url(../Images/Misc_CommentArrow.gif) 9px -1px no-repeat; 
	margin: -3px 0px 0px 30px;
}

.Article_CommentTxt
{
	font-size: 10pt;
}

.Article_CommentsAdditional
{

	float: left;
	width: 100%;
	margin-top: 12px;
}

.Article_CommentsAdditional div
{
	float: left;
	padding: 10px;
}

.commentForm td
{
	padding: 0px 0px 16px 0px;
}

/* ------------------------------------------------------------------- */
/* --------------------- Homepage Widgets Css ------------------------ */
/* ------------------------------------------------------------------- */
	
.Widget_PanelContainer
{
	float: left;
	width: 100%;
	border: 1px #BECBD2 solid;	
	background-color: #FFFFFF;
}

.Widget_Panel
{
	float: left;
	width: 100%;
	padding: 4px;
}
		
.Widget_IconPanel
{
	float: left;
	width: 50px;
	margin-right: 9px;
	background-image: url(../Images/Widget_Background.gif);
	background-color: #FAFAFA;
	border: 1px #CBD5DB solid;
}

.Widget_Icon
{
	float: left;
	padding: 2px;
	display: block;
}

.Widget_MainPanel
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;
}

.Widget_MainPanel a
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #7291AF;
}

.Widget_MainPanel a:hover
{
	color: #0482FE;
}

/* ------------------------------------------------------------------- */
/* ---------------------- User Level Image -------------------------- */
/* ------------------------------------------------------------------- */

.UserLevel
{
	display: inline;
	margin: 0;
	padding:0;
	line-height: normal;
}

.UserLevel img
{
	display: inline;
	margin-left:3px;
}


/* ------------------------------------------------------------------- */
/* ---------------------- Icon Selection Css ------------------------- */
/* ------------------------------------------------------------------- */

.CategoryIconRadioButtonList
{
	width:90%;
	text-align: left;
	text-align: justify;
}

.CategoryIconRadioButtonList td
{
	width:10%;
	vertical-align: middle;
}

.CategoryIconImage
{
	vertical-align: text-bottom;
	padding:4px;
}

.SmallIconPreview 
{
	float: left;
	background-color: #FFFFFF;
	padding:6px;
	border: solid 1px #7F9DB9;
	display: block;
	margin-right:8px;
}

.SmallIconPreviewLink
{
	float: left;
	line-height: 29px;
	vertical-align: middle;
}

.SmallIconPreviewLink img
{
	vertical-align: middle;
}

.AlignedIcon
{
	vertical-align: middle;
	margin: 0px;
}

/* ------------------------------------------------------------------- */
/* -------------------------- General Css ---------------------------- */
/* ------------------------------------------------------------------- */

.MemberPhoto
{
	float: left; 
	width: 65px;
	height: 75px;
	border: solid 1px #89B1D7;
}

.commentPhoto
{
	float: left; 
	width: 20px;
	height: 23px;
	border: solid 1px #89B1D7;
	margin-right: 6px;
}

.CommentVote
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -2px;
}

.CommentVote img
{
	margin-left: 6px;
	padding: 6px 0px 6px 0px;
}

.CommentVote span
{
	font-family: Arial Black, Arial, Tahoma;
	font-size: 20pt;
	color: #B8B8BC;
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 1px;
	
}

.StatisticsText
{
	font-weight: bold;
}

/* ------------------------------------------------------------------- */
/* -------------------- Glossary ToolTip Text ------------------------ */
/* ------------------------------------------------------------------- */

.glossaryToolTip
{
	text-decoration: underline;
	cursor: pointer;	
}

/* ------------------------------------------------------------------- */
/* -------------------- 2.0.5 Comment Sort Tabs ---------------------- */
/* ------------------------------------------------------------------- */

#commentTabHeader
{
	float: left;
	width: 100%;
	height: 35px;
	border-bottom: solid 1px #CBCBCB;
}

#tabs 
{
float:right;
font-weight:bold;
}

#tabs a{
	background:#eee;
	border:1px solid #eee;
	color:#777;
	display:block;
	float:left;
	font-size:100%;
	height:24px;
	line-height:22px;
	margin:8px 8px 0 0;
	padding:0 12px 0 12px;
	text-decoration:none;
}

#tabs a:hover{
	background:#fff;
	border:1px solid #CBCBCB;
	border-bottom-color:#fff;
	line-height:24px;
	margin-top:8px;
}

#tabs a.selected 
{
	background:#fff;
	border:1px solid #CBCBCB;
	border-bottom-color:#fff;
	height:32px;
	font-weight: bold;
	line-height:30px;
	margin-top:3px;
	margin-bottom: -1px;
	padding:0 12px 0 12px;
	color: #666666;
}