/* ==== general ==== */

*{
	border: 0;
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Trebuchet MS, Tahoma;
	font-size: 13px;
	min-width: 1000px;
	max-width: 2200px;
	margin: 0 auto;
	padding: 0;
	color: #456;
	text-shadow: 1px 1px 0px #fff;
	_background-color: #ebf0f5;
}

header, nav, section, article, aside, footer
{
  display: block;
}

#wrap
{
	height: auto;
	min-height: 100%;
}

#header
{
	height: 26px;
	border-bottom: 1px solid #abc;
	box-shadow: inset 1px 1px 1px #fff, 0 1px 1px #fff;
	padding: 1px 0 0px 0;
}
#header div.headtxt, #header a.headtxt
{
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	color: #345;
	cursor: pointer;
	overflow: hidden;
}
#header div.logo
{
	width: 35px;
}
#header div.logo img
{
	vertical-align: top;
	margin-left: 3px;
}
#header div.exit img
{
	vertical-align: top;
	margin-left: 5px;
	opacity: 0.75;
}

article
{
	padding-bottom: 27px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

footer
{
	clear: both;
	height: 25px;
	margin-top: -26px;
	border-top: 1px solid #abc;
	box-shadow: inset 1px 1px 1px #fff, 0 -1px 1px #fff;
	color: #89a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
footer div
{
	padding-top: 5px;
}

div.helpgeneral
{
	display: none;
}

/* ==== ancillary ==== */

div.reg_help
{
	display: none;
}

div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}

.center
{
	text-align: center;
}

.overflow
{
	overflow: hidden;
}

p {
	margin-top: 10px;
}

div.hr
{
	height: 1px;
	margin: 4px 0 5px 0;
	background: transparent;
	border-bottom: 1px solid #9ab;
	box-shadow: 0 1px 1px #fff;
	overflow: hidden;
}

/* ==== tables ==== */

div.tab
{
	width: 100%;
	display: table;
}

div.cell
{
	display: table-cell;
	vertical-align: top;
	_border: 1px solid #BFBFBF;
	_padding: 2px;
}

.brdR
{
	border-right: 1px dotted #abc;
}
.brdRC
{
	width: 1px;
	border-right: 1px solid #9ab;
	box-shadow: inset 1px 1px 1px #fff, 1px 1px 1px #fff;
}

/* ==== windows ==== */

div.windows
{
	position: absolute;
	width: 220px;
	padding: 15px;
	font-size: 13px;
	text-align: justify;
	background-color: #fff;
	border: 1px solid #abc;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #fff, 0px 0px 6px #99a;
	z-index: 100;
	cursor: default;
}

/* ==== lang ==== */

div.langTop
{
	width: 1px;
	cursor: pointer;
}
div.langTop>img
{
	padding: 0 10px 0 10px;
	vertical-align: top;
}

div.langTopSet
{
	position: absolute;
	right: 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #abc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px #fff, 0px 0px 6px #99a;
	cursor: default;
}
div.langTopSet img
{
	display: block;
	margin: 5px;
}

