/*********************************************************
<!--
body, th, td, div, p, ul, li, ol, dl, dt, dd {  font-family: Verdana,Arial, Helvetica, Sans-Serif;  }
body{ color: #000000; background: #fff;  margin-top:0px; }
ul, ol, p, td, th, div { font-size: 11px; }
td p { font-size: 9px; padding-bottom: 0em; padding-top: 0em; margin-bottom:4px; margin-top:0px;}
li p { font-size: 9px; padding-bottom: 0em; padding-top: 0em; margin-top:0px; margin-bottom:4px; }
td ul, li ul { font-size: 11px  }
li { margin-bottom:6px; margin-top:6px; }
li ol { font-size: 11px; list-style-type: lower-roman; }
dt {font-size: 11px; font-weight:bold; margin-top:24px;}
li dt {font-size: 11px; font-weight:bold; margin-top:24px;}
ol li ul { list-style-type: disc; }
table { margin-bottom: 12px;}
td { vertical-align:top; }






.topic {
	margin-top:16px;
	margin-left:20px;
	width:100%;


	}

.istopic-head {
	margin-left:48px;
	margin-top: 10px;
	
}


.topic-head {
    width: 100%;
    height: 48px;
	margin-left:0px;
	text-indent: 0cm;
	color:#3399CC; font-style:normal; font-variant:normal; font-weight:bold; font-size:16px; font-family:Arial, Helvetica, Verdana, sans-serif;	
    padding-right:0; padding-top:13px; padding-bottom:3px	
}

.button1 {
	background:url('images/bluebutton1.gif') no-repeat;
	padding-left:50px; 
	
}

.button2 {
	background:url('images/bluebutton2.gif') no-repeat;
	padding-left:50px; 
}
.button3 {
	background:url('images/bluebutton3.gif') no-repeat;
	padding-left:50px; 
}
.button4 {
	background:url('images/bluebutton4.gif') no-repeat;
	padding-left:50px; 
}
.movieButton {
	background:url('images/movieButton.gif') no-repeat;
	padding-left:50px; 
}

.logo {
	background:url('images/about.png') no-repeat;
	padding-left:50px; 
}

.getstarted {
	background:url('images/flag_green.png') no-repeat;
	padding-left:50px; 
}


.expand {
	width:100%;
	cursor:hand;
		}	

.collapse {
	display:none;
	float:right;
	background: url('images/nav_right_blue.png') no-repeat;
	height:18px;
	vertical-align:middle;
	margin-left:0px;
	cursor:hand
}
**********************************************************/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font: 1em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 500;
    color: #333333;
    font-weight: 500;
    line-height: 16px;
    background-color: transparent;
    cursor: auto;
}

.topDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    border: 1px solid #A0A0A0;
    background-color: white;
    margin-left: -250px;
    margin-top: -250px;
    box-shadow: 10 5 5px black;
    z-index: 3;
}

.topDivWide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    border: 1px solid #A0A0A0;
    background-color: white;
    margin-left: -250px;
    margin-top: -250px;
    box-shadow: 10 5 5px black;
    z-index: 3;
}

.topDivForIFrame {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 500px;
    border: 1px solid #A0A0A0;
    background-color: white;
    margin-left: -250px;
    margin-top: 0;
    box-shadow: 10 5 5px black;
    z-index: 3;
}

.center {
    margin: auto;
    width: 95%;
}

.header {
    font-size: 1.5em;
    color: darkslategrey;
    text-align: center;
    border-radius: 1px 3px 0 0;
    background: linear-gradient( #dddbdb, #ffffff);
    height: 100px;
    margin-bottom: 20px;
}


.header2 {
    font-size: 0.875em;
    font-weight: 500;
    color: #1a1919;
    background: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
}


input[type=license], input[type=username], input[type=password] {
    width: 100%;
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 18px;
    height: 34px;
    color: #1a1919;
    background: white;
    border: 2px solid #c2d1dc;
    border-radius: 3px;
    padding-left: 10px;
    line-height: 34px;
}

input[type=email], input[type=tel] {
    width: 99%;
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 18px;
    height: 30px;
    color: #1a1919;
    /*  background: white; */
    border: 2px solid #c2d1dc;
    border-radius: 3px;
    padding-left: 10px;
    line-height: 34px;
}

input[type=license]:focus {
    border-color: #7dc9e2;
    /*outline-color: #dceefc;
            outline-offset: 0;*/
}

.grid {
    width: 100%;
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 18px;
    height: 34px;
    color: #1a1919;
    margin-left: 2px;
}

.grid td {
    padding-left: 5px;
    padding-top: 5px;
    border: 2px solid #c2d1dc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

input[type=username]:focus {
    border-color: #95ddf5;
}

select {
    width: 100%;
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 18px;
    margin-right: 0px;
    height: 34px;
    /*color: #b9b2b2;*/
    border: 2px solid #c2d1dc;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: -50px;
    line-height: 34px;
    width: 104%;
}

    select:focus {
        border-color: #95ddf5;
    }

option[value=""][disabled] {
    display: none;
    /*color:grey;*/
}

option {
    color: black;
}

select, input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.placeholderSpan {
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    line-height: 34px;
    color: #b9b2b2;
    background: white;
    padding-left: 8px;
    vertical-align: middle;
    margin-top: 3px;
    position: absolute;
    z-index: -1;
    left: 30px;
}

.footer {
    margin: auto;
    width: 95%;
    text-align: left;
    background-color: white;
    padding-bottom: 15px;
}

.button {
    font: 1em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    float: right;
    padding: 11px 25px;
    color: #fff;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
    background: darkorange;
    border: 1px solid #ee8505;
    cursor: pointer;
    box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.button:hover {
    background: #fc8412;
    border: 1px solid rgba(256,256,256,0.75);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.button:focus {
    position: relative;
    bottom: -1px;
    background: darkorange;
    box-shadow: inset 0 1px 3px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.button:disabled {
    box-shadow: none;
    color: #d5d2d2;
    background: #A0A0A0;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.footer .poweredBy {
    color: #2c2d35;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: lowercase;
}

.message {
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 15px;
    color: #1a1919;
    background: white;
}

.label {
    font: 0.875em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 15px;
    color: #1a1919;
    /*height: 34px;*/
    font-weight: 500;
    line-height: 16px;
}

.validatorError {
    font: bold 1.5em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: red;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

.checkImg {
    border: 0;
    outline: 0;
}

.footer .poweredBy {
    color: #2c2d35;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: lowercase;
}

.consentLink a,
.consentLink a:link,
.consentLink a:visited,
.consentLink a:active,
.consentLink a:hover {
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

a {
    display: inline-block;
    border: 0px solid #ddd;
    border-radius: 2px;
    padding: 3px;
    margin-bottom: 0px;
    color: black;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    border: 1px solid #A0A0A0;
    /*box-shadow: 0 0 1px 1px #A0A0A0;*/ /*rgba(0, 140, 186, 0.5);*/
}

a:active {
    text-decoration: none;
}

.def {
    text-align: left;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    border: 0;
}

.subdef {
    text-align: left;
    vertical-align: top;
    padding-left: 85px;
    padding-right: 0px;
    padding-top: 0px;
    font-size: .8em;
    color: gray;
}

.DropDownListCssClass {
    color: Snow;
    background-color: gray;
    font-family: Calibri;
    font-size: medium;
    font-style: normal;
}



@media screen and (max-width: 800px) {
    #lblTitle {
        font-size: 17px;
    }
}

.largeCheckbox input {
    font-size: 6px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    position: relative;
    top: +6px;
    text-decoration: none;
    cursor: pointer;
}

.mediumCheckbox input {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    position: relative;
    top: +3px;
    left: -10px;
}