/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}




/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/*
Grids CSS without yui-3 namespace
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0pr1
build: 2430
*/
.grid {
    letter-spacing: -0.31em; /* webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
}

.unit, .unit-1, .unit-1-2, .unit-1-3, .unit-2-3, .unit-1-4, .unit-3-4, .unit-1-5, .unit-2-5, .unit-3-5, .unit-4-5, .unit-1-6, .unit-5-6, .unit-1-8, .unit-3-8, .unit-5-8, .unit-7-8, .unit-1-12, .unit-5-12, .unit-7-12, .unit-11-12, .unit-1-24, .unit-5-24, .unit-7-24, .unit-11-24, .unit-13-24, .unit-17-24, .unit-19-24, .unit-23-24 {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.unit-1 {display: block;}
.unit-1-2 {width: 50%;}
.unit-1-3 {width: 33.33333%;}
.unit-2-3 {width: 66.66666%;}
.unit-1-4 {width: 25%;}
.unit-3-4 {width: 75%;}
.unit-1-5 {width: 20%;}
.unit-2-5 {width: 40%;}
.unit-3-5 {width: 60%;}
.unit-4-5 {width: 80%;}
.unit-1-6 {width: 16.656%;}
.unit-5-6 {width: 83.33%;}
.unit-1-8 {width: 12.5%;}
.unit-3-8 {width: 37.5%;}
.unit-5-8 {width: 62.5%;}
.unit-7-8 {width: 87.5%;}
.unit-1-12 {width: 8.3333%;}
.unit-5-12 {width: 41.6666%;}
.unit-7-12 {width: 58.3333%;}
.unit-11-12 {width: 91.6666%;}
.unit-1-24 {width: 4.1666%;}
.unit-5-24 {width: 20.8333%;}
.unit-7-24 {width: 29.1666%;}
.unit-11-24 {width: 45.8333%;}
.unit-13-24 {width: 54.1666%;}
.unit-17-24 {width: 70.8333%;}
.unit-19-24 {width: 79.1666%;}
.unit-23-24 {width: 95.8333%;}
@font-face {
    font-family: 'Museo300';
    src: url('/fonts/museo_300-webfont.eot');
    src: url('/fonts/museo_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museo_300-webfont.woff') format('woff'),
         url('/fonts/museo_300-webfont.ttf') format('truetype'),
         url('/fonts/museo_300-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('/fonts/museo_500-webfont.eot');
    src: url('/fonts/museo_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museo_500-webfont.woff') format('woff'),
         url('/fonts/museo_500-webfont.ttf') format('truetype'),
         url('/fonts/museo_500-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('/fonts/museo_700-webfont.eot');
    src: url('/fonts/museo_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museo_700-webfont.woff') format('woff'),
         url('/fonts/museo_700-webfont.ttf') format('truetype'),
         url('/fonts/museo_700-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500';
    src: url('/fonts/museosans_500-webfont.eot');
    src: url('/fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museosans_500-webfont.woff') format('woff'),
         url('/fonts/museosans_500-webfont.ttf') format('truetype'),
         url('/fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500Italic';
    src: url('/fonts/museosans_500italic-webfont.eot');
    src: url('/fonts/museosans_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museosans_500italic-webfont.woff') format('woff'),
         url('/fonts/museosans_500italic-webfont.ttf') format('truetype'),
         url('/fonts/museosans_500italic-webfont.svg#MuseoSans500Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*HTML Elements*/
html {height: 100%; background: #fff url(/img/portal/html.jpg);}
body {height: 100%; margin: 0; padding: 0; font: 13px/1.231 Verdana, Geneva, sans-serif; background: url(/img/portal/body.jpg) repeat-x center top; color: #333333;}
a {color: #727B82; text-decoration: none;}
a:hover {}
h1, h2, h3, h4 {font-family: Museo700, sans-serif; font-weight: normal; margin-top: 0;}
h1 a, h2 a, h3 a, h4 a {}
h1 {font-size: 36px;}
h3 {font-size: 16px; margin-bottom: 13px;}
input, textarea, select {font: 13px/1.231 Verdana, Geneva, sans-serif; color: #333333;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
table {width: 100%;}
table td {border-width: 2px thin; border-style: solid; border-color: #E8DEC2;}

/* Elements */
.grid .content {padding: 0 10px;}
.hidden {display: none;}

/* Menu */
.menu {margin: 0;}
.menu li {list-style: none; margin: 0;}
.menu li a {display: block;}

.icons {float: left; margin: 0;}
.icons li {float: left; list-style: none; margin-right: 10px; line-height: normal;}
.icons a {float: left; display: block; height: 17px; width: 17px; overflow: hidden; text-indent: -10000px;}

/* Document */
.doc-wrap {min-height: 100%;}
.doc-container {width: 980px; margin: 0 auto;}

.top-bar {height: 41px; padding: 5px 0 0; background: url(/img/portal/top-bar.jpg) repeat-x center top; font: 14px Museo300, sans-serif; color: #F9F4E8; text-shadow: 0 -1px #000;}
.top-bar input {font: 14px Museo300, sans-serif; color: #F9F4E8; text-shadow: 0 -1px #000;}
.top-bar a {color: #fff;}
.top-bar a:hover, .top-bar .selected {color: #E31B23;}
.top-bar .option {height: 20px; padding-top: 7px;}
.top-bar .social {margin-left: 100px; height: 23px; padding-top: 4px;}
.top-bar .social .twitter {margin-right:15px;}
.top-bar .currency {width: 375px; margin-left: 16px; padding-left: 31px; background: url(/img/portal/top-bar-currency.jpg);}
.top-bar .currency .rate {margin: 0 13px 0 5px;}
.top-bar .currency .profile {margin-right: 8px;}
.top-bar .languages {width: 182px; margin-left: 22px; text-align: center; background: url(/img/portal/top-bar-languages.jpg);}
.top-bar .languages .selected {color: #8CC641;}
.top-bar .languages a:hover {color: #8CC641;}
.top-bar .search {height: 28px; margin-left: 21px; padding: 0; background: url(/img/portal/top-bar-search.jpg);}
.top-bar .search input {width: 135px; height: 28px; padding: 0 12px; border: 0; background: none; color: #fff; text-align: right; line-height: 28px;}

/* Header */
.doc-header {position: relative; width: 729px; padding: 23px 0 0 259px; min-height: 162px;}
.doc-header .logo {display: block; position: absolute; top: 23px; left: 0;}
.doc-header nav ul {min-height: 110px; padding: 0 11px; background: url(/img/portal/menu.gif) repeat-y;}
.doc-header nav ul a {width: 195px; padding: 3px 13px; color: #42210B; font-family: MuseoSans500, sans-serif;}
.doc-header nav ul a:hover, .doc-header nav ul .selected {background: #961812; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-decoration: none; color: #F9F4E8; -moz-box-shadow: 0px 1px 0px #fff; -webkit-box-shadow: 0px 1px 0px #fff; box-shadow: 0px 1px 0px #fff;}

/* Body */
.doc-body {padding: 32px 0 60px; width: 1000px !important;}

.doc-body a {font-family: MuseoSans500, sans-serif;}
.doc-body a:hover {text-decoration: underline;}
.doc-body h1 a, .doc-body h2 a, .doc-body h3 a {font-family: Museo700, sans-serif;}
.doc-body h1 a:hover, .doc-body h2 a:hover, .doc-body h3 a:hover {text-decoration: none;}
.doc-body h3, .doc-body h3 a {color: #961812;}

.doc-body .read-more {font-style: italic; color: #961812;}
.doc-body .slideshow-view {padding-top: 370px;}
.doc-body .text-element a {font-size: 14px;}
.doc-body .text-element h3, .doc-body .text-element h3 a {font-size: 16px;}
.doc-body .view-all {text-align: right; padding-bottom: 10px;}
.doc-body .list {margin: 0; margin-bottom: 5px;}
.doc-body .list li {list-style: none; list-style-image: none; margin-bottom: 25px; background: url(/img/portal/hr.gif) repeat-x left bottom;}
.doc-body .list time, .doc-body .list .category {margin-top: 3px; font-size: 11px; color: #918B7A;}
.doc-body .list header {margin-bottom: 13px;}
.doc-body .list header h3 {margin: 0 10px 0 0;}
.doc-body .list .last {background: none;}
.doc-body .list li.grid {padding-bottom: 10px;}

.doc-body .items-list li {overflow: hidden; margin-bottom: 17px; padding-bottom: 5px;}
.doc-body .items-list .read-more {display: inline-block; position: relative; top: -10px;}

/* Aside */
.doc-body aside {width: 253px; padding: 0 17px 0 10px; font: 14px MuseoSans500, sans-serif;}
.doc-body aside a:hover {text-decoration: none;}
.doc-body aside h1 {margin-bottom: 15px; font-size: 24px;}
.doc-body aside .menu {font-size: 14px; padding-bottom: 13px; background: url(/img/portal/hr.gif) repeat-x left bottom; text-align: right;}
.doc-body aside .menu a {padding: 5px 12px;}
.doc-body aside .menu a:hover, .doc-body aside .menu .selected {background: rgb(249, 244, 232); background: rgba(249, 244, 232, .6); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #961812;}
.doc-body aside .widget {margin-bottom: 26px;}
.doc-body aside .button {width: 221px; height: 89px; padding: 14px 16px 0 16px;}
.doc-body aside .gray-skin {background: url(/img/portal/widgets.png) no-repeat 0 -104px; color: #fff; text-shadow: 0 -1px #849094;}
.doc-body aside .green-skin {background: url(/img/portal/widgets.png) no-repeat 0 0; color: #fff; text-shadow: 0 -1px #79A74B;}

.doc-body aside .chat {display: block; width: 113px; height: 89px; padding: 14px 124px 0 16px;}
.doc-body aside .online {background-position: 0 -208px;}
.doc-body aside .offline {background-position: 0 -312px;}

.doc-body aside .newsletter h1 {margin-bottom: 1px;}
.doc-body aside .newsletter form {height: 22px; margin-top: 4px; padding: 3px; background: #fff;}
.doc-body aside .newsletter input {width: 133px; height: 100%; border: 0; font: 14px MuseoSans500, sans-serif;}
.doc-body aside .newsletter .submit {width: 77px; margin-left: 5px; background-position: 0 -417px; cursor: pointer; text-align: center; color: #fff; line-height: 22px;}

.doc-body aside .question {display: block; height: 89px; padding: 14px 14px 0 16px; text-align: center;}
.doc-body aside .question a {color: #FFFFFF;}
 
/* Main */
.main ul {margin-left: 47px;}
.main li {margin-bottom: 15px; list-style-image: url(/img/portal/li-bullet.gif);}
.main blockquote {padding: 24px 0 24px 92px; background: url(/img/portal/quote.png) no-repeat; font-style: italic; color: #4D4D4D;}

.doc-body .main {width: 720px; position: relative;}
.doc-body .main .page-title {position: absolute; top: -67px; left: -27px; width: 694px; height: 49px; padding: 0 26px 0 22px; background: url(/img/portal/headings.png) no-repeat; color: #fff; text-shadow: 0 1px #000; line-height: 49px; text-align: right;}
.doc-body .main .page-title a, .doc-body .main .subtitle a, .doc-body .main .subtitle span {color: #fff;}
.doc-body .main .subtitle {background: rgb(249, 244, 232); background: rgba(249, 244, 232, .6);}
.doc-body .main .subtitle a, .doc-body .main .subtitle span {display: inline-block; height: 33px; padding: 0 47px 0 13px; line-height: 33px; background: url(/img/portal/headings.png) no-repeat right -50px; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; text-shadow: 0 -1px #B00F20;}
.doc-body .main .back {display: block; height: 33px; margin-bottom: 13px; padding: 0 14px; background: rgb(249, 244, 232); background: rgba(249, 244, 232, .6); line-height: 33px; text-align: right; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px;}
.doc-body .main .section-description {margin-bottom: 45px;}

.doc-body .main article h1 {margin-bottom: 12px; font-size: 18px; color: #961812;}
.doc-body .main article h1 a {color: #961812;}
.doc-body .main article .video-element {padding: 20px;}

.doc-body .main .pagination {font-size: 14px;}

/* Layouts */
.doc-body .box {margin: 0 0 20px 0;}
.doc-body .box-center {margin: 0 0 20px 0; text-align: center;}
.doc-body .box-left {float: left; margin: 0 20px 20px 0;}
.doc-body .box-right {float: right; margin: 0 0 20px 20px;}
.element-description {text-align: center; font-size: 11px;}

.doc-body .break-line {clear: both; margin-top: 30px;}
.doc-body .web-page-content {overflow: hidden;}

/* Pagination */
.pagination {overflow: hidden;}
.pagination .previous, .pagination .next {float: left; display: block;}
.pagination .next {float: right;}
.pagination .disabled {display: none;}

/* Footer */
.doc-footer {position: relative; clear: both; width: 100%; height: 23px; margin-top: -37px; padding: 14px 0 0; background: url(/img/portal/footer.jpg) repeat-x center top; font: 12px MuseoSans500, sans-serif; color: #E8DEC2; text-shadow: 0 -1px #000;}
.doc-footer a {color: #E8DEC2;}
.doc-footer .info .unit {margin-right: 27px;}
.doc-footer .credits {float: right; margin-top: -2px;}  
.doc-footer .credits a {background: url(/img/portal/credits.png) no-repeat;}
.doc-footer .credits .affenbits {background-position: -17px 0;}

/* Social shares */
#social-shares {float: right; width: 235px;}
#tweet-button {float: left; padding-right: 10px;}
