﻿/* RadFormDecorator for ASP.NET Vista Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_Vista.rfdZone
{    
}

/* Decorate scrollbars */
.RadForm_Vista.rfdScrollBars
{
	scrollbar-3dlight-color: #959695; 
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #5f6e93; 
	scrollbar-face-color: #d1d1d4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a0ad8a;
	scrollbar-track-color: #f0f0f0;
}

/* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
.RadForm_Vista.rfdButton a.rfdSkinnedButton,
.RadForm_Vista.rfdButton input[type="button"].rfdDecorated,
.RadForm_Vista.rfdButton input[type="reset"].rfdDecorated,
.RadForm_Vista.rfdButton input[type="submit"].rfdDecorated,
.RadForm_Vista.rfdButton .rfdSkinnedButton button
{
	background-image: url('WebResource.axd?d=752-GeonW8MHNvUPFZXSvrC7vAvhlWxUlIX3WUtlGB6sk3uuZ28hxmV2qXUSi52KNsRdVW-61i1zdOXZsbUKPEokI-bkYZNGIW9mrCiPNw8vq9IWXvNYIa3L1wwoVM-RQwsRunEKCl42XPgOCWKGjvvo2ycL02AzeQFq2kDvv-fldF-50&t=634459979340000000');
	color: #000;
}

*html .RadForm_Vista a.rfdSkinnedButton,
*html .RadForm_Vista .rfdSkinnedButton button,
*html .RadForm_Vista .rfdSkinnedButton input.rfdDecorated,
.RadForm_Vista.rfdButton a.rfdSkinnedButton,
.RadForm_Vista.rfdButton a.rfdSkinnedButton *
{
	background-image: url('WebResource.axd?d=752-GeonW8MHNvUPFZXSvrC7vAvhlWxUlIX3WUtlGB6sk3uuZ28hxmV2qXUSi52KNsRdVW-61i1zdOXZsbUKPEokI-bkYZNGIW9mrCiPNw8vq9IWXvNYIa3L1wwoVM-RQwsRunEKCl42XPgOCWKGjvvo2ycL02AzeQFq2kDvv-fldF-50&t=634459979340000000');
	color: #000;
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)  
{
	/* 
       the hack below fixes a strange behavior under Opera - 
       input and button have a different CSS display when in anchor tag 
    */
	.RadForm_Vista.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_Vista.rfdHeading h4
{
	color: #567db0;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Vista.rfdHeading h5
{
	color: #000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Vista.rfdHeading h6
{
	color: #000;	
}

/* Decorate <label /> */
.RadForm_Vista.rfdLabel label
{	
	color: #000;	
}

/* Decorate <input type="checkbox" /> */
.RadForm_Vista .rfdCheckboxUnchecked,
.RadForm_Vista .rfdCheckboxChecked,
.RadForm_Vista .rfdInputDisabled.rfdCheckboxUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdCheckboxChecked
{
	background-image: url('WebResource.axd?d=L2ULy1jjyrb5QEcOJs2bND_5gd25Iuh5wJgeqvnjAoG3yi83wcA_Zgtt7mtF8DQ6lxNCz4zvHi-O5Vl3EWwS2XbA0KqdLu5mIbukO66hBwJOMuV3wTgbmbKlzEuh2f8aY62a9_aBJK_N4OA9S-CP18FuPrUm5yxcQdPepWv1CBL74M4v0&t=634459979340000000');
}

/* Decorate <input type="radio" /> */
.RadForm_Vista .rfdRadioUnchecked,
.RadForm_Vista .rfdRadioChecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioChecked
{
	background-image: url('WebResource.axd?d=pUyX9Ajfns7IOob__P6Y5jB-72Ql4o8ljcPLKvl7X47XxveAT9KXZ-GYKVVM7_wOj4izGQg2_eVQVSBI0jh6D1NvEZQbK42lafW3cqjrmHV6FxtfGZ-aHIeDG-rVwUKF5RW6lxKPOEjU9PzS23tM1PJll8-xoYLqqoyOgCkoO9rBtbfX0&t=634459979340000000');
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_Vista .rfdRadioUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Vista .rfdRadioUnchecked:hover,
.RadForm_Vista .rfdRadioChecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Vista .rfdRadioChecked:hover
{
    _background-image: url('WebResource.axd?d=LePlKuIMojufHrnPwLI7_oVoGofyZTschP8JQsreShxxfDU4OAowpJo3K5S2ww0UGY7H4PyP5IcndNOqeH6MRTqQ7UfEs-aFUG0taM28yPQ2Pj_W7CpW7XPkGL7TUduR8GhdBK9OqOnM7Ct5lY4NIZ7JH53U9_ro7-o0IeBhzfstq8da0&t=634459979340000000'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */

.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Vista fieldset.rfdFieldset legend,
.RadForm_Vista.rfdFieldset fieldset legend
{
	color: #a0a0a0;
}

.RadForm_Vista table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #fff;
    border-color: #c5daed !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_Vista table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #c5daed !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_Vista.rfdTextbox input[type="text"],
.RadForm_Vista.rfdTextbox input[type="password"],
.RadForm_Vista.rfdTextarea textarea,
.RadForm_Vista.rfdTextarea textarea[disabled]:hover,
.RadForm_Vista.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_Vista.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #abadb3;
    background-color: #fff;
}

.RadForm_Vista.rfdTextbox .rfdDecorated:hover,
.RadForm_Vista.rfdTextarea textarea:hover,
.RadForm_Vista.rfdTextbox .rfdDecorated:focus,
.RadForm_Vista.rfdTextarea textarea:focus
{
    border: solid 1px #c5daed;
}

/* Decorate <fieldset /> */
.RadForm_Vista.rfdFieldset fieldset
{	
	border: solid 1px #e0e0e0;
	background-image: url('WebResource.axd?d=8vzLPH9KdchL4Pa-Fty8OZl3pGnewEEjDvxs0N8hrzpyClsTr22VXrUtTayT7cL6CJBuI-W0e3q1moKQE07t03IEHXCW46HfseessRBcQY9D6GfSF_YOFJQ5PUuPaLV_gTOEZWpCkfaeE-JOoXWYxPRlxZ6OUsn3CutZI4loaOo1RCiN0&t=634459979340000000'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Vista.rfdFieldset fieldset.rfdFieldset legend
{
	color: #a0a0a0;
}

.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Vista.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #e0e0e0;
	background-image: url('WebResource.axd?d=8vzLPH9KdchL4Pa-Fty8OZl3pGnewEEjDvxs0N8hrzpyClsTr22VXrUtTayT7cL6CJBuI-W0e3q1moKQE07t03IEHXCW46HfseessRBcQY9D6GfSF_YOFJQ5PUuPaLV_gTOEZWpCkfaeE-JOoXWYxPRlxZ6OUsn3CutZI4loaOo1RCiN0&t=634459979340000000'); /* having a background image on a fieldset is not okay with IE */	
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_Vista table.rfdRoundedWrapper input,
.RadForm_Vista table.rfdRoundedWrapper textarea,
.RadForm_Vista input.rfdInput, 
.RadForm_Vista textarea.rfdTextarea
{
	border: solid 1px #abadb3;
	background: #fff;	
	color: #000;
}

.RadForm_Vista textarea.rfdTextarea,
.RadForm_Vista table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_Vista,
.rfdSelect_Vista:hover,
.rfdSelect_Vista .rfdSelectOuter,
.rfdSelect_Vista:hover .rfdSelectOuter,
.rfdSelect_Vista .rfdSelectArrow span,
.rfdSelectBox_Vista .rfdSelect_selected,
.rfdSelectBox_Vista li:hover,
.rfdSelect_Vista.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Vista,
.rfdRtl .rfdSelect_Vista:hover,
.rfdRtl .rfdSelect_Vista .rfdSelectOuter,
.rfdRtl .rfdSelect_Vista .rfdSelectOuter:hover
{
    background-image: url('WebResource.axd?d=GYyDsPY6ZD8uKmFd8RMy15U5Y3wu-iH8AGzOeDoB9sFg3hrV-joALU2RC9OCMqaDqDhtacsqUNi5df2RuuJeYnJ7sl2wObedo5SENqz0GjugMWiNO2eMNc0aYVcFYwxkfdZYfuy1LbHm0sdqqgUcXVvn1MaqVhuUN3QE0i1JOFjvdPF70&t=634459979340000000');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Vista .rfdSelectOuter,
.rfdSelect_Vista.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: #000;
}

/* dropdown settings */
.rfdSelectBox_Vista
{
    background: #fff;
    border: solid 1px #c6c7d2;
    color: #000;
}

.rfdSelectBox_Vista li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Vista .rfdSelect_selected,
.rfdSelectBox_Vista li:hover
{
    color: #fff;
    background-color: #3399ff;
}

.rfdSelectBox_Vista .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #000;
}

.rfdSelectDisabled.rfdSelectBox_Vista:hover li
{
    color: #000;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .RadForm_Vista.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_Vista.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000;
}

.RadForm_Vista.rfdTextbox input.rfdIE6TextBox,
.RadForm_Vista.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #abadb3;
    _background-color: #fff;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-image: url('WebResource.axd?d=L2ULy1jjyrb5QEcOJs2bND_5gd25Iuh5wJgeqvnjAoG3yi83wcA_Zgtt7mtF8DQ6lxNCz4zvHi-O5Vl3EWwS2XbA0KqdLu5mIbukO66hBwJOMuV3wTgbmbKlzEuh2f8aY62a9_aBJK_N4OA9S-CP18FuPrUm5yxcQdPepWv1CBL74M4v0&t=634459979340000000');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('WebResource.axd?d=pUyX9Ajfns7IOob__P6Y5jB-72Ql4o8ljcPLKvl7X47XxveAT9KXZ-GYKVVM7_wOj4izGQg2_eVQVSBI0jh6D1NvEZQbK42lafW3cqjrmHV6FxtfGZ-aHIeDG-rVwUKF5RW6lxKPOEjU9PzS23tM1PJll8-xoYLqqoyOgCkoO9rBtbfX0&t=634459979340000000');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_Vista body::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_Vista body::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista body::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:horizontal
.RadForm.rfdScrollBars.RadForm_Vista form::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_Vista form::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista form::-webkit-scrollbar-thumb:horizontal
{
    background-color: #d1d1d4;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-corner
{
    background-color: #f0f0f0;
}

.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:horizontal:increment, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-thumb:vertical, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-thumb:horizontal
{
    border-color: #fff #a0ad8a #a0ad8a #fff;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_Vista ::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('WebResource.axd?d=752-GeonW8MHNvUPFZXSvrC7vAvhlWxUlIX3WUtlGB6sk3uuZ28hxmV2qXUSi52KNsRdVW-61i1zdOXZsbUKPEokI-bkYZNGIW9mrCiPNw8vq9IWXvNYIa3L1wwoVM-RQwsRunEKCl42XPgOCWKGjvvo2ycL02AzeQFq2kDvv-fldF-50&t=634459979340000000');
    background-color: #d1d1d4;
}

/*GridView, FormView, DetailsView*/
.RadForm_Vista.rfdGrids .rfdTable
{
    border:1px solid #9cb6c5;
    background:#fff;
    color:#333;
    font:12px "segoe ui",arial,sans-serif;
}

.RadForm_Vista.rfdGrids .rfdTable th
{
    border-bottom:1px solid #3c7fb1;
    border-left:1px solid #8bbdde;
    background:#a6d9f4;
    color:#333;
}

.RadForm_Vista.rfdGrids .rfdTable a
{
    color:#039;
}

/* Validation Summary Control and Login Control */

.RadForm_Vista .rfdValidationSummaryControl,
.RadForm_Vista .rfdLoginControl
{
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.RadForm_Vista a.rfdLoginControl,
.RadForm_Vista a.rfdLoginControl:hover
{
	color: #06c;
}

.RadForm_Vista a.rfdLoginControl:active
{
	color: #000;
}

.RadForm_Vista a.rfdLoginControl:visited
{
	color: #4b4b4b;
}