/* @override 
	http://127.0.0.1/css/master.css?v=1801e4cc0d72243dd9e8a2025a137fc1da911fa6
	http://127.0.0.1/css/master.css?v=d7f1795215fc9e152fd9de6d3c091b77e217652e
	http://127.0.0.1/css/master.css?v=76c77718d1c76f3bb33de83f2da3f2037993c0a2
	http://127.0.0.1/css/master.css?v=9de439bfe3fffc171dd6c70b1f5d1fb29cf004e7
*/

body {
    background: #000 url(../images/bg.png) repeat-x center top;
    margin: 0;
    padding: 0;
}

html, body { height: 100%; background-color: #000; }

html { overflow-y: scroll; } /* get rid of flickery scrollbar */


/* @group Grid */

/* Grid: 980px wide total. 940px for content, 20px gutters.
--------------------------------------------------------------- */

.content-container { width: 940px; padding: 20px; margin: 0 auto; }
.grid-width { width: 940px; padding: 0 20px; margin: 0 auto; }

.column { float: left; margin-right: 20px; margin-bottom: 20px; }

.column.single { width: 940px; margin-right: 0; }
.column.half { width: 460px; }

.column.third { width: 300px; }
.column.two-thirds { width: 620px; }

.column.fourth { width: 220px; }
.column.three-fourths { width: 700px; }

.column.sixty { width: 552px; }
.column.forty { width: 368px; }
.column.thirty { width: 266px; }

.column.border-right {
    padding-right: 9px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.column.border-left {
    margin-left: -10px;
    padding-left: 9px;
    border-left: 1px solid #ccc;
}

.last { margin-right: 0; clear: right; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

.container { clear: both; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* @endgroup */

.toc-H2 { font-weight: bold; margin-left: 20px; }
.toc-H3 { margin-left: 40px; }
.toc-H4 { margin-left: 60px; }
.toc-H5 { margin-left: 80px; }

/* @group Account Bar */

#accountbar_wrapper {
	text-align: right;
}

#accountbar {
	color: #fff;
	padding: 4px 20px;
    text-shadow: #000 1px 1px 1px;
}

#accountbar a {
    color: #39F;
}

/* @end */

/* @group Header */

#header_wrapper {
    margin-top: 0px;
    background: url(../images/header/tiled_bg.png) repeat-x 85%;
    height: 120px;
    border-top: 4px solid #06C;
}
#header_wrapper2 {
    background: url(../images/header/center_bg.png) no-repeat 50%;
    height: 120px;
}
#header_wrapper3 {
    background: url(../images/header/mountains_fg.png) no-repeat 70%;
    height: 120px;
}
#header {
    background: url(../images/header/grass.png) repeat-x 85%;
    height: 120px;
}
#header h1 {
    background: url(../images/header/logo.png) no-repeat;
    height: 120px;
    text-indent: -5000px; /* Replace Image */
}

/* @end */

/* @group Navigation */


#nav-wrap {
    border-top: 4px solid #063;
    border-bottom: 4px solid #06C;
    -webkit-box-shadow: 0px 3px 4px #000;
    -moz-box-shadow: 0px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;
}

div#nav {
    width: 100%;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #131313;
	background: #333 url(../images/header/nav_bg.png) repeat-x 0 50%;
}

div#nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
div#nav ul li {
    list-style: none;
	float: left; /* for IE */
}
div#nav ul li a {
    display: block;
    float: left;
    padding: 7px 18px;
    color: #fff;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}
div#nav ul li a:hover {
    background-color: #404040;
}
div#nav ul li a:active {
    background-color: #333;
}

/* @end */

/* @group Text */

.inset {
    text-shadow: #fff -1px -1px 1px;
}
.outset {
    text-shadow: #000 1px 1px 1px;
}

.quiet {
    color: #888;
}

/* @end */

/* @group Subnav */


div#subnav {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #070707;
	background: #333 url('../images/subnav-bg.png') repeat-x left center;
}

div#subnav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
div#subnav ul li {
    list-style: none;
    float: left;
}
div#subnav ul li a {
    display: block;
    float: left;
    padding: 7px 18px;
    color: #fff;
    text-decoration: none;
}
div#subnav ul li a:hover {
    background-color: #2e2e2e;
}
div#subnav ul li a:active {
    background-color: #111;
}
div#nav ul li.active a {
	background: transparent url('../images/nav-highlight-less.png') repeat-x left top;
}
div#subnav ul li.active a {
	background: transparent url('../images/nav-highlight.png') repeat-x left top;
}

/* @end */
/* @group Sub-Navigation */

.subnav {
	margin: -20px -20px 1.5em;
	background: url(../images/white-subnav-bg.png) repeat-x left bottom;
}
.subnav ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.subnav ul li {
	float: left;
}
.subnav ul a {
	padding: 6px 12px 4px;
	display: block;
	text-decoration: none;
	color: black;
}
.subnav ul a:hover {
	background-color: #eee;
	color: #555;
}
.subnav ul a:active {
	background-color: #ddd;
}
.subnav ul li a {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	margin-top: -1px;
	margin-bottom: 1px;
}
.subnav ul li.first a {
	border-left: 1px solid #aaa;
}
.subnav ul li.active a {
	font-weight: bold;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

#middle_wrapper > .subnav {
	border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
	margin-top: -20px;
	margin-left: -20px;
	padding: 0 20px;
	width: 940px;
}


/* @end */




/* @group Title Bar */

#titlebar {
	/*background: transparent url(../images/header/titlebar_bg.png) repeat-x;*/
	margin-top: 20px;
}

#titlebar h1 {
	margin: 0; /* ignore default H1 margins */
	padding: 0 0 20px;
	color: #fff;
	font: bold 24px "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
}

div.alert {
    background: #bb0 url('../images/alert-bg.png') repeat-x bottom left;
    font-weight: bold;
}
div.alert small { font-weight: normal; font-size: 13px; }
div.alert div {
    width: 940px; padding: 10px 20px; margin: 0 auto;
}

/* @end */


#middle_wrapper {
	background: #fff /*url(../images/content_bg.png) repeat-x 0 1px*/;
	/*background-image: url(../images/grid.png);*/
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 6px 12px #000;
    -moz-box-shadow: 0px 6px 12px #000;
    box-shadow: 0px 6px 12px #000;
}

#content_wrapper {
}

pre.chat-excerpt {
    font: inherit;
}

/* @group Sidebar */

#sidebar_wrapper {
	
}
#sidebar {
}

.module {
	border: 1px solid #ccc;
	padding: 20px;
}
.module, .module h3 {
}

/* @end */

/* @group promo */

.promo-header {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.promo-section {
    text-align: left;
}
.promo-section h2 {
    font-size: 18px;
    margin-bottom: 6px;
}

.promo-section.right {
}

/* @end */

#flashstream {
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	filter: alpha(opacity=01);
	opacity: .01;
}

/* @group Typography */
h1, h2, h3 {
	color: #000;
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
}

h1 {
	font: bold 24px "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
}
h2 {
	font: bold 18px "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
}
h3 { font-size: 18px; color: #000; }

.subtitle {
	position: relative;
	top: -1em;
	margin-bottom: .5em;
}

a, a:link {
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #36C;
}
a:active {
	color: #036;
}

pre {
	padding: 1em;
	background-color: #eee;
	border:  1px solid #ccc;
}
/* @end */

/* @group Footer */

#footer_wrapper {
}
#footer {
    padding-top: 20px;
}
#footer p {
    text-align: center;
    color: #999;
}
#footer a {
    color: #aaa;
}

/* @end */

/* @group Pager */

a.pager_link, span.pager_curpage {
	padding: 1px 5px;
	border: 1px solid;
	text-decoration: none;
	line-height: 2.2;
}
span.pager_curpage {
	color: #999;
}

/* @end */

/* @group Flashes */
#flashes ul, #flashes li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

#flashes li {
	padding: 10px 20px;
	width: 940px;
	margin: 0px auto;
	border: 2px solid #f90;
	background-color: #fed;
	font-weight: bold;
	font-size: larger;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#flashes li.error {
	border: 2px solid #a00;
	background-color: #fee;
}
#flashes li.ok {
	border: 2px solid #0a0;
	background-color: #efe;
}


/* @end */




/* @group Tables */

.expired {
    color: #aaa;
    text-decoration: line-through;
}

.expired a {
    color: #9BF;
}

.nobreak {
	white-space: nowrap;
}
table.wide, th.wide, td.wide {
    width: 100%;
}
.centercol {
	text-align: center;
}
.content th,
.content td {
	border: 1px solid #ccc;
	padding: .4em 1em;
}
.content th {
	background: #f4f4f4 url(../images/white-subnav-bg.png) repeat-x left 80%;
}
.content .altrow {
    background-color: #f3f3f3;
}

td select {
    margin: 0;
}
div.autocomplete {
    position: relative;
    font: inherit !important;
}
/* In tables, the input box is a little too wide */
td div.autocomplete {
    margin-right: .8em;
}
div.autocomplete input {
    position: relative !important;
    font: inherit !important;
    width: 100%;
}

/* An infotable acts like a definition list;
   table headers should have colons after their text. */

table.infotable th, table.infotable td {
	border: 0px none;
	padding: 0px;
	background: none;
}
table.infotable th {
	white-space: nowrap;	
	text-align: right;
	background-color: inherit;
	padding-right: .5em;
}

hr.invisible,
table.invisible,
table.invisible tr,
table.invisible td,
table.invisible th {
    background: none;
    border: 0px none;
}
table.invisible th,
table.invisible td {
    padding: 0 4px;
}

table.layout {
    border: 0px none;
    background: none;
}
table.layout tr,
table.layout td,
table.layout th {
    margin: 0;
    padding: 0;
    background: none;
    border: 0px none;
}

table th.formlabel {
    font-weight: normal;
	padding-right: .5em;
    text-align: right;
}
/* @end */

/* @group Tournaments */

span.descriptive-title {
	font: inherit;
	display: block;
	text-align: center;
	margin: 0;
}
.tourney-status {
	font-family: inherit;
	font-size: large;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: 1px solid #000;
}
.tourney-status-advertise {
	background-color: #ffbb98;
	border-color: #7e4528;
}
.tourney-status-signup {
	background-color: #dfd;
	border-color: #0a0;
}
.tourney-status-running {
	background-color: #ffc;
	border-color: #aa0;
}
.tourney-status-complete {
	background-color: #bae7ff;
	border-color: #1c5c7f;
}
.tourney-status-cancelled {
	background-color: #ffbabb;
	border-color: #601516;
}

.tourney-signup-box a.signup {
	font-size: 2em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    
	background-color: #cfc;
	border: 2px solid #0a0;
}
.tourney-signup-box a.signup:hover {
	background-color: #dfd;
	border-color: #0c0;
}

.guestbox {
	background-color: #eef;
	text-align: center;
	margin-bottom: 20px;
	border: 2px solid #00a;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;   
}

.next-tournament-box {
    border: 1px solid #BB9B38;
    background: #F7E97A url('../images/tournament-upcoming-bg.png') repeat-x top left;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.next-tournament-box p {
    margin-bottom: 0px;
}
.next-tournament-box hr {
    margin-bottom: 8px;
    margin-top: 8px;
    border-top: 1px solid #BB9B38;
    border-bottom: 1px solid #F7E97A;
    margin: 0 -5px;
    padding: 0 5px;
    background: #DAC45B url('../images/tournament-upcoming-bg.png') repeat-x;
    height: 0px;
}
.next-tournament-box h3 {
    margin: 4px 0;
    text-shadow: #fff 1px 1px 1px;
    font-size: 20px;
}
.next-tournament-box a.tourney {
    font-size: larger;
    display: block;
}

/* @end */


/* @group Cards */

span.card {
    display: inline-block;
    width: 1.6em;
    text-align: center;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1.1428em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
span.card.suit-H, span.card.suit-D {
    color: #d00;
}
span.card em {
    font-style: normal;
    font-size: 1.125em;
}

/* @end */


.sanctions .expired {
    text-decoration: none;
}

/* @group Bans */

span.tag {
	font-size: 11px;
	background-color: #0a0;
	color: #fff;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
span.tag.red {
    background-color: #a00;
}
span.tag.yellow {
    background-color: #990;
}
span.tag.green {
    background-color: #0a0;
}

.ban-condition-allow span.tag {
	background-color: #0a0;
	border: 1px solid #030;
}
.ban-conditions .ban-condition-allow {
	background-color: #e1fdd6;
}

.ban-conditions .ban-condition-auto {
	background-color: #f6e1d9;
}


/* @end */

.pager_curpage, .pager_link {
    padding: 0 6px;
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}
.pager_curpage {
    border-color: #ccc;
}

.pager_link {
    border-color: #039;
}
.pager_link:hover {
    border-color: #06C;
}

.article {
    width: 600px;
    margin: 0px auto;
}


.docutils .classifier-delimiter {
    margin-left: -.25em;
}

.docutils .classifier-delimiter,
.docutils .classifier {
    font-weight: normal;
    font-variant: italic;
    color: #444;
}

table thead tr .headerSortUp {
	background-image: url(../images/ui/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table thead tr .headerSortDown {
	background-image: url(../images/ui/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/* @group Forms */

/* @group Errors */

.errorlist {
	font-style: italic;
}
.errorlist li {
	color: #d00;
	margin-bottom: 0;
}
.errorlist li:before {
	content: '↓ ';
}
/* @end */

/* @group Layout */

form {
	overflow: hidden; /* clear floats */
}

fieldset ul {
    margin: 0;
}

fieldset li {
	list-style: none;
}

fieldset > ul > li {
	list-style: none;
	margin-bottom: 6px;
	margin-left: 180px;
}

fieldset > ul > li > label {
	float: left;
	margin-left: -180px;
	width: 170px;
	text-align: right;
}
/* @end */

fieldset {
	border: 1px solid #aaa;
	background: #ddd url(../images/fieldset_bg.png) repeat-x left top;
	padding: .5em 1em 0;
	margin-bottom: 1em;
}

fieldset legend {
    font-weight: bold;
    padding: 5px;
}

input {
	font: inherit;
	margin: 0;
}
textarea {
	font: inherit;
	margin: 0;
	width: 97.5%;
}

fieldset .helptext {
    font-size: smaller;
}

form div.submit {
	margin-left: 2.5em;
    padding-left: 180px;
    padding-top: 10px;
}

input[type="text"],
input[type="password"] {
    width: 15em;
}

.form input[type="text"],
.form input[type="password"] {
    width: 98%;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}

.username-link img {
    vertical-align: bottom;
    position: relative;
    top: -3px;
}



/* @group jquery autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* @end */


/* @group Buttons */

.button {
    color: black !important;
    display: inline-block;
    background: #f8f8f8 url('../images/ui/gradient-30-less.png') repeat-x bottom left;
    padding: 6px 15px;
    line-height: 1em;
    border: 1px solid #999;
    border-color: #ccc #999 #999 #ccc;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-decoration: none;
}

.button:hover {
    background-color: #fff;
}
.button:active {
    background-color: #ddd;
    border-color: #000 #666 #666 #000;
}

.button.large {
    padding: 10px;
    font-size: 20px;
}
.button.small {
    padding: 4px;
    font-size: 13px;
}

.button.lowcontrast {
	color: #333;
}

/* @end */

/*******************/

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

table.form,
table.form > tr,
table.form > tr > td,
table.form > tr > th,
table.form > thead > tr,
table.form > thead > tr > td,
table.form > thead > tr > th,
table.form > tbody > tr,
table.form > tbody > tr > td,
table.form > tbody > tr > th,
table.form > tfoot > tr,
table.form > tfoot > tr > td,
table.form > tfoot > tr > th {
    background: none;
    border: 0px none;
}

table.form > tr > th,
table.form > thead > tr > th,
table.form > tbody > tr > th,
table.form > tfoot > tr > th {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

table.form > tr > td,
table.form > thead > tr > td,
table.form > tbody > tr > td,
table.form > tfoot > tr > td {
    width: 100%;
}
table.form > tr > td,
table.form > tr > th,
table.form > thead > tr > td,
table.form > thead > tr > th,
table.form > tbody > tr > td,
table.form > tbody > tr > th,
table.form > tfoot > tr > td,
table.form > tfoot > tr > th {
    padding: 3px .5em;
}

p.field {
    margin-bottom: 10px;
}
p.field > input {
    display: block;
}
p.field > label {
    font-weight: bold;
}
p.field > label.checkbox {
    font-weight: normal;
}


/* @end */

.fc table,
.fc td,
.fc th,
.fc tr {
    border: 0 none;
    margin-bottom: 0;
}


/* @group Forums */
.post {
	background: url(../images/forums/post-bg.png) repeat-x top left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.post .actions {
	clear: both;
	display: block;
	margin-top: 20px;
}
.post .actions a.button {
	margin-bottom: 0;
}
.post .header {
	float: left;
	width: 180px;
}
.post .username {
	display: block;
	margin-top: 4px;
	font-size: 20px;
	line-height: 20px;
}
.post .username-icon {
	float: left;
	margin-right: 2px;
}
.post .timestamp {
	clear: left;
	display: block;
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}

.post .body {
}
.post .content {
	margin-left: 180px;
	padding: 5px 20px 20px;
}
.post .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: black !important;
}
                    
.post.deleted {     
    border: 2px solid #c66;
    opacity: .5;
    -moz-opacity: .5;
}                 
.post.deleted .content {
    color: #666;
}                 
.post.deleted .delete-text {     
    text-align: center;
    color: #c00;
}


/* @end */




/* @group Tournaments */

ol.tournament-status-row {
	padding-left: 0;
	margin-left: 0;
	border: 1px solid #666;
	width: 444px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f5f5f5 url('../images/ui/gradient-30-less.png') repeat-x center center;
}
ol.tournament-status-row li {
	float: left;
	width: 100px;
	list-style: none;
	padding: 3px 5px;
	text-align: center;
	border-right: 1px solid #bbb;
	background-image: url('../images/ui/gradient-30-less.png');
	background-repeat: repeat-x;
	background-position: center center;
}
ol.tournament-status-row li.present {
	font-weight: bold;
}
ol.tournament-status-row li.past,
ol.tournament-status-row li.future {
	color: #aaa;
	background-color: #fff;
}
ol.tournament-status-row li:first-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
}

ol.tournament-status-row li:last-child {
	border-right: none;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

/* @end */

#simplemodal-container a.modalCloseImg {
	background:url('../images/ui/x.png') no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-12px;
	left:-12px;
	cursor:pointer;
}

.jHtmlArea iframe {
    border: 1px inset #ccc;
}