﻿th
{
	text-align:left;
}
td
{
	vertical-align:top;
}
hr
{
    height:0px;
    border-top:solid 1px #bbb;
}
p
{
    margin-top:0px;
}
a
{
    color:#216295;
}
a:visited
{
    color:#385d7a;
}
a:active
{
    color:#a544d1;
}
a:hover
{
    color:#5f98d2;
}
a img
{
    border:none;
}
img.icon
{
	width:16px;
	height:16px;
	vertical-align:middle;	
}

a img.icon
{
	margin-right:3px;
}

a.iconlink
{
    background-repeat:no-repeat;
    background-position:0px 0px;
    padding-left:20px;
    padding-bottom:2px;
    display:inline-block;
}

a.arrow
{
    padding-right:10px;
    background:url('/images/internal/linkarrow.png') no-repeat 5px right;
}

ol
{
	margin-left:24px;
	padding-left:0px;
	margin-bottom:15px;
}
ul
{
	margin-left:0px;
    margin-top:4px;
	padding-left:0px;
	margin-bottom:15px;
}
ul ul
{
    margin-left:22px;
	margin-bottom:6px;
}
ul li
{
    padding: 0px 0px 5px 20px;
    list-style: none;
	background: transparent url('/images/icons/bullet_bluegray.png') left top no-repeat;   
}
ol li
{
    padding: 0px 0px 10px 0px;
    list-style: decimal;
    background: none;
}
cite
{
	font-family:Georgia, Times New Roman;
	font-size:10pt;
	color:#888;
}
form
{
    padding:0px;
    margin:0px;
}
input[type=text], input[type=password], textarea
{
    background-color:White;
	border:solid 1px #AAA;
    font-size:10pt;
    padding:5px;
    margin:0px;
    outline:none;
    background-image:url('/images/layout/formelementbg.gif');
}
input[type=text]:focus , input[type=password]:focus , textarea:focus 
{
	border:solid 2px #496d98;
    padding:4px;
}
input.watermark
{
    color:#888;
}
.response
{
    margin-top:5px;
}
input[type=button], input[type=submit]
{
    font-family:Arial, Helvetica;
    font-size:9pt;
    font-weight:bold;
    letter-spacing:-0.5pt;
    color:White;
    background-color:#85ade0;
    border:solid 1px #5184c4;
    /*
    font-size:16pt;
    color:White;
    background-color:#224b88;
    border-left:solid 1px #3d79c9;
    border-top:solid 1px #3d79c9;
    border-right:solid 1px #102e5c;
    border-bottom:solid 1px #102e5c;
    */
    padding:6px 9px 6px 9px;
    margin:0px;
    cursor:pointer;
    width:auto;
    height:auto;
    overflow:visible;
}
input[type=button].icon, input[type=submit].icon
{
    padding-left:24px;
    background-repeat:no-repeat;
    background-position:7px 7px;
}
input[type=button].small, input[type=submit].small
{
    font-size:10pt;
    letter-spacing:-0.5pt;
    padding:4px 4px 4px 4px;
    margin:0px;
}
input[type=button]:hover, input[type=submit]:hover
{
    background-color:#3161aa;
}
input.email{
    width:330px;
}

select, option
{
    font-size:10pt;
    padding:3px;
}

/* Utility */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Left
{
	float:left;
	display:block;
}
.Right
{
	float:right;
	display:block;
}



.promobox
{
    background-color:#f2edde;
    border:solid 1px #d6ceb7;
    padding:10px;
    margin-bottom:15px;
}
.promobox h2
{
    font-family:Arial;
    font-size:14pt;
    font-weight:bold;
    margin-top:0px;
}

.ContentArea
{
    color:#4f4c42;
}
.ContentArea p, .ContentArea div, .ContentArea li, .ContentArea td
{ 
	/* line-height:13pt; */
}
.ContentArea h1
{
    font-size:16pt;
    font-weight:normal;
    font-family:Georgia;
    color:#496d98;
    margin-top:5px;
    position:relative;
    z-index:2;
}

.ContentArea h2
{
    font-size:14pt;
    font-weight:normal;
    font-family:Georgia;
    color:#6588b4;
    margin-top:0px;
    margin-bottom:10px;
}

.ContentArea h3
{
    font-size:12pt;
    font-weight:normal;
    font-family:Georgia;
    margin-top:0px;
    margin-bottom:10px;
}



.FormTable td
{
	padding:5px;
	vertical-align:middle;
}
.FormTable td.FieldText
{
    padding-top:10px;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
    font-size:10pt;
}
.FormTable .FormLabel
{
    background-color:#fff9d9;
    border:solid 1px #e0d0aa;
    font-size:10pt;
    padding:7px 9px 7px 9px;
}
.TextBoxSummary
{
    margin-top:3px;
	font-size:8pt;
	color:#999;
}

/*
input.textSecure
{
    background-image:url('/images/formelementbg.gif');
	background:White url(/images/icons/lock.png) no-repeat;
	background-position: 3px 3px;
	padding-left: 23px!important;
}
*/
.InfoText
{
	font-family:Georgia, Times New Roman;
	font-style:italic;
	font-size:8pt;
	color:#999;
}
div.InfoText
{
	margin-top:3px;
}

.statusmessage
{
    border: 2px solid #dce7f2;
    font-size: 10pt;
    padding: 10px 10px 10px 35px;
    margin-bottom: 15px;
    color: #2B5B8C;
    background:#ECF3FB url('/images/icons/information.png') no-repeat 10px 10px;
}
.errormessage
{
    border: 2px solid #red;
    font-size: 10pt;
    padding: 10px 10px 10px 35px;
    margin-bottom: 15px;
    color: #7b1d00;
    background:#faf0ed url('/images/icons/exclamation.png') no-repeat 10px 10px;
}

.big
{
    font-size:14pt;
    line-height:20pt!important;
    margin-bottom:20px;
}
.medium
{
    font-size:13pt;
    line-height:16pt;
    margin-bottom:20px;
}




.thumb
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 5px 0px;
	border:solid white 4px;
	display: block;
	float: left;
	height: 71px;
	margin:2px 18px 0px 0px;
	width: 97px;
	
}

a:hover .thumb
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.496875) 0px 1px 5px 0px;
}

.videobox
{
	font-family:Lucida Grande, Lucida Sans Unicode, Tahoma;
	font-size: 11px;
	background:#eff2f5 url('/images/box/BoxBg.png') repeat-x;
	display:block;
	border:solid #d4dce4;
	border-width: 2px 1px 1px;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	color:#333;
	position:relative;
	padding:18px;
	width:700px;
	min-height:265px;
	margin-bottom:50px;
	margin-left:75px;
}
.videobox .info
{
	display:block;
	float:left;
	width:320px;
}
.videobox .thumb
{
	width:350px;
	height:250px;
	border:solid white 6px;
}
.videobox h3
{
	font-family:Lucida Grande, Lucida Sans Unicode, Tahoma;
	font-size: 18px;
	font-weight:bold;
}
.videobox p, .videobox div, .videobox li
{
	font-size:14px;
}

.hilightbox
{
	font-family:Lucida Grande, Lucida Sans Unicode, Tahoma;
	font-size: 11px;
	background:#eff2f5 url('/images/box/BoxBg.png') repeat-x;
	display:block;
	border:solid #d4dce4;
	border-width: 2px 1px 1px;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	padding:18px;
	min-height:84px;
	width:300px;
	color:#333;
	position:relative;
	margin-bottom:10px;
}

.hilightbox h3
{
	font-family:Lucida Grande, Lucida Sans Unicode, Tahoma;
	font-size: 15px;
	margin:0px 0px 4px 0px;
	color:#555;
}

.hilightbox .arrow
{
	margin-top:5px;
	display:inline-block;
}
