/*   general styles   */
body, html {
    padding: 0;    
    margin: 0; 
	background: #fff;
	text-align: center;
}
body, td, th, select, input, textarea, h1, h2, h3, h4, h5, h6 { 
    font: 11px Arial, sans-serif;  
    color: #000;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
    border: 0; 
    border-collapse: collapse;
}
/** stats style*/
table.main {
    border-collapse: separate;
}
.table_topics td, .table_topics a {
    color: #FFF;
    font-weight: bold;
    background: #999;
}
table.main td {
    text-align: center;
}
div.friends {
    width: 300px;
    text-align: left;
    background: #efefef;
    padding:10px;
}
div.exit {
    width: 100px;
    padding: 10px;
    text-align: right;
    float: right;
    font-weight: bold;
}

h1 {
    font: bold 12px Tahoma;
    padding: 0 0 5px 0;
    margin: 0;
}
.content h1 {
    font-size: 11px;
    color: #66ccff;
    padding: 0 0 12px 0;
}

form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
h1 {
	font: bold 12px Tahoma;
	padding: 0 0 5px 0;
	margin: 0;
}
.top_corners h1 {
	color: #fff;
}
.content h1 {
	font-size: 11px;
	color: #66ccff;
	padding: 0 0 12px 0;
}
h2 {
	font-weight: bold;
	color: #cc0000;
	padding: 1px 0 13px 0;
	margin: 0;
}
p {
    padding: 0 0 13px 0;
    margin: 0;  
    background: transparent;
    font-family: inherit;
    font-size: inherit; 
}
.content p, .content h2 {
	line-height: 13px;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.float_left {
	float: left;
}
/*   /general styles   */
/*   the basic layout blocks   */
#wrapper {
	width: 775px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}
#head {
	height: 168px;
	background: transparent url('../i/head.jpg') no-repeat 0 0;
}
.box {
	background: #cc0000;
	margin: 0 0 23px 0;
	padding: 3px 7px 7px 7px;
	position: relative;
}
.box .content {
	background: #fff;
	border: 1px solid #9a9a9a;
	padding: 8px 11px 15px 11px;
}
.box .top_corners {
	min-height: 29px;
	background: transparent url('../i/crn2.gif') no-repeat 100% 100%;
	position: relative;
	bottom: -5px;
	margin: 0 0 -5px 0;
}
.box .top_corners div {
	min-height: 29px;
	background: transparent url('../i/crn1.gif') no-repeat 0 100%;
}
* html .box .top_corners, * html .box .top_corners div {
	height: 29px;
}
.box .top_corners h1 {
	padding: 0 13px 5px 13px;
}
.box .btm_corners {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url('../i/crn4.gif') no-repeat 100% 0;
	margin: -10px 0 0 0;
	//position: relative;	
}
.box .btm_corners div {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url('../i/crn3.gif') no-repeat 0 0;
}

#nav {
	border-top: 4px solid #e5e5da;
	padding: 10px 7px 40px 7px;
	background: transparent url('../i/logo_global.gif') no-repeat 100% 23px;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	text-decoration: underline;
}
/*   /the basic layout blocks   */
.field input {
	width: 286px;
	height: 14px;
	border: 1px solid #7f9db9;
	margin: 0;
	//margin: -1px 0;
}
div.field {
	padding: 0 10px 8px 0;
	position: relative;
}
div.checkbox {
	padding: 11px 0 10px 0;
}
div.checkbox input {
	margin-right: 5px;
	//margin-right: 2px;
	float: left;
	position: relative;
	top: -3px;
}
div.button {
	padding: 6px 0 17px 0;
}
div.button input {
	background: transparent url('../i/button_submit.gif') no-repeat 0 0;
	border: none;
	margin: 0;
	padding: 0;
	width: 52px;
	height: 17px;
	cursor: pointer;
	//cursor: hand;
}

.logos img {
	float: left;
	margin: 0 0 24px 0;
	position: relative;
}

