/* InstantASP Ltd, www.instantasp.co.uk */

/* ------------------------------------------------------------------- */
/* -------------------------- Layout Css ----------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* Main Content Blocks */
/* ----------------------- */

.contentWrapper
{
	float: left;
	width: 100%;
}

.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 0px;
	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: 25%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.contentTabMain
{
	float: right;
	width: 74%;
	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;
	width:100%;
	background-image: url(../Images/Lines_HozLine.gif);
	height:1px;
}

/* ------------------------------------------------------------------- */
/* -------------------------- 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;
}

/* ----------------------- */
/* default article header */
/* ----------------------- */

.Article_HeaderPanel
{
	float: left;
	width: 100%;
}

.Article_HeaderPanel h2
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #345487;
	font-weight: bold;
	display: inline;
}

.Article_HeaderPanel h1
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #345487;
	font-weight: bold;
	display: inline;
}

.Article_HeaderPanel img /* rss image */
{
	display: inline;
	vertical-align:  bottom;
}

.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;
	padding: 11px 0px 11px 0px;
	border-top: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
	background-color: #FBFBFB;
}

.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;
	border: solid 1px #C7C7C7;		
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background-color: #FBFBFB;	
}

.Article_PanelHighLight
{
	float: left;
	border: solid 1px #C7C7C7;		
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1F5080;	
	background-color: #FFFDE2;	
}

.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-color: #FBFBFB;	
}

.Article_ExtraDataListRow
{
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
}

.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_CommentsAdditional
{

	width: 100%;
	background-color: #FBFBFB;	
	border-top: solid 1px #D4D0C8;
	line-height: normal;
}

.Article_CommentsAdditional div
{
	float: left;
	padding: 10px;
}

/* ------------------------------------------------------------------- */
/* ------------------------ Ajax Loader Css -------------------------- */
/* ------------------------------------------------------------------- */

.AjaxLoader 
{
	position: absolute;
	z-index: 99999999;
	width:100px;
	background-color: #FAFBFD;
	border: 2px #89B1D7 solid;
	padding:20px;
	text-align:left;
}

.AjaxLoadingText
{
	z-index: 999999;
	background-image: url(../Images/Misc_AjaxLoading.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	padding-left: 23px;
	font-size: 8pt;
	color: #5F779C;
}

/* ------------------------------------------------------------------- */
/* --------------------- 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;
	width: 9px;
	height: 10px;
	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
{
	border: solid 1px #89B1D7;
}

.EditButton
{
	
	font-size: 0px;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	line-height: normal;
}

.EditButton img
{
	margin: 0;
	border: 0;
}

.StatisticsText
{
	font-weight: bold;
}

