
body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

table {
	border-collapse:collapse;
}
td {
	padding:0px;
}
th {
	padding:0px;
	font-weight:bold;
}

a,
a:link,
a:active,
a:visited {
	color:#124D89;
	text-decoration:none;
}
a:focus,
a:hover {
	color:#124D89;
	text-decoration:underline;
}


h1 {
	font-weight:bold;
	font-size:38px;
}
h2 {
	font-weight:bold;
	font-size:34px;
}
h3 {
	font-weight:bold;
	font-size:26px;
}
h3 {
	font-weight:bold;
	font-size:22px;
}
h5 {
	font-weight:bold;
	font-size:20px;
}


.centered,
.Centered {
	margin-left:auto;
	margin-right:auto;
}
.center,
.Center {
	text-align:center;
}

.Clear {
	clear:both;
}










.TopMenuBG {
	background-image:url('/static/images/header_bg.gif');
}
.TopMenuTable {
	margin:0px auto;
	border-collapse:collapse;
}
.TopMenuTable td {
	padding:0px;
	text-align:center;
}


/* jit menu (now for all - login/logout) */
.LoggedInMenu {
	/* background-color:#014c86; */
	/* background-color:#c8c8c8; */
	background-color:#fff;
	height:36px;
	margin:0px 14px;
	padding:0px 0px 0px 0px;
}
.LoggedInMenu .LoggedInMenuTable {
	width:702px;
	margin:0px auto;
	height:36px;
}
.LoggedInMenu .Text3 {
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	padding: 10px;
}


.drop-down-menu {
width:175px;
height:21px;
font-size:11px;
font-weight:bold;
color:#124d89;
background-color:#FFFFFF;
border: 1px solid #94b8d4;
padding-left:11px;
}
.drop-down-menu:link {
color:#124d89;
background-color:#FFFFFF;
}
.drop-down-menu:visited {
color:#124d89;
background-color:#FFFFFF;
}
.drop-down-menu:hover {
color:#FFFFFF;
background-color:#94b8d4;
}
.drop-down-menu:active {
color:#FFFFFF;
background-color:#94b8d4;
}

.SimpleLinkDefaultSize {
	color:#124c89;
	text-decoration:none;
}
.SimpleLinkDefaultSize:link {
	color:#124c89;
	text-decoration:none;
}
.SimpleLinkDefaultSize:visited {
	color:#124c89;
	text-decoration:none;
}
.SimpleLinkDefaultSize:hover {
	color:#124c89;
	text-decoration:underline;
}
.SimpleLinkDefaultSize:active {
	color:#124c89;
	text-decoration:underline;
}




div.K_Log {
	border:2px solid red;
	text-align:left;
	background:#fff;
	color:black;
	padding:5px;
	margin:10px;
}
div.K_LogMessage {
	display:block;
	text-align:left;
	border-bottom:1px dashed #aaa;
	padding:10px 0px;
	margin:10px 0px;
}
.K_LogMessageName {
	display:inline-block;
	vertical-align:top;
	width:100px;
	font-weight:bold;
	text-align:right;
}
.K_LogMessageMessage {
	display:inline-block;
	white-space:pre-wrap;
	font-weight:normal;
}





/* shopping cart view */
table.CartTable {
	border-collapse:collapse;
	font-family:Arial,Helvetica,sans-serif;
}
table.CartTable th {
	background:#124D89;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	padding:10px 10px;
}
table.CartTable td {
	color:#000;
	font-size:12px;
	padding:10px 10px 4px 10px;
}

td.CartItemDeleteCell {
	width:90px;
	text-align:right;
}
td.CartItemItemCell {
	width:400px;
}
td.CartItemPriceCell {
	width:100px;
}
td.CartItemQtyCell {
	width:60px;
}
td.CartSubtotalLabelCell {
	text-align:right;
}
td.CartSubtotalCell {
	text-align:left;
}
td.CartCheckoutCell {
	text-align:right;
	padding-top:10px;
}

.CartItemTimestamp {
	font-size:11px;
}
.CartItemRemove {
	text-align:right;
	padding-top:10px;
}
.CartItemNameLink {
	font-size:14px;
	font-weight:bold;
	color:#124D89;
	text-decoration:underline;
}
.CartItemOptionName {
	color:#888;
	font-weight:bold;
	text-transform:uppercase;
}
.CartItemOptionValue {
	color:#555;
	font-weight:bold;
}
.CartItemPrice {
	color:#124D89;
	font-size:14px;
	font-weight:bold;
}
input.CartItemQtyInput {
	font-size:14px;
	width:30px;
}
.CartItemRowDivider {
	border-top:1px solid #503c28;
}
.CartSubtotalLabel {
	text-align:right;
	font-size:14px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;;
	color:#503c28;
}
.CartSubtotal {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#124D89;
}


.CheckoutBar {
	background:#79f;
}
.CheckoutBarTable {
	border-collapse:collapse;
}
.CheckoutBarStepLine {
	height:19px;
	padding:0px;
	text-align:center;
	background-image:url('/static/images/checkout_line_1px.gif');
	background-position:0% 50%;
	background-repeat:repeat-x;
}
.CheckoutBarStep {
	color:#872f0b;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:2px 10px;
}


table.CheckoutTable {
	background-color:#dbe5ec;
}
table.CheckoutTable > tr > td,
table.CheckoutTable > tbody > tr > td {
	padding:5px;
}
table.CheckoutTable > tr > td.label,
table.CheckoutTable > tbody > tr > td.label {
	padding-top:10px;
}

.LoginErrorBlock {
	padding:10px;
	border:1px solid #872f0b;
	background-color:#79f;
	font-size:12px;
}

.FormError {
	font-weight:bold;
	color:#b00;
	padding:2px;
}

.FormInfoBlock {
	padding:10px;
	border:1px solid #872f0b;
	background-color:#79f;
	font-size:12px;
}

.FormErrorBlock {
	padding:10px;
	border:1px solid #872f0b;
	background-color:#124d89;
	font-size:14px;
	color:#fff;
}

.CartWarningBlock {
	width:600px;
	padding:10px;
	margin:0px auto 10px auto;
	border:1px solid #872f0b;
	background-color:#79f;
	font-size:12px;
}
.CartWarningBlock .cwItemName {
	color:#872f0b;
	font-weight:bold;
}
.CartWarningBlock .cwPrice {
	color:#872f0b;
	font-weight:bold;
}


.TextHeading {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#124D89;
}
.TextSubHeading {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#124D89;
}

.SubmitButton {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background-color:#124D89;
	border:1px solid #fff;
	padding:3px 10px;
	height:22px;
	vertical-align:middle;
	border-radius:5px;
}


.ShipBlock {
	margin:5px 0px 20px 0px;
	padding:5px;
	background-color:#dbe5ec;
}
.ShipBlockRange {
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.ShipBlockAddress {
	padding:2px;
	font-size:12px;
	color:#000;
}
.ShipBlockAddressHeading {
	font-weight:bold;
}
.ShipBlockAddressText {
	font-weight:normal;
}
.ShipBlockpackageCount {
	font-weight:normal;
}
.ShipSummaryTable {
	width:600px;
	border-collapse:collapse;
	margin:5px 0px 5px 20px;
}
.ShipSummaryItemCell {
	padding:5px;
	background-color:#dbe5ec;
}
.ShipSummaryQuantityCell {
	width:100px;
	padding:5px;
	background-color:#dbe5ec;
}
.ShipSummarySpacerRow {
	height:10px;
}
.ShipSummaryItemName {
	font-size:14px;
	font-weight:bold;
}
.ShipSummaryItemSubtitle {
	font-size:12px;
	font-weight:normal;
}
.ShipSummaryOptionLine {
	font-size:11px;
	font-weight:normal;
	color:#444;
	text-transform:uppercase;
}
.ShipSummaryPrice {
	font-weight:bold;
}
.ShipSummaryStock {
	text-transform:none;
}
.ShipSummaryQuantityNumber {
	font-size:14px;
	font-weight:bold;
}


.COReview_PlaceOrderBlock {
	background:#fff;
	padding:10px;
	text-align:center;
}
.COReview_AddressBlock {
	background:#dbe5ec;
	padding:10px 10px 30px 10px;
	text-align:left;
}
.COReview_AddressBlock .title {
	color:#124d89;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.COReview_AddressBlock .editlink {
	color:#124d89;
	font-size:10px;
	text-decoration:none;
}
.COReview_AddressBlock .editlink:hover {
	color:#00f;
	text-decoration:underline;
}
.COReview_AddressBlock .address {
	color:#124d89;
	font-weight:normal;
	text-align:left;
}
.COReview_AddressBlock .billing_info {
	color:#124d89;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
}

.COShippingCalcMessage {
	background:#dbe5ec;
	color:#124d89;
	border:2px solid #503c28;
	text-align:center;
	padding:20px 10px;
}
.COShippingCalcMessage .title {
	font-weight:bold;
	font-size:16px;
}
.COShippingCalcMessage .image {
	padding:20px;
}
.COShippingCalcMessage .text {
	font-weight:normal;
	font-size:12px;
	padding:5px 0px;
}

.COReview_CostSummaryBlock {
	background:#dbe5ec;
	padding:10px 10px 30px 10px;
	text-align:left;
}
.COReview_CostSummaryTable {
	width:230px;
	background:#fff;
	color:#124d89;
	border-collapse:collapse;
}
.COReview_CostSummaryTable .label {
	font-weight:bold;
	text-align:right;
	padding:3px;
}
.COReview_CostSummaryTable .value {
	color:#000;
	font-weight:bold;
	text-align:right;
	padding:3px;
}



.COReview_SelectedShipServiceBlock {
	font-weight:bold;
}
.COReview_SelectedShipServiceBlock .editlink {
	color:#872f0b;
	font-size:10px;
	text-decoration:none;
}
.COReview_SelectedShipServiceBlock .editlink:hover {
	color:#79f;
	text-decoration:underline;
}


.Box1 {
	padding:10px;
	margin-bottom:15px;
	text-align:left;
	border:1px solid #555;
}
.Box1 p {
	margin:0px 0px 10px 0px;
	padding:0px;
	text-indent:0px;
	text-align:left;
}



.video_cp {
	font-family: Arial, Helvetica;
	background: #dde8ee;
}

#video_cp div.video_cp_sub {
	margin:10px;
	padding:5px;
}

.video_cp div.video_cp_title {
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

.video_cp .video_cp_button {
	text-align:left;
	width:100px;
	height:14px;
	padding:8px 5px;
	border:1px solid #94b7d3;
	background:#ffffff;
	color:#004f84;
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.video_cp .video_cp_button:hover {
	background:#ffff00;
}
.video_cp .video_cp_button_on {
	background:#94b7d3;
	color:#004f84;
}
.video_cp .video_cp_button_on:hover {
	background:#ddddff;
}


.video_cp .video_cp_def {
	font-weight:normal;
	font-size:10pt;
}

.video_cp .video_cp_toolbar {
	overflow:hidden;
	text-align:left;
	background:#ddd;
	color:#004f84;
	font-size:10pt;
	border:1px solid #94b7d3;
	cursor:default;
}
.video_cp .video_cp_toolbar_button_min {
	width:16px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	margin:0px;
	border:2px outset #94b7d3;
	background:#ccc;
	cursor:default;
}
.video_cp .video_cp_toolbar_content {
	padding:2px 10px 2px 10px;
}

.video_cp .video_cp_buttontable {
	border-collapse:separate;
	border-spacing:20px 2px;
}

.video_cp table.video_cp_buttontable .video_cp_buttontable_header {
	font-size:12px;
	font-weight:bold;
}

.video_cp .video_cp_toolbar_title1 {
	font-size:10px;
	font-weight:normal;
	padding-right:10px;
}


#video_cp #video_cp_bwcheck {
	font-size:10pt;
}

#video_cp #video_cp_bwcheck #video_cp_bwcheck_link {
	text-decoration:underline;
	color:#0000ff;
}
#video_cp #video_cp_bwcheck #video_cp_bwcheck_link:hover {
	text-decoration:underline;
	color:#aaaaff;
}







#Page {
	position:relative;
	background-color:#fff;
	/* background-image:url('/static/images/page-background.png');
	background-repeat:repeat-x; */
}
#PageContentBG {
	position:relative;
	margin:0px auto;
	width:980px; /* set to '1016px' when shadow rails are on */
}
#PageContentBG .shadowLeft {
	position:absolute;
	width:18px;
	height:1px;
	top:0px;
	left:0px;
	background-image:url('/static/images/page-background-shadow-left.png');
}
#PageContentBG .shadowRight {
	position:absolute;
	float:right;
	width:18px;
	height:1px;
	top:0px;
	right:0px;
	background-image:url('/static/images/page-background-shadow-right.png');
}
#PageContent {
	position:relative;
	width:972px;
	margin:0px; /* set to '0px 18px' when shadow rails are on */
	background-color:#fff;
	border-left:4px solid #d5d5d5;
	border-right:4px solid #d5d5d5;
}

#PageContentFB {
	width:500px;
	margin:0;
	padding:0;
	background-color:#fff;
	/*border-left:4px solid #d5d5d5;
	border-right:4px solid #d5d5d5;*/
}
#PageContentFB  h1 {
	padding:0px;
	margin:0px;
	color:#124d89;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}


#Header {
}
#Header > .headerTop {
	position:relative;
	height:95px;
	margin:0px 14px;
	font-size:12px;
}
#Header > .headerTop > a.logoLink {
	position:absolute;
	display:block;
	left:32px;
	top:10px;
	padding:0px;
	margin:0px;
	border:0px;
}
#Header > .headerTop > a.logoLink > img {
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
}
#Header > .headerTop > .linkRow {
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right:2px;
	margin-bottom:4px;
	font-weight:normal;
	text-align:right;
}
#Header > .headerTop > .linkRow > a,
#Header > .headerTop > .linkRow > a:link,
#Header > .headerTop > .linkRow > a:active,
#Header > .headerTop > .linkRow > a:visited,
#Header > .headerTop > .linkRow > a:focus {
	color:#124d89;
	text-decoration:none;
}
#Header > .headerTop > .linkRow > a:hover {
	color:#124d89;
	text-decoration:underline;
}
#Header > .headerTop > .linkRow > a.cartLink > img {
	display:inline-block;
	position:relative;
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align:bottom;
}
#Header > .headerTop > .linkRow > .divider {
	display:inline-block;
	padding:0px 6px;
	font-size:12px;
}


#Header > .headerTop > .loggedInRow {
	font-size:12px;
	text-align:right;
	font-weight:normal;
	color:#62a496;
	margin-bottom:4px;
}
#Header > .headerTop > .loggedInRow > a,
#Header > .headerTop > .loggedInRow > a:link,
#Header > .headerTop > .loggedInRow > a:active,
#Header > .headerTop > .loggedInRow > a:visited,
#Header > .headerTop > .loggedInRow > a:focus {
	color:#124d89;
	text-decoration:none;
}
#Header > .headerTop > .loggedInRow > a:hover {
	color:#124d89;
	text-decoration:underline;
}
#Header > .headerTop > .loggedInRow > .name {
	font-weight:bold;
	color:#777;
}
#Header > .headerTop > .loggedInRow > a.logout {
	margin-top:4px;
	font-size:12px;
	display:inline-block;
	margin-left:10px;
	/* font-weight:bold;
	text-transform:uppercase; */
}

/*
#Header > .userInfo > .accountRow {
	text-align:right;
	font-weight:bold;
}
#Header > .userInfo > .accountRow > a.myaccount,
#Header > .userInfo > .accountRow > a.login {
	display:inline-block;
	margin-right:20px;
}
#Header > .userInfo > .accountRow > a.createAccount {
	display:inline-block;
}
*/

#Header > .headerTop > .searchRow {
	position:absolute;
	bottom:36px;
	right:0px;
	width:300px;
	height:20px;
	text-align:right;
}
#Header > .headerTop > .searchRow .searchOutlineTable {
	float:right;
	border:1px solid #c3c3c3;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
#Header > .headerTop > .searchRow .searchOutlineTable td.box {
	padding:2px 0px 2px 2px;
	text-align:right;
}
#Header > .headerTop > .searchRow .searchOutlineTable td.button {
	padding:2px 2px 2px 0px;
	text-align:right;
}
#Header > .headerTop > .searchRow input[type="text"] {
	width:200px;
	height:14px;
	padding:2px 2px;
	line-height:18px;
	border:1px solid #888;
	margin:0px;
	text-align:left;
	font-size:12px;
	color:#333;
}
#Header > .headerTop > .searchRow input[type="submit"] {
	padding:0px 2px;
	border:1px solid #777;
	margin:0px;
	/* height:18px; */
	line-height:18px;
	text-align:left;
	font-size:12px;
	color:#333;
}
#text_search_submit {
}
#Header > .headerTop > .searchRow input.startText {
	text-align:left;
	font-weight:bold;
	color:#555;
}
#Header > .headerTop > .searchRow input[type="image"] {
	vertical-align:middle;
}


#Header > .checkoutBar {
	clear:both;
	height:4px;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	margin:0px 14px 20px 14px;
	background-color:#2f5b83;
	background-image:url('/static/images/header-menubar-bg.png');
	background-repeat:repeat-x;
}
















#Header > .mainMenuBar {
	clear:both;
	height:22px;
	/*border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;*/
	margin:0px 14px;
	background-color:#0865a0;
}
#Header > .mainMenuBar > a,
#Header > .mainMenuBar > a:link,
#Header > .mainMenuBar > a:active,
#Header > .mainMenuBar > a:focus,
#Header > .mainMenuBar > a:visited {
	display:block;
	float:left;
	height:22px;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	background-image:url('/static/images/header-menubar-bg.png');
	background-repeat:repeat-x;
	text-shadow:none;
}
#Header > .mainMenuBar > a:hover {
	font-weight:bold;
	text-decoration:none;
	background-image:none;
	background-color:#62a596;
	text-shadow:1px 1px 2px #000;
}
#Header > .mainMenuBar > a.selected {
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
	background-image:none;
	background-color:#193652;
	text-shadow:none;
}
#Header > .mainMenuBar > span {
	display:block;
	float:left;
	width:1px;
	height:22px;
	line-height:22px;
	background-image:url('/static/images/header-menubar-divider.png');
	background-repeat:no-repeat;
	background-color:#fff;
}
#Header > .mainMenuBar > a.home {
	width:76px;
}
#Header > .mainMenuBar > a.cliffruddle {
	width:132px;
}
#Header > .mainMenuBar > a.courses {
	width:98px;
}
#Header > .mainMenuBar > a.products {
	width:108px;
}
#Header > .mainMenuBar > a.inventions {
	width:116px;
}
#Header > .mainMenuBar > a.information {
	width:130px;
}
#Header > .mainMenuBar > a.onlineeducation {
	width:168px;
}
#Header > .mainMenuBar > a.jit {
	width:132px;
}
#Header > .mainMenuBar > a.contact {
	width:105px;
}


#Header > .mainMenuBarBottom_none {
	clear:both;
	/*height:1px;
	background-color:#c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;*/
	margin:0px 14px 20px 14px;
}
#Header > .mainMenuBarSub {
	position:relative;
	clear:both;
	height:21px;
	/*border-top:1px solid #c8c8c8;*/
	margin:0px 14px 20px 14px;
}
#Header > .mainMenuBarSub > a,
#Header > .mainMenuBarSub > a:link,
#Header > .mainMenuBarSub > a:active,
#Header > .mainMenuBarSub > a:visited {
	position:relative;
	display:block;
	top:0px;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	border-top:0px;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000;
	background-color:#193652;
	border-bottom:1px solid #c8c8c8;
	text-decoration:none;
}
#Header > .mainMenuBarSub > a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}
#Header > .mainMenuBarSub > a.left {
	font-weight:bold;
	border-left:1px solid #c8c8c8;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
#Header > .mainMenuBarSub > a.right {
	font-weight:bold;
	padding:0px 20px 0px 20px;
	border-right:1px solid #c8c8c8;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
#Header > .mainMenuBarSub_courses > a.left {
	margin-left:134px;
}
#Header > .mainMenuBarSub_products > a.left {
	margin-left:267px;
}
#Header > .mainMenuBarSub_information > a.left {
	margin-left:430px;
}
#Header > .mainMenuBarSub_onlineeducation > a.left {
	margin-left:480px;
}
#Header > .mainMenuBarSub_jit > a.left {
	margin-left:520px;
}


#Footer {
	margin:0px;
	padding:40px 0px 40px 0px;
}
#Footer > .bar {
	margin:0px 14px;
	height:30px;
	/*border:1px solid #c8c8c8;*/
	font-size:12px;
	text-align:center;
	background-color:#12345c;
	background-image:url('/static/images/footer-bg.png');
	background-repeat:repeat-x;
}
#Footer > .bar > a {
	line-height:30px;
	color:#fff;
}
#Footer > .bar > span {
	display:inline-block;
	margin:0px 10px;
	vertical-align:middle;
	border-right:1px solid #fff;
	height:10px;
}
#Footer > .copyr {
	padding-top:15px;
	text-align:center;
	font-size:12px;
	color:#586060;
}


.SearchBlock {
	width:555px;
	margin:20px auto 20px auto;
	text-align:left;
}
.SearchBlock h1 {
	color:#39668d;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	vertical-align:middle;
	margin:0px 0px 4px 0px;
	padding:0px;
}
.SearchBlock input[type="text"] {
	width:350px;
	padding:0px 15px;
	border:1px solid #777;
	margin:0px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:left;
	font-size:18px;
	color:#777;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}
.SearchBlock input[type="submit"] {
	margin:0px;
	padding:0px 15px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #777;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	background-color:#a8baca;
	cursor:pointer;
}
.SearchBlock input[type="submit"]:hover {
	background-color:#28547c;
	color:#fff;
}

.SearchResults {
	padding:7px 14px;
}
.SearchResults > .result {
	margin-bottom:20px;
}
.SearchResults > .result > a.jitLabel {
	color:#39668d;
	font-weight:bold;
	font-style:italic;
}
.SearchResults > .result > a.title {
	font-weight:bold;
	font-size:16px;
}
.SearchResults > .result > .previewText {
	color:#555;
}


#HomeOnlineEdBannerBlock {
	text-align:center;
}



#BlogPage {
	margin:14px;
}
#BlogPageFB {
	margin:0;
}
#BlogPage > h1 {
	padding:0px;
	margin:0px 0px 4px 30px;
	color:#124d89;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
#BlogPageFB  h1 {
	padding:0px;
	margin:0px;
	color:#124d89;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
.BlogBG {
	height:460px;
	background-image:url('/static/images/myaccount-blogbox-bg.png');
	background-repeat:repeat-x;
}
.BlogBG > .date {
	height:30px;
	line-height:30px;
	margin-left:15px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.BlogContainer {
	position:relative;
	height:430px;
	margin:0px 15px;
	background-color:#fff;
}
.BlogContainer > .blogInfo {
	position:absolute;
	left:15px;
	top:0px;;
	width:230px;
	height:411px;
	padding:4px 0px 0px 10px;
	background-image:url('/static/images/myaccount-bloginfo-bg.png');
	background-repeat:repeat-x;
}
.BlogContainer > .blog {
	position:absolute;
	left:270px;
	top:0px;;
	width:629px;
	height:415px;
	overflow:auto;
	background-color:#fff;
}
.BlogContainer > .blogInfo > h3 {
	display:block;
	padding:2px;
	width:216px;
	margin:8px 0px 0px 0px;
	font-size:14px;
	color:#124d89;
	font-weight:bold;
	font-style:oblique;
	font-variant:small-caps;
	text-align:left;
	background-color:#d7d7d7;
}
.BlogContainer > .blogInfo > .date {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin-top:10px;
}
.BlogContainer > .blogInfo > .author {
	font-size:12px;
	line-height:14px;
}
.BlogContainer > .blogInfo > .authorPos {
	font-size:12px;
	line-height:14px;
	font-style:italic;
}
.BlogContainer > .blogInfo > .feedbackBlock {
	position:absolute;
	left:10px;
	bottom:0px;
	width:230px;
	height:184px;
}
.BlogContainer > .blogInfo > .feedbackBlock > h4 {
	position:absolute;
	bottom:160px;
	width:230px;
	height:18px;
	padding:0px;
	margin:0px 0px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.BlogContainer > .blogInfo > .feedbackBlock .likeYN {
	position:absolute;
	bottom:128px;
	width:230px;
	height:32px;
	font-size:12px;
	line-height:16px;
}
.BlogContainer > .blogInfo > .feedbackBlock .commentsBlock {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.BlogContainer > .blogInfo > .feedbackBlock .commentsBlock h6 {
	position:absolute;
	bottom:108px;
	width:230px;
	height:18px;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	padding:0px;
	margin:0px;
}
.BlogContainer > .blogInfo > .feedbackBlock .commentsBlock textarea {
	position:absolute;
	bottom:26px;
	width:228px;
	height:80px;
	border:1px solid #7c7d7e;
}
.BlogContainer > .blogInfo > .feedbackBlock .commentsBlock > .buttonRow {
	position:absolute;
	bottom:0px;
	width:230px;
	height:24px;
	padding-top:2px;
	text-align:right;
}

#BlogPage > .BlogArchive {
	float:left;
	width:650px;
	margin-top:10px;
	margin-right:14px;
}
#BlogPageFB > .BlogArchive {
	width:498px;
	margin-top:0;
	margin-right:0;
}

#BlogPage > .BlogArchive .dateLink {
	display:block;
	font-size:16px;
	font-weight:bold;
	font-style:oblique;
	font-variant:small-caps;
	margin:30px 0px 10px 0px;
	padding:0px;
	border-bottom:1px solid #aaa;
}
#BlogPage > .BlogArchive .dateLink:first-child {
	margin-top:0px;
}
#BlogPage > .BlockRT {
	float:left;
	width:278px;
	padding-top:10px;
}
#BlogPage .BlogPolling {
	margin-bottom:14px;
}

#BlogPage > .BlogArchiveList {
	float:left;
	width:250px;
	margin-top:10px;
	margin-left:14px;
}
.BlogArchiveList h2 {
	padding:0px;
	margin:20px 0px 5px 0px;
	font-size:18px;
	color:#62a496;
	border-bottom:1px solid #62a496;
}
.BlogArchiveList h2:first-child {
	margin:0px 0px 5px 0px;
}
.BlogArchiveList .blogsMonthCurrent {
	font-weight:bold;
}

.BlogCommentsList .comment {
	margin-bottom:20px;
}
.BlogCommentsList .comment > .posted {
	font-size:12px;
	color:#124D89;
	font-weight:bold;
}
.BlogCommentsList .comment > .like {
	float:right;
	text-align:right;
	color:#62a496;
	font-weight:bold;
	font-size:12px;
}
.BlogCommentsList .comment > .quote {
	position:relative;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
}
.BlogCommentsList .comment > .quote > span.openquote,
.BlogCommentsList .comment > .quote > span.closequote {
	display:inline-block;
	position:relative;
	height:17px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
}
.BlogCommentsList .comment > .quote > span.openquote {
	top:2px;
	vertical-align:text-top;
	padding-right:2px;
}
.BlogCommentsList .comment > .quote > span.closequote {
	top:2px;
	vertical-align:text-top;
	padding-left:2px;
}



.RSSBG {
	height:360px;
	background-image:url('/static/images/myaccount-blogbox-bg.png');
	background-repeat:repeat-x;
}
.RSSBG > .date {
	height:30px;
	line-height:30px;
	margin-left:15px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.RSSContainer {
	position:relative;
	height:330px;
	margin:0px 15px;
	background-color:#fff;
}
.RSSContainer > .rssInfo {
	position:absolute;
	left:15px;
	top:0px;;
	width:230px;
	height:311px;
	padding:4px 0px 0px 10px;
	background-image:url('/static/images/myaccount-bloginfo-bg.png');
	background-repeat:repeat-x;
}
.RSSContainer > .rssarticle {
	position:absolute;
	left:270px;
	top:0px;;
	width:629px;
	height:315px;
	overflow:auto;
	background-color:#fff;
}



.RSSContainer > .rssarticle table {
	border-collapse:separate;
}
.RSSContainer > .rssarticle table td {
	padding:auto;
}
.RSSContainer > .rssarticle table th {
	padding:auto;
	font-weight:bold;
}
.RSSContainer > .rssarticle table > tbody > tr > td > br:first-child {
	display:none;
}
.RSSContainer > .rssarticle table > tbody > tr > td:first-child {
	padding-top:3px;
}



.RSSContainer > .rssarticle > h1 {
	padding:0px;
	margin:0px 0px 15px 0px;
	color:#124d89;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
.RSSContainer > .rssarticle .rssReadMoreLink {
	text-align:right;
	padding:15px;
	font-size:16px;
	font-weight:bold;
}
.RSSContainer > .rssInfo > h3 {
	display:block;
	padding:2px;
	width:216px;
	margin:8px 0px 0px 0px;
	font-size:14px;
	color:#124d89;
	font-weight:bold;
	font-style:oblique;
	font-variant:small-caps;
	text-align:left;
	background-color:#d7d7d7;
}
.RSSContainer > .rssInfo > .date {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.RSSContainer > .rssInfo > .feedTitle {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.RSSContainer > .rssInfo > .feedDescription {
	font-size:12px;
	line-height:14px;
	font-style:italic;
}


































.MyCheckbox,
.MyRadio {
	display:inline-block;
	width:19px;
	height:16px;
	padding:0px 0px 0px 0px;
	vertical-align:baseline;
	background-image:url('/static/images/checkbox.png');
	background-repeat:no-repeat;
	background-position:0px -2px;
}


.ButtonDKBlue,
.ButtonGreen,
.ButtonDKBlue:hover,
.ButtonGreen:hover {
	position:relative;
	display:inline-block;
	height:24px;
	cursor:pointer;
	margin:0px 7px 0px 7px;
	background-repeat:repeat-x;
	text-decoration:none;
}
.ButtonDKBlue > .left,
.ButtonGreen > .left {
	position:absolute;
	top:0px;
	left:-7px;
	width:7px;
	height:24px;
	background-repeat:no-repeat;
}
.ButtonDKBlue > .right,
.ButtonGreen > .right {
	position:absolute;
	top:0px;
	right:-7px;
	width:7px;
	height:22px;
	background-repeat:no-repeat;
}
.ButtonDKBlue > .content,
.ButtonGreen > .content,
.ButtonDKBlue > .content:hover,
.ButtonGreen > .content:hover {
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding:0px 8px;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.ButtonDKBlue {
	background-image:url('/static/images/button-candy-dkblue-bg.png');
}
.ButtonDKBlue > .left {
	background-image:url('/static/images/button-candy-dkblue-left.png');
}
.ButtonDKBlue > .right {
	background-image:url('/static/images/button-candy-dkblue-right.png');
}
.ButtonDKBlue > .content {
	color:#fff;
	text-shadow:#000 1px 1px 2px;
}
.ButtonGreen {
	background-image:url('/static/images/button-candy-green-bg.png');
}
.ButtonGreen > .left {
	background-image:url('/static/images/button-candy-green-left.png');
}
.ButtonGreen > .right {
	background-image:url('/static/images/button-candy-green-right.png');
}
.ButtonGreen > .content {
	color:#fff;
	text-shadow:#000 1px 1px 2px;
}


#AudioPlayer {
	width:230px;
	height:40px;
	padding:0px;
	margin:0px 0px 0px 0px;
}





#LoginChoosePage {
	padding:14px;
}

#LoginChoosePage h1 {
	margin:0px 0px 14px 0px;
	padding:0px;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#124d89;
}
#LoginChoosePage h2 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#124d89;
}
#LoginChoosePage h6 {
	margin:0px 0px 14px 0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#62a496;
	font-style:oblique;
}
#LoginChoosePage h6 > strong {
	color:#124d89;
	font-style:normal;
}
#LoginChoosePage > .pageLeft {
	position:relative;
	float:left;
	width:400px;
	height:600px;
	margin-right:28px;
}
#LoginChoosePage > .pageRight {
	position:relative;
	float:left;
	width:500px;
}
#LoginChoosePage .whyRegBlock {
	position:absolute;
	width:350px;
	right:0px;
	margin-top:20px;
}
#LoginChoosePage .whyRegBlock > h1 {
	font-size:26px;
	line-height:30px;
}
#LoginChoosePage .whyRegBlock > ul {
	list-style-position:inside;
	list-style-type:circle;
	margin:0px 0px 0px 20px;
	padding:0px;
}
#LoginChoosePage .whyRegBlock > ul > li {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
#LoginChoosePage > .pageLeft .row {
	height:24px;
	margin-bottom:5px;
}
#LoginChoosePage > .pageLeft .row > label {
	display:inline-block;
	width:110px;
	text-align:right;
	font-weight:bold;
}
#LoginChoosePage > .pageLeft .row > input[type="text"],
#LoginChoosePage > .pageLeft .row > input[type="password"] {
	width:160px;
}
#LoginChoosePage > .pageRight p {
	padding:0px;
	margin:0px 0px 7px 0px;
	font-size:12px;
}
#LoginChoosePage a.forgotpass {
	font-size:12px;
}
#LoginChoosePage > .pageRight .row {
	height:24px;
	margin-bottom:5px;
}
#LoginChoosePage > .pageRight .row > label {
	display:inline-block;
	width:160px;
	text-align:right;
	font-weight:bold;
}
#LoginChoosePage > .pageRight .row > input[type="text"],
#LoginChoosePage > .pageRight .row > input[type="password"] {
	width:200px;
}
#LoginChoosePage > .pageRight .error1 {
	padding:4px;
	margin:0px 20px 20px 20px;
	color:#a00;
	font-weight:bold;
	background-color:#fff;
}
#LoginChoosePage .emailOptBlock {
	width:230px;
	font-size:12px;
	font-weight:bold;
	margin-left:162px;
}





.PageBox1 {
	padding:30px;
	background-color:#dbe5ec;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.PageBox1 input[type="text"],
.PageBox1 input[type="password"] {
	width:220px;
	height:21px;
	font-size:14px;
	line-height:16px;
	margin:0px 0px 5px 0px;
	padding:0px 2px 0px 2px;
	text-align:left;
	border:1px solid #94b8d4;
	background:#FFFFFF;
	color:#000000;
}

.PageBox2 {
	padding:20px;
	border:1px solid #124d89;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}



















.BlockMyAccount {
	position:relative;
	margin:14px;
}
.BlockMyAccount .linkBlock {
	float:left;
	width:420px;
	margin:0px 14px 20px 14px;
}
.BlockMyAccount .linkBlock > a.ma_link {
	display:inline-block;
	padding-right:14px;
	font-size:15px;
	color:#244f78;
	font-weight:bold;
	background-image:url('/static/images/icon-myaccount-arrow-e.png');
	background-position:right center;
	background-repeat:no-repeat;
}
.BlockMyAccount .linkBlock > .ma_description {
	display:block;
	padding-left:10px;
	font-size:14px;
	color:#4d4d4e;
	font-weight:normal;
	background-image:url('/static/images/icon-myaccount-bullet.png');
	background-position:0px 4px;
	background-repeat:no-repeat;
}




.MA_Main {
	margin:14px auto 50px auto;
	width:972px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4d4d4e;
	background-color:#fff;
}

.MA_Main a,
.MA_Main a:link,
.MA_Main a:active,
.MA_Main a:visited {
	color:#356289;
	text-decoration:none;
}
.MA_Main a:hover,
.MA_Main a:focus {
	color:#356289;
	text-decoration:underline;
}


.MA_MainCol1 {
	float:left;
	width:620px;
	margin-left:14px;
}

.MA_MainCol2 {
	float:left;
	width:306px;
	margin-left:18px;
}


.MA_Block1 {
	position:relative;
}
.MA_Block1 > .ma_headerBlock {
	position:relative;
	height:38px;
}
.MA_Block1 > .ma_headerBlock > .ma_left {
	float:left;
	width:6px;
	height:38px;
	background-repeat:no-repeat;
}
.MA_Block1 > .ma_headerBlock > .ma_right {
	float:right;
	width:6px;
	height:38px;
	background-repeat:no-repeat;
}
.MA_Block1 > .ma_headerBlock > .ma_title {
	height:38px;
	margin-left:6px;
	margin-right:6px;
	padding:0px 8px;
	line-height:38px;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background-repeat:repeat-x;
}
.MA_Block1 > .ma_headerBlock > .ma_title > a {
	display:inline-block;
	padding:0px 0px 2px 0px;
	margin:0px 0px 2px 10px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
.MA_Block1 > .ma_headerBlock > .ma_title > a:hover {
	text-decoration:underline;
}

.MA_Block1 > .ma_headerBlock > .ma_icon img {
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
}
.MA_Block1 > .ma_contentBlock {
	position:relative;
	background-color:#fff;
	background-image:url('/static/images/box-border-blue-vert.png');
	background-repeat:repeat-x;
	overflow:auto;
}
.MA_Block1 > .ma_contentBlock > .ma_content {
	position:relative;
	margin:0px 1px;
	background-color:#fff;
}

/* MA_Block1 - blue variant */
.MA_Block1_blue > .ma_headerBlock > .ma_title {
	background-image:url('/static/images/heading-blue-bg.png');
}
.MA_Block1_blue > .ma_headerBlock > .ma_left {
	background-image:url('/static/images/heading-blue-bg-left.png');
}
.MA_Block1_blue > .ma_headerBlock > .ma_right {
	background-image:url('/static/images/heading-blue-bg-right.png');
}
.MA_Block1_blue > .ma_headerBlock > .ma_icon {
	float:left;
	width:38px;
	height:38px;
	margin-right:8px;
}
.MA_Block1_blue > .ma_headerBlock > .ma_plus {
	float:right;
	width:25px;
	height:38px;
	background-image:url('/static/images/heading-blue-icon-plus.png');
}
.MA_Block1 > .ma_contentBlock .ma_padded {
	padding:16px 14px;
}

/* MA_Block1 - grey variant */
.MA_Block1_grey > .ma_headerBlock > .ma_title {
	background-image:url('/static/images/heading-grey-bg.png');
}
.MA_Block1_grey > .ma_headerBlock > .ma_left {
	background-image:url('/static/images/heading-grey-bg-left.png');
}
.MA_Block1_grey > .ma_headerBlock > .ma_right {
	background-image:url('/static/images/heading-grey-bg-right.png');
}
.MA_Block1_grey > .ma_headerBlock > .ma_icon {
	float:left;
	width:38px;
	height:38px;
	margin-right:8px;
}
.MA_Block1_grey > .ma_headerBlock > .ma_plus {
	float:right;
	width:25px;
	height:38px;
	background-image:url('/static/images/heading-grey-icon-plus.png');
}
.MA_Block1 > .ma_contentBlock .ma_padded {
	padding:18px 14px;
}


.MA_LinkBlock1 + .MA_LinkBlock1{
	margin-top:10px;
}
.MA_LinkBlock1 > a.ma_link {
	display:inline-block;
	padding-right:14px;
	font-size:15px;
	color:#244f78;
	font-weight:bold;
	background-image:url('/static/images/icon-myaccount-arrow-e.png');
	background-position:right center;
	background-repeat:no-repeat;
}
.MA_LinkBlock1 > .ma_description {
	display:block;
	padding-left:10px;
	font-size:14px;
	color:#4d4d4e;
	font-weight:normal;
	background-image:url('/static/images/icon-myaccount-bullet.png');
	background-position:0px 4px;
	background-repeat:no-repeat;
}




.MA_BlogLink + .MA_BlogLink {
	margin-top:14px;
}
.MA_BlogLink > .date {
	font-size:12px;
	color:#62a496;
}
.MA_BlogLink > .author {
	font-size:12px;
	color:#4d4d4e;
}
.MA_BlogLink > a.ma_link {
	font-size:15px;
	color:#124d89;
	font-weight:bold;
}
.MA_BlogLink > .ma_description {
	display:block;
	padding-bottom:2px;
	font-size:14px;
	color:#4d4d4e;
	font-weight:normal;
	/*
	padding-left:4px;
	background-image:url('/static/images/icon-myaccount-bullet.png');
	background-repeat:no-repeat;
	background-position:2px 4px;
	text-indent:6px;
	*/
}
.MA_BlogLink > a.ma_listenLink,
.MA_BlogLink > a.ma_listenLink:link,
.MA_BlogLink > a.ma_listenLink:active,
.MA_BlogLink > a.ma_listenLink:visited,
.MA_BlogLink > a.ma_listenLink:hover,
.MA_BlogLink > a.ma_listenLink:focus {
	color:#62a496;
	font-weight:bold;
}
.MA_BlogLink > a.ma_listenLink > .ma_listenIcons {
	display:inline-block;
	width:40px;
	height:11px;
	margin-left:6px;
	background-image:url('/static/images/myaccount-icons.png');
	background-repeat:no-repeat;
}


.MA_RSSLink + .MA_RSSLink {
	margin-top:12px;
}
.MA_RSSLink > a.ma_link {
	font-size:15px;
	color:#124d89;
	font-weight:bold;
}
.MA_RSSLink > .ma_description {
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:14px;
	color:#4d4d4e;
	font-weight:normal;
	/*
	padding-left:4px;
	background-image:url('/static/images/icon-myaccount-bullet.png');
	background-repeat:no-repeat;
	background-position:2px 4px;
	text-indent:6px;
	*/
}
.MA_RSSLink > a.ma_readMoreLink,
.MA_RSSLink > a.ma_readMoreLink:link,
.MA_RSSLink > a.ma_readMoreLink:active,
.MA_RSSLink > a.ma_readMoreLink:visited,
.MA_RSSLink > a.ma_readMoreLink:hover,
.MA_RSSLink > a.ma_readMoreLink:focus {
	color:#62a496;
	font-weight:bold;
}





.MA_Clear {
	clear:both;
}



#MA_BigPromo {
	height:406px;
	margin-bottom:14px;
	background-color:#fff;
	background-image:url('/static/images/myaccount-bigpromo-bg.png');
	background-repeat:repeat-x;
}


#MA_BlockMyAccount {
	float:left;
	width:306px;
}
#MA_BlockLatestPolls {
	float:right;
	width:306px;
}
#MA_BlockMyAccount > .MA_Block1 > .ma_contentBlock,
#MA_BlockLatestPolls > .MA_Block1 > .ma_contentBlock {
	min-height:400px;
}
#MA_BlockMyAccount > .MA_Block1 > .ma_contentBlock > .ma_content,
#MA_BlockLatestPolls > .MA_Block1 > .ma_contentBlock > .ma_content{
	min-height:190px;
}



#MA_BlockBlogs img.ma_violator {
	display:block;
	float:right;
	width:65px;
	height:67px;
	border:1px solid #757677;
}
#MA_BlockBlogs > .MA_Block1 > .ma_contentBlock > .ma_content > .ma_padded {
	padding-top:8px;
}

#MA_BlockBlogs_disclaimer {
	margin-bottom:10px;
	margin-top:8px;
}
#MA_BlockBlogs_disclaimer > a {
	color:#62a496;
	font-weight:bold;
	font-size:15px;
}


#MA_BottomLeft {
	position:relative;
	float:left;
	width:306px;
}

#MA_BlockROR {
	position:relative;
	width:306px;
	margin-bottom:15px;
}
#MA_BlockROR img.ma_violator {
	display:block;
	position:absolute;
	top:12px;
	right:1px;
	width:153px;
	height:152px;
	border:0px;
	z-index:99;
}
#MA_BlockROR .floatSpacer {
	display:block;
	float:right;
	width:130px;
	height:112px;
	padding:0px;
	margin:0px;
	border:0px;
}
/*
#MA_BlockROR > .MA_Block1 > .ma_contentBlock > .ma_content > .ma_padded {
	padding-top:20px;
}
*/



#MA_BlockROR_seminarLink {
	position:absolute;
	top:18px;
	left:14px;
	font-size:15px;
}
#MA_BlockROR_seminarLink > a {
	color:#62a496;
	font-weight:bold;
}









.MA_SlideshowContainer {
	position:relative;
	width:545px;
	height:390px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.MA_SlideshowContainer > .ma_imageLayer {
	position:relative;
	width:545px;
	height:390px;
	z-index:1;
	padding:0px;
}
.MA_SlideshowContainer > .ma_imageLayer > img {
	position:absolute;
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	left:0px;
}
.MA_SlideshowContainer > .ma_overlayLayer {
	position:absolute;
	width:545px;
	height:390px;
	top:0px;
	left:0px;
	z-index:2;
	padding:0px;
	cursor:pointer;
	/*background-image:url('/static/images/home-slideshow-overlay.png');*/
}
.MA_SlideshowContainer > .ma_arrowLeftLayer,
.MA_SlideshowContainer > .ma_arrowRightLayer {
	position:absolute;
	width:42px;
	height:390px;
	top:0px;
	z-index:3;
	padding:0px;
	margin:0px;
	border:0px;
	cursor:default;
}
.MA_SlideshowContainer > .ma_arrowLeftLayer {
	left:0px;
}
.MA_SlideshowContainer > .ma_arrowRightLayer {
	right:0px;
}
.MA_SlideshowContainer > .ma_arrowLeftLayer > .ma_arrow,
.MA_SlideshowContainer > .ma_arrowRightLayer > .ma_arrow {
	position:absolute;
	width:42px;
	height:390px;
	top:0px;
	z-index:4;
	padding:0px;
	margin:0px;
	border:0px;
	cursor:pointer;
}
.MA_SlideshowContainer > .ma_arrowLeftLayer > .ma_arrow {
	right:0px;
	background-image:url('/static/images/slideshow-arrows.png');
	background-repeat:no-repeat;
	background-position:-16px 0px;
}
.MA_SlideshowContainer > .ma_arrowRightLayer > .ma_arrow {
	left:0px;
	background-image:url('/static/images/slideshow-arrows.png');
	background-repeat:no-repeat;
	background-position:-142px 0px;
}




.PollBlockHR {
	clear:both;
	margin:5px;
	border-bottom:1px solid #aaa;
}
.PollBlock {
	float:left;
	width:400px;
	padding:10px;
	margin:20px;
}
.PollBlock > h6 {
	float:left;
	width:150px;
	font-size:14px;
	font-weight:bold;
	margin:4px 0px;
	padding:0px;
}
.PollBlock > h5 {
	float:left;
	width:250px;
	font-size:14px;
	font-weight:normal;
	margin:4px 0px;
	padding:0px;
}
.PollBlock > h4 {
	font-size:14px;
	font-weight:bold;
	margin:4px 0px;
	padding:0px;
}
.PollBlock > h6 > b,
.PollBlock > h5 > b,
.PollBlock > h4 > b {
	font-weight:bold;
}
.PollBlock > h1 {
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	padding:0px;
	color:#124d89;
}
.PollBlock > img {
	display:block;
	float:left;
	width:180px;
	height:180px;
	margin:0px 10px 0px 0px;
}
.PollBlock > ul {
	display:block;
	float:left;
	width:200px;
	clear:right;
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	list-style-position:inside;
}
.PollBlock > ul > li {
	position:relative;
	padding:0px 0px 0px 22px;
	margin:10px 0px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.PollBlock > ul > li > em {
	font-weight:normal;
	font-style:oblique;
}
.PollBlock > ul > li > strong {
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}
.PollBlock > ul > li > div {
	position:absolute;
	width:20px;
	height:20px;
	left:0px;
	top:0px;
	background-color:#000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.PollBlock > a.answerLink {
	font-size:16px;
	line-height:18px;
}



.PollShowBlock {
	width:800px;
	padding:10px;
	margin:10px auto;
	border:2px solid #aaa;
}
.PollShowBlock > h6 {
	float:left;
	width:250px;
	font-size:14px;
	font-weight:bold;
	margin:4px 0px;
	padding:0px;
}
.PollShowBlock > h5 {
	float:left;
	width:350px;
	font-size:14px;
	font-weight:normal;
	margin:4px 0px;
	padding:0px;
}
.PollShowBlock > h4 {
	font-size:14px;
	font-weight:bold;
	margin:4px 0px;
	padding:0px;
}
.PollShowBlock > h6 > b,
.PollShowBlock > h5 > b,
.PollShowBlock > h4 > b {
	font-weight:bold;
}
.PollShowBlock > h1 {
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	padding:0px;
	color:#124d89;
}
.PollShowBlock > h1 > input {
	width:600px;
	font-size:16px;
	line-height:19px;
	padding:2px;
}
.PollShowBlock > img {
	display:block;
	float:left;
	width:180px;
	height:180px;
	margin:0px 10px 0px 0px;
}
.PollShowBlock > .answers {
	display:block;
	float:left;
	width:500px;
	clear:right;
}
.PollShowBlock > .answers > p {
	font-size:14px;
	font-weight:normal;
	font-style:oblique;
	margin:10px 0px;
}
.PollShowBlock > .answers > ul {
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	list-style-position:inside;
}
.PollShowBlock > .answers > ul > li {
	position:relative;
	padding:0px 0px 0px 26px;
	margin:10px 0px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.PollShowBlock > .answers > ul > li > em {
	font-weight:normal;
	font-style:normal;
}
.PollShowBlock > .answers > ul > li > em > input {
	width:250px;
}
.PollShowBlock > .answers > ul > li > strong {
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}
.PollShowBlock > .answers > ul > li > p {
	position:absolute;
	width:22px;
	height:22px;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#fff;
	text-align:center;
	cursor:s-resize;
}
.PollShowBlock > .answers > ul > li > div {
	position:absolute;
	width:20px;
	height:20px;
	left:0px;
	top:0px;
	background-color:#fff;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.PollShowBlock > .answers > .yourAnswer {
	margin:24px 0px 14px 0px;
}
.PollShowBlock > .answers > .yourAnswer > strong {
	display:block;
	font-weight:bold;
}
.PollShowBlock > .answers > .yourAnswer > div {
	position:relative;
	padding-top:4px;
	padding-left:24px;
}
.PollShowBlock > .answers > .yourAnswer > div > div {
	float:left;
	width:20px;
	height:20px;
	margin-right:4px;
	background-color:#fff;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.PollShowBlock > .answers > .yourAnswer > div > em {
	font-style:oblique;
	font-weight:normal;
}
.PollsNavBack {
	width:500px;
	margin:10px auto;
}
.PollsNavBack .backtoMyAccount {
	float:left;
}
.PollsNavBack .backtoPolls {
	float:right;
}


.PollingListBlock > .poll {
	padding-bottom:15px;
	margin-bottom:14px;
	border-bottom:1px solid #aaa;
}
.PollingListBlock > .poll > h1 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px 0px 6px 0px;
	padding:0px;
	color:#124d89;
}
.PollingListBlock > .poll > img {
	display:block;
	float:right;
	margin:5px 0px 6px 6px;
	padding:0px;
}
.PollingListBlock > .poll > .answers {
}
.PollingListBlock > .poll > .answers > ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-position:inside;
}
.PollingListBlock > .poll > .answers > ul > li {
	position:relative;
	padding:0px 0px 0px 0px;
	margin:5px 0px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.PollingListBlock > .poll > .answers > ul > li > div {
	float:left;
	width:14px;
	height:14px;
	margin-right:2px;
	background-color:#fff;
	text-align:center;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.PollingListBlock > .poll > .answers > ul > li > em {
	font-style:oblique;
	font-weight:normal;
}



#CVVDialog {
	font-family:Arial, Helvetica, sans-serif;
}
#CVVDialog input[name="cvv"] {
	width:40px;
}
#CVVDialog .CVVImage {
	float:right;
}
#CVVDialog .CVVForm {
	margin:0px 0px 200px 0px;
}



.FacebookButton {
	display:inline-block;
	padding:0px 10px 0px 0px;
	margin:0px;
	height:23px;
	border:1px solid #29447e;
	background-color:#6079ab;
	background-image: url('/static/images/facebook/fbutton-right-bg.png');
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	line-height:23px;
	text-align:left;
}
.FacebookButton div.fblogof {
	margin-right:10px;
	float:left;
	background-color:#6079ab;
	background-image: url('/static/images/facebook/fbutton-left.png');
	border-right:1px solid #29447e;
	height:23px;
	width:23px;
}

.FacebookIcon {
	display:inline-block;
	padding:0px;
	margin:0px;
	height:23px;
	width:23px;
	border:1px solid #29447e;
	background-color:#6079ab;
	background-image: url('/static/images/facebook/fbutton-left.png');
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	line-height:23px;
	text-align:left;
}



.AESidebar {
	padding:0;
	margin:0;
	border:0;
	background-color:#ffffff;
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);
	border:1px solid #aaa;
	border-radius:7px;
}
.AESidebar > .sidebar1 > .module1 {
	padding:10px 0px;
	margin:0px 10px;
	border-top:1px dotted #777;
	background-color:#fff;
}
.AESidebar > .sidebar1 > .module1:first-child {
	border-top:0px;
}

.AESidebar h3 {
	padding:6px;
	margin:0px 0px 5px 0px;
	border:0;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	font-variant:small-caps;
	text-shadow:2px 2px 2px rgba(0,0,0,0.3);
	background-color:#0865A0;
	background-image: url("/static/images/heading-blue-bg.png");
	background-repeat: repeat-x;
	color:#fff;
}
.AESidebar ul.mlist {
	margin:0;
	padding:0;
	border:0;
	list-style-position:inside;
	list-style-type:none;
}
.AESidebar ul.mlist > li {
	margin:5px 0px 10px 0px;
	padding:0;
	border:0;
}
.AESidebar a.titlelink {
	font-size:14px;
	font-weight:bold;
	color:#124D89;
	text-decoration:none;
}
.AESidebar a.titlelink:hover {
	text-decoration:underline;
}
.AESidebar .contentSmall {
	font-size:13px;
}
.AESidebar a.ma_listenLink,
.AESidebar a.ma_listenLink:hover {
	color:#62a496;
	font-weight:bold;
	text-decoration:none;
}
.AESidebar a.ma_listenLink > .ma_listenIcons {
	display:inline-block;
	width:40px;
	height:11px;
	margin-left:6px;
	background-image:url('/static/images/myaccount-icons.png');
	background-repeat:no-repeat;
}



.AESidebar .poll > ul {
	display:block;
	float:left;
	width:200px;
	clear:right;
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	list-style-position:inside;
}
.AESidebar .poll > ul > li {
	position:relative;
	padding:0px 0px 0px 12px;
	margin:10px 0px;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}
.AESidebar .poll > ul > li > em {
	font-weight:normal;
	font-style:oblique;
}
.AESidebar .poll > ul > li > strong {
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.AESidebar .poll > ul > li > div {
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	top:0px;
	background-color:#000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.AESidebar .poll > a.answerLink {
	font-size:16px;
	line-height:18px;
}






