﻿.radwindow
{
    position: fixed !important;

}

.stepActiveExpanded
{
	background: transparent url('images/ItemBackgrounds.gif') no-repeat 0 0;
	padding-left:3px;
    color:#9BBCAA;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:25px;
    padding:5px 19px;
    cursor:pointer;
}

.stepActiveCollapsed
{
	background: transparent url('images/ItemBackgrounds.gif') no-repeat 100% -35px;
	padding-left:3px;
    color:#9BBCAA;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:25px;
    padding:5px 19px;
    cursor:pointer;
}

.stepDisabled
{
	background: transparent url('images/ItemBackgrounds.gif') no-repeat 100% -35px;
	padding-left:3px;
    color:#CCCCCC;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:25px;
    padding:5px 19px;
}

a.linkstyle:link
{
    color:#9BBCAA;
    font-weight:bold;
    text-decoration:underline;
}

div.RadPanelBar_SimpleBlue .rpItem
{
	background: transparent url('images/ItemBackgrounds.gif') no-repeat 0 0;
	padding-left:3px;
}

div.RadPanelBar_SimpleBlue .rpGroup .rpItem
{
	padding-left: 0;
}

div.RadPanelBar_SimpleBlue .rpSlide
{
	margin-left: -3px;
}

div.RadPanelBar_SimpleBlue .rpLink
{
	color: #9bbcaa;
	font: normal 16px/25px Arial, sans-serif;
	font-weight: bold;
	
	background: transparent url('images/ItemBackgrounds.gif') no-repeat 100% -35px;
}

.RadPanelBar_SimpleBlue .rpGroup .rpItem,
.RadPanelBar_SimpleBlue .rpGroup .rpLink
{
	background: none;
}

.RadPanelBar_SimpleBlue .rpText
{
	padding: 5px 19px;
}

.RadPanelBar_SimpleBlue .rpLink:hover
{
	/* text-decoration: underline; */
}

div.RadPanelBar_SimpleBlue .rpExpanded
{
	background-position: 100% 0;
}

div.RadPanelBar_SimpleBlue .rpDisabled,
div.RadPanelBar_SimpleBlue .rpDisabled:hover
{
	color: #ccc;
}


/*
label
{
    margin-top: 4px;
    float:left;
    width:125px;
    color: #666;
}
*/
.checkboxLabel
{
    margin-top: 4px;
    float:none;
    width:120px;
    color: #333;
}

.exampleWrapper
{
    background: transparent url(images/registration-successful.gif) no-repeat left top;
    width: 738px;
    height: 528px;
    position:relative;
}

.multiPage
{
    position:absolute;
    top: 110px;
    height: 390px;
}

.innerContent
{
    background-color: #f2f6f4;
    padding: 5px 0px 5px 23px;
}

.formList
{
    width: 513px;
    list-style: none;
    padding: 0 0 0 23px;
}

.formList li
{
    padding: 5px 0px;
}

.formList li.lastListItem
{
    border: none;
}

.textInput,
textarea
{
    border: 1px solid;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    background: #fff;
}

textarea
{
    font: normal 11px Verdana,sans-serif;
}

#newsletterOptions
{
    padding-top: 15px;
}

#newsletterOptions input
{
    margin-left: 50px;
}

.nextButton
{
    background: transparent url(images/button.gif) no-repeat 0 3px;
    border: none;
    width: 93px;
    height: 25px;
    margin-left:443px;
    font: normal 12px Arial, sans-serif;
    color: #fefefe;
}

.addButton
{
    background: transparent url(images/buttonPerson.gif) no-repeat 0 3px;
    border: none;
    width: 130px;
    height: 25px;
    margin-left:20px;
    font: normal 12px Arial, sans-serif;
    color: #fefefe;
}

.buttonSeparator
{
    width: 378px;
    border-bottom: 1px solid #959485;
    height: 1px;
}

.previewWrapper
{
    position:absolute;
    right: 10px;
    top:90px;
    width: 250px;
    padding-left: 18px;
}

.previewWrapper h2
{
    font-size: 21px;
    padding-bottom: 10px;
    color: #4386a5;
    border-bottom: solid 1px #597f90;
    margin-right: 18px;
    margin-top: 20px;
}

.previewWrapper h3
{
    color: #4386a5;
    font-size :12px;
    margin-right: 18px;
    margin-top: 20px;
    border-bottom: dotted 1px #597f90;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.previewWrapper ul
{
    list-style:none;
    margin:0 30px;
}

.title1
{
    font-size: 14px;
    font-weight: bold;
    color: #9bbcaa;
}

.invisible
{
    display:none;
}

.remark
{
    font-size: 10px;
}

.clean-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:15px;
	padding:10px 10px 10px 40px;
	text-align:left;
}

.clean-error ul
{
    list-style:square;
}
