/* InstantASP Ltd, www.instantasp.co.uk */


.blogheader
{
	float: left;
	width: 100%;
	height: 50px;
	border-bottom: solid 1px #BBBBBB;
	line-height: 38px;
	margin: 0px 0px 14px 0px;
	
}


.blogheader a
{
	color: #999;
	text-decoration: none;
	font-size: 8pt;
}


.blogheadertxt
{
	float: right;
	text-align: right;
	font-size: 8pt;
	color: #5D7893;
	margin: 0px 12px;
}

#blogtext
{
	float: right;
	width: 100%;
	line-height: 28px;
	text-align: right;
	font-size: 140%;
	border-right: solid 1px #BBBBBB;
	background:url(../images/MainNavHeaderBG.gif) repeat-x left;
	padding: 0px 0px 14px 0px;
}

#headerbodybgblog
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1000px;
	background:url(../images/blogbg.jpg) no-repeat top;
	margin: 0;
	padding:0;
	z-index: -999;
}

/* ------------------------------------------------------------------- */
/* -------------------------- Layout Css ----------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* Main Content Blocks */
/* ----------------------- */

.contentHeader
{
	float: left;
	width:100%;
	margin-bottom: 20px;
}

.contentTabStrip
{
	float: left;
	width:100%;	
	margin-bottom: 14px;
}

.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
{
	float: left;
	width: 100%;	
}

.contentArticleMain
{
	position: relative;	
	width: 100%;
}

.contentArticleMainMargin
{

	margin: 0px;


}

/* ----------------------- */
/* 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:24%;
	margin-left: -1px;
}

.contentArticleDetailsContainer
{
	float: left;
	width: 100%;
	padding-bottom: 24px;

}

.contentArticleExtraContainerDetails
{	
	float: left;
	width: 48%;

}

.contentArticleExtraPanelDetails
{	

	float: left;
	font-size: 8pt;
}


.contentArticleExtraPanel
{	
	float: left;
	font-size: 10pt;
	padding: 12px 0px 12px 0px;

}

.contentArticleExtraPanel img
{
	float: left;
	display: block;
	padding: 0px 12px 0px 0px;
}

/* ----------------------- */
/* Footer Panels */
/* ----------------------- */
		
.contentFooter	
{
	float: left;
	width: 100%;
	font-size: 8pt;

}

.contentFooterLine
{
	float:left;
	line-height: normal;
	width:100%;
	height: 1px;
	background-image: url(../Images/Lines_HozLine.gif);
	background-repeat: repeat-x;
	margin-top: 12px;

}

/* ------------------------------------------------------------------- */
/* -------------------------- Article Css ---------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* rating image*/
/* ----------------------- */

.Article_Rating
{
    white-space: nowrap;

}

.Article_Rating img
{
	margin: -6px 14px 0px 0px;
	vertical-align: middle;
}

/* ----------------------- */
/* default article text */
/* ----------------------- */

.Article_Header
{
	float: left; 
	width: 100%;
	margin-bottom: 0px;
}

.Article_HeaderIcon
{
	float: left;
	width: 40px;
	height: 50px;
	background-image: url(../Images/ArticleHeader_Icon2.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 12px 0px;
	
}

.Article_Header h1
{
	float: left;
	width: 100%;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	color: #2973CB;
	display: inline;
}

.Article_Text
{
	float: left;
	width: 100%;
	font-size: 10pt;
	line-height: 24px;
}


.Article_Text ul
{
	margin: inherit;;
	padding:  inherit;
}


.Article_Text ol
{
	margin: inherit;
	padding: inherit;
}

.Article_Text li
{
	margin: 0px 0px 6px 30px;
}

.Article_Text li img
{
	margin-left: -25px;
}


/* ----------------------- */
/* default article header */
/* ----------------------- */


.Article_HeaderPanel
{
	float: left;
	width: 100%;
	background:url(../images/MainNavHeaderBG.gif) repeat-x left;
	margin: 12px 0px 0px 0px;
	border-bottom: solid 1px #ccc;
	line-height: 38px;
	height: 44px;

}


.Article_HeaderPanel h2
{
	float: left;
	color: #096BB3;
    font-size: 14pt;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}

.Article_HeaderPanel img
{
	float: left;
	vertical-align: middle;
	padding: 6px 0px 0px 12px;
}


.Article_HeaderPanel h1
{
	font-size: 12pt;
	color: #105CB6;
	font-weight: bold;	
	padding: 11px 0px 11px 0px;
}

.Article_HeaderPanel img /* rss image */
{
	display: inline;
	vertical-align:  bottom;
}

.Article_TypeIcon
{

	display: inline;
	vertical-align: top;

	
}


/* ----------------------- */
/* used to display article meta data within viewarticledefailts.ascx */
/* ----------------------- */

.Article_MetaData
{
	float: left;
	width: 100%;
}

.Article_MetaData img
{
	margin: 0px;
	display: inline;
}


.Article_MetaData_Tags
{
	line-height: 26px;
}

.Article_MetaData_Tags a
{
	margin:5px;
	color: #0067C6;
	border-bottom: solid 1px #959595;
	border-right: solid 1px #CCCCCC;
	padding: 4px;
	background-color: #F8F8F8;
	text-decoration: none;
	margin: 4px 0px 4px 4px;
}

.Article_MetaData_Tags a:hover
{
	color: #2973CB;
	text-decoration: underline;
}


/* ----------------------- */
/* used for article attachments, related links etc */
/* ----------------------- */

.ArticleExtra_Parent
{
	float: left; 
	width: 100%; 

}

.Article_ExtraContainer
{
	float: left;
	width: 100%;
}

.Article_Extra
{
	float: left;
	width: 100%;
}

.Article_Extra input
{
	margin-right: 12px;
}


.Article_Extra img
{
	float: left;
	vertical-align: middle;
	margin: 0px 12px 0px 0px;
	
}


Article_ExtraContainer img
{
	float: left;
	display: inline;
	vertical-align: middle;
}

/* ----------------------- */
/* Used for feedback / comments table within articles */
/* ----------------------- */

/* ----------------------- */


.Article_PanelContainer
{
	float: left;
	width: 100%;
	margin: 0px 0px;

}

.Article_Panel
{
	float: left;
	width: 100%;	
	font-size: 10pt;

}
.Article_PanelHighLight
{
	float: left;
	width: 100%;	
	font-size: 10pt;
	background-color: #FFFCDE;
}

.Article_Panel_Hot
{
	float: left;
	border: solid 1px #C7C7C7;
	font-size: 8pt;
	background-color: #FCFCE6;	
}

.ArticlePanelTxt
{
	float: left;
	padding: 12px;
}

.Article_ResourcesPanel
{
	float: left;
	border-top: solid 1px #BBBBBB;	
	border-top: solid 1px #BBBBBB;	
	font-size: 10pt;
	background-color: #FBFBFB;	
}

.Article_ExtraDataListRow
{
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
}

.ArticleAttachment img
{
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
}

.commentHeader
{
	float: left;
	width: 100%;
	line-height: 38px;
	height: 44px;



}

.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;
}

.userPhoto img
{
	float: left;
	width: 18px;
	height: 20px;	
	vertical-align: middle;
	margin: 6px 12px 0px 12px;
	border: solid 1px #999999;
}

.userPhotoHeader 
{
	float: left; 
	margin-top: -8px;
	background-color: #FFFFFF;
	border: solid 1px #BEBEBE;
	line-height: 33px;
	margin-right: 6px;
	height: 29px;
}

.userPhotoHeader img
{
	float: left; 
	width: 22px;
	height: 25px;	
	display: inline-block;
	margin: 1px;
	border: solid 1px #BEBEBE;

}

.Article_CommentsAdditional
{
	float: left;
	width: 100%;
	line-height: normal;
	padding-bottom: 14px;
	font-size: 8pt;

}



/* ------------------------------------------------------------------- */
/* --------------------- Homepage Widgets Css ------------------------ */
/* ------------------------------------------------------------------- */

	
.Widget_PanelContainer
{
	float: left;
	width: 100%;
    margin: 0px;
	font-size: 10pt;
    background-color: #fff;
    border-top: solid 1px #E4E4E4;
}

.Widget_PanelContainer img
{
	float: left; 
	vertical-align: middle;
	padding: 0px 12px 10px 0px;
	  
}

.Widget_PanelContainer a
{
    float: left;
    padding: 12px 0px 10px 12px; 
	text-decoration: none;
	font-size: 10pt;
}

.Widget_PanelContainer a:hover
{
	text-decoration: underline;
}


/* ------------------------------------------------------------------- */
/* ---------------------- User Level Image -------------------------- */
/* ------------------------------------------------------------------- */

.UserLevel
{
	display: inline;
	margin: 0;
	padding:0;
	white-space: nowrap;
}

.UserLevel img
{
	display: inline;
	margin-right: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
{
	border: solid 1px #B7B7B7;
}

.EditButton
{
	
	font-size: 0px;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	line-height: normal;
}

.EditButton img
{
	margin: 0;
	border: 0;
}

.StatisticsText
{
	font-weight: bold;
}


/* ------------------------------------------------------------------- */
/* -------------------- Glossary ToolTip Text ------------------------ */
/* ------------------------------------------------------------------- */

.BreadCrumb_Symbol
{
	float: left;
	font-size: 120%;
	font-weight:bold;
	color: #E37932;	
	margin-right: 6px;

}

.CommentVote
{
	float: left;
	width: 100%;
	text-align: center;
	height: 89px;
	line-height: normal;

	
}

.CommentVote img
{
	margin-left: 6px;
	padding: 2px 0px 2px 0px;

}

.CommentVote span
{
	font-family: Arial Black, Arial, Tahoma;
	font-size: 18pt;
	color: #999999;
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	
}

.glossaryToolTip
{
	text-decoration: underline;
	cursor: pointer;	
}


/* Skin CSS */


.contentHeaderChildLinksContainer
{
	float: left;
	width: 100%;

}

.contentHeaderChildLinks
{
	float: left;
	font-size: 10pt;
	font-weight: normal;
}

.contentHeaderChildLinks a
{
	font-size: 10pt;
	padding: 14px 14px 14px  0px;
}

.postedDateContainer
{
	float: left;
	width: 88px;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	background: url(../Images/PostedDateBackground.gif) no-repeat;
	text-align: center;

}
.postedDate
{
	float: left;
	width: 100%;
	height: 99px;	
	text-align: center;
	padding: 0px 9px 0px 9px;
}

.postedDateDate
{
	float: left;
	width: 80%;
	color: #777777;
	font-size: 8pt;
	text-align: center;
	line-height: 28px;
	margin: 6px 0px;
	font-weight: bold;

}

.postedDateDate_Data
{
	font-size: 8pt;
	line-height: normal;
	font-family: Georgia;

}

.postedDateDate a
{
	font-size: 8pt;
	font-style: normal;
	color: #5D9CD0;
	font-weight: normal;
}


.postedDateDate a:hover
{
	color: #0482FE;
}


.postedDateButton
{
	float: left;
	width: 88px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 8pt;
	padding: 0px;
	background: url(../Images/PostedDateButton.gif) no-repeat;
	text-align: center;
	line-height: 22px;
	height: 28px;

}

.headerIcon
{
	float: left;
	width: 40px;
	height: 54px;
	margin: 20px 12px 0px 12px;
	background: url(../Images/HeaderDoc.png) no-repeat;	
}


/* ------------------------------------------------------------------- */
/* -------------------- 2.0.5 Comment Sort Tabs ---------------------- */
/* ------------------------------------------------------------------- */

#tabs 
{
float:right;

font-size: 10pt;
}

#tabs a{
	background:#eee;border:1px solid #eee;
	color:#777;
	display:block;
	float:left;font-size:90%;
	height:34px;
	line-height:32px;
	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:32px;
	margin-top:8px;
}

#tabs a.selected 
{
	background:#fff;
	border:1px solid #BBBBBB;
	border-bottom-color:#fff;
	font-weight:bold;
	height:40px;
	line-height:38px;
	margin-top:3px;
	margin-bottom: -1px;
	padding:0 12px 0 12px;
	color: #666666;
}


#headerbodybgblog
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1000px;
	background:url(../images/blogbg.jpg) no-repeat top;
	margin: 0;
	padding:0;
	z-index: -999;
}

.topblogbg
{
    float: left;
    width: 100%;
    height: 100px;
    background:url(../images/topblogbg.gif) no-repeat top left;
}

#blognav
{
    font-size: 10pt;
}

#blognav a:hover
{
    color: #0482FE;
}


#blognav h3
{
    display: inline;
    padding: 0px;
    margin: 4ox 0px 0px 0px;
    color: #096BB3;
    font-size: 14pt;
    font-weight: normal;
}

.bloghead 
{
    float: left;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.bloghead h3
{
    float: left;
    display: inline;
    padding: 0px;
    margin: 4ox 0px 20px 0px;
    color: #096BB3;
    font-size: 14pt;
    font-weight: normal;
 
}

#blognav img
{
    vertical-align: middle;
}

.blognavlinks a
{
    color: #5D9CD0;
}

.blognavlinks a:hover
{
    color: #0482FE;
}
