/** Styles From pagetemplate.css */

table.template-wrapper-table{
	width:100%;
	border:0;
	margin:10px;
}

.template-footerLine-shadow{
	position:relative;
	/*background-image: url(/interfaces/vb/resources/images/bottom-image.gif);*/
	background-repeat: repeat-x; 
	/*border:1px solid #c2c2c2;*/
	height:10px;
	/*
	position: absolute;
	bottom: 75px;
	left: 0px;
	width: 100%;
	*/
}

.template-footerLine{
	/*color: #E3E3E3;*/
	/*background-color: #e5e4e4;*/
	/*background-color: #f0eded;*/
	background-color: #e6e3ea;
	width: 100%;
	/*
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	*/
	/*border: 1px solid #F3F3F3;*/
}

.left-panel{
	/*width: 200px;*/
	max-width:200px;
	min-width:10px;
	padding-left: 5px;
}

.template-navbox{
	background: #e7e7e7 linear-gradient(#e7e7e7, #e5e5e5) repeat scroll 0 0;
    /*border: 1px solid rgb(215, 215, 215);*/
    color: #333;
    font-size: 9pt;
    padding-left: 10px;
   	height: 40px;
	vertical-align: middle ;
	padding-top: 6px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main-page{
	padding-left: 4px;
}

.border-grey{
	border:1px solid #c2c2c2;
}

.container-spacing{
	padding-bottom: 5px;
	height:5px;
}

.container-spacing-width{
	width:5px;
	min-width:5px;
}

.container-shadow-box {
        background-color: rgb(98,98,98); /* Needed for IEs */
       
        -moz-box-shadow: 2px 2px 2px rgba(98,98,98,0.2);
        -webkit-box-shadow: 2px 2px 2px rgba(98,98,98,0.2);
       /* box-shadow: 2px 2px 2px rgba(98,98,98,0.2);*/

        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20)";
		/*z-index:-1;*/
       
}
.container-shadow-box .content-box {
        position: relative; /* This protects the inner element from being blurred */
        background-color: #ffffff;
        border-style:solid;
        border-width:1px;
        /*border-color:#CCCCBB;*/
		border-color:#c0c0c0;
		/*z-index:-1;*/
}

.container-shadow-box-left {
        background-color: rgb(98,98,98); /* Needed for IEs */
       
        -moz-box-shadow: 2px 2px 2px rgba(98,98,98,0.2);
        -webkit-box-shadow: 2px 2px 2px rgba(98,98,98,0.2);
        box-shadow: 2px 2px 2px rgba(98,98,98,0.2);

        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20)";
        /*z-index:0;*/
}
.container-shadow-box-left .content-box-left {
        position: relative; /* This protects the inner element from being blurred */
        background-color: #ffffff;
        border-style:solid;
        border-width:1px;
        /*border-color:#CCCCBB;*/
		border-color:#c0c0c0;
		z-index:999;
}
.page-top-section {
	border-style:solid;
	border:1px solid #c2c2c2;
	/*background-color: #F8F8F8;*/
	background-color: #ccccff;
}

.page-top-shadow-image{
	position:static;
	/*background-image: url(/interfaces/vb/resources/images/top-image.gif);*/
	background-repeat: repeat-x; 
	/*border:1px solid #c2c2c2;*/
	height:15px;
}
/** Styles From pagetemplate.css */


/** Styles From wiztemp.css */
.wt_mainWidth{
	width: 920px;
	/*max-width:200px;*/
	min-width:500px;
	background-color: white;
}

.wt_leftContainer{
	/*width: 500px;*/
	/*max-width:200px;*/
	min-width:300px;
}

.wt_midContainer{
	width: 20px;
	max-width:20px;
	height: 100%;
	color: #c0c0c0;
}

.wt_rightContainer{
	width: 280px;
	/*max-width:200px;*/
	min-width:180px;
}

.wt_verticleline{
	padding: 3px; 
	border-right:1px dotted #c0c0c0;
	min-height: 300px;
}

.wt_justify{
	text-align:justify;
}

.msg_success{
	border-style:solid;
	border-width:1px;
	border-color:#66cc00;
	background-color: #ceffce;
	color:#339900; 
	font-weight:bold;
}

.msg_err{
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;
	background-color: #ffcaca;
	color:#ff0000; 
	font-weight:bold;
}

.msg_warning{
	border-style:solid;
	border-width:1px;
	border-color:#A400EA;
	background-color: #EAEBFF;
	color:#7C00B2;
	/*border-color:#fcbe03;
	background-color: #ffffc4;
	color:#fcbe03;
	*/ 
	font-weight:bold;
}

input {
	border: 1px solid #D5D5D5;
	color: #000000;
	/*height: 20px; DS 12-04-2017 */
    border-radius: 3px;
}

textarea {
	border: 1px solid #D5D5D5;
	color: #000000;
	border-radius: 4px;
}

.activeInputText {
	border: 1px solid #96BEFF;
	color: #000000;
}

.greyText{
	color: #777777;
}

.greyFormWrapper{
	border: 1px solid #E5E5E5; 
	background-color:#F5F5F5; 
	padding:10px;
}

.checkbox-input {
	float:left;
	/*
    width: 13px;
    height: 13px;
    padding: 15px;
    margin-right:5px;
    vertical-align: bottom;
    position: relative;
    top: 5px;
    *overflow: hidden;
	 z-index: 2;
	 */
}
.checkbox-label {
    display: block;
    padding-left: 25px;
	 padding-top:5px;
    text-indent: 0px;
}


.wiz_htmlBody{
	background-color:#F5F5F5;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#BBB;
	padding:2px;
	display:none;
	color:#fff;
}

.captcha-wrap2{
	border:solid #6F2DB0 2px;
	background:#F1F1F1;
}

.registerInput{
	width: 250px;
}


.companyInputText{
	width: 380px;
}

.companyInputSelect{
	width: 150px;
}

.paymentPlanTitle{
	font-size: 12px;
	color: #6F2DB0;
	font-weight:bold;
}

.paymentPlanDesc{
	font-size: 12px;
	color: #000000;
}

.paymentPlanValue{
	font-size: 12px;
	color: #DD7777;
	font-weight:bold;
}

/* ***************************************** */
/* TESTING GRADIENT BUTTONS - DM 13/03/2012 */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	height: 35px;
	line-height:35px;
	vertical-align:middle;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
	height: 35px;
	line-height:35px;
	vertical-align:middle;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* ***************************************** */
/* TESTING GRADIENT BUTTONS - DM 13/03/2012 */