/**
 * Ashmore CSS
 *
 * @filename screen.css
 * @author Matt Hamm
 * @author Norbert Laposa
 * @author Oliver Rowlands
 * @date 2006-12-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.3em;
}
p {
	margin: 0 0 1em 0;
}
img {
	border: 0;
}
body.twoColumns {
	background: url(../img/fade_background.jpg) no-repeat bottom left;
}
body.oneColumn {
	background: url(../img/fade_background_singleCol.jpg) no-repeat bottom left;
}
#wrapper {
	width: 934px;
}

/**
 * Headers
 */
h1, 
h2, 
h3, 
h4, 
h5 {
	color: #002D48;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	margin: 0 0 1em 0;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a {
	text-decoration: none;
	color: #002D48;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover {
	text-decoration: none;
	color: #3156A6;
}
h1 {
	font-weight: normal;
	font-size: 180%;
}
h2,
h3 {
	background: url(../img/dashes.gif) repeat-x bottom left;
	font-weight: normal;
	font-size: 135%;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.7em 0;
}
h3 {
	color: #333333;
	font-size: 120%;
}
h3.wide {
	background: url(../img/dashes_long.gif) no-repeat bottom left;
}
h5, h4 {
	font-size: 120%;
}

/**
 * Divider
 */
div.divider {
	clear: both;
	margin: 1em 0;
	height: 1px;
	background: url(../img/dashes_long.gif) repeat-x;
}
div.divider hr {
	display: none;
}

/**
 * Lists
 */
ul {
	margin: 0 0 1.5em 0;
}
ul ul {
	margin: 0.5em 0 0.2em 0;
}
ul li {
	list-style-type: none;
	background: transparent url(../img/bullet.gif) no-repeat 0 0.3em;
	padding: 0 0 0 15px;
	margin: 0 0 0.7em 0;
}
ol {
	margin: 0 0 1em 2em;
}
ol li {
	margin: 0 0 0.7em 0;
}

/**
 * Styles
 */
.small,
.bodytext .detail {
	font-size: 80%;
	line-height: normal;
}
.pdf {
	background: transparent url(../img/icon-pdf.gif) no-repeat top left;
	padding: 0 0 0 25px !important;
}
.website {
	background: transparent url(../img/icon-website.gif) no-repeat top left;
	padding: 0 0 0 25px !important;
}
.arrow {
	background: transparent url(../img/arrow_right.gif) no-repeat 0 0.4em;
	padding: 0 0 0 15px !important;
}
.top {
	background: transparent url(../img/arrow_up.gif) no-repeat 0 0.4em;
	padding: 0 0 0 15px !important;
}
p.disclaimer {
	font-family: Times New Roman, serif;
	font-size: 115%;
}

/**
 * Logo
 */
#logo {
	background: url(../img/logo.jpg) no-repeat top left;
	width: 146px;
	height: 45px;
	position: absolute;
	top: 110px;
	left: 34px;
}
#logo a {
	display: block;
	width: 146px;
	height: 45px;
	text-decoration: none;
}
#logo span {
	visibility: hidden;
}
#imageContainer {
	background:  #CCCCCC url(../img/slideshow/mainImage_rio.jpg) top left;
}

/**
 * PDF icon List
 */
ul.action-items  {
	padding-left: 20px;
	margin-top: 10px;
}
ul.action-items li {
	list-style-type: none;
	background: url(../img/icon-pdf.gif) no-repeat top left;
	padding: 0 0 0 25px;
}
ul.action-items li a {
	text-decoration: none;
}
ul.action-items li a:visited {
	text-decoration: none;
}
p.price span.change.up {
	background: url(../img/arrow_up.gif) no-repeat 0 3px;
}
p.price span.change.down  {
	background: url(../img/arrow_down.gif) no-repeat 0 3px;
}
p.price span.change.up,
p.price span.change.down  {
	padding-left: 13px;
}

/**
 * Content layout
 */
a {
	color: #002D48;
}
a:hover {
	color: #3156A6;
}
#col1 {
	background: url(../img/leftColBackground_short3.jpg) no-repeat;
	width: 221px;
	height: 1054px;
	float: left;
}
#col2 {
	float: left;
	width: 710px;
}
#content {
	padding-top: 262px;
}
#contentCol1 {
	float: left;
	width: 478px;
	margin: 0;
	padding: 0;
}
#contentCol1_wide {
	margin: 0;
	padding: 0;
}
body.twoColumns #contentCol1_wide {
	width: 710px;
}
#contentCol2 {
	position: absolute;
	left: 705px;
	top: 262px;
	width: 230px;
	margin: 0;
	padding: 0;
	height: auto;
}
.contentCol2padding {
	padding: 20px;
}
.mainContent {
	margin: 0 0 25px 0;
}
.col_a p {
	padding: 0 0 10px 0;
	margin: 0;
}
.col_bc {
	clear:both;
	border: 1px solid #FFFFFF;
}
.col_b {
	width: 180px;
	float: left;
}
.col_c {
	width: 180px;
	float: right;
}

/**
 * Header
 */
#header {
	width: 710px;
	height: 196px;
	position: absolute;
	top: 35px;
	background: url(../img/mainImage_background.gif) no-repeat top left;
}

/**
 * Box
 */
.box {
	width: 223px;
	margin: 0 0 20px 0;
	line-height: normal;
}
.boxForm {
	margin-top: 7px;
}
.box input {
	margin: 0 0 10px 0;
}
.loginButton  {
	width: 100px!important;
}
a.button.login, button.login {
	background: url(../img/button_login.gif) no-repeat;
	width: 69px;
	height: 22px;
	border: 0;
	margin: 0;
}
button.login span {
	display: none;
}
.box button span {
	display: none;
}
.box input.text {
	width: 170px;
}
#loginorregister {
	height: 25px;
	clear: both;
}
#login01, #register01 {
	width: 75px;
	float: left;
}
.boxtop {
	background: url(../img/box_top.gif) no-repeat top left;
	height: 13px;
}
.boxmiddle {
	background: url(../img/box_middle.gif) repeat-y top left;
	padding: 0 15px;
	width: 195px;
}
.boxmiddle p {
	clear: both;
	margin-bottom: 0;
}
.boxbottom {
	background: url(../img/box_bottom.gif) no-repeat top left;
	height: 13px;
}
.padding {
	padding: 0 20px 0 27px;
}
#login {
	width: 710px;
	height: 20px;
	position: absolute;
	top: 15px;
	text-align: right;
	color: #666666;
}
#login a {
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
}
#login a:hover {
	color: #3156a6;
}
#imageContainer {
	width: 696px;
	height: 165px;
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 0;
}

/**
 * Navigation
 */
#primaryNavigation {
	position: absolute;
	top: 260px;
	width: 220px;
	line-height: 1.2em;
	font-size: 95%;
}
#primaryNavigation ul {
	margin: 10px 0 0 13px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#primaryNavigation ul li {
	list-style-type: none;
	background: url(../img/dashesNav.gif) repeat-x bottom left;
	display: block;
	width: 195px;
	padding: 5px 0 8px 0;
	margin: 0 0 0 0;
}
#primaryNavigation ul li a {
	text-decoration: none;
	color: #012C46;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
	background: url(../img/bulletBlue.gif) no-repeat top left;
}
#primaryNavigation ul ul {
	font-size: 80%;
}
#primaryNavigation ul ul ul {
	font-size: 100%;
}
#primaryNavigation ul li a:hover, 
#primaryNavigation ul li a.active {
	background: url(../img/bulletBlue_hover.gif) no-repeat top left;
	color: #3156A6;
}
#primaryNavigation ul ul {
	padding: 0;
	color: #333333;
}
#primaryNavigation ul ul li {
	background: none;
	padding: 0 0 8px 0;
}
#primaryNavigation ul ul li a {
	background: none;
	padding: 0 0 0 8px;
	margin: 0;
	color: #666666;
}
#primaryNavigation ul ul li a:hover, #primaryNavigation ul ul li a.active {
	background: none;
}
#primaryNavigation ul.extraNavigation {
	margin-top: 30px;
}

/**
 * Footer navigation
 */
#footerNavigation {
	clear: both;
	text-transform: uppercase;
	background: url(../img/dashes_long.gif) repeat-x top left;
	padding: 2em 0;
	margin: 0.5em 0 0 0;
}
#footerNavigation ul {
	margin: 0;
	padding: 0;
}
#footerNavigation ul li {
	display: inline;
	background-image: none;
	padding: 0;
	font-size: 90%;
	margin: 0 20px 0 0;
}
#footerNavigation ul li a {
	text-decoration: none;
	color: #012c46;
}
#footerNavigation ul li a:hover,
#footerNavigation a.active {
	text-decoration: none;
	color: #3156a6;
}

/**
 * Pagination
 */
#loginorregister {
	color: #666666;
	text-decoration: none;
}
#loginorregister a:hover {
	color: #3156A6;
}
div.footerDisclaimer {
	font-size: 90%;
	line-height: 110%;
	color: #666666;
}
#credit {
	color: #666666;
	font-size: 80%;
	padding: 0 0 0 0;
	margin: 0;
	width: 230px;
	height: 20px;
	float: left;
}
#credit a {
	color: #666666;
	text-decoration: none;
}
#credit a:hover {
	color: #3156A6;
	text-decoration: underline!important;
}
#contentCol2 .csc-textpic-image,
#contentCol2 .csc-textpic-single-image {
	background: #FFFFFF;
	border: 1px solid #C7D2D9;
	padding: 11px;
	margin: 0 0 10px 0;
	position: relative;
	right: 10px;
}

/**
 * Accordion
 */
ul.accordion {
	color: #002D48;
}
ul.accordion ul {
	color: #333333;
}
ul.accordion li.active,
ul.accordion li:hover {
	cursor: pointer;
	color: #3156A6;
}
ul.accordion ul {
	font-size: 95%;
}

/**
 * Form elements
 */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #F8F8F8;
}
legend {
	font-weight: bold;
	color: #012c46;
	padding: 0;
	margin: 0;
}
label {
	float: left;
	width: 10em;
}
#form input {
	width: 200px;
}
textarea {
	width: 300px;
	height: 100px;
}
fieldset.questionaire textarea {
	width: 350px;
	height: 40px;
}
p.question {
	margin: 0 0 3px 0;
	padding: 0;
}
p.textarea {
	margin: 0 0 14px 0;
	padding: 0;
}
.termsText {
	width: 375px!important;
	height: 200px!important;
}
input[type="text"] {
	width: 200px;
}
input.checkbox, 
input.submit {
	width: auto;
}
input.radio {
	float: left;
	margin: 0;
	padding: 0;
}
.radio {
	width: 15px!important;
	margin: 0;
	margin-right: 5px!important;
	padding: 0;
}
input:focus, textarea:focus {
	background: #FFFFCC;
}
input.text,
input[type="text"], 
textarea,
select {
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#monthOfBirthLabel, 
#yearOfBirthLabel {
	text-indent: -1000em;
	width: 0;
}
input#dateOfBirth {
	width: 3em;
	margin-right: 0.5em;
}
input#monthOfBirth {
	width: 10em;
	margin-right: 0.5em;
}
input#yearOfBirth {
	width: 5em;
}
#loginorregister input {
	margin: 0;
	padding: 0;
}
div.news-latest-container {
	padding: 10px 20px 10px 20px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.news-list-date, .news-latest-date {
	margin: 0;
	padding: 0;
}
.newsListItem, .news-latest-item {
	margin-top: 10px;
	background: transparent url(../img/dashes_long.gif) no-repeat bottom left;
	text-align: left;
}
#contentCol2 .news-latest-item h3 {
	margin: 0;
	padding: 0;
}
.cta, .news-latest-morelink {
	padding-bottom: 15px;
	font-size: 80%;
}
.news-latest-morelink a:link {
	text-decoration: underline;
}
.news-latest-item a:link {
	text-decoration: none;
	font-size: 90%;
}
.news-list-category {
	font-size: 80%;
	margin-bottom: 10px;
}
.news-latest-gotoarchive {
	display: none;
}

/**
 * Table stuff
 */
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 25px;
}
th {
	text-align: center;
}
th, td {
	padding: 5px;
	vertical-align: top;
}
th p,
td p {
	font-size: 100%;
	margin: 0;
}
thead {
	background: url(../img/table_header_background.gif) repeat-x;
}
.indicative_prices thead  {
	background: url(../img/table_header_background_gry.gif) repeat-x;
	margin-top: 30px;
}
table.fund_price td, .indicative_prices td  {
	text-align: right;
}
table.fund_price td.td-0, table.indicative_prices td.td-0 {
	text-align: left;
}
th {
	font-weight: bold;
	color: #FFFFFF;
}
.priceAlign {
	text-align: right;
}
.ashmore_share_price_detail table tr td {
	border: 1px solid #EBEBEB;
}
.ashmore_share_price_detail table thead {
	color: #FFFFFF;
}
col {
	border-right: 1px solid #CCCCCC;
}
col#seven {
	border: none;
}
tr.tr-odd td {
	background-color: #EDF5FF;
}
.indicative_prices tr.tr-odd td {
	background-color: #E9E9E9;
}
div.teaser {
	clear: both;
	margin-bottom: 5px;
}
div.teaser h3 a {
	text-decoration: none;
}
a.button {
	display: block;
	width: 99px;
	height: 25px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
a.button span {
	display: none;
}
a.button.disagree {
	background-image: url(../img/button_disagree.png);
}
a.button.agree {
	background-image: url(../img/button_agree.png);
}
a.button.certify {
	background-image: url(../img/button_icertify.gif);
}
a.button.confirm {
	background-image: url(../img/button_confirm.gif);
}
a.button.decline {
	background-image: url(../img/button_decline.gif);
}
a.button.update {
	width: 169px;
	height: 25px;
	background: url(../img/button_update.png);
}
a.button.notupdate {
	width: 128px;
	height: 25px;
	background: url(../img/button_notupdate.png);
}
div.csc-header {
	clear: both;
}
div.ashmore_rns .date {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
div.ashmore_rns p.subject {
	padding: 0;
	margin: 0 0 15px 0;
}
div.ashmore_rns div.list h2 {
	display: none;
}
div.ashmore_rns div.list {
	margin-top: 20px;
}
div.ashmore_rns div.list .date{
	float: left;
	width: 80px;
}
div.ashmore_rns div.list .subject{
	padding-left: 90px;
}
div.ashmore_share_price_info span.bid, div.ashmore_share_price_info span.currency {
	font-weight: bold;
}
div.ashmore_rns_detail pre {
	font-size: 12px;
	line-height: 110%;
}
div.row {
	padding: 10px 0;
	clear: both;
}
div.row label {
	font-size: 90%;
}
div.nx_messages {
	font-size: 90%;
	margin: 0 0 1em 0;
	border: 1px solid #FFDF66;
	background-color: #FEFFC6;
	padding: 10px;
}
div.nx_messages span.nx_error_msg {
	background: transparent url(..//img/watchdog-warning.png) no-repeat top left;
	padding-left: 25px;
}
button {
	background: #013D62;
	color: #FFFFFF;
	font-weight: bold;
	border: outset 2px black;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
button span {
	padding: 2px 5px;
	margin: 0;
}

/**
 * Disclaimer pop-up
 */
.disclaimerHighlight {
	background: #FFFFFF url(../img/gradiant_highlight.jpg) repeat-x;
	padding: 15px;
	margin: 15px;
	border: 1px solid #CCCCCC;
	color: #002D48;
	font-size: 110%;
	font-weight: bold;
}
.disclaimerHighlight div {
	height: 5em;
}
div.disclaimerHighlights div.disclaimerHighlight {
	background-image: none;
	border-width: 0;
	width: 33%;
	float: left;
	padding: 0;
	margin: 0;
}
div.disclaimerHighlights div.disclaimerHighlight div {
	background: #FFFFFF url(../img/gradiant_highlight.jpg) repeat-x;
	border: 1px solid #CCCCCC;
	width: auto;
	height: 60px;
	padding: 10px;
	margin: 15px 17px 15px 0;
}
.disclaimer {
	background: #FFFFFF;
}
.disclaimerWrap {
	padding: 20px;
}
.disclaimerBoxWrap h1 {
	padding: 0;
	margin: 0;
}
.disclaimerBox {
	background-color: #F0F0F0;
	width: 680px;
	height: 433px;
	border: 1px solid #F3F3F3;
}
.disclaimerBoxWrap {
	padding: 15px;
}
.disclaimerIntro {
	color: #C30D0A;
	font-size: 90%;
	margin-top: 0;
}
.disclaimerIntro p {
	margin-bottom: 0;
	margin-top: 0;
}
.disclaimer_text {
	margin: auto;
	background-color: #FFFFFF;
	width: 628px;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
.disclaimerTextWrap {
	padding: 5px 15px 15px 15px;
}
.disclaimerButtons {
	clear: both;
	height: 30px;
	float: right;
	padding: 0;
	margin: 0;
}
div.twoColLayout div.disclaimerButtons {
	clear: none;
	float: none;
	width: 80%;
	padding: 40px 0 0 0;
	border: 1px solid red;
}
.buttonDisclaim {
	float: right;
	width: 100px;
	margin-right: 16px;
}
.disclaimer .columnTwo,
.disclaimer .columnOne {
	margin: 0;
	padding: 0;
}
.news-single-files,
.news-single-category,
.news-single-backlink {
	font-size: 75%;
}
.news-single-files img {
	margin-right: 10px;
}

/**
 * Three column layout
 */
div.threeColLayout {
	clear: both;
}
div.threeColLayout ul {
	padding: 0;
	margin: 5px 0 0 15px;
	font-size: 85%;
	line-height: normal;
}
div.threeColLayout ul li {
	margin: 0 0 0 5px;
}
div.threeColLayout p {
	padding: 0 0 0 15px;
}
div.threeColLayout div.columnOne, div.threeColLayout div.columnTwo {
	padding-right: 12px;
	float: left;
	width: 200px;
}
div.threeColLayout div.columnThree {
	padding-right: 0;
	float: right;
	width: 200px;
}
div.threeColLayout div.columnOne,
div.threeColLayout div.columnTwo,
div.threeColLayout div.columnThree {
	width: 195px;
	height: 279px;
	background: url(../img/highlightBox.gif) no-repeat;
	margin: 0 0 20px 0;
}
div.threeColLayout div.columnOne {
	margin-right: 20px;
}
div.threeColLayout .columnWrap {
	padding: 20px;
}
div.threeColLayout a.button.register span, button.register span {
	display: inline;
	font-size: 90%;
	visibility: hidden;
}
div.threeColLayout a.button {
	text-decoration: none;
}
a.button.register, button.register {
	background: url(../img/button_register.gif) no-repeat;
	margin: 15px 0 0 0;
	width: 89px;
	height: 20px;
}
button.register {
	border: 0;
}

/**
 * Two column layout
 */
div.twoColLayout {
	clear: both;
}
div.twoColLayout div.columnOne {
	float: left;
	width: 49%;
}
div.twoColLayout div.columnTwo {
	float: right;
	width: 49%;
}

/**
 * News feed
 */
div.ashmore_share_price_info {
	padding-top: 20px;
}
dl.news-single-files dt {
	float: left;
}
div.news-single-backlink {
	padding-top: 30px;
}

/**
 * RRD
 */
#PnlMainContainer tr.Table1_HeaderRow {
	display: none;
}
#PnlMainContainer td {
	background: transparent url(../img/dashesNav.gif) repeat-x bottom left;
	padding: 10px 5px;
	
}
#PnlMainContainer td.Table1_TopRow_Cell1,
#PnlMainContainer td.Table1_TopRow_Cell2 {
    background: transparent url(../img/table_header_background.gif) repeat-x top left;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
}
#PnlMainContainer td.Table1_LinkCell {
	text-align: center;
}
#PnlMainContainer td.Table1_TopRow_Cell2 {
	text-align: center;
}

/**
 * Workspace preview
 */
#preview {
	position: fixed;
	opacity: 0.8;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 7px 5px 8px 30px;
	background: #E2F9E3 url(../img/tick.gif) no-repeat 7px 7px;
	border-top: 2px solid #99CC99;
	color: #006600;
	text-align: left;
	font-size: 90%;
}

/**
 * Slideshow
 */
#mySlideshow {
	width: 696px;
	height: 165px;
	z-index:5;
}
.jdSlideshow {
	display: none;
	overflow: hidden;
	position: relative;
}
.jdSlideshow img {
	border: 0;
	margin: 0;
}
.jdSlideshow .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
.jdSlideshow .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}
.jdSlideshow .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #FFFFFF;
	text-indent: 0;
}
.jdSlideshow .slideInfoZone h2 {
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}
.jdSlideshow .slideInfoZone p {
	padding: 0;
	font-size: 70%;
	margin: 2px 5px;
	color: #EEEEEE;
}
.jdSlideshow a {
	text-decoration: none;
	color: inherit;
}
.jdSlideshow a.right, .jdSlideshow a.left {
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
* html .jdSlideshow a.right,
* html .jdSlideshow a.left {
	filter:alpha(opacity=50);
}
.jdSlideshow a.right:hover, .jdSlideshow a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.jdSlideshow a.left {
	left: 0;
	top: 0;
}

/**
 * Video
 */
div.video {
	padding: 5px;
	margin: 20px 0 0 0;
	width: 640px;
	background-color: #F0F0F0;
}

/**
 * Smartphones
 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	#TB_overlay {
		display: none;
	}
	#TB_window,
	#TB_ajaxContent {
		width: 100% !important;
		height: 190em !important;
		margin: 0 !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		border-width: 0 !important;
	}
	#TB_ajaxContent.TB_modal {
		padding: 0 !important;
	}
	.disclaimer_text,
	.disclaimerBox {
		overflow-y: visible;
		height: auto;
		width: auto;
	}

}

/**
 * Tablets
 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	#TB_overlay {
		display: none;
	}
	#TB_window,
	#TB_ajaxContent {
		width: 100% !important;
		height: 200em !important;
		margin: 0 !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		border-width: 0 !important;
	}
	#TB_ajaxContent.TB_modal {
		padding: 0 !important;
	}
	.disclaimer_text,
	.disclaimerBox {
		overflow-y: visible;
		height: auto;
		width: auto;
	}
	
}
