.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
color: rgb(174, 68, 54);
}
.bs-callout-info {
border-left-color: #5bc0de;
color: #2D6F07;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

.corelButtonBlue {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;*/
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f4fbff 5%, #c4cfd9 100%);
    background-color: #369fda;
    border-radius: 4px;
    border: 1px solid #d4e7f5;
    border-bottom-color: #81929e;
    border-right-color: #a0afb9;
    border-left-color: #b5b5b5;
    display: inline-block;
    cursor: pointer;
    color: #4a535a;
    font-family: arial;
    font-size: 13px;
    padding: 3px 19px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #f4fafe;
}
.corelButtonBlue:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
    text-decoration: none;*/
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
    text-decoration: none;

}
.corelButtonBlue:active {
	position:relative;
	top:1px;
}

.corelButtonWhite {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;*/
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f4fbff 5%, #c4cfd9 100%);
    background-color: #369fda;
    border-radius: 4px;
    border: 1px solid #d4e7f5;
    border-bottom-color: #81929e;
    border-right-color: #a0afb9;
    border-left-color: #b5b5b5;
    display: inline-block;
    cursor: pointer;
    color: #4a535a;
    font-family: arial;
    font-size: 13px;
    padding: 3px 19px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #f4fafe;
}
.corelButtonWhite:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
    text-decoration: none;

}
.corelButtonWhite:active {
	position:relative;
	top:1px;
}

.corelButtonOrange {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffe7e6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffe7e6;
    box-shadow: inset 0px 1px 0px 0px #ffe7e6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dec57b), color-stop(1, #b29444));
    background: -moz-linear-gradient(top, #dec57b 5%, #b29444 100%);
    background: -webkit-linear-gradient(top, #dec57b 5%, #b29444 100%);
    background: -o-linear-gradient(top, #dec57b 5%, #b29444 100%);
    background: -ms-linear-gradient(top, #dec57b 5%, #b29444 100%);
    background: linear-gradient(to bottom, #dec57b 5%, #b29444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dec57b', endColorstr='#b29444',GradientType=0);
    background-color: #b29444;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a97f16;
    display: inline-block;
    cursor: pointer;
    color: #4c4c4c;
    font-family: arial, serif;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #f2c140;
}
.corelButtonOrange:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b29444), color-stop(1, #dec57b));
    background:-moz-linear-gradient(top, #b29444 5%, #dec57b 100%);
    background:-webkit-linear-gradient(top, #b29444 5%, #dec57b 100%);
    background:-o-linear-gradient(top, #b29444 5%, #dec57b 100%);
    background:-ms-linear-gradient(top, #b29444 5%, #dec57b 100%);
    background:linear-gradient(to bottom, #b29444 5%, #dec57b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b29444', endColorstr='#dec57b',GradientType=0);
    background-color:#b29444;
}
.corelButtonOrange:active {
    position:relative;
    top:1px;
}
.cPartnerTable {
border: 1px solid silver;
border-collapse: collapsed;
font-size: 12px;
border: 1px solid #4297D7;
padding:0px;
}
.cPartnerTable thead {
background: #1882cf url(/images/thead_p.jpg) repeat-x;
padding: 5px;
}
.cPartnerTable thead tr td {
padding: 5px;
color: white;
text-align: center;
}
.cPartnerTable tbody tr td {
padding: 3px;
text-align: center;
background-color: #F7F8FA;
}
.alignLeft, .alignLeft td, .alignLeft tbody tr td {text-align:left}
.cInput:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.cInput {
border: 1px solid blue;
border-radius: 8px;
padding: 3px;
/* display: block; */
width: 93%;
/* height: 34px; */
padding: 4px 10px;
font-size: 14px;
/* line-height: 1.42857143; */
color: #555;
background-color: #fff;
/* background-image: none; */
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bs-callout-info h4 {
color: #5bc0de;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout h5{
margin: 0px;
color: rgb(149, 197, 211);
}
.bs-callout h4, .h4 {
font-size: 18px;
}
.cDivLine{
border-bottom: 1px dotted rgb(33, 83, 124);
padding-bottom: 2px;
margin-bottom: 5px;
color: rgb(45, 120, 158);
font-size: 13px;
}

.userInfo{font-size:80%;color:gray;text-align:right;margin-bottom:20px;}
.userInfo a{font-weight:bold}
.crlWizard .step {
    width: 361px;
    display: inline-block;
    margin: 0px;
    /*background-color: gray;
     border: 1px solid red; */
    overflow: hidden;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
    box-shadow: inset 0px 1px 0px 0px #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #E5E5E5));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #FFF 5%, #E5E5E5 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #FFF 5%, #E5E5E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ADB2B6;
    /* cursor: pointer; */
    color: #613333;
    text-decoration: none;
    /* text-shadow: 0px 1px 0px #E8E9EA; */
}

.crlWizard .step.active {
   -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #F1F7FD;
    box-shadow: inset 0px 1px 0px 0px #F1F7FD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E3E9EC ), color-stop(1, #BFC6CB));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #E3E9EC 5%, #BFC6CB 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #E3E9EC 5%, #BFC6CB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #BFD4DF;

}

.crlWizard {
    /* border: 1px solid green; */
    padding: 0px;
    margin: 0px;
}

.step .text {
    font-size: 11px;  
    /* line-height: 1.4; */
    color: #BEBEBE;
    padding: 0px;
    vertical-align: top;
    padding-left: 7px;
}

.step.active .text {
    color: #63737C;
}

.step .num {
    /* font-size: 38px; */
    /* display: inline; */
    /* background-color: red; */
    padding: 4px;
}

.step .info {
    margin-left: 50px;
}

.step .title {
    color: rgb(176, 176, 176);
    padding-top: 4px;
    padding-left: 7px;
    font-weight: bold;
}
.step.active .title {
    color: rgb(41, 79, 116);
    /* font-weight: bold; */
}

.crlWizard .first {
    border-radius: 5px 0px 0px 0px;
    border-right: 0px;
}

.crlWizard .last {
    border-radius: 0px 5px 0px 0px;
}

.step table {
    border-spacing: 0px;
}

.step .num span {
    /* border: 1px solid rgb(0, 102, 172); */
    height: 49px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px 0px rgba(32, 35, 37, 1);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.61);
    background-color: rgb(241, 241, 241);
    font-size: 38px;
    color: white;
    font-family: monospace;
}

.step.active .num span {
    /* border: 1px solid rgb(0, 102, 172); */
    /* height: 49px; */
    /* width: 40px; */
    /* display: block; */
    /* text-align: center; */
    /* border-radius: 5px; */
    /* box-shadow: inset 0px 0px 3px 0px rgba(32, 35, 37, 1); */
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 1); */
    background-color: rgb(196, 203, 207);
    /* font-size: 38px; */
    color: rgb(255, 255, 255);
    /* font-family: monospace; */
}

.step .num span.checked {
    color: rgb(81, 187, 81);
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 1); */
    font-size: 34px;
}
.starrequired{font-weight:bold;color:red}
.cTableTitle{
    color: #6E88B6;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
}

.lowercase{
    text-transform: lowercase;
}
table.error-404 td {
    font-size: 100% !important;
}

#content a { text-decoration: none; }

.toggler {
    text-align: center;
    color: #888888;
    font-size: 80%;
    display: block;
    border-radius: 0 0 3px 3px;
    /* box-shadow: 0 3px 6px -5px #b9b9b9; */
    padding: 2px 2px 3px;
    cursor: pointer;
    background: #ededf1 url('/images/faq_arrow_down.png') no-repeat center;
}

.toggler.open{
    background-image: url('/images/faq_arrow_up.png');
}

.toggleSize {
    /*height: 1.3em;*/
    display: none;
    overflow: hidden;
    border: 1px solid #eeedf1;
    border-top: 0;
    padding: 0 5px 5px;
    box-shadow: azure;
}

.toggleSize.open {
    display: block;
}