.myPageTitle2025 {
	padding-right: 0px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 2px;
	vertical-align: middle;
	color: sienna;
	padding-top: 2px;
	font-family: Verdana;
	background-color: khaki;
/*	text-underline-position:under;
	text-underline-offset:revert;
*/}

.header {
	text-align: left;
	vertical-align: middle;
	/*background-color: #E27B01; before  Harmony*/

	background-color: #e27b01;
	color: white;
	font-family: Tahoma;
	font-weight: 700;
	Font-Size: XX-Large;
}

.headerunderline {
	text-align: left;
	vertical-align: middle;
	background-color: #3b5998;
	color: tomato;
	font-family: Tahoma;
	Font-Size: Small;
}

.userinfoline {
	text-align: left;
	vertical-align: middle;
	background-color: whitesmoke;
	color: olive;
	font-family: Tahoma;
	Font-Size: Small;
	font-weight: bold;
	border: 5px solid olive
	/* height:10px; */
}

	.userinfoline a:hover {
		color: olive;
		text-decoration: none;
		background-color: white;
		/*padding:2px 2px 2px 2px;*/
		border: 3px double olive;
	}

.body /* Zone non-utilisée */ {
	background: white; /*lemonchiffon;*/
	padding: 0px 0px;
	margin: 2px 2px 2px 2px;
	border-left-width: medium;
	border-left-color: Blue;
	border-right-color: Red;
	min-height: 620px;
}

.mainForm /*  Zone de travail  */ {
	background-color: white;
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "Verdana", "sans-serif";
	margin: 0px;
	padding: 0px;
}

.bigLabelText {
	Font-Size: 18px;
}
.bigTextBox {
	Font-Size: 18px;
	Height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.image-cropper-default-page {
	display: inline-block;
	border: 2px solid orange;
	width: 200px;
	height: 200px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}
.image-cropper {
	display: inline-block;
	border: 2px solid orange;
	cursor: pointer;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	vertical-align: middle;
}
.image-cropper-menu {
	display: inline-block;
	border: 2px solid orange;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.image-cropper2019 {
	display: inline-block;
	border: 2px solid orange;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}

.image-cropper-big {
    display: inline-block;
    border: 2px solid orange;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.image-cropper-big2019 {
	display: inline-block;
	border: 2px solid orange;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.image-cropper-big-top {
    display: inline-block;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    overflow: hidden;
    vertical-align: middle;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.roundedImage {
    border-radius: 50%;
}

/* Télé déclarations */
.celBoxEntrie {
    border: 1px solid black;
    padding: 2px 2px 2px 2px;
}
.paddingLoginFlash {
    padding-right: 50px;
    /*border:3px dashed red;
    background-color:red;*/
}
.celBoxEntrieRounded {
    border: 1px solid black;
    padding: 2px 2px 2px 2px;
    border-radius:3px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;*/
}

.roundedcontrol
{
    border-radius:3px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    padding-left: 3px;
    padding-right: 3px;
}


/*Tabs
--------------------------------------------------------*/
/*lightgray*/
.CustomTabStyle {
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
    /*border-bottom:2px solid olive;
    font-family: verdana,tahoma,helvetica;
    font-size: 13px;*/
    /*font-weight:bold;
    background-color:lightgray;*/
}
    .CustomTabStyle .ajax__tab_header {
        /*padding:0px 7px 5px 4px;*/
        height: 20px;
        vertical-align: middle;
        font-family: verdana,tahoma,helvetica;
        font-size: 15px;
        font-weight: bold;
        background-color: white;
        /*background-color: lightgray;*/
        color: red;
        /*background-color:#ff9900;*/
    }
/* Arrière des headers */
.CustomTabStyle .ajax__tab_outer {
    /*height:50px;*/
    /*background-color:indianred;*/
}
/* Survol du header inactif */
.CustomTabStyle .ajax__tab_hover {
    /*padding:0px 7px 5px 4px;
    background-color:whitesmoke;*/
}
/* Arrière du header sélectionné */
    .CustomTabStyle .ajax__tab_active {
        padding: 3px 0px 0px 0px;
        /*padding:0px 7px 5px 4px;
    /*border-top:3px solid blue;*/
        /*border-right:2px solid blue;*/
        /*border-bottom:3px solid blue;*/
        /*border-left:2px solid blue;*/
        height: 30px;
        /*border-top: 5px solid red;*/
        border-bottom: 5px solid red;
        /*border-radius:3px;*/
        /*background-color: lightgray;*/
    }

/* HeaderTemplate */
.CustomTabStyle .ajax__tab_inner {
    /*padding:0px 7px 5px 4px;*/
    /*border-left:3px solid blue;*/
    /*border-right:3px solid blue;*/
}

/* Intérieur du HeaderTemplate */
.CustomTabStyle .ajax__tab_tab {
    padding:0px 5px 0px 5px;
    /*background-color:green;*/
}
.CustomTabStyle .ajax__tab_body {
    /*padding:4px 7px 2px 4px;*/
    /*background-color:white;*/
}




/* TabPage 2*/
.CustomTabStyle2 {
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
    /*border-bottom:2px solid olive;
    font-family: verdana,tahoma,helvetica;
    font-size: 13px;*/
    /*font-weight:bold;
    background-color:lightgray;*/
}
.CustomTabStyle2 .ajax__tab_header {
    /*padding:0px 7px 5px 4px;*/
    height:20px;
    vertical-align:middle;
    font-family: verdana,tahoma,helvetica;
    font-size: 13px;font-weight:bold;
    background-color:lemonchiffon;
}
/* Arrière des headers */
.CustomTabStyle2 .ajax__tab_outer {
    /*height:50px;
    background-color:indianred;*/
}
/* Survol du header inactif */
.CustomTabStyle2 .ajax__tab_hover {
    /*padding:0px 7px 5px 4px;
    background-color:whitesmoke;*/
}
/* Arrière du header sélectionné */
.CustomTabStyle2 .ajax__tab_active {
    padding:3px 0px 0px 0px;
    /*padding:0px 7px 5px 4px;
    /*border-top:3px solid blue;*/
    /*border-right:2px solid blue;*/
    /*border-bottom:3px solid blue;*/
    /*border-left:2px solid blue;*/
    background-color:white;
}

/* HeaderTemplate */
.CustomTabStyle2 .ajax__tab_inner {
    /*padding:0px 7px 5px 4px;*/
    /*border-left:3px solid blue;*/
    /*border-right:3px solid blue;*/
}

/* Intérieur du HeaderTemplate */
.CustomTabStyle2 .ajax__tab_tab {
    padding:0px 5px 0px 5px;
    /*background-color:green;*/
}
.CustomTabStyle2 .ajax__tab_body {
    /*padding:4px 7px 2px 4px;*/
    /*background-color:white;*/
}
/* Fin TabPage 2*/
.noDecoration
{
    text-decoration:none;
}
.noDecoration2
{
    color:white;
    font-family: Tahoma;
    background-color:Olive;
    text-decoration:none;
}
.loginUser
{
    font-weight: bold;
    color:white;
    font-family: Tahoma;
    background-color:Olive;
    text-decoration:none;
    Font-Size:Small;
}

.loginUser a:link
{
    color: ivory;
    text-decoration:none;
}
.loginUser a:visited
{
    color: white;
    text-decoration:none;
}
.loginUser a:hover
{
    color: olive;
    text-decoration:none;
    background-color:white;
    padding:0px 4px 0px 4px;
    border:2px solid olive;
}

.loginUser2 a:hover
{
    color: blue;
    text-decoration:none;
    background-color:Fuchsia;
    padding:2px 2px 2px 2px;
    border:3px double red;
}

.loginContribuable
{
    font-weight: bold;
    font-size: 9pt;
    color:ivory;
    font-family: Verdana;
    background-color:#3F8ACA;
}

.loginDisplay
{
    font-size:14pt;/*0.8em;*/
    display: block;
    text-align: right;
    vertical-align:middle;
    padding: 0px;
    color: Green;/*White;*/
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.loginDisplay HyperLink
{
    color: red;
}

.workzone
{
    width:100%;
    min-height: 760px;
    /*color:Yellow;Fuchsia;
    background-color:Yellow;*/
    border-color:Aqua;
    border-width:3px;
}

.myPageTitle
{
    padding-right: 0px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 18pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    /*background-color: khaki;*/
}

.myPageSubTitle
{
    padding-right: 0px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color:sienna;
    padding-top: 2px;
    font-family: Verdana;
    /*background-color: Orange;*/
}

.myPageTitle0
{
    padding-right: 0px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    /*background-color: khaki;*/
}

.myPageSubTitle0 {
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: middle;
    color: sienna;
    font-family: Verdana;
    /*background-color: Orange;*/
}

.printButton {
    border: 1px solid orange;
    background-color: white;
    padding: 0.24em;
    
    /*margin: 0.1em;*/
    color: White;
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navmodule {
	background: white;
	padding: 0.24em;
	color: darkorange;
	vertical-align: middle;

	border: 1px solid #E27B01;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.navmodule_unbox {
	background: white;
	padding: 0.24em;
	color: orange;
	vertical-align: middle;

	/*border: 1px solid #E27B01;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;*/
}
.navmoduleInit {
    border: 1px solid #c6e1f2;
    background: white;
    padding: 0.12em;
    color: #E27B01;
    vertical-align: middle;
}

.whiteOnBlue
{
    color:White;
    background-color:Blue;
    font-weight:bold;
}
.whiteOnRed
{
    color:White;
    background-color:Red;
    font-weight:bold;
}
.whiteOnGreen
{
    color:White;
    background-color:Green;
    font-weight:bold;
}

.successMessage {
    color: White;
    background-color: Green;
    font-weight: bold;
    font-size:xx-large;
}
.errorNotification {
	color: White;
	background-color: Red;
	font-weight: bold;
	font-size: large;
}

.errorNotification2 {
	color: Red;
	font-weight: bold;
	font-size: large;
}

.errorMessage {
	color: White;
	background-color: Blue;
	font-weight: bold;
	font-size: large;
}

.errorMessageMaster {
	color: White;
	background-color: indianred;
	font-weight: bold;
	font-size: large;
}

.noErrorMessage {
	color: White;
	background-color: Green;
	font-weight: bold;
	font-size: large;
}

.linkButton
{
    color: White;
    /*background-color:#6A3D9F;*/
    font-weight: bold;
}

.linkButton2
{
    color: Red;
    /*background-color:darksalmon;*/
    font-weight: bold;
    font-style:italic;
    text-decoration:double;
}

.labelMessage
{
    color: White;
    background-color:#6A3D9F;
    font-weight: bold;
}

.leftTitleText
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Verdana;
    background-color: blue;
}

.leftT
{
    background-color: lightyellow;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: gold thin solid;
}

.pageleft
{
    background-color: lemonchiffon;
    padding-right: 5px;
}

.pageright
{
    background-color: ivory;
}

.pagebottom
{
    background-color: lightyellow;
    border-top: gold thin solid;
    padding-top: 5px;
}

.dataentryformheading
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    background-color: khaki;
    text-align: center;
}
.lefText
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:left;
}
.centerText
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:center;
}
.rightText
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:right;
}
.rightTextLock
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:right;
    background-color:skyblue;
}
.leftTextLock
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:left;
    background-color:skyblue;
}
.centerTextLock
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    text-align:center;
    background-color:skyblue;
}

.formheadingLeft2
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    background-color: khaki;
    text-align:Left;
}

.formheadingRight
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    background-color: khaki;
    text-align: Right;
}

.biglabel
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: darkorange;
    padding-top: 2px;
    font-family: Verdana;
    text-align: center;
    width: 100%;
    font-style: italic;
}

.dataentryformlabelbig
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: sienna;
    padding-top: 2px;
    font-family: Verdana;
    text-align: center;
    width: 100%;
    font-style: normal;
    background-color: blanchedalmond;
}

.marketingtext
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    padding-bottom: 2px;
    color: peru;
    padding-top: 2px;
    font-family: Arial;
}

/* Fin default */

.map-wrap {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 20px 0px;
}
.map {
	margin: 0px auto;
}
/* Left menu panel */
.leftMenuPanel {
    /*style="text-wrap: none; background-color: #EEF475" valign="top"*/
    text-wrap: none;
    text-align: right;
    vertical-align: top;

    /*background-color:lightgray;*/
    background-color:white;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
}



/*Calendar
--------------------------------------------------------*/
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* DEFAULTS
----------------------------------------------------------*/
.multiPage ul li
{
    background: transparent url(~/images/arrow.gif) no-repeat left top;
    color:#34555b;
    padding-left: 24px;
    margin-top: 15px;
}


/* dataGrid */
.DataGridHeaderStyle
{
    background:#4A3C8C;
    Color:#E7E7FF;
    font-weight:bold;
}
.DataGridPagerStyle
{
    background:#C6C3C6;
    Color:Black;
    text-decoration:none;
}
.DataGridFooterStyle
{
    background:#C6C3C6;
    Color:Black;
}

.DataGridItemStyle /*BackColor="#DEDFDE" ForeColor="Black"*/
{
    background:#DEDFDE;
    Color:Red;
}
.DataGridItemStyle_onmouseover
{
    background:Green;
    Color:Black;
}

.AlternatingItemStyle /*BackColor="White" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" ForeColor="Black"*/
{
    background:Gainsboro;
    Color:Black;
}
.AlternatingItemStyle_onmouseover
{
    background:Green;
    Color:Black;
}

.SelectedItemStyle /* BackColor="#9471DE" Font-Bold="True" ForeColor="White"*/
{
    background:#9471DE;
    Color:White;
    font-weight:bold;
}
.SelectedItemStyle_onmouseover
{
    background:Green;
    Color:White;
    font-weight:bold;
}

/*
<SelectedItemStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<AlternatingItemStyle BackColor="Gainsboro"/>
<ItemStyle BackColor="#EEEEEE" ForeColor="Black"/>
*/
.login
{
    font-weight: bold;
    font-size: 9pt;
    color:ivory;
    font-family: Verdana;
    background-color:Olive;
}

/*Zone non utilisées page maître : mettre une image */
/*Contenu du menu latéral #fff=blanc*/
.page
{
    /*background-color:red;/*#fff=blanc*/
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
	text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
labelLoginPage
{
    font-size: 2em;
    color: #666666;
    font-variant: small-caps;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 2em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 4px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    /*line-height: 2.8em;*/
    /*padding: 4px 20px;*/
    padding: 2px 2px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.dataentryformbuttonInit
{
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
    background-color:goldenrod;
}

.dataentryformbutton0
{
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
    background-color:#4a8cf6;
    /*margin: 4px 4px 4px 4px;
    border: 4px 4px 4px 4px;*/
    border:2px solid blue;
}

.dataentryformbuttonMouseOver0
{
    font-weight: bold;
    font-size: 9pt;
    color: blue;
    font-family: Verdana;
    background-color:whitesmoke;
    /*margin: 4px 4px 4px 4px;
    border: 4px 4px 4px 4px;
    padding: 2px 2px 2px 2px;*/
    border:2px solid blue;
}

.dataentryformtextbox
{
    border: 1px solid peru;
    padding:2px 5px 2px 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataentryformtextboxNew
{
    border: 3px dashed red;
    padding:10px 10px 10px 10px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataentryformbutton
{
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
    background-color:orange;
    border:2px solid #E27B01;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataentryformbuttonMouseOver {
    background-color: blue;
    font-weight: bold;
    font-size: 9pt;
    color: orange;
    font-family: Verdana;
    background-color: white;
    border: 2px solid #E27B01;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataentryformbuttonPaiement {
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
    background-color: green;
    border: 2px solid #E27B01;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataentryformbuttonPaiementMouseOver {
    font-weight: bold;
    font-size: 9pt;
    color: orange;
    font-family: Verdana;
    background-color: green;
    border: 2px solid #E27B01;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* MobileTax 2017 */
.dataentryformbuttonMobileTax {
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    /*padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;*/
    color: ivory;
    background-color: #666633;
    border: 2px solid #666633;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 30px;
}

.dataentryformbuttonMouseOverMobileTax {
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    /*padding: 2px 2px 2px 2px;
    margin: 4px 4px 4px 4px;*/
    color: #666633;
    background-color: white;
    border: 2px solid #666633;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 30px;
}
.centerTextMobileTax {
    border: 2px solid #666633;
    padding: 2px 5px 2px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
/* Fin MobileTax 2017 */


input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


.loginDisplay
{
    font-size: 0.8em;
    display: block;
    text-align: right;
    vertical-align:middle;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

/* VS2005 */
.dataentryformlabel
{
    font-weight: bold;
    font-size: 9pt;
    color: darkgoldenrod;
    font-family: Verdana;
}

.dropdownformlabel
{
    font-weight: bold;
    font-size: 14pt;
    height:24px;
    color: darkgoldenrod;
    font-family: Verdana;
}

.dataentryformerrormsg
{
    font-weight: bold;
    font-size: 9pt;
    color: darkorange;
    font-family: Verdana;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 3px;
}

mbutton
{
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
   /* background-color:lemonchiffon;*/
    background-color:goldenrod;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
}

#master_headertop
{
	background: url(images/headertop_img.jpg) no-repeat left top;
}

#master_headerbottom
{
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

/* Content Page Layout */
.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

/*p {}*/

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

.releaseList {
	list-style-type:disc;
}


/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/* PagingBulletedList */
.selectIndex {
    font-weight: bold;
    text-decoration:none;
}
.unselectIndex {
    font-weight:normal;
    text-decoration:underline;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;/* Couleur de la zone désactivée */
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}


/* Rounded Corners*/

.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

/*Textbox Watermark*/

.unwatermarked {
	/*height:18px;*/
	/*width:148px;*/
}

.watermarked {
	background-color:#F0F8FF;
	color:gray;
}	

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}


/*Toggle Button*/

/*Setup*/
.walkthrough li {padding-bottom:5px;}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
	padding-left:25px;
	font-style:italic;
}

/*Other neat stuff*/





/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2
{
    color:Blue;
    background-color:Blue;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    width:200px;
    vertical-align:middle;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:Maroon;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Orange;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color:Lime;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}



.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 4px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    /*line-height: 2.8em;*/
    /*padding: 4px 20px;*/
    padding: 2px 2px;
    text-decoration: none;
}

hyperlinkmenu
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    /*line-height: 2.8em;*/
    /*padding: 4px 20px;*/
    padding: 2px 2px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* SlideShow styles */

.slideTitle
{
	font-weight:bold;
	font-size:small;
	font-style:italic;
}

.slideDescription
{
	font-size:small;
	font-weight:bold;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

/**************************************
**  TELERIK
***************************************/
/* Telerik RadControls for ASP.NET AJAX Demos */

/* Skin chooser and skin chooser dropdown templates */
.qsfSkinMgr .RadComboBoxDropDown .rcbScroll
{
    overflow-x:hidden !important;
    
}

.skinChooserItem
{
    height:124px;
    background-repeat:no-repeat;
    display:block;   
    background-position:6px 22px;
    background-color:#d6eefd;
    color:#7691a2;
    font-size:14px;
    font-weight:bold;       
    cursor:pointer;
    padding:4px 13px;
}

.skinChooserItem:hover
{
    color:#7691a2;
    border:1px solid #0b496d;
    padding:3px 12px;
    background-position:5px 21px;
}

/* GLOBAL */

html,
body,
.qsfGrid,
.qsfLeft,
.qsfRight,
.qsfTitle,
.qsfTicked,
.qsfTicked li,
.qsfMoreLinks h2,
.qsfMoreLinks ul,
.qsfMoreLinks li,
.qsfBottomLinks,
.qsfThumbHolder ul,
.qsfTopRight ul,
.qsfSuites
{
	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{display:inline-block}
.qsfClear{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}

/*ajax*/

.qsfLoading
{
	height:100%;
	background:url(Img/loading.gif) center center no-repeat;
}

/* MAIN LAYOUT */

.BODY
{
	background:url(Img/qsfBody.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/qsfWrap.jpg) repeat-x -18px 0;
	color:#fff;
	font-size:1.2em;
}
* html .qsfWrap{height:500px}

.qsfHome .qsfWrap,
.qsfOverview .qsfWrap
{
	min-width:1015px;/*qsfMoreLinks - Compatibility column*/
}

/*quirks mode table font-size fix*/

.qsfGrid,
.controlMenu,
.allProducts
{
	font-size:12px;
}

.qsfGrid
{
	width:100%;
	margin:5px 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:210px;
}


/* HEADER */

.qsfHeader
{
	min-width:1230px;
}

* html .qsfHeader
{
	width:1230px;
}

.qsfRadLogo
{
	float:left;
	height:66px;
	margin:0 20px 0 19px;
}

.qsfTelerikLogo
{
	float:right;
	margin:11px 17px 0 0;
	width:91px;
	height:22px;
	overflow:hidden;
	text-indent:-2222px;
	background:-300px -300px no-repeat url(Img/qsfSprite.gif);
	color:#ccc;
}

/*suite links*/

.qsfSuites
{
	list-style:none;
	height:44px;
}

.qsfSuites li
{
	float:left;
}

.qsfSuites a
{
	display:block;
	padding:0 21px;
	line-height:44px;
	text-indent:-2222px;
	overflow:hidden;
	background:url(Img/qsfSuitesSprite.gif) no-repeat;
	color:#ccc;
}

.suiteTS a{width:108px;background-position:0 -1000px}
.suiteTS a:hover{background-position:0 -1100px}
.suiteRep a{width:72px;background-position:0 -600px}
.suiteRep a:hover{background-position:0 -700px}
.suiteORM a{width:106px;background-position:0 -800px}
.suiteORM a:hover{background-position:0 -900px}
.suiteSL a{width:73px;background-position:0 -400px}
.suiteSL a:hover{background-position:0 -500px}
.suiteWPF a{width:64px;background-position:0 -200px}
.suiteWPF a:hover{background-position:0 -300px}
.suiteWF a{width:73px;background-position:0 0}
.suiteWF a:hover{background-position:0 -100px}

/*top right links*/

.qsfTopRight
{
	float:left;
	display:inline;
	margin:15px 0 8px 405px;
	text-align:right;
}

.qsfTopRight ul
{
	float:left;
	list-style:none;
}

.qsfTopRight li
{
	float:left;
	border-right:1px solid #55c0c8;
	margin:0;
	padding:0 10px;
	line-height:24px;
}

.qsfTopRight li a
{
	background:url(Img/qsfSprite.gif) no-repeat;
	color:#fff;
	padding-left:20px;
}

.qsfTopRight .qsfVideosLink a
{
	background-position:-300px -100px;
}

.qsfTopRight .qsfHelpLink a
{
	background-position:-300px -50px;
}

.qsfTopRight .qsfForumsLink a
{
	background-position:-300px 0;
}

.qsfTopRight li.qsfDownloadLink
{
	border-right:none;
	padding-right:0;
}
.qsfTopRight li.qsfDownloadLink a
{
	padding:0;
}

.qsfTopRight a.qsfDownload
{
	float:left;
	width:110px;
	height:21px;
	overflow:hidden;
	margin-top:3px;
	text-indent:-2222px;
	background:-300px -150px no-repeat url(Img/qsfSprite.gif);
	text-align:left;
}

.qsfTopRight a:hover
{
	text-decoration:none;
}

/* LEFT NAVIGATION */

.qsfSearch
{
	width:179px;
	height:26px;
	position:relative;
	left:13px;
	margin:0 0 12px;
	background:-300px -200px no-repeat url(Img/qsfSprite.gif);
}

.qsfSearch input
{
	width:148px;
	height:22px;
	border:0;
	padding:4px 0 0 5px;
	background:transparent;
	font:13px "segoe ui",arial,sans-serif;
}

.qsfSearch input.rcbEmptyMessage
{
	font-style:italic;
}

.qsfSearch a
{
	position:absolute;
	right:0;
	top:0;
	width:26px;
	height:26px;
	text-indent:2222px;
	overflow:hidden;
}
/*search combobox*/

.RadComboBoxDropDown_QsfSearch .col1, 
.RadComboBoxDropDown_QsfSearch .col2
{
	display:inline-block;
	padding-left:5px;
	zoom:1;
}

.RadComboBoxDropDown_QsfSearch .col1
{
	width:90px;
}

.RadComboBoxDropDown_QsfSearch .col2
{
	width:280px;
}

.RadComboBoxDropDown_QsfSearch ul
{
	list-style:none;
	margin:0;
	padding:0;	
	
}
.RadComboBoxDropDown_QsfSearch
{
	position:absolute;
	background :#96c6c6;
	font:12px 'Segoe UI', Arial, sans-serif;
}

.RadComboBoxDropDown_QsfSearch .rcbScroll
{
	overflow:auto;
	position:relative;
}


.RadComboBoxDropDown_QsfSearch .rcbHeader,
.RadComboBoxDropDown_QsfSearch .rcbMoreResults
{
	background:transparent url('Img/qsfSearchHeader.png') repeat-x 0 0;
	line-height:24px;
	color:#fff;
	width:100%;
}

.RadComboBoxDropDown_QsfSearch .rcbMoreResults span
{
	padding:0 5px;
	zoom:1;
}

.RadComboBoxDropDown_QsfSearch .rcbMoreResults a
{
	float:left;
	text-indent:-9999px;
}

.RadComboBoxDropDown_QsfSearch li.rcbHovered
{
	background:#bbdedf;
}

.RadComboBoxDropDown_QsfSearch .rcbItem,
.RadComboBoxDropDown_QsfSearch .rcbHovered
{
	line-height:25px;
	margin:0;
	padding:0;
	cursor:pointer;
	zoom:1;
}
.RadComboBox_QsfSearch .rcbSlide
{
	position:absolute;
	float:left;
}

.RadComboBoxDropDown_QsfSearch
{
	border:1px solid #96d1d9;
}

.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 input
{
	vertical-align:middle;
	margin:0 7px 0 0;
}

.qsfLeft .controlMenu,
.qsfLeft .allProducts
{
	width:190px;
}

.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 .menuContainer a img
{
	margin:0 0 0 6px;
}

*>.qsfLeft .controlMenuHeaderCell
{
	background:url(Img/qsfAlphaBorder.png) 36px 100% no-repeat;
}
* html .qsfLeft .controlMenuHeaderCell{height:25px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../~/MODULES/COMMON/Img/qsfAlphaBorderTop_IE6.png',sizingMethod='crop');}
* html .qsfHome .qsfLeft .controlMenuHeaderCell,* html .qsfOverview .qsfLeft .controlMenuHeaderCell{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../~/MODULES/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 .collapsed,
.qsfLeft .expanded
{
	background:url(Img/qsfSprite.gif) no-repeat;
}

.qsfLeft .expanded
{
	background-position:-280px -1250px;
}

.qsfLeft .collapsed
{
	background-position:-280px -1200px;
}

.qsfLeft li .expanded
{
	background-position:-286px -1250px;
	zoom:1;/*disappearing image*/
}

.qsfLeft li .collapsed
{
	background-position:-286px -1200px;
	zoom:1;/*disappearing image*/
}

.qsfLeft .menuContainer a:hover
{
	color:#b5f4f7;
}

.qsfLeft .menuContainer li.tabSelected a
{
	text-decoration:underline;
	color:#61ecdc;
	background:transparent url(Img/qsfSprite.gif) no-repeat -600px 0;
	padding-left:17px;
	margin-left:-1px;
}

.qsfLeft .menuContainer li li.tabSelected a
{
	background-position:-600px 1px;
}

.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='../../~/MODULES/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='../~/MODULES/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='../../~/MODULES/COMMON/Img/qsfAlphaHover.png',sizingMethod='scale');
}
* html .qsfHome .qsfLeft .allProducts a:hover,
* html .qsfOverview .qsfLeft .allProducts a:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../~/MODULES/COMMON/Img/qsfAlphaHover.png',sizingMethod='scale');
}

.qsfWrap .qsfLeft .controlMenuHeaderCell input,
.qsfLeft .allProducts span
{
	width:16px;
	height:16px;
	border:0;
	background-image:url(Img/qsfSprite.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	outline:none;
}

.qsfLeft .allProducts span
{
	position:absolute;
	top:5px;
	left:7px;
	cursor:pointer;
}

.IconControls{background-position:0 0}
.IconAjax{background-position:0 -50px}
.IconCalendar{background-position:0 -100px}
.IconChart{background-position:0 -150px}
.IconColorPicker{background-position:0 -200px}
.IconComboBox{background-position:0 -250px}
.IconDock{background-position:0 -300px}
.IconEditor{background-position:0 -350px}
.IconFileExplorer{background-position:0 -400px}
.IconFormDecorator{background-position:0 -450px}
.IconGrid{background-position:0 -500px}
.IconInput{background-position:0 -550px}
.IconMenu{background-position:0 -600px}
.IconPanelBar{background-position:0 -650px}
.IconRotator{background-position:0 -700px}
.IconScheduler{background-position:0 -750px}
.IconSlider{background-position:0 -800px}
.IconSpell{background-position:0 -850px}
.IconSplitter{background-position:0 -900px}
.IconTabStrip{background-position:0 -950px}
.IconToolBar{background-position:0 -1000px}
.IconToolTip{background-position:0 -1050px}
.IconTreeView{background-position:0 -1100px}
.IconUpload{background-position:0 -1150px}
.IconWindow{background-position:0 -1200px}
.IconListBox{background-position:0 -1250px}
.IconCaptcha{background-position:0 -1300px}
.IconXmlHttpPanel{background-position:0 -1350px}
.IconListView{background-position:0 -1400px}
.IconRating{background-position:0 -1450px}
.IconSiteMap{background-position:0 -1500px}
.qsfWrap .qsfGrid .qsfLeft .IconBinaryImage{background-position:0 0;background-image:url(ProductInfo/BinaryImage.gif);}

/* 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;
}

.qsfTitle h1 a
{
	text-decoration:none;
	color:#000;
	cursor:default;
}

.qsfWrap .qsfRight .qsfTitle h1 input
{
	float:left;
	width:24px;
	height:24px;
	margin:6px;
	border:0;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(Img/qsfSprite.gif);
}

.ImgAjax{background-position:-600px -50px}
.ImgCalendar{background-position:-600px -100px}
.ImgChart{background-position:-600px -150px}
.ImgColorPicker{background-position:-600px -200px}
.ImgComboBox{background-position:-600px -250px}
.ImgDock{background-position:-600px -300px}
.ImgEditor{background-position:-600px -350px}
.ImgFileExplorer{background-position:-600px -400px}
.ImgFormDecorator{background-position:-600px -450px}
.ImgGrid{background-position:-600px -500px}
.ImgInput{background-position:-600px -550px}
.ImgMenu{background-position:-600px -600px}
.ImgPanelBar{background-position:-600px -650px}
.ImgRotator{background-position:-600px -700px}
.ImgScheduler{background-position:-600px -750px}
.ImgSlider{background-position:-600px -800px}
.ImgSpell{background-position:-600px -850px}
.ImgSplitter{background-position:-600px -900px}
.ImgTabStrip{background-position:-600px -950px}
.ImgToolBar{background-position:-900px 0}
.ImgToolTip{background-position:-900px -50px}
.ImgTreeView{background-position:-900px -100px}
.ImgUpload{background-position:-900px -150px}
.ImgWindow{background-position:-900px -200px}
.ImgListBox{background-position:-900px -250px}
.ImgControls{background-position:-900px -300px}
.ImgCaptcha{background-position:-900px -350px}
.ImgXmlHttpPanel{background-position:-900px -400px}
.ImgListView{background-position:-900px -450px}
.ImgRating{background-position:-900px -500px}
.ImgSiteMap{background-position:-900px -550px}
.qsfWrap .qsfRight .qsfTitle h1 .ImgBinaryImage{background-position:0 0;background-image:url(Img/Icons/binaryimage.gif);}

.qsfHome .qsfTitle
{
	margin:0 0 0 275px;
}
.qsfHome .qsfTitle
{
	padding:0 0 0 25px;
}
.qsfOverview .qsfTitle
{
	padding:0 0 0 29px;
}

.qsfTitle h1
{
	display:block;
	height:37px;
	margin:0;
	background:url(Img/qsfTitle.gif) repeat-x;
	font-size:20px;
	line-height:35px;
	font-weight:normal;
}
.qsfHome .qsfTitle h1,
.qsfOverview .qsfTitle h1
{
	padding:0;
}

/*skin manager*/
.qsfSkinMgr
{
	position:absolute;
	top:7px;
	left:441px;
}

.qsfSkinMgr span
{
	line-height:22px;
	vertical-align:middle;
	margin:2px 10px;
}

/* 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/qsfSprite.gif) -300px -1100px 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;
}

.qsfDemos dl dt
{
	color:#fff;
	font-weight:bold;
	margin:2px;
}
.qsfDemos dl dd
{
	padding:5px 20px 0 0;
}
.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:240px;
	height:200px;
	margin:0 18px 0 0;
	text-align:left;
	border:1px solid red;
}

.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:238px;
	height:108px;
	margin-bottom:0;
}

.qsfThumbHolder span
{
	display:block;
	position:relative;
	z-index:2;
}

/* home page hide the controls section*/
.qsfHome .controlMenu
{
	display:none;
}
.qsfHome .allProductsHeader
{
	display:none;
}

.qsfHome .qsfSearch
{
	margin-bottom:0;
}

/* demo list */
.qsfDemos ul
{
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}

/*controls home page*/
.qsfHome .qsfDemos ul li
{
	float:left;
	width:240px;
	padding:0;
	padding-right:16px;
}


.qsfHome .qsfDemos ul li a
{
	display:block;
}

/*control specific home page*/
.qsfOverview .qsfDemos
{
	background:transparent url('Img/qsfOverview.png') repeat-x 0 0;
	height:280px;
}

.qsfOverview .qsfDemos h2
{
	font-weight:bold;
	/*color :#074573;*/
}

.qsfOverview .qsfDemos ul
{
	width:752px;
}

.qsfOverview .qsfDemosLeft
{
	background:transparent url('Img/qsfOverviewLeft.png') no-repeat 0 0;
}
.qsfOverview .qsfDemos li
{
	float:left;
	width:340px;
	height:107px;
}
.qsfOverview .qsfDemos li a
{
	float:left;
	margin-right:10px;
}
/*home page why buy section*/

.qsfWhyBuy
{
	margin:20px 0 0 30px;
	width:800px;
}
.qsfWhyBuy h3,
.qsfWhyBuy h3 a
{
	font:13px 'Segoe UI', Arial, sans-serif;
	color:#ffcd03;
	text-decoration:none;
	cursor:default;
}
.qsfWhyBuy dl
{
	margin:0;
	padding:0;
	float:left;
	width:240px;
	padding-right:16px;
	
}

.qsfWhyBuy dt
{
	font-weight:bold;
	border-bottom:1px solid #144b60;
	padding:5px 0;
	color:#abc7cd;
}
.qsfWhyBuy dd
{
	margin:0;
	padding:5px 0;
	color:#73a0a9;
}
.qsfWhyBuy dd a
{
	color:#73a0a9;
}
/* infopanel links */

.qsfMoreLinks
{
	margin:46px 0 0;
	border-top:1px solid #1f5165;
}
.qsfMoreLinks div
{
	float:left;
	position:relative;
	top:-1.8em;
	width:212px;
	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 #232323;
}

/* example title */

h2.qsfSubtitle,
h2.qsfSubtitleCollapsed
{
	margin:0;
	padding:15px 0 0 30px;
	background:url(Img/qsfSprite.gif) no-repeat -590px -1030px;
	font-weight:normal;
	color:#1f9aa8;
}

h2.qsfSubtitleCollapsed
{
	background-position:-590px -979px;
}

.qsfDark h2.qsfSubtitle
{
	background-position:-288px -1234px;
}

.qsfDark h2.qsfSubtitleCollapsed
{
	background-position:-288px -1183px;
}

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;
}

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;
}

.qsfDark .qsfInnerArea,
.qsfDark .qsfCodeSwitcher
{
	color:#fff;
}

.qsfInnerArea a,
.qsfCodeSwitcher a:visited
{
	color:#06c;
}

.qsfDark .qsfCodeSwitcher a,
.qsfDark .qsfCodeSwitcher a:visited
{
	color:#1F9AA8;
}

/* skin manager*/

.qsfSkin
{
	position:relative;
	font:11px/26px arial,sans-serif;
}
.qsfSkin .RadComboBox
{
	vertical-align:middle;
}

/* code switcher*/

.qsfCodeSwitcher
{
	position:relative;
	margin:0 0 0 535px;
	width:244px;
	text-align:right;
	font:11px/26px arial,sans-serif;
	height:26px;
	color:#999;
}

.qsfCodeSwitcher a
{
	font-weight:bold;
	display:inline-block;
	margin-left:5px;
}

.qsfCodeSwitcher .cssel,
.qsfCodeSwitcher .vbsel
{
	background:url(Img/qsfSprite.gif) no-repeat;
	color:#333;
}

.qsfCodeSwitcher .cssel
{
	background-position:-298px -250px;
}

.qsfCodeSwitcher .vbsel
{
	background-position:-290px -250px;
}

.qsfDark .qsfCodeSwitcher .cssel,
.qsfDark .qsfCodeSwitcher .vbsel
{
	color:#fff;
}

/* 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;
}

.bigModuleVertical
{
	width:250px;
	background-image:url(Img/qsfModuleTopVertical.jpg);
}

.bigModuleBottom
{
	background:url(Img/qsfModuleBottom.gif) no-repeat bottom;
	color:#252f34;
	padding:23px 17px;
	line-height:16px;
	font-size:12px;
}

.bigModuleVertical .bigModuleBottom
{
	background-image:url(Img/qsfModuleBottomVertical.gif);
}

.bigModuleContent:after
{
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0;
}

.bigModuleBottom a
{
	color:#252f34;
}

.bigModule .title
{
	color:#4888a3;
	font:12px "Segoe UI", Arial, sans-serif;
	margin-bottom:15px;
	cursor:default;
}

.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*/


/*code viewer*/


/* 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;
	overflow:hidden;
	text-overflow:ellipsis;
}

* 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;
}

/* code tabs */

#codeTitle span
{
	width:748px;
}

.qsfCodeTabs
{
	margin:0 0 0 30px;
	background:#D6EEFD;
	width:734px;
	padding:4px 6px 6px;
	border:1px solid #B0CBEC;
	border-top-width:0;
	position:relative;
	z-index:0;
	overflow:hidden;
}

#qsfNewCodeWindow
{
	margin:7px 10px 0 0;
	text-align:right;
	padding:0 0 0 19px;
	color:#06C;
	float:right;
	font-size:11px;
	background:transparent url(Img/qsfSprite.gif) no-repeat -300px -600px;
	position:relative;
	z-index:10000;
}

.codeOuter
{
	clear:both;
	background:#fff;
	border:1px solid #B0CBEC;
	position:relative;
	top:-1px;
	height:320px;
}

.qsfOverlay
{
	position:absolute;
	width:732px;
	height:320px;
	bottom:8px;
	left:7px;
	z-index:20;
	padding:0;
	margin:0;
	opacity:0;
	background:#fff url('Img/qsfCodeLoader.gif') no-repeat center center;
}

ul.codeListings
{
	list-style-type:none;
	margin:6px;
	padding:0.8em 10px;
	overflow:auto;
	height:288px;
}

ul.codeListings ul
{
	list-style-type:circle;
	list-style-position:inside;
	margin-left:20px;
	padding-left:0;
}

ul.codeListings code
{
	font:13px "Consolas", "Courier New", Monospace;
	border: 0;
}

div.RadToolBar_FileSelection
{
	position:relative;
	z-index:1;
	width:530px;
	overflow:hidden;
	float:left;
}
div.RadToolBar_FileSelection .rtbUL
{
	display:block;
	width:1000px;
}

div.RadToolBar_FileSelection .rtbInner
{
	padding:0;
}

.RadToolBar_FileSelection .rtbWrap
{
	color:#000;
	padding:1px 1px 0;
}

.RadToolBar_FileSelection .rtbWrap .rtbOut
{
	padding:0 3px 0 6px;
}

.RadToolBar_FileSelection .rtbSplBtn .rtbOut
{
	padding:0 0 0 6px;
}

div.RadToolBar_FileSelection .rtbWrap .rtbText
{
	background:transparent url(Img/qsfSprite.gif) no-repeat 0 0;
	padding-left:20px;
	line-height:20px;
}

div.RadToolBar_FileSelection .file-type-ascx .rtbText { background-position: -300px -350px }
div.RadToolBar_FileSelection .file-type-cs .rtbText { background-position: -300px -400px }
div.RadToolBar_FileSelection .file-type-vb .rtbText { background-position: -300px -450px }
div.RadToolBar_FileSelection .description .rtbText { background-position: -300px -500px }
div.RadToolBar_FileSelection .file-type-aspx .rtbText { background-position: -300px -550px }
div.RadToolBar_FileSelection .file-type-js .rtbText { background-position: -900px -750px }

.RadToolBar_FileSelection .selectedTab .rtbWrap
{
	background:#fff;
	border-color:#B0CBEC;
	border-style:solid;
	border-width:1px 1px 0;
	padding:0;
}

div.RadToolBar_FileSelection .rtbSplBtn .rtbChoiceArrow{background:url(Img/qsfSprite.gif) no-repeat -300px -650px}
div.RadToolBar_FileSelection .rtbSplBtnHovered .rtbChoiceArrow,
div.RadToolBar_FileSelection .rtbSplBtnFocused .rtbChoiceArrow,
div.RadToolBar_FileSelection .rtbSplBtnExpanded .rtbChoiceArrow{background-position:-298px -650px}
div.RadToolBar_FileSelection .rtbSplBtn .rtbChoiceArrow:hover{background-position:-300px -700px}

.RadToolBarDropDown_FileSelection
{
	background:#fff;
	border:1px solid #B0CBEC;
	border-top-width:0;
	overflow:hidden !important;
}

div.RadToolBar_FileSelection .rtbItem { margin:0;}

div.RadToolBarDropDown_FileSelection .rtbItem { padding:0;}

div.RadToolBarDropDown_FileSelection .rtbWrap
{
	color:#000;
	padding:2px 35px 3px 27px;
	font-size:12px;
}

div.RadToolBarDropDown_FileSelection .rtbWrap:hover
{
	background:#D6EEFD;
}

.qsfCodeLeft,
.qsfCodeRight
{
	width:20px;
	height:22px;
	float:left;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-2222px;
	background:transparent url(Img/qsfSprite.gif) no-repeat;
	outline:none;
}

.qsfCodeLeft
{
	background-position:-300px -750px;
	margin-left:3px;
}
.qsfCodeLeft:hover
{
	background-position:-300px -800px;
}

.qsfCodeRight
{
	background-position:-300px -850px;
}
.qsfCodeRight:hover
{
	background-position:-300px -900px;
}

/* 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,
.qsfClientSkins a
{
	display:block;
	padding:0 0 0 25px;
	background:url(Img/qsfArrowRight.gif) 4px 0.2em no-repeat;
	font-size:1.2em;
	cursor:pointer;
	text-decoration:none;
	color:#333;
}

.qsfClientSkins a
{
	width:160px;
}

.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;
	clear:both;
}

.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;
	width:748px;
}

.qsfCompliance img
{
	border:0;
	vertical-align:bottom;
	margin:0 11px 0 0;
}

@media print 
{
	.qsfWrap
	{
		background:#fff;
	}
	
	.qsfWrap .qsfHeader,
	.qsfWrap .qsfLeft,
	.qsfWrap .qsfSkinChooser,
	.qsfWrap #codeTitle,
	.qsfWrap #codeContainer
	{
		display:none;
	}
	
	.qsfWrap .qsfGrid
	{
		margin:0;
	}
	
	#Footer1_optimizedForVSImage
	{
		display:none;
	}
}

/* Free RadFormDecorator styles */
.tryRadControlsForAspNetAjax
{
    margin:90px 0 20px 0;
    display:block;
    clear:both;
    background:url('Img/qsfFreeTryradControlsLeft.gif') no-repeat;
    text-decoration:none;
    font:normal 14px "Myriad Pro", Arial, Verdana;
}

.tryRadControlsForAspNetAjax strong
{
    font-size:18px;
}

.tryRadControlsForAspNetAjax em
{
    font:normal italic 18px "Minion Pro", Arial, Verdana;
}

.tryRadControlsForAspNetAjax span
{
    display:block;
    height:77px;
    line-height:77px;
    margin-left:91px;
    background:url('Img/qsfFreeTryRadControlsRight.gif') repeat-x;
    cursor:pointer;
    cursor:hand;
    color:#000;
}

.freeFormDecorator
{
    background:url('Img/qsfFreeRadFormDecorator.gif') no-repeat;
}

/*configurator panel*/
a.bigModuleCollapsible {
    display:block;
    font-size:14px;
    font-weight:bold;
	line-height:25px;
    color:#63b3d5;
    width:100%;
    padding-bottom:5px;
    text-decoration:none;
}

a.bigModuleCollapsible:hover {
    color:#68A8C3;
}
a.bigModuleCollapsible .configTitle
{
	text-decoration:underline;
	position:absolute;
	background:transparent url(Img/qsfModuleTop.jpg) no-repeat -17px -7px;
	padding-right:10px;
	cursor:pointer;
}

.bigModuleVertical a.bigModuleCollapsible .configTitle
{
	background:none;
}

a.bigModuleCollapsible .configTitle,
a.bigModuleCollapsible .configLine,
span.configButton
{
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
}

.bigModuleVertical span.configButton
{
	display:none;
}

a.bigModuleCollapsible .configLine
{
	background:transparent url('Img/qsfConfigPixel.gif') repeat-x 0 50%;
	margin-left:10px;
	margin-right:16px;
	width:630px;
	height:25px;
	cursor:pointer;
}

.bigModuleVertical a.bigModuleCollapsible .configLine
{
	width:140px;
	background:none;
}

.bigModuleVertical a.bigModuleCollapsible .configTitle,
.bigModuleVertical a.bigModuleCollapsible,
.bigModuleVertical a.bigModuleCollapsible .configLine
{
	cursor:default;
}

.bigModuleBottom div.title {
    margin-bottom:0;
    padding:13px 0;
}

div.bigModuleBottom {
    padding:7px 17px;
    overflow:hidden;
    zoom:1;
}

span.configButton
{
	vertical-align:middle;
	width:25px;
	height:25px;
	cursor:pointer;
}

span.toggleUp
{
	background:transparent url(Img/qsfConfigUpArrow.png) no-repeat 0 0;
}

* html span.toggleUp
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../~/MODULES/COMMON/Img/qsfConfigUpArrow.png');
	background-image:none;
}

span.toggleDown
{
	background:transparent url(Img/qsfConfigDownArrow.png) no-repeat 0 0;
}

* html span.toggleDown
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../~/MODULES/COMMON/Img/qsfConfigDownArrow.png');
	background-image:none;
}
/* database reset notice */

#qsfDbResetNotice
{
	background:#dff3ff url('Img/qsfInfo.png') no-repeat 10px 9px;
    padding-left:36px;
    border:1px solid #c6e1f2;
	height:35px;
	line-height:35px;
}

/* Console component  */
.qsfEventLogWrapper
{
	margin-top:10px;
	position:relative;
	height:150px;
}

.qsfConsole
{
	position:absolute;
	top:23px;
	left:0;
	display:block;
	width:100%;
	bottom:0;
	font:11px Consolas, monospace;
	padding:0;
	margin:0;
	border:1px solid #CCC;
    overflow:auto;
    background:white;
}
* html .qsfConsole { height:90%;}

.qsfConsole span
{
    display:block;
    margin:0;
    padding:5px 5px 5px 24px;
    background:url('Img/qsfConsoleInfo.gif') no-repeat 5px 50%;
    border-bottom:1px solid #DDD;
    zoom:1;
}

.qsfConsoleClear {
    background:url('Img/qsfConsoleClear.gif') no-repeat 5px 3px;
    font:normal normal 11px "Segoe UI", Arial, sans-serif;
    border:0;
    display:block;
    padding:0 0 2px 17px;
    float:right;
    color:#333;
    height:17px;
    outline:0;
}

