﻿/* Telerik RadControls for ASP.NET AJAX Demos */

/*@import url("Slider.QSFOverview.css");*/

/* GLOBAL */

html,
body,
.qsfGrid,
.qsfLeft,
.qsfRight,
.qsfTitle,
.qsfTicked,
.qsfTicked li,
.qsfMoreLinks h2,
.qsfMoreLinks ul,
.qsfMoreLinks li,
.qsfBottomLinks,
.qsfThumbHolder ul
{
	margin:0;
	padding:0;
}

img
{
	border:0;
}

.qsfNone
{
	position:absolute;
	top:-100%;
	left:-3333px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* links */

.qsfMoreLinks a,
.qsfFooter a,
.qsfTopLink:hover,
.qsfCrumbs a:hover,
.qsfInnerArea a:hover,
.qsfCodeTabs .last a:hover,
.qsfLeft .allProducts a,
.qsfVersion a:hover,
.qsfCodeSwitcher a:hover
{
	text-decoration:none;
}

.qsfMoreLinks a:hover,
.qsfCodeTabs .last a
{
	text-decoration:underline;
}

/* floats */

.qsfClear,.qsfCodeTabs ul{display:inline-block}
.qsfClear,.qsfCodeTabs ul{display:block}
.qsfClear:after,.qsfCodeTabs ul:after{content:"";display:block;clear:both;height:0;visibility:hidden}
.qsfClearFloat{display:block;clear:both;height:1px;overflow:hidden;margin-bottom:-1px}

/* MAIN LAYOUT */

.BODY
{
	background:url(Img/qsfBody2.gif) repeat-x #000f16;
	font-size:62.5%;
	line-height:1.2;
	font-family:"segoe ui",arial,sans-serif;
}

.qsfWrap
{
	min-width:996px;
	min-height:500px;
	background:url(Img/qsfWrap22.jpg) repeat-x;
	color:#fff;
	font-size:1.2em;
}
* html .qsfWrap{height:500px}

/*quirks mode table font-size fix*/

.qsfGrid,
.controlMenu,
.allProducts
{
	font-size:12px;
}

.qsfGrid
{
	width:100%;
	margin:26px 0 0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;/*prevents page expansion because of RadGrid when using scrolling and static headers*/
}

.qsfLeft,
.qsfRight
{
	border:0;
	vertical-align:top;
}

.qsfLeft
{
	width:197px;
}


/* HEADER */

.qsfHeader
{
	width:976px;
}

.qsfRadLogo
{
	float:left;
	height:74px;
	margin:38px 0 0 12px;
}

/* Telerik Home, Search */
.qsfTopRight
{
	float:right;
	margin:22px 0 0 0;
	text-align:right;
}

.qsfTopLink
{
	margin-left:2em;
	color:#eff7f8;
	position:relative;
	right:41px;
}

.qsfTopRight div
{
	width:275px;
	height:41px;
	margin:6px 0 0;
	background:url(Img/qsfSearch.gif) no-repeat;
	position:relative;
}

.qsfTopRight div input
{
	margin:11px 54px 0 0;
	width:200px;
	height:17px;
	line-height:16px;
	border:0;
	background:#fff;
	font-family:/*segoe,*/arial,sans-serif;
	font-size:14px;
}

.qsfTopRight div a
{
	position:absolute;
	right:2px;
	top:2px;
	width:35px;
	height:35px;
	display:block;
	text-indent:3333px;
	overflow:hidden;
}

.qsfTopRight div a:hover,
.qsfTopRight div a:focus,
.qsfTopRight div a:active
{
	background:url(Img/qsfSearchHover.gif) 0 0 no-repeat;
}

* html .qsfTopRight div a:hover,
* html .qsfTopRight div a:focus,
* html .qsfTopRight div a:active
{
	background-position:1px 0;
}

/* LEFT NAVIGATION */

.qsfLeft i,
td.leftCellTop,
td.rightCellTop,
td.leftCellMiddle,
td.rightCellMiddle,
td.leftCellBottom,
td.middleCellBottom,
td.rightCellBottom,
.qsfLeft .collapsed ul,
.qsfLeft .menuContainer img
{
	display:none;
}

.qsfLeft .controlMenuHeaderCell
{
	padding:0 0 5px 13px;
	font-size:1.2em;
}

.qsfLeft .controlMenuHeaderCell img,
.qsfLeft .allProducts img
{
	vertical-align:middle;
	margin:0 7px 0 0;
}

.qsfLeft .controlMenu,
.qsfLeft .allProducts
{
	width:179px;
}

.qsfLeft table ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.qsfLeft table ul ul
{
	/*margin:0.4em 0;*/
}

.qsfLeft .controlMenu li
{
	margin:0;
	padding:0 0 0 20px;
}

.qsfLeft .controlMenu li li
{
	padding:0 0 0 9px;
}

.qsfLeft .menuContainer ul
{
	margin:2px 0 0;
}

.qsfLeft .menuContainer ul ul
{
	margin:0;
}

.qsfLeft .menuContainer a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:2px 0 3px 16px;
}

*>.qsfLeft .controlMenuHeaderCell
{
	background:url(Img/qsfAlphaBorder.png) 36px 100% no-repeat;
}
* html .qsfLeft .controlMenuHeaderCell{height:25px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Img/qsfAlphaBorderTop_IE6.png',sizingMethod='crop');}
* html .qsfHome .qsfLeft .controlMenuHeaderCell,* html .qsfOverview .qsfLeft .controlMenuHeaderCell{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../Common/Img/qsfAlphaBorderTop_IE6.png',sizingMethod='crop');}

.qsfLeft .menuContainer li li a
{
	background:none;
	padding:2px 0 2px 11px;
	margin:0 0 0 5px;
	font-size:0.94em;
}

.qsfLeft .expanded
{
	background:url(Img/qsfCollapse.gif) no-repeat 20px 0.4em;
}

.qsfLeft .collapsed
{
	background:url(Img/qsfExpand.gif) no-repeat 20px 0.3em;
}

.qsfLeft li .expanded
{
	background:url(Img/qsfCollapse.gif) no-repeat 14px 0.5em;
	zoom:1; /*disappearing image*/
}

.qsfLeft li .collapsed
{
	background:url(Img/qsfExpand.gif) no-repeat 14px 0.4em;
	zoom:1; /*disappearing image*/
}

.qsfLeft .menuContainer a:hover
{
	color:#b5f4f7;
}

.qsfLeft .menuContainer li.tabSelected a
{
	text-decoration:underline;
}

.qsfLeft .allProducts
{
	margin:2em 0 0;
	font-size:1.08em;
}

.qsfLeft .allProducts ul
{
	margin:0 0 0 6px;
}

.qsfLeft .allProducts li
{
	margin:0;
	padding:0 0 1px 0;
	height:25px;
	position:relative;
}
*>.qsfLeft .allProducts li
{
	background:url(Img/qsfAlphaBorder.png) 0 100% repeat-x;
}
* html .qsfLeft .allProducts li
{
	padding:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../Common/Img/qsfAlphaBorder2_IE6.png',sizingMethod='crop');
}
* html .qsfHome .qsfLeft .allProducts li,
* html .qsfOverview .qsfLeft .allProducts li
{
	padding:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../Common/Img/qsfAlphaBorder2_IE6.png',sizingMethod='crop');
}
.qsfLeft .allProducts a
{
	display:block;
	height:25px;
	padding:0 0 0 30px;
	/*border-bottom:1px solid #337285;*/
	line-height:25px;
	color:#fff;
}
*>.qsfLeft .allProducts a:hover
{
	background:url(img/qsfAlphaHover.png) repeat-x;
}
* html .qsfLeft .allProducts a:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../Common/Img/qsfAlphaHover.png',sizingMethod='scale');
}
* html .qsfHome .qsfLeft .allProducts a:hover,
* html .qsfOverview .qsfLeft .allProducts a:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../Common/Img/qsfAlphaHover.png',sizingMethod='scale');
}
.qsfLeft .allProducts img
{
	position:absolute;
	top:5px;
	left:7px;
}


/* RIGHT CONTENT */

/* home backgrounds */

.qsfBgHolder
{
	background:url(Img/qsfCollageShadowQ1.gif) 10px 117px no-repeat;
}
.qsfBgHolderInner
{
	background:url(Img/qsfCollageQ1.gif) 10px 0 no-repeat;
	min-height:233px;
}
* html .qsfBgHolderInner{height:233px}


/* page title */

.qsfTitle
{
	background:url(Img/qsfTitleLeft.gif) no-repeat;
	color:#000;
	position:relative;
}
.qsfHome .qsfTitle
{
	margin:0 0 0 275px;
}
.qsfHome .qsfTitle,
.qsfOverview .qsfTitle
{
	padding:0 0 0 30px;
}
.qsfTitle span
{
	display:block;
	height:37px;
	padding:0 0 0 30px;
	background:url(Img/qsfTitle.gif) repeat-x;
	font-size:22px;
	line-height:35px;
	font-weight:normal;
}
.qsfHome .qsfTitle span,
.qsfOverview .qsfTitle span
{
	padding:0;
}

/* version */

.qsfVersion,
.qsfVersion a
{
	font-size:10px;
	color:#706d60;
}
.qsfHome .qsfVersion
{
	margin:1.2em 0 0 379px;
}
.qsfHome .qsfVersion,
.qsfHome .qsfVersion a
{
	color:#98d2de;
}

.qsfOverview .qsfVersion
{
	width:268px;
	margin:1em 0 1em 504px;
	text-align:right;
}

.qsfOverview .qsfVersion,
.qsfOverview .qsfVersion a
{
	color:#9adbe0;
}

.qsfTitle .qsfVersion
{
	position:absolute;
	width:260px;
	top:15px;
	left:510px;
	text-align:right;
	font-weight:normal;
}

/* ticked list */

.qsfTicked
{
	margin:1em 0 0 353px;
	list-style:none;
}
.qsfTicked li
{
	padding:4px 0 3px 26px;
	background:url(Img/qsfTick.gif) 0 0.5em no-repeat;
	font-size:1.1em;
	line-height:1.3;
}

/* examples sliders */

.qsfDemosLeft,
.qsfDemosTransparent
{
	padding:0 0 0 30px;
	background:url(Img/qsfDemosLeft.gif) no-repeat;
}
.qsfDemos
{
	height:176px;
	background:url(Img/qsfDemos.gif) repeat-x;
}

.qsfHome .qsfDemosLeft
{
	background:url(Img/qsfDemosHomeLeft.gif) no-repeat;
}
.qsfHome .qsfDemos
{
	height:220px;
	background:url(Img/qsfDemosHome.gif) repeat-x;
}

.qsfDemosTransparent
{
	margin:10px 0 0;
	background:none;
}

.qsfDemos h2,
.qsfDemosTransparent h2
{
	margin:0;
	padding:20px 0 0;
	color:#ffcd03;
	font-size:1.2em;
	font-weight:normal;
}

.qsfThumbHolder
{
	width:746px;
	height:110px;
	overflow:hidden;
	position:relative;
	margin:13px 0 6px;
}

.qsfHome .qsfThumbHolder
{
	height:122px;
	margin:11px 0 6px;
}

.qsfThumbHolder ul
{
	position:relative;
	width:790px;
	list-style:none;
}

.qsfHome .qsfThumbHolder ul
{
	width:1080px;
}

.qsfThumbHolder li
{
	width:95px;
	margin:0 35px 0 0;
	padding:0;
	float:left;
	text-align:center;
}

.qsfHome .qsfThumbHolder li
{
	width:115px;
	margin:0 38px 0 0;
}

.qsfThumbHolder a
{
	display:block;
	color:#fff;
	text-decoration:none;
}

.qsfThumbHolder img
{
	width:95px;
	height:84px;
	margin-bottom:-7px;
	vertical-align:bottom;
}

.qsfHome .qsfThumbHolder img
{
	width:115px;
	height:108px;
	margin-bottom:-10px;
}

.qsfThumbHolder span
{
	display:block;
	position:relative;
	z-index:2;
}

/* infopanel links */

.qsfMoreLinks
{
	margin:46px 0 0;
	border-top:1px solid #1f5165;
}
.qsfMoreLinks div
{
	float:left;
	position:relative;
	top:-1.8em;
	width:254px;
	padding:0 30px;
}
.qsfMoreLinks h2
{
	font-size:1.1em;
	font-weight:normal;
	color:#fc0;
}
.qsfMoreLinks ul
{
	list-style-position:inside;
	margin:1.2em 0 0;
}
.qsfMoreLinks li,
.qsfMoreLinks a
{
	color:#fff;
}
.qsfMoreLinks li
{
	padding:0.24em 0;
}
.qsfMoreLinks a:hover
{
	text-decoration:underline;
}

/* EXAMPLE AREA */

.qsfExampleArea
{
	padding-bottom:2.2em;
	background:#fff;
	color:#333;
}

.qsfDark .qsfExampleArea
{
	background:url(Img/qsfDark.gif) repeat-x #000;
}

/* example title */

h2.qsfSubtitle,
h2.qsfSubtitleCollapsed
{
	margin:0;
	padding:15px 0 0 30px;
	background:url(Img/qsfCollapseLight.gif) no-repeat 12px 21px;
	font-weight:normal;
	color:#1f9aa8;
}

h2.qsfSubtitleCollapsed
{
	background:url(Img/qsfExpandLight.gif) no-repeat 12px 20px;
}

h2.qsfSubtitle span,
h2.qsfSubtitleCollapsed span
{
	display:block;
	font-size:14px;
	line-height:20px;
	height:20px;
	padding:0 0 5px 0;
	border-bottom:1px solid #cbcbcb;
}

#codeTitle span
{
	width:748px;
}

h2.qsfSubtitle span span,
h2.qsfSubtitleCollapsed span span
{
	display:inline;
	padding:0;
	border:0;
	cursor:pointer;
}

h3.qsfSubtitle
{
	margin:20px 0 10px;
	font-size:12px;
	color:#1f9aa8;
}

/* example inner area */

.qsfInnerArea
{
	margin:12px 0 0 30px;
	width:748px;
}

.qsfInnerArea a,
.qsfCodeSwitcher a:visited
{
	color:#06c;
}

/* code switcher*/

.qsfCodeSwitcher
{
	position:relative;
	top:-1px;
	margin:-26px 0 0 530px;
	width:244px;
	text-align:right;
	font:11px/26px arial,sans-serif;
	height:26px;
	color:#999;
}

.qsfCodeSwitcher a
{
	margin:0 0.5em;
	padding:0px 0 6px;
	font-weight:bold;
	vertical-align:top;
}

.qsfCodeSwitcher .cssel,
.qsfCodeSwitcher .vbsel
{
	background:url(Img/qsfCodeSelected.gif) center 100% no-repeat;
	color:#333;
}

.qsfDark .qsfCodeSwitcher .cssel,
.qsfDark .qsfCodeSwitcher .vbsel
{
	color:#717171;
}

/* breadcrumbs */

.qsfCrumbs
{
	margin:6px 0 14px;
	height:26px;
	font-size:0.9em;
}

.qsfCrumbs,
.qsfCrumbs a
{
	color:#999;
}
.qsfOverview .qsfCrumbs,
.qsfOverview .qsfCrumbs a
{
	color:#bceef3;
}
.qsfOverview .qsfCrumbs
{
	width:500px;
	margin-top:-2.2em;
}

.qsfCrumbs span
{
	margin:0 0.6em;
}
.qsfCrumbs em
{
	font-style:normal;
}


/* top module */

.bigModule
{
	width: 750px;
	background: url(Img/qsfModuleTop.jpg) no-repeat;
	margin-bottom: 15px;
}

.bigModuleBottom
{
	background: url(Img/qsfModuleBottom.gif) no-repeat bottom;
	color: #252f34;
	padding: 23px 17px;
	line-height: 16px;
	font-size: 12px;
}

.bigModuleBottom a
{
	color: #252f34;
}

.bigModule .title
{
	color: #4888a3;
	font:12px verdana,sans-serif;
	margin-bottom:15px;
}

.bigModule ul
{
	margin-bottom: 0;
}

.button
{
	border:1px solid;
	border-color:#93aaa7 #557a8a #527889;
	background:url(Img/qsfButton.gif) repeat-x #a8d1cc;
	min-height:24px;
	font-size:11px;
	line-height:20px;
	padding:0;
}

.smallModule .button,
.bigModule .button
{
	width:95px;
	font-size:11px;
	border:0;
	background:url(Img/qsfButton95.gif) no-repeat #a8d1cc;
	cursor: pointer;
}

.qsfButton,
.qsfButtonBig,
.qsfButtonBigger
{
	width:95px;
	min-height:24px;
	font-size:11px;
	line-height:20px;
	border:0;
	background:url(Img/qsfButton95.gif) no-repeat #a8d1cc;
}

.qsfButtonBig
{
	width:120px;
	background:url(Img/qsfButton120.gif) no-repeat #a8d1cc;
}

.qsfButtonBigger
{
	width:150px;
	background:url(Img/qsfButton150.gif) no-repeat #a8d1cc;
}

* html .button,
* html .qsfButton,
* html .qsfButtonBig,
* html .qsfButtonBigger
{height:24px}


.bigModule a.button,
a.qsfButton,
a.qsfButtonBig,
a.qsfButtonBigger
{
	display:block;
}


/*code viewer tabs*/

.qsfCodeTabs
{
	background:#d6eefd;
	width:736px;
	margin:0 0 0 30px;
	padding:4px 6px 0;
}
.qsfCodeTabs,
.qsfCodeTabs ul
{
	height:23px;
	line-height:23px;
}
.qsfCodeTabs ul
{
	width:708px;
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;
}

.qsfCodeTabs li
{
	float:left;
	margin:0;
	padding:0;
}
.qsfCodeTabs .last
{
	float:right;
	font-size:0.9em;
}

.qsfCodeTabs a
{
	float:left;
	text-decoration:none;
	color:#000;
}

.qsfCodeTabs .last a
{
	padding:0 0 0 19px;
	background:url(Img/qsfNewWindow.gif) 0 center no-repeat;
}

.qsfCodeTabs a:hover,
.qsfCodeTabs .last a
{
	color:#06c;
}

.qsfCodeTabs .wrap, 
.qsfCodeTabs .innerWrap
{
	float:left;
	white-space:nowrap;	
	cursor:pointer;
}

.qsfCodeTabs .innerWrap
{
	padding:0 11px;
}

.qsfCodeTabs .selected,
.qsfCodeTabs .selected .wrap, 
.qsfCodeTabs .selected .innerWrap
{
	cursor:default;
	background:#fff;
	color:#000;
}

/*code viewer*/

.codeOuter
{
	width:736px;
	margin:0 0 0 30px;
	background:#fff;
	border:6px solid #d6eefd;
	border-top:0;
	line-height:16px;
}

#codeContent
{
	width:716px;
	height:320px;
	overflow:auto;
	padding:0.8em 10px;
}

#codeContent code,
#codeContent pre
{
	font-size:12px;
}

#codeContent ul
{
	list-style-position:inside;
}

/* general module */

.module
{
	border:1px solid #c6e1f2;
	background:#dff3ff;
	padding:1.2em;
	color:#333;
}

/* small module */

div.smallModule
{
	float: right;
	background-color: #e4f6ff;
}

div.smallModule *
{
	font-family: 'Segoe UI', Calibri, sans-serif;
}

.smallModule .rc3
{
	min-width: 200px;
	min-height: 210px;
	padding: 10px;
}

* html .smallModule .rc3
{
	width: 200px;
	height: 210px;
}

.smallModule,
.smallModule .rc1,
.smallModule .rc2,
.smallModule .rc3
{
	background: url('Img/qsfSmallModule.gif') no-repeat top left;
}

.smallModule .rc1 { background-position: 100% 0; }
.smallModule .rc2 { background-position: 0 100%; }
.smallModule .rc3 { background-position: 100% 100%; }

.smallModule .title
{
	border-bottom: 1px solid #333;
	display: block;
	margin: 10px;
	text-indent: 3px;
}

/* skin chooser */

.qsfSkinChooser
{
	clear:both;
	margin:2em 0;
	padding:1.4em;
	border:1px solid #c6e1f2;
	background:#dff3ff;
}

.qsfSkinChooser h3
{
	margin:0;
	padding:0 0 0.6em;
	background:url(Img/qsfSkinSeparator.gif) 0 100% repeat-x;
	font-size:1.2em;
}

.qsfSkinChooser table
{
	margin:0 auto;
}

.qsfSkinChooser h3,
.qsfSkinChooser td
{
	background:url(Img/qsfSkinSeparator.gif) 0 100% repeat-x;
}

.qsfSkinChooser td
{
	padding:16px 0px 24px;
}

.qsfSkinChooser label
{
	display:block;
	padding:0 0 0 25px;
	background:url(Img/qsfArrowRight.gif) 4px 0.2em no-repeat;
	font-size:1.2em;
	cursor:pointer;
}

.qsfSkinChooser img
{
	display:block;
	margin:0.4em 0 0;
	position:relative;
	left:-25px;
}

.qsfSkinChooser input
{
	position:absolute;
	left:-3333px;
	width:1px;
	height:1px;
}

/* FOOTER */

.qsfFooter
{
	border-top:1px solid #143947;
	padding:18px 30px 1em;
}

.qsfFooter,
.qsfFooter a
{
	color:#1F5165;
}

.qsfFooter a:hover
{
	text-decoration:underline;	
}

.qsfFooter address
{
	display:inline;
	font-style:normal;
}

.qsfBottomLinks
{
	margin:0.8em 0;
}

/* compliance images */

.qsfCompliance
{
	margin:0 0 20px;
}

.qsfCompliance img
{
	border:0;
	vertical-align:bottom;
	margin:0 11px 0 0;
}