@import url(framework/form-2.css);
@import url(framework/list-2.css);
* html body {behavior: url("/css/main/csshover3.htc");}

/* RESET ////////////////////////////////////////*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
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;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/* FONTS ////////////////////////////////////////*/
body{
	font:12px/18px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* CSS SITE*/
img { border: none;}
strong {font-weight:bold;}
.clear {clear: both;}

html,
body {
	min-width: 100%;
	min-height: 100%;
    background: #898989 url(/images/main/website/2/bg-body.png) repeat-x 0 0;
    color: #373737;
}

a {
	color: #003f78;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header ///////////// */
#header {
	width: 1014px;
	height: 170px;
	background: url(/images/main/website/2/bg-header.png) no-repeat 0 0;
	position: relative;
	left: 50%;
	margin-left: -507px;
}

#header h1 {
	position: absolute;
	top: 34px;
	left: 392px;
}

#header h1 a {
	background: url(/images/main/website/2/sprite-logo.png) no-repeat 0 0;
	width: 207px;
	height: 58px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
}

#header h1 a:hover { background-position: 0 -58px;}

#header #login {
	background: url(/images/main/website/2/bg-login.png) no-repeat 0 0;
    position: absolute;
    top: 99px;
    left: 300px;
    width: 402px;
    height: 31px;
}

#header #login .inputName,
#header #login .inputPass {
    position: absolute;
	background: none;
    top: 6px;
    left: 53px;
    border: 0;
    width: 124px;
    height: 12px;
    padding: 4px 5px 2px 5px;
    font-size: 11px;
    color: #FFF;
}

#header #login .inputPass {
	left: 230px;
	width: 114px;
}

#header #login .inputSubmit {
	left: 361px;
	width: 31px;
	height: 21px;
	background: none;
    position: absolute;
    top: 5px;
	cursor: pointer;
}

#userInfoBar {
    position:absolute;
    top: 99px;
    left: 10px;
	background: url(/images/main/website/2/bg-userbar.png) no-repeat 0;
	width: 994px;
	height: 35px;
	color: #fff;
}

#userInfoBar ul {
	padding: 13px 10px 0;
}

#userInfoBar li {
	display: block;
	float: left;
	padding-right: 40px;
}

#userInfoBar li a {
	color: #b2daff;
	text-decoration: none;
}

#userInfoBar li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* MainNavigation ///////////// */
ul.mainNavi,
ul.mainNaviLoggedIn {
    display: block;
	width: 994px;
    height: 36px;
	position: absolute;
	left: 50%;
	top: 134px;
	margin-left: -497px;
}

ul.mainNavi li.level0,
ul.mainNaviLoggedIn li.level0 {
    display: block;
    float: left;
}

ul.mainNavi li.level0 a.level0 {
    display: block;
	width: 198px;
	height: 36px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(/images/main/website/2/sprite-navi.png) no-repeat 0 0;
}

ul.mainNavi li.first a.level0 {	background-position: 0 0;}
ul.mainNavi li.first a.active,
ul.mainNavi li.first a.level0:hover { background-position: 0 -36px;}

ul.mainNavi li.second a.level0 { width: 200px;background-position: -198px 0;}
ul.mainNavi li.second a.active,
ul.mainNavi li.second a.level0:hover { background-position: -198px -36px;}

ul.mainNavi li.third a.level0 { width: 200px; background-position: -398px 0;}
ul.mainNavi li.third a.active,
ul.mainNavi li.third a.level0:hover { background-position: -398px -36px;}

ul.mainNavi li.fourth a.level0 { background-position: -598px 0;}
ul.mainNavi li.fourth a.active,
ul.mainNavi li.fourth a.level0:hover { background-position: -598px -36px;}

ul.mainNavi li.fifth a.level0 {	background-position: -796px 0;}
ul.mainNavi li.fifth a.active,
ul.mainNavi li.fifth a.level0:hover { background-position: -796px -36px;}


/* MainNavigation Logged In///////////// */
ul.mainNaviLoggedIn li.level0:hover {
	position: relative;
}

ul.mainNaviLoggedIn li.level0 em {
    display: block;
	width: 142px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	cursor: default;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
	background: url(/images/main/website/2/bg-navi.png) no-repeat 0 0;
}

ul.mainNaviLoggedIn li.shop em { background-position: 0 0;}
ul.mainNaviLoggedIn li.user em { background-position: -142px 0;}
ul.mainNaviLoggedIn li.mailbox em { background-position: -284px 0;}
ul.mainNaviLoggedIn li.community em { background-position: -426px 0;}
ul.mainNaviLoggedIn li.games em { background-position: -568px 0;}
ul.mainNaviLoggedIn li.toplists em { background-position: -710px 0;}
ul.mainNaviLoggedIn li.help em { background-position: -852px 0;}

ul.mainNaviLoggedIn li.level0 ul.level1 {
    display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	width: 140px;
	border: 2px solid #013769;
	border-top: none;
	background: #fff;
}

ul.mainNaviLoggedIn li.shop ul.level1 {
	border-left-width: 1px;
	left: 0;
}

ul.mainNaviLoggedIn li.help ul.level1 {
	border-right-width: 1px;
}

ul.mainNaviLoggedIn li.level0:hover ul.level1 {
	display: block;
}

ul.mainNaviLoggedIn li.shop ul.level1 { background: #b7d96a;}
ul.mainNaviLoggedIn li.user ul.level1 { background: #f5e78e;}
ul.mainNaviLoggedIn li.mailbox ul.level1 { background: #dab96c;}
ul.mainNaviLoggedIn li.community ul.level1 { background: #6caad0;}
ul.mainNaviLoggedIn li.games ul.level1 { background: #7edee4;}
ul.mainNaviLoggedIn li.toplists ul.level1 { background: #d62747;}
ul.mainNaviLoggedIn li.help ul.level1 { background: #cb55b2;}

ul.mainNaviLoggedIn ul.level1 li {
	float: left;
	width: 140px;
}

ul.mainNaviLoggedIn ul.level1 a.level1 {
	display: block;
	text-align: center;
	padding: 3px;
	width: 134px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

ul.mainNaviLoggedIn ul.level1 a.level1:hover {
	color: #000;
	text-decoration: underline;
}

/* Content Container ////////*/
#contentContainer {
	width: 1014px;
	background: url(/images/main/website/2/bg-content.png) repeat-y 0 0;
	position: relative;
	left: 50%;
	margin-left: -507px;
}

* html #contentContainer {
	background: url(/images/main/website/2/bg-content-ie6.png) repeat-y 0 0;
}

#content {
    background: url(/images/main/website/2/bg-content-top.png) repeat-x 0 0;
	margin: 0 10px;
	padding: 10px 0;
}

#content .MainColHeadline {
    color: #fff;
    height: 46px;
	width: 954px;
    line-height: 44px;
    font-size: 18px;
    text-align: left;
	padding-left: 40px;
	background: url(/images/main/website/2/bg-headline-blue.png) no-repeat 0 0;
}

div.shop #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-green.png) no-repeat 0 0;}
div.user #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-yellow.png) no-repeat 0 0;}
div.mailbox #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-ocher.png) no-repeat 0 0;}
div.community #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-blue.png) no-repeat 0 0;}
div.games #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-cyan.png) no-repeat 0 0;}
div.toplists #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-red.png) no-repeat 0 0;}
div.help #content .MainColHeadline {background: url(/images/main/website/2/bg-headline-purple.png) no-repeat 0 0;}

#content .MainContent {
    padding: 20px 10px 0;
}

#content .MainContent p {
    line-height: 150%;
    margin-bottom: 20px;
}


/* Footer Container ////////////////*/
#footer {
	background: #898989 url(/images/main/website/2/bg-footer.png) repeat-x 0 0;
	min-height: 75px;
}

#footer div.container {
	background: url(/images/main/website/2/bg-content-bottom.png) no-repeat 0 0;
	padding: 7px 0 10px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	font-size: 11px;
}

#footer .bannerContainer {
    background: url(/images/main/website/2/bg-footer-banner.png);
    width: 873px;
    height: 104px;
    padding: 14px 0 0 127px;
}

#footer span.copyright {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}

#footer ul.links {
	float: right;
	margin-top: 10px;
}

#footer ul.links li {
	display: inline;
}

#footer ul.links li a {
	padding: 0 10px;
}


/* HOME //////////////////// */
#siteHome {
	padding: 10px;
}

#siteHome div.teaser {
	width: 193px;
	margin: 0 10px 0 0;
	float: left;
}

#siteHome div.teaser a {
	margin-bottom: 8px;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	display: block;
	text-decoration: none;
}

#siteHome div.teaser a:hover {
	color: #fff;
	text-decoration: underline;
}

#siteHome div.teaser a.first {
	width: 178px;
	height: 96px;
	padding: 50px 0 0 15px;
	background: url(/images/main/website/2/bg-teaser-1.png) no-repeat 0 0;
}

#siteHome div.teaser a.second {
	width: 178px;
	height: 108px;
	padding: 40px 0 0 15px;
	background: url(/images/main/website/2/bg-teaser-2.png) no-repeat 0 0;
}

#siteHome div.teaser a.third {
	width: 178px;
	height: 98px;
	padding: 50px 0 0 15px;
	background: url(/images/main/website/2/bg-teaser-3.png) no-repeat 0 0;
}

#siteHome div.rightCol {
	float: left;
	width: 771px;
}

#siteHome div.teaserList {
	background: url(/images/main/website/2/bg-teaser-list.png) no-repeat 0 0;
	height: 187px;
	position: relative;
}

#siteHome div.teaserList h3 {
	font-size: 18px;
	color: #0b4983;
	text-transform: uppercase;
	position: absolute;
	top: 6px;
	left: 162px;
}

#siteHome div.teaserList ul {
	position: absolute;
	top: 37px;
	left: 253px;
	color: #000;
}

#siteHome div.teaserList ul li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	list-style-type: disc;
	margin-left: 20px;
}

div.contentBox {
	border: 3px solid #d0d0d0;
	background: #f3f3f3;
	padding: 10px;
}

#siteHome div.contentBox {
	height: 206px;
}

h2.contentBoxTitle {
	background: url(/images/main/website/2/bg-title.png) repeat-x 0 0;
	height: 36px;
	font-weight: bold;
	font-size: 12px;
	color: #003864;
	line-height: 34px;
	padding-left: 10px;
	border: 3px solid #d0d0d0;
	border-bottom: 0;
}


/*
 * Dot List definitions
 */
.ListDots {
}
.ListDots li {
    background: transparent url(/images/main/website/2/icons/dot_red.gif) no-repeat 0 4px;
    padding: 0 0 9px 15px;
}

/* main col ad */
.MainColAd {
    width: 944px;
    height: auto;
    margin: 0 11px;
    background: #ececec url('/images/main/website/2/maincol_ad_bg.gif') no-repeat left bottom;
    text-align: center;
    padding: 6px 0;
}

.AdSuperbanner {
    width: 748px;
    height: 90px;
    padding: 7px;
    background: transparent url('/images/main/website/2/superbanner_bg.gif') no-repeat;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
/*
 * Ads
 */
.AdSkyscraper {
    position:absolute;
    top: 0;
	left: 1010px;
}



/*
 * Article Listing
 */
.ArticleList {
}

.ArticleListRowDark {
	background-color: #d9d9d9;
    padding: 10px;
    clear: both;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
}

.ArticleListRowBright {
    padding: 10px;
    clear: both;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
}

.ArticleListRowDarkFix,
.ArticleListRowBrightFix {
    background-color: #f2f2f2;
    padding: 10px;
    clear: both;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
    width: 760px;
}

.ArticleListRowBrightFix {
    border: 1px solid #ccc;
    background-color: #fff;
}

.ArticleListHeadline {
    font-weight: bold;
    font-size: 108%;
    clear: both;
}

.ArticleListDetails {
    font-size: 10px;
    color: #6c6b6b;
    font-weight: normal;
    position: relatrive;
    top: -2px;
}

.ArticleListDetailsShow {
    font-size: 10px;
    color: #d7f6ff;
    font-weight: normal;
    position: relative;
    margin-left: 10px;
}

.ArticleListContent {
    clear: both;
    padding: 10px 0 20px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
}

.ArticleListBonusaction {
    clear: both;
    padding: 10px 0 20px;
    border-top: 1px solid #b3b3b3;
}

.ArticleListContentLine {
    clear: both;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
}

.ArticleListImage {
    margin: 0 0 20px 20px;
    border: 1px solid #ccc;
}

.ArticleListButton {
    float: right;
    display: block;
    padding: 3px 10px;
    background: #A80000;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    position: relative;
    bottom: -1px;
    margin-left: 10px;
}

.ArticleListButtonActions {
    padding: 3px 10px;
    background: #0996A9;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    width: 340px;
    margin: 0 auto;
    display: block;
    text-align: center;}

.ArticleListGet {
	float: right;
    color: #759900;
    font-size: 11px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.ArticleListImage    {
    margin: 0 20px 20px 0;
    border: 1px solid #d9d9d9;
}


a.ArticleListButton {
    float: right;
    display: block;
    padding: 3px 10px;
    background: #85ba1c;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    position: relative;
    bottom: -1px;
    margin-left: 10px;
}

a.ArticleListButtonLeft {
    padding: 3px 10px;
    background: #85ba1c;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
a.ArticleListButtonLeft:hover {
    background: #666;
}

a.ArticleListButton:hover {
    background: #666;
}

.border-bottom	{
	border-bottom: 1px solid #d9d9d9;
}

/*
 * Content Columns
 */
.ContentLeftCol {
    float: left;
    width: 70%;
}

.ContentRightCol {
    float: right;
    width: 25%;
}

.ContentRightCol h3,
.ContentLeftCol h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}

/*
 * Content Table
 */
.ContentTableHeadline {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}

.ContentTable {
    font-size: 93%;
    width: 100%;
    margin-bottom: 20px;
}

.ContentTable th,
.ContentTable td {
    padding: 5px;
    text-align: left;
}

.ContentTable th {
}

.ContentTableRow1 td,
.ContentTableRow1 th {
    background: #e5e5e5;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;

}

.ContentTableRow2 td {
}


/*
 * SystemMessage
 */
.SystemMessage {
    position: relative;
    border:1px solid #d9d9d9;
    background-color:#FFF;
    width:50%;
    margin:20px auto 0 auto;
}


.SystemMessage p {
    position: relative;
    color: #505050;
    font-weight: bold;
    font-size: 120%;
    background: transparent url('/images/main/website/2/icons/sysmsg.gif') no-repeat 20px 15px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
}

.Transparency50 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter:alpha(opacity=50);
    border: 1px solid #fff;
}

* html .Transparency50 {
    height: expression(this.parentNode.offsetHeight);
}

/*
 * Information listing
 */

.information_listing {
    margin-left: 15px;
    line-height:150%;
}

.information_listing li {
    list-style-type: circle;
}


/*
 * PayMessage
 */
.PayMessage {
    position: relative;
    border:1px solid #d9d9d9;
    background-color:#FFF;
    margin:0 auto;
    background: #fff url('/images/main/framework/info.gif') no-repeat 20px 15px;

}


.PayMessage p {
    position: relative;
    color: #505050;
    font-size: 100%;
    padding-left: 60px;
    padding-top:24px;
}

/* ShopCatecoryList*/
td.ShopCatecoryList {
    padding: 0;
}

td.ShopCatecoryList a {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0 7px 35px;
    display: block;
    color: #373737;
	background: #fff;
	text-decoration: none;
}

td.ShopCatecoryList a:hover {
    color: #669900;
	text-decoration: none;
}

td.IconClass1 a {background: #fff url(/images/main/website/2/shopcatecoryicons/01.png) no-repeat 0 center;}
td.IconClass2 a {background: #fff url(/images/main/website/2/shopcatecoryicons/02.png) no-repeat 0 center;}
td.IconClass3 a {background: #fff url(/images/main/website/2/shopcatecoryicons/03.png) no-repeat 0 center;}
td.IconClass4 a {background: #fff url(/images/main/website/2/shopcatecoryicons/04.png) no-repeat 0 center;}
td.IconClass5 a {background: #fff url(/images/main/website/2/shopcatecoryicons/05.png) no-repeat 0 center;}
td.IconClass6 a {background: #fff url(/images/main/website/2/shopcatecoryicons/06.png) no-repeat 0 center;}
td.IconClass7 a {background: #fff url(/images/main/website/2/shopcatecoryicons/07.png) no-repeat 0 center;}
td.IconClass8 a {background: #fff url(/images/main/website/2/shopcatecoryicons/08.png) no-repeat 0 center;}
td.IconClass9 a {background: #fff url(/images/main/website/2/shopcatecoryicons/09.png) no-repeat 0 center;}
td.IconClass10 a {background: #fff url(/images/main/website/2/shopcatecoryicons/10.png) no-repeat 0 center;}
td.IconClass11 a {background: #fff url(/images/main/website/2/shopcatecoryicons/11.png) no-repeat 0 center;}
td.IconClass12 a {background: #fff url(/images/main/website/2/shopcatecoryicons/12.png) no-repeat 0 center;}
td.IconClass13 a {background: #fff url(/images/main/website/2/shopcatecoryicons/13.png) no-repeat 0 center;}
td.IconClass14 a {background: #fff url(/images/main/website/2/shopcatecoryicons/14.png) no-repeat 0 center;}
td.IconClass15 a {background: #fff url(/images/main/website/2/shopcatecoryicons/15.png) no-repeat 0 center;}
td.IconClass16 a {background: #fff url(/images/main/website/2/shopcatecoryicons/16.png) no-repeat 0 center;}
td.IconClass17 a {background: #fff url(/images/main/website/2/shopcatecoryicons/17.png) no-repeat 0 center;}
td.IconClass18 a {background: #fff url(/images/main/website/2/shopcatecoryicons/18.png) no-repeat 0 center;}
td.IconClass19 a {background: #fff url(/images/main/website/2/shopcatecoryicons/19.png) no-repeat 0 center;}
td.IconClass20 a {background: #fff url(/images/main/website/2/shopcatecoryicons/20.png) no-repeat 0 center;}
td.IconClass21 a,
td.IconClass22 a {background: #fff url(/images/main/website/2/shopcatecoryicons/21.png) no-repeat 0 center;}
td.IconClass23 a {background: #fff url(/images/main/website/2/shopcatecoryicons/23.png) no-repeat 0 center;}
td.IconClass24 a {background: #fff url(/images/main/website/2/shopcatecoryicons/24.png) no-repeat 0 center;}
td.IconClass25 a {background: #fff url(/images/main/website/2/shopcatecoryicons/25.png) no-repeat 0 center;}
td.IconClass26 a {background: #fff url(/images/main/website/2/shopcatecoryicons/26.png) no-repeat 0 center;}
td.IconClass27 a {background: #fff url(/images/main/website/2/shopcatecoryicons/27.png) no-repeat 0 center;}


.siteShop .ArticleListRowDarkFix,
.siteShop .ArticleListRowBrightFix {width: 720px;}

/* Lexicon */
.MainContent div.lexikon               { clear:both; width:100%;}
.MainContent div.lexikon div.header    { padding:0; margin:0; clear:both; border:0;}
.MainContent div.lexikon div.header h3 { margin: 0; padding:15px 0px 0px 2px; font-size: 16px; font-weight: bold;}
.MainContent div.lexikon li.letter     { float:left; width:33.33%;}
.MainContent div.lexikon li.entry      { height:20px; padding:3px 10px 3px 2px;}

/* AlertBox */
.AlertBoxRed {
    background: #e5b8b8;
    background: rgba(255,0,0,0.2);
    border: 4px solid #b30000;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    width: 850px;
    margin: 0 0 30px auto;
}

.AlertBoxRed a {
    background: #b30000;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

.AlertBoxRed a:hover {
    background: #fff;
    color: #b30000;
    text-decoration: none;
}

/*** Forum Link Color  ***/
.forumContent a {
	color: #014680;
}

.forumContent a:hover {
	color: #4d4d4d;
}

a.buttonLink {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-top-color: #fff;
    border-left-color: #fff;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    outline: 1px solid #e6e6e6 !important;
}

a.buttonLink:hover {
    border: 1px solid #fff;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 6px 10px 4px;
    text-decoration: none;
}


/*
 * Copy TextArea
 */
.CopyTextArea {
    border: 1px solid #c2c2c2;
    background: #f2f2f2;
    font-size: 83%;
    padding: 5px;
    margin-top: 10px;
}


/* developer: debug console */
#debug_console {
    background-color: #000;
    padding: .4em;
    margin: 1em;
    margin-top: 12em;
}

#debug_console table {
    font-size: 80%;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
    border-color: #ccc;
}