html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 82.5%;
	background: #FFCC66;
	line-height: 1.4;
	
	background: #E40812 url(../img/header-bg.png?20110405) repeat-x 50% 0;
}

a img { border: none; }

a { color: #0066CC; }

.clearing { clear: both; }

.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

p {
	margin: 10px 0;
}

hr {
	background: #FFCC66;
	height: 2px;
	padding: 0;
	margin: 10px 0;
	border-top: 1px solid #FFEBC2;
	border-bottom: 1px solid #FFEBC2;
	border-left: none;
	border-right: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	clear: both;
}

#header, #main, #footer, #nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header-wrapper {
	background: url(../img/header.jpg?20110405) no-repeat 50% 0;
	height: 230px;
}

#footer-wrapper {
	background: #37B3E2 url(../img/footer-bg.png) repeat-x 50% 0;
	padding-top: 32px;
	border-bottom: 22px solid #008DC4;
	color: #FFF;
}

#footer {
	overflow: hidden;
}

#main-wrapper {
	background: #FFCC66;
}

#main {
	color: #000;
}

.sidebar {
	margin: 0 28px 0 16px;
}

.sidebar .button-holder {
	text-align: right;
	margin-bottom: 2px;
}



/* ============= Malo ================ */

.dp20,
.dp25,
.dp33,
.dp50,
.dp66,
.dp100{position: relative; float:left; display: inline; *margin-left:-0.04em;  } /* IE margin hack */

/* dp = div percet */

.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp66{width:66.66%;}
.dp100{width:100%;}
.clear{ clear:both;}

.fader {
	position: absolute;
	left: 0; top: 0;
	right: 0; bottom: 0;
	background: #FFF;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* ============= End Malo ================ */

h1, h2, h3 {
	font-family: 'Arial Rounded MT Bold', Arial;
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 180%;
	color: #333333;
	margin: 0;
	padding: 0px 14px 28px 14px;
}

#main {
	padding-top: 28px;
}

#main .dp66 h1 {
	padding: 0;
}

h1 strong {
	color: #DB0066;
}

h2 {
	font-size: 140%;
	color: #0082D6;
}

h3 {
	font-size: 120%;
}

a.pdf {
	display: block;
	min-height: 55px;
	padding-right: 64px;
	background: url(../img/pdf.png?20110407) no-repeat 100% 0;
}

a[href$=pdf]:not(.no-icon) {
	display: block;
	min-height: 55px;
	padding-left: 64px;
	padding-right: 0;
	background: url(../img/pdf.png?20110407) no-repeat 0 0;
}



.inner {
	padding: 0 14px;
}

.box {
	background: #FFDB94;
	padding: 14px;
	margin-bottom: 24px;
	
	color: #333333;
	
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: rgba(0,0,0,0.25) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 0 3px;
	behavior:url('htc/PIE.htc');
}

.box h2 {
	color: #D6186A;
	font-size: 180%;
}

.box hr {
	border-bottom: none;
	height: 0px;
	border-top-color: #FFE9BF;
}

.green h2 {
	color: #009900;
}



#header {
	height: 192px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header {
		height: 188px;
	}
}


#nav {
	position: relative;
	display: table;
	height: 54px;
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 90%;
	/*
	width: 980px;
	*/
	height: 30px;
	
	/*display: block;
	background: cyan;*/
}

#nav:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0; line-height: 0;
}

#nav ul {
	width: 100%;
	margin: 0; padding: 0;
	list-style: none;
	display: table-row;
}

#nav ul li {
	display: table-cell;
	padding: 0 7px;
	vertical-align: top;
	background: url(../img/menu-separator.png) no-repeat 0 -3px;
	/* height: 44px; 
	padding-top: 10px;*/
}

#nav ul li:first-child {
	background-image: none;
}

#nav ul li a, #nav ul li b {
	display: block;
	color: #003264;
	background: transparent;
	background: rgba(255,255,255,0.0);
	-pie-background: rgba(255,255,255,0.0);
	
	text-shadow: rgba(168,168,168,0.75) 2px 2px 3px;
	-moz-text-shadow: rgba(168,168,168,0.75) 2px 2px 3px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 8px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	z-index: 3;
	behavior:url('htc/PIE.htc');
}

#nav ul li b, #nav ul li a:hover {
	background: rgba(255,255,255,0.5);
	-pie-background: rgba(255,255,255,0.5);
	/*
	color: #FFF;
	*/
}







button {
	border: none;
	padding: 0;
}

a.button, button {
	text-decoration: none;
	cursor: pointer;
	background: #2A343E;
	font-family: 'Arial Rounded MT Bold', Arial;
	font-weight: bold;
	font-size: 140%;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 4px 12px;
	
	text-shadow: rgba(0,0,0,.75) 0px 0px 3px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	
	background: #E3659C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E3659C), to(#D6186A));
	background: -moz-linear-gradient(#E3659C, #D6186A);
	background: linear-gradient(#E3659C, #D6186A);
	-pie-background: linear-gradient(#E3659C, #D6186A);
	behavior:url('htc/PIE.htc');
}

a.button:hover, button:hover {
	color: #DCD6A7;
}

a.button:active, button:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1A232D), to(#37424C));
	background: -moz-linear-gradient(#1A232D, #37424C);
	background: linear-gradient(#1A232D, #37424C);
	-pie-background: linear-gradient(#1A232D, #37424C);
}

.green a.button, .green button {
	background: #37B249;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81C341), to(#00A650));
	background: -moz-linear-gradient(#81C341, #00A650);
	background: linear-gradient(#81C341, #00A650);
	-pie-background: linear-gradient(#81C341, #00A650);
}

.blue a.button, .blue button {
	background: #179DD1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#37B3E2), to(#008DC4));
	background: -moz-linear-gradient(#37B3E2, #008DC4);
	background: linear-gradient(#37B3E2, #008DC4);
	-pie-background: linear-gradient(#37B3E2, #008DC4);
}

.red a.button, .red button {
	background: #C90712;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E10915), to(#B1060F));
	background: -moz-linear-gradient(#E10915, #B1060F);
	background: linear-gradient(#E10915, #B1060F);
	-pie-background: linear-gradient(#E10915, #B1060F);
}

.yellow a.button, .yellow button {
	background: #FE8B0B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCAF17), to(#FF6700));
	background: -moz-linear-gradient(#FCAF17, #FF6700);
	background: linear-gradient(#FCAF17, #FF6700);
	-pie-background: linear-gradient(#FCAF17, #FF6700);
}

button.jumbo {
	height:59px;
	font-size:105%;
	line-height:1.1;
}

button.jumbo span {
	position: relative;
	top: -2px;
}

button.jumbo img {
	float:left;
	margin:-5px 5px 0 -15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button.jumbo span {
		position: relative;
		top: 0px;
	}
	button.jumbo span + br + span {
		top: 2px;
	}
}

/* ==================================== */

blockquote {
	color: #0082D6;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: 'Arial Rounded MT Bold', Arial;
	font-size: 111%;
}

#footer {
	font-family: 'Arial Rounded MT Bold', Arial;
	font-size: 100%;
	padding-bottom: 24px;
}

#footer h2 {
	color: #003366;
}

#footer ul {
	margin: 0; padding: 0;
	list-style: none;
}

#footer li {
	margin: 0; padding: 0;
	background: transparent;
}

#footer li a, #footer li b {
	color: #FFF;
	text-decoration: none;
}

.vcard {
}

.vcard .country-name {
	display: none;
}


/* --------------------- */

form {
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form .input {
	margin-bottom: 10px;
}

form .input label, form .radio legend {
	display: block;
	color: #0082D6;
	font-weight: bold;
}

form .checkbox label, form .radio label {
	display: inline-block;
	margin-right: 10px;
	color: #333333;
	font-weight: normal;
}

form .text input, form .password input, form textarea {
	width: 602px;
	border: 1px solid #ECBD5E;
	padding: 2px 4px;
}

form textarea.rich-text {
	width: 600px;
}

.error-message {
	color: #600;
	font-weight: bold;
	padding: 6px;
	background: #F66;
}

.input .mooeditable-container {
	background: #FFF;
	border: 1px solid #ECBD5E;
}

.input .mooeditable-container .mooeditable-ui-toolbar {
	background: #FFDB94;
}

.input .mooeditable-ui-button { 
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

button.js-calendar {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	padding: 0;
	background-color: #F00;
}

/* --------------------- */

form#ContactForm {
}

form#ContactForm .input {
	overflow: hidden;
	padding-bottom: 10px;
}

form#ContactForm label {
	float: left;
	width: 75px;
	
	padding-top: 2px;
}

form#ContactForm input, form#ContactForm textarea {
	border: 1px inset #267C9C;
	padding: 2px 4px;
	background: #FFDB94;
	width: 200px;
	
	border: 1px solid #E6B85C;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#footer form#ContactForm label {
	color: #FFF;
	text-shadow: rgba(0,0,0,0.75) 0px 0px 2px;
}

#footer form#ContactForm input, #footer form#ContactForm textarea {
	color: #FFF;
	background: url(../img/input-bg.png) repeat 0 0;
	border-top: 1px solid #1A7294;
	border-left: 1px solid #458EA9;
	border-bottom: 1px solid #69C2E4;
	border-right: 1px solid #82D7F6;
}

form#ContactForm .submit {
	padding-left: 75px;
}


/* --------------------- */


.frame {
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior:url('htc/PIE.htc');
}


.news-item-date {
	font-weight: bold;
	font-style: italic;
}

blockquote {
	/*
	padding-left: 25px;
	padding-top: 15px;
	background: url(../img/quote-faded.png) no-repeat 0 0;
	*/
	padding-left: 70px;
	padding-top: 0px;
	background: url(../img/quote.png) no-repeat 0 0;
	min-height: 64px;
}

.sidebar blockquote {
	background-image: url(../img/quote-sidebar.png);
	padding-left: 48px;
}

.sidebar .by {
	padding-left: 48px;
}

.by {
	font-weight: bold;
	font-style: italic;
	padding-left: 70px;
	
}

.edit-bar {
	overflow: hidden;
	font-size: 60%;
	padding: 5px 0;
}

.edit-bar a.button, .edit-bar button {
	float: left;
	margin-right: 10px;
}




a.block-schools {
	display: block;	position: relative;
	width: 283px; height: 283px;
	background: url(../img/home-box-schools.jpg) no-repeat 0 0;
	overflow: hidden;
}
a.block-parents {
	display: block;	position: relative;
	width: 283px; height: 283px;
	background: url(../img/home-box-parents.jpg) no-repeat 0 0;
	overflow: hidden;
}
a.block-welsh {
	display: block;	position: relative;
	width: 283px; height: 127px;
	background: url(../img/home-box-welsh.jpg) no-repeat 0 0;
	overflow: hidden;
}
a.block-tricky {
	display: block;	position: relative;
	width: 283px; height: 128px;
	background: url(../img/home-box-tricky.jpg) no-repeat 0 0;
	overflow: hidden;
}

a.block-schools span {
	position: absolute;
	left: 190px;
	top: 203px;
}
a.block-parents span {
	position: absolute;
	left: 191px;
	top: 203px;
}

a.block-welsh span {
	position: absolute;
	left: 203px;
	top: 54px;
}

a.block-tricky span {
	position: absolute;
	left: 203px;
	top: 45px;
}



/*
Button pos (x) : 0, 96
           (y) : 0, 85, 173, 265
*/

.sidebar a.box-schools {
	display: block;
	position: relative;
	width: 305px;
	height: 94px;
	background: url(../img/sidebar-boxes.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar a.box-schools span {
	position: absolute;
	left: 218px; top: 14px;
}

.sidebar a.box-parents {
	display: block;
	position: relative;
	width: 305px;
	height: 94px;
	background: url(../img/sidebar-boxes.jpg) no-repeat 0 -101px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar a.box-parents span {
	position: absolute;
	left: 218px; top: 10px;
}

.sidebar a.box-welsh {
	display: block;
	position: relative;
	width: 305px;
	height: 94px;
	background: url(../img/sidebar-boxes.jpg) no-repeat 0 -206px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar a.box-welsh span {
	position: absolute;
	left: 218px; top: 10px;
}

.sidebar a.box-tricky {
	display: block;
	position: relative;
	width: 305px;
	height: 94px;
	background: url(../img/sidebar-boxes.jpg) no-repeat 0 -311px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar a.box-tricky span {
	position: absolute;
	left: 218px; top: 14px;
}

.sidebar a.box-international {
	display: block;
	position: relative;
	width: 305px;
	height: 94px;
	background: url(../img/sidebar-box-international.jpg) no-repeat 0 0px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar a.box-international span {
	position: absolute;
	left: 218px; top: 14px;
}

.box-fader {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	background: #FFCC66;
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor:default;
}

span.card {
	display: block;
	width: 91px; height: 84px;
	background: url(../img/card-buttons.png) no-repeat 0 0;
	text-indent: -9999px;
}

span.pbg { background-position:   0px    0px; }
span.ybg { background-position: -96px    0px; }
span.bgy { background-position:   0px  -85px; }
span.pgy { background-position: -96px  -85px; }
span.ypb { background-position:   0px -173px; }
span.gpb { background-position: -96px -173px; }
span.gyp { background-position:   0px -265px; }
span.byp { background-position: -96px -265px; }

a:hover span.hpbg { background-position:   0px    0px; }
a:hover span.hybg { background-position: -96px    0px; }
a:hover span.hbgy { background-position:   0px  -85px; }
a:hover span.hpgy { background-position: -96px  -85px; }
a:hover span.hypb { background-position:   0px -173px; }
a:hover span.hgpb { background-position: -96px -173px; }
a:hover span.hgyp { background-position:   0px -265px; }
a:hover span.hbyp { background-position: -96px -265px; }


a.zoom {
}

a.zoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}





ul#tab-links {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #333;
	margin:0; padding: 0;
	margin-bottom: 10px;
}

ul#tab-links li {
	float: left;
	margin: 0 5px;
	padding: 0;
}

ul#tab-links li a {
	float: left;
	padding: 2px 4px;
	border: 1px solid #333;
	background: #FFDB94;
	position: relative;
	top: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

ul#tab-links li a.selected {
	background: #FFCC66;
	border-bottom-color: #FFCC66;
}



/* --------------------- */

.property-images-edit {
	list-style: none;
	margin: 0; padding: 0;
	vertical-align: bottom;
}

.property-images-edit li {
	vertical-align: bottom;
	display: inline-block;
	margin: 8px;
	border: 1px solid #DDDDDD;
	padding: 2px;
	position: relative;
	font-size: 80%;
	width: 160px;
	background: #FFF;
}

.property-images-edit li.moving {
	border-color: #000;
}

.property-images-edit li.deleting {
	border-color: #FAA;
}

.property-images-edit li.added {
	border-color: #0F0;
}

.property-images-edit li img {
	display: block;
	width: 160px;
	height: 128px;
	background: #FFF url(../img/throbber.gif) no-repeat 50% 50%;
}

.property-images-edit .text label {
	padding-top: 2px;
}

.property-images-edit .text input {
	width: 150px;
}

.property-images-edit li .progress {
	display: block;
	width: 160px;
	height: 64px;
	background: #FFF url(../img/throbber.gif) no-repeat 50% 20px;
	padding-top: 64px;
	text-align: center;
}

.fader {
	position: absolute;
	background: #FFF;
	z-index: 99;
	visibility: hidden;
}

/* --------------------- */


.simple-gallery {
	position: relative;
	/*
	left: 0; top: 0;
	width: 372px; height: 392px;
	*/
	overflow: hidden;
}

.simple-gallery .gallery-pane {
	position: relative;
	left: 0; top: 0;
	float: left;
	/*
	width: 372px; height: 392px;
	*/
}

.simple-gallery .gallery-pane img {
	display: block;
	position: static;
	left: 0; top: 0;
	/*
	width: 372px; height: 392px;
	*/
	
	
	border: 1px solid #E7B95C;
	background: #FFF;
	padding: 2px;
}

.simple-gallery .gallery-pane img + img {
	position: absolute;
	left: 0; top: 0;
	visibility: hidden;
}

.sidebar .gallery-thumb {
	float: right;
}

.sidebar .gallery-thumb img {
	border: 1px solid #E7B95C;
	background: #FFF;
	padding: 2px;
}


/* --------------------- */



.news-item {
	overflow: hidden;
	padding-bottom: 10px;
}

.gallery-news {
	float: left;
	margin: 0 10px 10px 0;
}



/* --------------------- */

.smaller {
	font-size: 80%;
}

.smaller h2 {
	font-size: 150%;
}

ul {
	list-style: none;
	margin: 0; padding: 0;
}

ul li {
	padding-left: 30px;
	margin-left: 0;
	background: url(../img/bullet-purple.png) no-repeat 0 1px;
	padding-bottom: 2px;
}

.blue ul li { background-image: url(../img/bullet-blue.png); }
.green ul li { background-image: url(../img/bullet-green.png); }
.red ul li { background-image: url(../img/bullet-red.png); }
.yellow ul li { background-image: url(../img/bullet-yellow.png); }


.sidebar ul li { background-image: url(../img/sidebar-bullet-purple.png); }

.purple h2, .purple h3, .purple table.simple th, .purple h1 strong {
	color: #DA2F79;
}

.sidebar .purple h3 {
	color: #D6186A;
}

.blue h2, .blue h3, .blue table.simple th, .blue h1 strong {
	color: #0082D6;
}

.sidebar .blue h3 {
	color: #D6186A;
}

.red h2, .red h3, .red table.simple th, .red h1 strong {
	color: #DF0915;
}

.sidebar .red h3 {
	color: #0082D6;
}

.green h2, .green h3, .green table.simple th, .green h1 strong {
	color: #00A34F;
}

.sidebar .green h3 {
	color: #D6186A;
}

.yellow h2, .yellow h3, .yellow table.simple th, .yellow h1 strong {
	color: #FF6600;
}

.sidebar .green h3 {
	color: #D6186A;
}

/* --------------------- */

h1 + .purchase-block {
	margin-top: 20px;
}

.purchase-block {
	overflow: hidden;
}

.purchase-block + hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.purchase-block h2 {
	background-color: #FFDB94;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px;
}

.purchase-block .overview {
	float: left;
	width: 248px;
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #FFEBC2;
	position: relative; left: 1px;
}

.purchase-block .price {
	font-size: 150%;
	margin-bottom: 10px;
}

.purchase-block .price big { font-size: 150%; }
.purchase-block .price small { font-size: 90%; }

.purchase-block .items {
	float: left;
	width: 320px;
	list-style: none;
	margin: 0; padding: 0;
	padding: 10px 10px 0px 10px;
	border-left: 1px solid #FFEBC2;
}

.purchase-block .item {
	/*overflow: hidden;*/
	display: block;
	background: transparent;
	padding: 0;
}

.purchase-block .item:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.purchase-block .item + .item {
	border-top: 1px solid #FFEBC2;
	padding-top: 9px;
}

.purchase-block .combo {
	padding-bottom: 0px;
}

.purchase-block .combo + .item {
	border-top: 3px double #E96E71;
}

.purchase-block .item .info {
	float: left;
	width: 140px;
	line-height: 1;
	color: #333333;
}

.purchase-block .item .info h3, .purchase-block .item .info p {
	margin: 0 0 1px 0;
}

.purchase-block .item .thumb {
	float: left;
	width: 80px;
	text-align: center;
}

.purchase-block .item .buy {
	font-size: 60%;
	float: left;
	width: 96px;
	text-align: right;
	padding: 2px;
}


.purchase-block.purple h2 { background-color: #DA2F79; }
.purchase-block.purple .price { color: #DA2F79; }
.purchase-block.purple h3 { color: #D92C76; }

.purchase-block.green h2 { background-color: #009B4A; }
.purchase-block.green .price { color: #00A650; }
.purchase-block.green h3 { color: #00A650; }

.purchase-block.red h2 { background-color: #DF0915; }
.purchase-block.red .price { color: #E10915; }
.purchase-block.red h3 { color: #E10915; }

.purchase-block.yellow h2 { background-color: #FCA413; }
.purchase-block.yellow .price { color: #FF6600; }
.purchase-block.yellow h3 { color: #FF6600; }

.purchase-block.blue h2 { background-color: #2FADDD; }
.purchase-block.blue .price { color: #000066; }
.purchase-block.blue h3 { color: #008DC4; }



a.read-more {
	font-size: 80%;
}

.testimonials-main a.read-more {
	margin-left: 70px;
}

.testimonials-main .edit-bar {
	margin-left: 70px;
}


.dp66 .address {
}

.dp66 .address br {
	display: none;
}

.address img.logo {
	position: absolute;
	right: 0; bottom: 0;
}


.expanded {
	display: none;
}

table.simple {
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

table.simple td, table.simple th {
}

table.simple th { text-align: left; font-weight: bold; }
table.simple td { text-align: left; font-weight: normal; }


.video-holder {
	text-align: center;
	background: #FFDB94;
}

.video-holder a {
	text-decoration: none;
	font-size: 90%;
}

.video-holder img {
	display: block;
}

.pages {
	overflow: hidden;
	position: relative;
	padding-left: 150px;
	padding-right: 150px;
	font-size: 90%;
}

.pages .counter {
	position: absolute;
	right: 0; top: 0;
}

.pages .numbers {
	position: absolute;
	left: 0; top:0;
}

.pages .prev-next {
	text-align: center;
}

table.responses {

	border-collapse: collapse;
}

table.responses tr {
	vertical-align: top;
}

table.responses td, table.responses th {
	border: 1px solid #666;
	padding: 2px 5px;
}

table.responses td.date {
	white-space: nowrap;
}
