/* 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 */
/* ----------------------- */

#main
{    
    width: 960px;
    
}

#main .contentTabToc
{
	float: left;
	width: 255px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: -6px;	
}

#main .contentTabMain
{
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	margin-top: -6px;
	margin-left: 5px;	
	background-color: #e9f1f5;
}
.contentTabMainCategory
{
    float: right;
	width: 700px;
	margin: 0px;
	padding: 0px;
	margin-top: 0;
	margin-left: 5px;
}



/* ----------------------- */
/* Article Panels */
/* ----------------------- */

.contentArticleMainContainer
{
	width: 75%;	
	/*vertical-align: top;*/
	background: #f2f3f3;
}

.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;
}

.contentArticleExtradetails
{		
	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;
}

.contentArticleExtraPanelOptions
{	
	float: left;
	font-family: Verdana, Arial, Tahoma;
	background-color: #c7c7c7;	 		
	font-size: 8pt;
	color: #000000;
	padding: 11px;
	width: 93%;
}

.contentArticleExtraPanelOptions img
{
	float: left;
	display: block;	
}

.contentArticleExtraPanelOptions a
{
	color: #000000;
}

.contentArticleExtraPanelOptions a:hover
{
	color: #0482FE;
}

/* ----------------------- */
/* Footer Panels */
/* ----------------------- */
		
#Feedback
{
	clear: both;
	background: #C4D4EC;
	margin: 10px 0 0 0;
	padding: 10px 0 20px 20px;
	font-weight: bold;	
}

#More-Product-Details
{
	margin: 0 0 10px 0;
	width: 435px;
	float: left;
}

div.Product-Details
{
	margin: 0 25px 0 0;
	padding: 0;	
}

div.Product-Details h3
{
	font-size:18px;
	color: #000066;
	margin: 0 0 5px 0;
	padding: 0;	
}

div.Product-Details h4
{
	font-size:12px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

div.Product-Details p
{
	font-size:12px;
	color: #333333;
	margin: 0;
	padding: 0;	
}

div.Product-Details a{color: #0066ff;}
div.Product-Details a:link{text-decoration: none;}
div.Product-Details a:visited{text-decoration: none;}
div.Product-Details a:active{text-decoration: none;}
div.Product-Details a:hover{text-decoration: underline;}

div.Product-Details p.article
{
	font-size:12px;
	color: #666666;
	margin: 0;
	padding: 0;	
}

#all-products
{
	background: #214CA6;
	width: 960px;
	margin: 10px 0 10px 0;
}

#all-products table.all-products{margin:0;padding:0;}
#all-products table.all-products td{vertical-align: top;}

#all-products table.all-products p
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

#all-products table.all-products a
{
	font-family:Arial;
	font-size: 11px;
	color: #fff;
}

#all-products table.all-products a:link{text-decoration: none;}
#all-products table.all-products a:visited{text-decoration: none;}
#all-products table.all-products a:active{text-decoration: none;}
#all-products table.all-products a:hover{text-decoration: underline;}


#new-footer
{
	width: 960px;
	text-align: center;
	color: #0066ff
}

#new-footer a
{
	font-family:Arial;
	font-size: 11px;
	color: #0066ff
}

#new-footer a:link{text-decoration: none;}
#new-footer a:visited{text-decoration: none;}
#new-footer a:active{text-decoration: none;}
#new-footer a:hover{text-decoration: underline;}

#new-footer p.footer-note
{
	text-align: center;
	font-family:Arial;
	font-size: 10px;
	color: #0066ff;
	padding:0 90px;
}

#new-footer p.footer-note a
{
	text-align: center;
	font-family:Arial;
	font-size: 10px;
	color: #0066ff;
}

#new-footer p.footer-note a:link{text-decoration: none;}
#new-footer p.footer-note a:visited{text-decoration: none;}
#new-footer p.footer-note a:active{text-decoration: none;}
#new-footer p.footer-note a:hover{text-decoration: underline;}

.headerimage
{
    background-image: url(../Images/IDlogoV3.gif);
    width:960px;
    height:128px;
}


/* ------------------------------------------------------------------- */
/* -------------------------- Article Css ---------------------------- */
/* ------------------------------------------------------------------- */

/* ----------------------- */
/* default article text */
/* ----------------------- */
.Header_Text
{
	width: 960px;	
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;	
	color: #000;
	line-height: 18px;
	margin: 0px 0px 10px 10px;		
}
.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-size: 12pt;
	color: #345487;
	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; 
	
}

.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;
}
/* ------------------------------------------------------------------- */
/* -------------------- Telerik Rad Menu ----------------------------- */
/* ------------------------------------------------------------------- */
.RadMenu_Default 
{
	border: 0px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;
	background: #ddd;	
	text-align: left;		
	
}

.RadMenu_Default_rtl
{
	text-align: right;
}

.RadMenu_Default_Context
{
	background: none;
	border: 0;
}

.RadMenu_Default a
{
	text-decoration: none;
}

.RadMenu_Default .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_Default .rmLink:focus,
.RadMenu_Default .rmFocused
{
	outline: 0;
}

.RadMenu_Default .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Default .rmLink:hover,
.RadMenu_Default .rmFocused,
.RadMenu_Default .rmExpanded
{
	background-color: #ccc;
	color: #333;
}

.RadMenu_Default .rmLink .rmText
{
	font: normal 12px Verdana, sans-serif;
	color: #003399;
	font-weight: bold;
}

.RadMenu_Default .rmGroup
{
	background: #fff;
}

.RadMenu_Default .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Default_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Default .rmGroup .rmLink:hover,
.RadMenu_Default .rmGroup .rmFocused,
.RadMenu_Default .rmGroup .rmExpanded
{
	color: #fff;
	background: #444;
}

.RadMenu_Default .rmText
{
	padding: 3px 20px 5px;
}

.RadMenu_Default .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_Default_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Default .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Default .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Default .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Default .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Default .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Default .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:1px; }
.RadMenu_Default .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Default .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_Default .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Default_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Default .rmRootGroup .rmGroup .rmItem,
.RadMenu_Default_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Default .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_Default .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Default .rmTopArrow,
.RadMenu_Default .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Default .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Default .rmLeftArrow,
.RadMenu_Default .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Default .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Default .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Default .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Default .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Default .rmRootGroup .rmSeparator,
.RadMenu_Default .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Default .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Default .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Default .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Default .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Default .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Default .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Default_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Default .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Default .rmItem .rmDisabled:hover
{
	background: none;
}

.Headetext
{
    margin-left: 60px;    
}

/* Navigation and Drop Down Menu */

#nav{height: 37px;margin: 0;}

img.nav{width: auto;height: 37px;}

.menu
{
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 10px;
	z-index: 100;
	background-color: white;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0066cc;
	background: #cde7fa;
}

.menu a
{
	width: 185px;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
	line-height: 15px;
	color: #0066cc;
}

.menu a.last{border-bottom: 0px;}
.menu a:hover{/*background: #ddd;*/color: #0066cc;text-decoration: none;}
.menu a:link { text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:active {text-decoration: none;}
