html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #2775C7;}
a:visited{color:#2775C7;}
a:hover{color:#CF1C3E;}
a:active {color: #2775C;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #000000;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:1200px;
	height:170;
	/*position:absolute;
	left:50%;
	margin-left:-390px;*/
	margin: 0 auto;
}

#header
{
	position:relative; /*containing block*/
	height:170px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url(images/banner.jpg) no-repeat;
}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#000000;
}

.table-border-color
{
	background-color:#95ACCA;
}

.footer-box
{
	padding:10px 10px 0 15px;
	margin-right:3px;
}

.footer-box a:link,
.footer-box a:visited,
.footer-box a:active,
.footer-box a:hover
{
	color:#5F7185;
}

.footer-box span
{
	font-weight:bold;
	color:#000000;
}

/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:0px;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 10px;
	border:2px solid #000000;
	border-top:none;
}

#content .right-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:0px;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:8px;
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

#price td.index 
{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
#price td.empty {font-size: 10px; color: #000000; font-weight: bold}
#price td.dt_string {font-size: 10px; color: #000000; font-weight: bold}
#price td.dt_int {font-size: 10px; color: #000000; font-weight: bold}
#price td.dt_float {font-size: 10px; color: #000000; font-weight: bold}
#price td.dt_date  {font-size: 10px; color: #000000; font-weight: bold}
#price td.dt_unknown {font-size: 10px; background-color: #f0d0d0; font-weight: bold}
#price td.empty {font-size: 10px; background-color: #f0f0f0; font-weight: bold}


/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div.socnet-informer {padding:3px;}
div#sonet_events_ms_message {width:140px;}
table.sonet-user-profile-friend-box tbody td, table.sonet-user-profile-friend-box td
{
	padding:5px 0px;
}


