/********************
---| GLOBAL TAGS | ***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%; 
}
body {
	/*font: 13px/18px 'lucida sans regular','lucida sans',arial,helvetica,sans-serif;*/
	font: 13px/21px 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #444; 
	min-width: 980px;
	height: 100%;
	background:#fff;
}
img {
	border: none;
}
a {
    text-decoration: none;
    /*color: #e15613;*/
	color:#84ab39;

    cursor:pointer;
}

iframe {
    background: none !important;
    border: none !important;
}

/* Headlines */
h1, h2, h3 {
	/*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	line-height: 24px;
	color: #2e2e2e;
}
#content h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
}
h2 {
	font-size: 23px;
	line-height: 32px;
	margin: 0 0 9px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
header h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
    margin: 0 0 20px;
}
header h2.resized {
    max-width: 400px;    
}
    
h3 {
	font-size: 21px;
	margin: 0 0 12px 0;
	font-weight: normal;
}
    .login-headline
    {
        padding-left: 20px;
        margin: -8px 0 4px 0;
        font-weight: bold;
    }
h4 {
	font-size: 18px;	
	font-weight: normal;
	margin: 0 0 12px 0;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 4px 0 5px 0;
	color: #000;
}
h5.subheadline {
    font-size: 14px;
	font-weight: normal;
	margin: 0 0 12px 0;
	color: #444;
    }
h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 5px 0;
	color: #000;
}

/* Paragraphs */
p, address {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-style: normal;
}
p + ul {
    margin: -5px 0 15px 0;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	font-size: 10px;
	line-height: 10px;
}

sup {
    padding: 1px 4px;
    top: -1.6em;
    background-color: #e66441;
    color: #fff;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

sub {
    bottom: -0.25em;
}
small {
    font-size: 11px;
}

/* Common classes */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear-left {
    clear: left;
}
.clearfix{ *zoom:1; }
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
.pusher {
    height: 72px;
    clear: both;
}
.hide {
    display: none;
}

.disabled,
.disabled:hover {
    opacity: 0.4 !important;
    filter: alpha(opacity=40);
    cursor: default;
}

.align-center {text-align:center}
.smallnote {font-size:11px!important;line-height:16px!important;}

/* Separator */
hr {
    height: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #C0C9CC;
    overflow: hidden;
}

/* HTML5 elements */
header, section, footer, article, figure, figcaption {
	display: block;
}

mark{ display: inline-block; }

/* Floats */
.float-left 
{
    float: left !important;
    margin: 0 20px 10px 0;
}
.float-right
{
    float: right !important; 
    margin: 0 0 10px 20px;
}

/* Borders */
.border-top
{
    border-top: 1px solid #dedede;
    padding-top: 14px;
}
.border-bottom
{
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
}
.no-border
{
    border: none !important;
}

/* Remove padding */
.noPadding 
{
    padding: 0 !important;
}
/* Remove margin */
.noMargin
{
    margin: 0 !important;
}

/* Default margins */
    /* Top Margin */
        .addTopMargin
        {
            margin-top: 15px !important;
        }
        .addTopMargin30
        {
            margin-top: 30px !important;
        }
        .addTopMargin45
        {
            margin-top: 45px !important;
        }
        .addTopMargin60
        {
            margin-top: 60px !important;
        }
         
    /* Right Margin */
        .addRightMargin
        {
            margin-right: 15px !important;
        }

    /* Bottom Margin */
        .removeBottomMargin
        {
            margin-bottom: 0 !important;
        }
        .addBottomMargin 
        {
            margin-bottom: 15px !important;
        }
        .addBottomMargin30
        {
            margin-bottom: 30px !important;
        }

    /* Left Margin */
        .addLeftMargin
        {
            margin-left: 15px !important;
        }
         
    /* Negative Top Margin */
        .negativeTopMargin
        {
            margin-top: -15px !important;
        }
        .negativeTopMargin30
        {
            margin-top: -30px !important;
        }
        .negativeTopMargin45
        {
            margin-top: -45px !important;
        }

/* Default paddings */
.addTopPadding
{
    padding-top: 15px !important;
}

.addLeftPadding 
{
    padding-left: 15px !important;
    }
/*********************************************
---| Success / Warning / Failure message | ***/
.success, .warning, .tWarning, .sSuccess
{
    padding: 2%;
    margin: 2%;
    width: 92%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
.success, .sSuccess
{
    color: #669900;
    border: 1px solid #669900;
    background-color: rgba(102, 153, 0, 0.09);
}
.warning, .tWarning
{
    border: 1px solid #72A1DA;
    color: #72A1DA;
    background-color: rgba(114, 161, 218, 0.09);
}
.failure, .tFailure
{
    color: #fff;
    background:#fd8787;
    display:block;
    padding:10px;
    font:400 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
#inforequest
{
	margin: 40px 10px 20px 10px;
	padding: 10px;
	border: 2px #39363A solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*	background-color: #E8F3FF;
	background-color: #fff; */
}
#inforequest legend { font-size:18px; color: #84ab39; padding-left:3px; padding-right:3px; }
#inforequest label { display:inline-block;
width: 110px; text-align:right; margin-right:5px; }
#inforequest div { margin-top:5px; }
#inforequest .bury
{
	display: none;
	border: 1px red solid;
}

/* added JSW 6-28-13 */
form#inforequest_form fieldset#inforequest {
	background-color:#F6F6F6;
	padding-bottom:35px;
	padding-top: 25px;
	-moz-box-shadow:    0px 5px 3px -2px #AAA;
	-webkit-box-shadow: 0px 5px 3px -2px #AAA;
	box-shadow:         0px 5px 3px -2px #AAA;
}
form#inforequest_form fieldset#inforequest legend {
	text-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
form#inforequest_form input, form#inforequest_form textarea {
	width:260px;
	padding:3px;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}
form#inforequest_form textarea {
	vertical-align:top;
}
/* END added JSW 6-28-13 */

.warning-icon,
.info-icon,
.failure-icon
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 18px 15px;
    font-size: 15px;
}
p.info-icon
{ 
    font-size: 13px;
}
.warning-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
.info-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
.failure-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
    .warning-icon:before,
    .info-icon:before,
    .failure-icon:before {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
    
        left: 0;
        top: 0;
        right: 0;
        border-top: 1px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .warning-icon .icon,
    .info-icon .icon,
    .failure-icon .icon
    {
        width: 27px;
        height: 27px;
        float: left;
        background: url("/public/images/sprite.png") no-repeat 0 0;
        margin: -3px 12px 0 0;
    }

    .warning-icon .icon 
    {
        background-position: -153px -288px;
    }
    .info-icon .icon 
    {
        background-position: -179px -288px;
    }
    .failure-icon .icon 
    {
        background-position: -206px -288px;
    }
    


/*******************
---| Wrapper | ***/
#aspnetForm {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#wrapper {
    padding: 35px 0 230px 0;
    width: 100%;
}
#wrapper.home {
    padding-bottom: 340px;/* 210 */
}

/*******************
---| Header | ***/
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	/* background: url(/public/images/layout/bg-header.png) repeat-x 0 0; */
	background:#efefef;
	overflow: hidden;
}

.boxshadowbottom {
   box-shadow:0 15px 15px rgba(0, 0, 0, 0.08);
   border-bottom:1px solid #fff;
}
.boxshadowbottom:after {
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header .centered-content {
    position: relative;
    z-index: 5;/* changed from 2 on 2-3-14 JSW*/
}

.header-main {
    height: 114px;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

header a {
	color: #2e2e2e;
}
header .header-content a {
	color: #fff;
	text-decoration: underline;
}



/* Logo */
h2#logo a {
	display: block;
	width: 279px;
	height: 70px;
	position: absolute;
	text-indent: -9999px;
/*	border:1px red solid;*/
}
h2#logo a img {
	position: absolute;
	top: 14px;
	left: 0;
/*	border:1px green solid;*/
}

/* Navi additional */
#navi-add {
	position:absolute;
	top:10px;
	right:8px;
	white-space: nowrap;
}
	#navi-add ul {
		margin:0;
	}
	#navi-add li {
		padding: 0 0 0 8px;
		float: left;
		height:16px;
		border-right: 1px solid #dcdcdc;
		list-style: none;
	}
	
	#navi-add li.last { border:none }
	
		#navi-add a 
		{
		    display:block;
		    margin-right:8px;
		    font-size:12px;
		    height:14px;
		    line-height:14px;
			text-decoration: none;
		}
		#navi-add .active a,
		#navi-add a:hover {
		    color: #737373;
		}
		

.third-level-navi {
    width: 100%;
    clear: both;
    float: left;
    background: #e2e2e2 url(/public/images/third-level-navi-shadow.gif) repeat-x 0 100%;
}
	.third-level-navi ul {
		width: 980px;
		height: 50px;
		margin: 0 auto;
		clear: both;
		padding: 0 0 0 20px;
	}
	.third-level-navi li {
		float: left;
		/*padding-right: 20px;*/
		list-style: none;
		position: relative;
	} 
	
	.third-level-navi a {
		color: #2e2e2e;
		font-size: 16px;
		line-height: 50px;
		float: left;
		text-decoration: none;
		padding: 0 10px;
	}
		.third-level-navi .active a,
		.third-level-navi a:hover
		{
			/* orange color indicator */
			color: #e26022;
		}
	
		.third-level-navi li.active:before {
			position: absolute;
			background: url("/public/images/sprite.png") no-repeat -260px -256px;
			width: 15px;
			height: 8px;
			top: 84%;
			left: 50%;
			content: "";
			margin-left: -16px;
		}


/* Header text */

.header-content {
    background: url(/public/images/header-background-ci.jpg?v=1) no-repeat 50% -4px #d64516;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
	overflow: hidden; /*JSW*/
    z-index: 1;
	border-top:1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
}
.header-content.home {
	height: 342px;
}

.home .header-content { 
background: #00356a url(/public/images/slider-gradient-bg9.png) repeat-y 50% 0; 
}
/*.home .header-content { 
background: #d54515 url(/public/images/slider-gradient-bg.png) repeat-y 50% 0; 
}*/

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {float: left; margin: 0 0 0 15px;}
.header-content .text {width:470px; margin-left: 50%; *width:430px; }
.header-content .copy {font-size: 14px; line-height: 21px; padding-right: 15px;}
.header-content .button {width: 100% !important;}
.header-content .button a {padding-top: 7px; padding-bottom: 7px; font-size: 14px; display: inline-block;}

/*#slider .text {width: 417px;}*/


/*fix the button position for the slide*/
.header-content .button {float: none;}
.header-content .dimmed {background: #b05b1b; background: rgba(0, 0, 0, 0.4);
    -webkit-transition: none;  /* Saf3.2+, Chrome */
    -moz-transition: none;  /* FF4+ */
    -ms-transition: none;  /* IE10? */
    -o-transition: none;  /* Opera 10.5+ */
    transition: none;

}

.header-content .align-bottom {position: absolute; bottom: 0px;}



/* => Slider <= */
#slider-wrap
{
    background: url(/public/images/header-background-ci1.png?v=9) repeat-x 0% 0;
    height:342px; 
}

#slider 
{
    background: url(/public/images/header-background-ci2.png?v=10) repeat-x 0% 0;
    height:312px;
    padding-top: 30px;
}




/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    text-indent:-9999px;
    width:38px;
    height:38px;
    background:url("/public/images/sprite.png") -263px -122px no-repeat;
    position:absolute;
    top:50%;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
		
		display: none
    }
.slider-prev{ left:12px; }
.slider-next 
{
    right:12px;
    background-position:-302px -122px;
}  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:1;
}


/* => SLIDER NAV o o o <= */    
.slider-nav 
{
    position:absolute;
    bottom:5px;
    left:50%;
    list-style:none;
    overflow:hidden;
    padding:2px;
    z-index:10;
		margin: 0;
}

.slider-nav li
{
    float:left;
    
}

.slider-nav li a
{
   display:block;
   width:8px;
   height:8px;
   overflow:hidden;
   padding:0px;
   margin:8px;
   background:url("/public/images/sprite.png") no-repeat -234px -144px;
   text-decoration:none;
   text-indent:-999px;
}

.slider-nav li a:hover,
.slider-nav li a.selected
{
    background-position:-225px -144px;
}


/* => HOLY SLIDES <= */

.slider section {display: none;}
.slider section.first {display: block;}

.slider-sections, .slider-sections section {width: 861px; height: 315px;}

.slider-sections {margin: 0 auto; position: relative;}
.slider-sections section {position: absolute; top: 0; left: 0px; }

.header-content h2 
{
	font:400 32px/1.2 "Segoe UI", Tahoma, arial, sans-serif;
	color: #fff;
	margin: 0 0 26px;
}
.header-content p 
{
    margin: 0 0 30px;
}

.header-content .centered-content
{
	padding-top: 30px;
	padding-bottom: 10px;
}


.box-shadow 
{
    overflow: hidden;
}


/* forum format popups */


.link-manager
{
    padding: 0 15px 0 0;
    margin: 20px;
    width: 340px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/public/images/bg-modal-window.gif) no-repeat 0 -50px;
}
.format-code
{
    padding: 10px;
    margin: 20px;
    width: 580px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/public/images/bg-modal-window.gif) no-repeat 0 -50px;
}
.format-code textarea
{
   resize: none;
}
.FormattedCodePreview 
{
    background-color: White;
}


/* Form styles */
#fakeBtnSend
{
    display:none;
}
.form 
{
    border: none;
    margin: 20px 0 0 0;
    padding: 5px;
}
    .form ol
    {
        overflow: hidden;
        padding: 0;
        clear: both;
    }
    .form li 
    {
        list-style: none;
        float: left;
        width: 100%;
        padding: 0 0 11px;
    }
    
    /* Checkbox */
    .form li.formCheckbox 
    {
        width: 200px;
        padding: 0 0 0 103px;
    }
    .form .label-auto-width label
    {
        width: auto !important;
        padding: 7px 15px 0 4px !important;
    }
    .form .scBillingInfoColumn li.formCheckbox 
    {
        padding: 0 0 0 118px;
        }
        .form li.formCheckbox ul
        {
            padding: 0;
        }
        .formCheckbox input 
        {
            margin-top: 8px;
            float: left;
        }
        .form .formCheckbox label 
        {
            text-align: left;
            padding: 7px 0 0 10px;
            width: 170px;
            font-size: 12px;
        }


    .form label
    {
        float: left;
        width: 90px;
        padding: 6px 13px 0 0;
        text-align: right;
    }
    

    .error-message strong
    {
        font-weight: 400;
    }
    .reToolbar {
        width: 100% !important;
    }
    ul.reToolbar li {
        clear: none !important;
        width: auto !important;
    }


    /* Longer sized - Profile page */
    .form .longer-labels li.formCheckbox 
    {
        width: 270px;
        padding: 0 0 0 277px;
    }
    .form .longer-labels label
    {
        width: 264px;
    }
    .form .longer-labels .formCheckbox label 
    {
        width: 170px;
    }

    /* Medium sized - Password popup */
    .form .medium-labels li.formCheckbox 
    {
        padding: 0 0 10px 176px;
        width: 200px;
    }
    .form .medium-labels label
    {
        width: 164px;
    }
    .form .medium-labels .formCheckbox label 
    {
        width: 170px;
    }
    .form .medium-labels li.fake-label 
    {
        padding: 0 0 0 177px;
    }
    
        
    /* Inline checkboxes */
    .form .inline li
    {
        float: left;
        clear: none;
        width: auto;
        padding: 0 20px 0 0;
    }
        .form .inline.formCheckbox label 
        {
            text-align: left;
            padding: 3px 0 0 3px;
            width: auto;
            font-size: 12px;
        }
        .form .inline input
        {
            margin-top: 9px;
        }
    
    /* Input wrapper */
    .form .inputWrapper
    {
        width: 275px;
        float: left;
        position: relative;
        line-height: 20px;
    }
        .form .inputWrapper input
        {
            /*line-height: 30px;*/
        }
        .form .inputWrapper span
        {
            line-height: 18px;
        }
        .form .inputWrapper a 
        {
            line-height: 30px;
        }
        
        .form .inputWrapper .RadPicker table.rcTable .rcInputCell 
        {
            padding-right: 15px;
        }
        .form .inputWrapper .RadPicker_Default .rcCalPopup, 
        .form .inputWrapper .RadPicker_Default .rcTimePopup
        {
            margin: -10px 0 0 0;
        }
        
    .form .autoWidth .inputWrapper
    {
        width: auto;
    }
    .form .autoWidth .inputWrapper ul > li
    {
        width: auto;
        float: none;
    }
        
    .post-comment .form .inputWrapper 
    {
        width: 560px;
    }
    
        .inputWrapper input,
        .inputWrapper .Sitefinity.RadEditor .reContentCell,
        .inputWrapper.friend-message .reWrapper,
        .inputWrapper .textarea
        {
            width: 260px;
            padding: 7px 5px !important;
            border: 4px solid #e4e4e4;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            color: #111;
		    font-size: 12px;
			/*line-height: 18px;
            height: 29px;
            line-height: 29px;
            */
        }
        #hyperlinkFieldset input
        {
            border: 1px solid #999999 !important;
        }
        .inputWrapper input[type="text"] 
        {
            /*
            height: 29px !important;    
            line-height: 29px !important;
            */
        }
        .inputWrapper.friend-message .reWrapper 
        {
            padding: 0;
        }
        
        .inputWrapper input:focus,
        .inputWrapper .Sitefinity.RadEditor .reContentCell:focus
        {
            border-color:#d3d3d3;
            -moz-transition:border-color 200ms ease;
            -webkit-transition:border-color 200ms ease;
            transition:border-color 200ms ease;
        }
        .inputWrapper .RadComboBox
        {
            width: 270px;
            padding: 0;
            border: 4px solid #e4e4e4;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            height: 29px;
            line-height: 29px;
        }
            .inputWrapper .RadComboBox input 
            {
                border: none;
                box-shadow: none;
            }
        
        .rcbSlide > div
        {
            background-color: #fff;          
            border:4px solid #eaeaea;
        }
        .rcbHovered{ background:#f4f4f4; }
        
        .inputWrapper .RadComboBox .rcbArrowCellRight a
        {
            background: url("/public/images/sprite.png") no-repeat -13px -248px;
        }
        .inputWrapper .textarea
        {
            min-height:100px;
            resize:vertical;
            line-height:20px;
        }
            
    .out-of-fieldset 
    {
        padding-left: 108px;        
        overflow: hidden;
    }

/* Navi */
#navi {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0;
}
	#navi li 
	{
        margin: 0 0 0 30px;
		float: left;
		list-style: none;
		position: relative;
	}
		#navi a {
			text-decoration: none;
			font-size: 20px;
			
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all  0.3s ease;
		}
		#navi li.active a,
		#navi li a:hover
		{
		/* orange color indicator 
		    color: #e34f26;*/
		    color: #84ab39;
		}
		#navi li.active:before
		{
			position: absolute;
			background: url("/public/images/sprite.png") no-repeat -236px -256px;
			width: 19px;
			height: 10px;
			top: 37px;
			left: 50%;
			content: "";
			margin-left: -9px;
		}

.button {
	float: left;
	width: auto !important;
	list-style: none;
}
	.button a,
	.button button,
	.button input { /* Standard black button */
	  font-size: 15px;
	  /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
		color: #fff !important;
		
	  text-decoration: none;
	    
	  padding: 5px 14px 6px 13px;
		display: block;
		width: auto;
		position: relative;
		z-index: 2;
   
	    border: none;
        -moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	
		background: #313131; /* Old browsers */
		background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #313131 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #313131 0%,#222222 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #313131 0%,#222222 100%); /* IE10+ */
		background: linear-gradient(top, #313131 0%,#222222 100%); /* W3C */

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	
	.button a:hover,
	.button input:hover,
	.button button:hover,
	.button a:focus,
	.button input:focus,
	.button button:focus
	{
	  background: #464646; /* Old browsers */
		background: -moz-linear-gradient(top, #464646 0%, #393939 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #464646 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #464646 0%,#393939 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #464646 0%,#393939 100%); /* IE10+ */
		background: linear-gradient(top, #464646 0%,#393939 100%); /* W3C */
    }
    
    .print 
    {
        margin-top: 24px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }
    
    .print:before { display:block; float: right; margin-top:1px; margin-left:6px; content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUNBRTJGRDhCOTQ4MTFFMTgyRUE5RjUxN0QyNEIzNjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUNBRTJGRDlCOTQ4MTFFMTgyRUE5RjUxN0QyNEIzNjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0FFMkZENkI5NDgxMUUxODJFQTlGNTE3RDI0QjM2OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0FFMkZEN0I5NDgxMUUxODJFQTlGNTE3RDI0QjM2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph7PdtcAAAEeSURBVHjaYvj//z8DFKsA8bf/hMF3IFaF6WNiQAAJIOZkIAw4gFgcxmFioBBQbAAjyB9QwAPE6lA2PxAzA7EAlP8BiP8C8Uco/yYQfwExWIDYGIhjgNgQiJWAWBqPy/4B8VMgvgfEF4F4KcgFv6EGkQJAzmYE4j9MZGjeCcTsQDwLpJecQPyPTIO88J8MQ/5CA5nsaGSGMWD+rwPijUjRSAiAotEfiJtgBhgB8VkgXgXE84D4NQ6NokCcBMQuUD1gF5wHYnsgXglVpAVLJFgAD5Rmh+q5yAIzCQhsoPQuaGLBBkCJzAKIPwGxEAOONACSfI/DAF50AWwGhBDhBbwGPAHidzgMEMKXG0GFxGog5iIQhd+AOAyIX4A4AAEGADv8b5eJ1FZyAAAAAElFTkSuQmCC");
    }
		
    .icon-button a,
	.icon-button button,
	.icon-button input
    {
        line-height: 28px;
        padding-right: 20px;
        font-size: 18px;
    }
    
    
    .icon-download
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url("/public/images/sprite.png") no-repeat 0 -474px;
        margin: 0 10px 0 4px;
    }
    .icon-pricing
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url("/public/images/sprite.png") no-repeat -27px -474px;
        margin: 0 10px 0 4px;
    }
    .icon-cart
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url("/public/images/sprite.png") no-repeat -54px -474px;
        margin: 0 10px 0 4px;
    }
    
    
	header .header-content .button a,
	#content .button a:hover
	{
	    text-decoration: none;
    }
	
    
.centered-button { /* Used in: Popup after successful registration */
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
}
.centered-button a
{
    display: inline-block !important;
}
/********************
---| Content | ***/
.threecolumns {
	width: 300px;
	margin: 0 0 0 20px;
	display: inline-block;
}
.threecolumns:first-child {
	margin: 0;
}

.centered-content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

.centered-content.reveal {
	overflow: visible;
}

#content {
	width: 940px;
	padding: 41px 0 40px 0;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 4;
	overflow: visible; /*hidden hides the info popups (i) in shopping cart*/
}

#content:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tClear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.tClear {
    display: inline-block;
}
.tClear {
    display: block;
}

.tClear {
    clear: both;
}

#content .content-main {
	float: left;
	width: 693px;
	min-height: 80px;
	padding: 0 0 30px 0;
}

ol,
ul {
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}
ul li 
{
    list-style-type: circle;
}
ul.noBullets li,
ol.noBullets li
{
    list-style-type: none;
}

#content a:hover,
#content a:focus
{
    text-decoration: underline;
}
.stripes table,
table.stripes
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.stripes th 
{
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding: 6px 4px 8px;
}
.stripes td 
{
    padding: 6px 4px 7px;
    border-bottom: 1px solid #dedede;
}

.stripes tr:nth-child(odd) td
{
    background: #f7f7f7;
}
.forumsFullList tr:nth-child(odd) td,
.RadEditor tr:nth-child(odd) td
{
    background: none;
}

/* At home page*/

.twoColumns
{
    width: 459px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.firstColumn
{
    margin: 0 21px 20px 0;
}

/* Downloads page */
strong.note
{
    font-weight: bold;
    color: Red;
}

.devices-platforms 
{
    margin-top: -30px;
}
.browsers           { width: 49%; }
.browsers-windows   { width: 17%; }
.browsers-mac       { width: 17%; }
.browsers-linux     { width: 17%; }
.platform           { width: 30%; }
.platform-version   { width: 65%; }

.devices-platforms span
{
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 12px 0 6px;
    background: url("/public/images/sprite.png") no-repeat 0 0;
}
.devices-platforms .ie { background-position: 0 -144px; }
.devices-platforms .firefox {background-position: -16px -144px; }
.devices-platforms .chrome {background-position: -32px -144px; }
.devices-platforms .opera {background-position: -48px -144px; }
.devices-platforms .safari {background-position: -64px -144px; }
.devices-platforms .windows {background-position: -80px -144px; }
.devices-platforms .mac {background-position: -96px -144px; }
.devices-platforms .android {background-position: -112px -144px; }
.devices-platforms .ios {background-position: -128px -144px; }
.devices-platforms .winphone {background-position: -144px -144px; }
.devices-platforms .palm {background-position: -160px -144px; }
.devices-platforms .symbian {background-position: -176px -144px; }
.devices-platforms .blackberry {background-position: -192px -144px; }
.devices-platforms .webos {background-position: -208px -144px; }


p.footnotes 
{
    font-size: 12px;
}

/* KendoUI - product page */
header img.float-left 
{
    margin: 0 55px 0 0;
}


.feature:before,
.feature:after {
    content:"";
    display:table;
}
.feature:after {
    clear:both;
}
.feature {
    zoom:1;
}

.feature 
{
    clear: both;
    position:relative;
    padding: 0 0 72px 0;
    background: url(data:image/jpeg;base64,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) 0 100% no-repeat;
}
.feature.nobg 
{
    background:none    
}


.feature blockquote,
.feature blockquote p {position:relative;font-style:italic;color:#565656;font-family:Arial, sans-serif;}

.feature blockquote:before,
.feature blockquote p:after
{
   content:"\201C";  /* ? */
   font:60px/60px Georgia, Times, serif;
   color:#ccc;
   position:absolute;
   left:6px;
   top:-6px;
}
.feature blockquote p:after 
{
        content:"\201D";  /* ? */
        position:absolute;
        left:auto;
        top:auto;
        margin-left:5px;
}

.feature blockquote mark
{
        background:none;
        color:#2e2e2e;
        display:inline;
}

.feature blockquote {*padding-left:0!important;*padding-right:40px;} /* ie7 fallback for no :before and :after */


#page-web .feature.scheme1 
{
    background:url(/public/images/section-backgrounds-web.jpg) 0 0 no-repeat;
}

#page-web .feature.scheme2 
{
    padding:0 0 330px;
    background:url(/public/images/section-backgrounds-web.jpg) -1000px 100% no-repeat;
}

#page-web .feature.scheme3 
{
    padding:0 0 135px;
    background:url(/public/images/section-backgrounds-web.jpg) -2000px 100% no-repeat;
}

#page-mobile .feature.scheme1,
#page-mobile .feature.scheme2 
{
    background:url(/public/images/section-backgrounds-mobile.jpg) 50% 150px no-repeat;
}
#page-mobile .feature.scheme2 
{
    background-position:50% 100%;
}

.feature p 
{
    font:14px/22px 'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,sans-serif;    
    color:#565656;
}

.feature h3 
{
    color:#2e2e2e;
    font:400 42px/1.2 "Segoe UI Light", Tahoma, arial, sans-serif;
    margin: 0 0 20px;
}
#page-home .feature h3 {margin-bottom:8px}
.feature h4
{
    color:#2e2e2e;
    font:400 18px/1.2 "Segoe UI", Tahoma, arial, sans-serif;
    margin: 0 0 20px;
}
    .feature section 
    {
        width: 460px;
        float: left;
        padding: 25px 0 0 0;
    }
    .feature figure 
    {
        width: 460px;
        text-align:center;
    }
.feature a 
{
    /*color:#e15613;*/
    color:#84ab39;

}



/* Elements to animate MOBILE page*/

#page-mobile figure {
    width:auto;
}

#custom-figures .custom-figures {
    min-height:500px;
}

#page-mobile figcaption {
    color:#2e2e2e;
    font-size:15px;
    font-weight:700;    
}

#page-mobile figcaption:first-line {
    color:#565656;
    font-size:12px;
    font-weight:400;
}

#m-elem2{ margin-top: 13px; }
#m-elem3{ margin-top: 23px; }
    

#m-elem4{ top:10px; left:0;     z-index:0; }
#m-elem5{ top:0;    left:130px; z-index:1; }
#m-elem6{ top:20px; left:270px; z-index:0; }

#m-elem7, #m-elem8, #m-elem9, #m-elem10, #m-elem14
{
    display:inline-block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background-image: url("/public/images/circles-elements.png");
    background-repeat: no-repeat;
}



#m-elem7
{
    width:244px; 
    height:243px; 
    top:240px; 
    left:240px; 
    z-index:2;
    background-position:0 -285px;
}

#m-elem8, #m-elem9, #m-elem10{ width:150px; height:150px; }
#m-elem8 { background-position: -284px 0; }
#m-elem9 { background-position: -284px -150px; }
#m-elem10{ background-position: -284px -378px; }
#m-elem14 { background-position: 0 0; width:285px; height:290px; position:absolute; right:-6px; top:132px;}
   

#switch-orientation 
{
    font:18px/22px Lucida Sans, arial, sans-serif;  
    padding:12px 20px;  
}



/* Product icons */
.product-icon 
{
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 5px 10px 0 0;
    background: url(/public/images/product-icons-24.gif) no-repeat 0 0;
}
    .icon-autocomplete
    {
        background-position: 0 0;
    }
    .icon-dropdownlist
    {
        background-position: 0 -24px;
    }
    .icon-combobox
    {
        background-position: 0 -48px;
    }
    .icon-menu
    {
        background-position: 0 -72px;
    }
    .icon-panelbar
    {
        background-position: 0 -96px;
    }
    .icon-slider 
    {
        background-position: 0 -120px;
    }
    .icon-tabstrip 
    {
        background-position: 0 -144px;
    }
    .icon-treeview 
    {
        background-position: 0 -168px;
    }
    .icon-chart 
    {
        background-position: 0 -192px;
    }
    .icon-grid 
    {
        background-position: 0 -216px;
    }
    .icon-splitter 
    {
        background-position: 0 -240px;
    }
    .icon-upload 
    {
        background-position: 0 -264px;
    }
    


    
/* Bring a friend */
.add-more 
{
    line-height: 30px;
    float: left;
    margin: 0 0 0 6px;
}
.form .friend-message 
{
    width: 700px;
}


/* Social links */   
.share 
{
    clear: both;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.share li 
{
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}
.share li.twitter 
{
    padding: 0;
}
.email a
{
    background: url("/public/images/sprite.png") no-repeat -80px -288px;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    width: 62px;
    height: 18px;
}
.email a:hover 
{
    background-position: -80px -306px;
}



/* RSS link & icon */

.rss-container 
{
    float: left;
}
.hlCommonRSSFeed /* /account/your-products/internal-builds.aspx */
{
    float: left;
    font-size: 14px;
    margin: 4px 0 0;
}

.rss-link 
{
    float: right;
    font-size: 12px;
}
.rss-icon
{
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0 18px;
    background: url("/public/images/sprite.png") no-repeat -80px -256px;
}







/* Get Social bar */
.social  {
	background-color: #e8f5ff;
	color: #2175bd;
	font-size: 14px;
	line-height: 33px;
	padding: 11px 19px;
	margin: 22px 0 0;
	clear: both;
	overflow: hidden;
}
.social p {
	padding: 0 6px 0 0;
}
.social p,
.social ul {
	float:left;
	margin: 0;
}
.social li {
	float:left;
	padding: 0 0 0 12px;
	list-style: none;
}
.social a {
	float:left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url("/public/images/sprite.png") no-repeat 0 -96px;
}
.social .twitter {
	background-position: -32px -96px;
}
.social .rss {
	background-position: -64px -96px;
}
.social .fb {
	background-position:0 -96px;
}
.social .gp {
	background-position: -144px -96px;
}

/* Smaller social icons */
.social-icons-smaller ul {
	float:left;
	margin: 0;
}
.social-icons-smaller li {
	float:left;
	padding: 0 0 0 8px;
	list-style: none;
}
.social-icons-smaller a {
	float:left;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background : url("/public/images/sprite.png") no-repeat -96px -96px;
}
.social-icons-smaller .twitter {
	background-position: -112px -96px;
}
.social-icons-smaller .rss {
	background-position: -128px -96px;
}
.social-icons-smaller .fb {
	background-position: -96px -96px;
}
.social-icons-smaller .gp {
	background-position: -176px -96px;
}




/********************
---| Release notes | ***/

div.note
{
    padding: 10px 15px 1px 15px;
}
div.highlighted
{
    background: #f7f7f7;
}

/***| Release notes |---
***********************/






/********************
---| Footer | ***/
footer {
	height: 340px;/*210*/
	width: 100%;
	color:#727272;
	background-color: #242424;
	line-height: 20px;
	clear: both;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*overflow: hidden;*/
}

/*footer:before {
    content: "";
    width:311px;
    height: 485px;
    position: absolute;
    left: 0px;
    top: -490px;
    background: url('../Image/flowers-left.png');
    z-index: 1;
    display: block;
}
*/

#wrapper {
    /*background: url('../Image/flowers-right.png') 100% 350px no-repeat;*/
    background: url("/public/images/flowers-left.png") no-repeat fixed -60px 450px, url("/public/images/flowers-right.png") no-repeat fixed 100% 50px;
}

footer p, footer ul {
    padding: 0;
	margin: 0;
}

footer .centered-content {
    height:100%;
    position:relative;
}

footer .desc {
    position:absolute;
	bottom:116px;left:0;
	width:620px;
	font-size: 12px; 
	line-height:18px;
	padding: 0;
	margin: 0;
}

footer address.desc {
    position:absolute;
	bottom:80px;left:0;
	width:620px;
	font-size: 12px; 
	line-height:18px;
	padding: 0;
	margin: 0;
}

footer .copy {
    position:absolute;
	bottom:24px;left:0;
	font-size: 11px;
	color: #7f7f7f;
}
/* privacy policy */
footer .pp-bg
{
    position:absolute;
    left:-6px;bottom:40px;
    font-size:11px;
}

footer .pp-bg a 
{
    color:#959595;
    padding:0 6px;
}

footer .pp-bg a:hover 
{
    color:#a5a5a5;   
}

#footer-navi
{
	float: left;
}

#footer-navi li
{
    float:left;
    margin-left:15px;
    list-style:none;
}
#footer-navi li:first-child{ margin-left:0; }

#footer-navi a 
{
    display:block;
    font-size:12px;
    padding:15px 0 0;
    color:#959595;
}

#footer-navi .active a
{
    color:#fff;
    position:relative;
}

:first-child + html #footer-navi .active a 
{
    position:static;
    background: url("/public/images/layout/footer-menu-arrow.gif") no-repeat 50% 0;
}

#footer-navi .active a:before
{
    content:"";
    position:absolute; 
    top:0; 
    left:50%; 
    margin-left:-7px;
    border-style:solid;
    border-width:7px;
    border-color:#fff transparent transparent transparent;
}


#footer-navi a:hover
{
/*    color:#e26b1d; */
	color:#84ab39;

}


/* social icons */

footer .social-icons
{
    position:absolute;
    right:0;
    bottom:72px;
    width:180px;
    height:65px;
}

footer .social-icons.fhpage
{
    width:290px;
    height:110px;
    bottom:20px;
}


footer .social-icons span,
footer .social-icons strong
{
    position:absolute;
    overflow:hidden;
    text-indent:-500px;
    background: url("/public/images/sprite.png") -130px -520px no-repeat;
}

footer .social-icons strong
{
    display:none;
    top:0;
    right:0;
    width:210px;
    height:37px;
    background-position:-130px -520px;
}

footer .social-icons.fhpage strong
{
    display:block;
}

footer .social-icons span
{
    top:0;
    left:0;
    width:115px;
    height:24px;
    background-position:-225px -496px;
}

footer .social-icons.fhpage span
{
    top:auto;
    bottom:0;
}


footer .social-icons ul { position:absolute;right:3px;bottom:0;overflow:hidden; }
footer .social-icons li { float:left;margin-left:9px;list-style:none; }

footer .social-icons a 
{
    display:block;
    width:32px;
    height:32px;
    background: url("/public/images/sprite.png") no-repeat;
    text-indent:-100px;
    overflow:hidden;
}

footer .social-icons .twitter { background-position: 0 -520px; }
footer .social-icons .fb  { background-position: -32px -520px; }
footer .social-icons .gp  { background-position: -64px -520px; }
footer .social-icons .rss { background-position: -96px -520px; }

/* social icons end */

.maSubscriptions 
{
    padding: 0 0 10px 0;
}
.maSubscriptions input
{
    float: left;
    margin: 2px 0 0 0;
}
.maSubscriptions label
{
    padding: 0 0 2px 5px;
    float: left;
}
.tGreyBox {
    background: #F0F0F0;
    padding: 17px;
    clear: both;
}

/* Alien styles from Sitefinity.com */

/* Get Support Packages */
.tGetSupportPackagesWrap {
    margin-top: -17px !important;
    padding: 0 !important;
    width: 540px;
}

.tGetSupportPackagesWrapInner 
{
    max-height: 270px;
    padding: 0 5px 0 0;
    overflow: auto;
    -webkit-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);

}

.tGetSupportPackagesWrap h1 {
    background: #f0f0f0;
    padding: 50px 0 12px 17px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    font-size:24px;
}

.tGetSupportPackagesWrap .tCloseWindow {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 10px;
}

.tGetSupportPackagesWrap .tGetSupportBox {
    overflow:auto;
}

.tGetSupportBox .tGetSupportBoxInner {
    width: 430px; 
    float: left;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.tGetSupportBoxInner h3 {
    margin: 0 0 2px 0;
}
/* Search Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;		
	font-size: 12px;	
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
}
.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #376aac;	
    color: #fff;
}
/* end of Search Autocomplete */
.content-main .sf_newsList h2.sf_newsTitle
{
    font-size: 23px !important;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 9px;
    position: relative;
    z-index: 2;
}
.content-main .sf_newsList li 
{
    list-style: circle;    
}
.content-main .sf_newsList > li 
{
    list-style: none;
}

.content-main .sf_newsList ul
{ 
    margin-top:10px;
}
.content-main .sf_newsList ul li
{ 
    list-style:circle inside;
    margin: 0 0 5px 5px;    
}

.datalist 
{
    margin: 0 0 20px 150px;
}
.datalist td,
.itemWrap {
    border-bottom: 1px solid #F0F0F0;
    padding: 4px 0;
}
.datalist .deleteBasket 
{
    
}
li.datalist 
{
    margin-bottom: 0;
    padding-top: 6px;
}
.ticket-instructions 
{
    padding:20px;
    background:#f4f4f4;
    margin:0 0 35px;
    border-radius:5px;
    border:1px solid #ddd;
    }
.ticket-instructions ol
{
margin:0;
}
.ticket-instructions ol li
{
padding:0;
line-height:20px;
}
.ticket-instructions .txtWrapper
{
    clear:both;
    margin:0;
    overflow:hidden;
    }
.ticket-instructions .txtWrapper p.tClearer
{
    margin:10px 0 0 0!important;
    }
.ticket-instructions h2 
{
    padding:0!important;
    margin:0!important;
    border:0!important;
    }
.ticket-instructions label 
{
    font-size:18px;
    padding: 26px 13px 0 0;
    width:auto;
    }


.sThreeColumnsLeftCenter {
    float: left;
    margin-right: 36px;
}

.sThreeColumnsLeftCenter, .sThreeColumnsRight {
    margin: 0 0 36px 0;
    width: 288px;
    float: left;
}

.tGetSupport3Cols .sThreeColumnsLeftCenter,
.tGetSupport3Cols .sThreeColumnsRight
{
    padding:0 25px 0 0;
    }

.tBlueBox {
    background: none repeat scroll 0 0 #E2EEFF;
    clear: both;
    padding: 17px;
}
.tTwoColumnsRight {
    float: right;
    width: 284px;
}
/* Tables */
.tTable, .tableStyle1
{
    margin: 1em 0 20px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.tableStyle1
{
    width: auto;
    line-height: 1.1;
}
.tTable thead th, .tableStyle1 thead th, .tableStyle1 .tableStyle1Header td
{
    border-bottom: 2px solid #666;
}
.tTable th, .tTable td, .tableStyle1 th, .tableStyle1 td
{
    padding: 5px 17px;
    text-align: left;
    vertical-align: top;
}
.tTable tbody th, .tTable tbody td, .tableStyle1 tbody th, .tableStyle1 tbody td
{
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
}
.tableStyle1 p
{
    margin: 0;
    padding: 0;
}

.tTable thead th.right, .tTable td.right
{
    text-align: right;
}

.tTable img
{
    vertical-align: middle;
    padding-right: 5px;
}

.support-options-table {margin-bottom:40px;}
.support-options-table thead th {padding:0 15px;text-align:center;border-bottom:2px solid #ddd;}
.support-options-table th h2 {margin-bottom:0; position:relative; top:-10px;}
.support-options-table td
{
    padding:15px;
    text-align:center;
    }
.support-options-table td:first-child
{
    text-align:left;
    }
.support-options-table tr.odd td
{
    background:#f7f7f7;
    }
    
.support-options-table .hasFeature 
{
    width:10px;
    height:7px;
    display:block;
    background:url("/public/images/sprite.png") no-repeat -192px -256px;
    text-indent:-9999px;
    margin:0 auto;
    }

/* File extensions */
.maMyAvailableFilesForDownload a, .forumsPostAttachedFiles a
{
    padding-left: 25px;
    padding-bottom: 3px;
    background-image: url('/image/extensions.gif');
    background-color: transparent;
    background-repeat: no-repeat;
}
.maMyAvailableFilesForDownload .msi, .forumsPostAttachedFiles .msi
{
    background-position: 0 0;
}
.maMyAvailableFilesForDownload .bold
{
    font-size: 1.2em;
    font-weight: bold;
}
.maMyAvailableFilesForDownload .zip, .forumsPostAttachedFiles .zip, .maMyAvailableFilesForDownload .ace, .forumsPostAttachedFiles .ace
{
    background-position: 0 -100px;
}
.maMyAvailableFilesForDownload .chm, .forumsPostAttachedFiles .chm
{
    background-position: 0 -200px;
}
.maMyAvailableFilesForDownload .pdf, .forumsPostAttachedFiles .pdf
{
    background-position: 0 -300px;
}
.maMyAvailableFilesForDownload .rar, .forumsPostAttachedFiles .rar
{
    background-position: 0 -400px;
}
.maMyAvailableFilesForDownload .gif, .forumsPostAttachedFiles .gif, .maMyAvailableFilesForDownload .png, .forumsPostAttachedFiles .png
{
    background-position: 0 -500px;
}
.maMyAvailableFilesForDownload .jpg, .forumsPostAttachedFiles .jpg
{
    background-position: 0 -600px;
}

.maMyAvailableFilesForDownload .css, .forumsPostAttachedFiles .css
{
    background-position: 0 -700px;
}
/* Release notes */
.poTopLine {
    border-top: 2px solid #e1e1e1;
    margin: 17px 0 40px 0;
}
.poBoxIcon {
    float: left;
    margin: 16px 22px 0 0;
}
.poBoxIconText {
    width: 100%;
    margin: 0;
}
.poBoxIconText h2 {
    margin: 15px 0 20px 0;
}
.poBoxIconText ul {
    margin: 0 0 1em 0;
}
.tTop:after, .tContent:after, .tBottom:after, .tSiteDir:after, .tBorderBox:after, .tClear:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.tTop, .tContent, .tBottom, .tSiteDir, .tBorderBox, .tClear {
    display: inline-block;
}
.tTop, .tContent, .tBottom, .tSiteDir, .tBorderBox, .tClear {
    display: block;
}
.tClearer {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
}


*+html .postReply .reContentCell iframe {
    width: 880px !important;
}
*+html .maSendSupportTicket .reContentCell iframe {
    width: 690px !important;
}

/* File attachment */
.maSendSupportAttachedFile {
    clear: both;
    overflow: hidden;
}

.file-attachment li {
    list-style: none;
    padding: 0 0 3px;
}
.file-attachment li em, 
.RadUpload .uploadAnother {
    display: none;
}
.tFormNoteAtachment {
    clear: both;
}

/* Breadcrumb */
.breadcrumb {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;    
	padding: 8px 0;
	display:block;
	color:#aaa;
	/*font:normal normal 11px/16px 'lucida sans',arial,helvetica,sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.breadcrumb a {
	color:#888;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb .separator 
{
    padding:0 3px;
    }



#LoginControl,
#LoggedInPanel,
#JoinPanel
{ display:none; }


.read-faq 
{
    position: relative;
    height:78px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background:url(/public/images/layout/read-faq.jpg) no-repeat;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}

.read-faq .button {
    position:absolute;
    top:24px;right:24px;
}

.read-faq div {
        position: absolute;
    top:30px;left:160px;
    font-size:21px;
    text-shadow:1px 1px #fff;
}

.read-faq a {
/*    color:#e15613; */
    color:#84ab39;
    text-decoration:none !important;
}

/* E-mail subscribtion */
.subscribe {
    clear:both;
    margin:0 0 60px 0;
    position:relative;
    height:136px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background:url(/public/images/layout/subscribe-bg.jpg) no-repeat;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
    font-size:21px;
    text-shadow:1px 1px #fff;
    }
    
.errorEmpty, .errorInvalid, .errorExist
{
    position:absolute;
    top:24px;
    z-index:50;
    
}
.errorEmpty strong, .errorInvalid strong, .errorExist strong
{
    padding:6px 0 0 6px;
    color:red;
    font-size:11px;
    line-height: 14px;
    text-align: center;
    display: block;
}

.successEmail 
{
    position: absolute;
    top: 52px;
    left: 553px;
    background: white;
    height: 32px;
    width: 300px;
    padding-top:6px;
}

#wrapper .errorExist strong
{
/*    color:#e26b1d; */
    color:#84ab39;
}

#wrapper .subscribe h4.successMessage 
{
    top:48px;
}

#wrapper .subscribe p.successMessage 
{
    top: 72px;
}

.RadInput_Default { position:relative;z-index:100; }

.ivalidEmail 
{
    position: absolute;
    top:-28px;left:-4px;
    background:url(/public/images/layout/ivalidEmail-bg.png) no-repeat;
    width:239px;
    height:32px;
}

.existEmail 
{
    position: absolute;
    top:-28px;left:-4px;
    background:url(/public/images/layout/errorExist-bg.png) no-repeat;
    width:239px;
    height:32px;
}


/*#wrapper, footer {min-width: 986px;}*/ /* fixes an issue with iPad */
#wrapper, footer {min-width: 940px;} /* fixes an issue with iPad */





@media screen and (max-width: 1450px) { 
    #wrapper {
        background: none;
    }
}