/* TEMPORARY STYLES */

.main-content
{
	border-bottom: 1px solid #FFFFFF;
}

.main-content input, .main-content select, .main-content textarea  {
	border: 1px solid #000000;
}

.validation-result {
	font-weight: bold;
	color: #ff0000;
}

.user-register {
	
}

.user-register h1 {
	font-size: 20px;
	margin: 15px 20px 0px;
}

.user-register form {
	margin: 20px;
}

.user-register form label {
	width: 150px;
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
}

.file_uploader {width: 450px; height: 330px;}

.administration-footer {
	background: #000000;
	height: 100px;
}




.form {
	padding: 20px;
}

.validation {
	display: block;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #b44242;
	text-transform: uppercase;
}


/*MAIN*/
.main-content {
	background: #000000;
	border-top: 1px solid #ffffff;
}

.main-content h1 {
	color: #49d4de;
	font-size: 20px;
	margin: 15px 20px 0px;
	font-weight:100;
}


/*TABLE*/
.table-container {
	margin-bottom: 2px;
}

.table-container table {
	/*border-collapse: separate;
	border-spacing: 0px;*/
	table-layout: auto;
	/*background: #393939;*/
}

.table-container table th {
	/*padding: 5px 0px;*/
	color: #b2f448;
	font-size: 14px;
}

.table-container table th.label {
	width: 150px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

.table-container table th.image {
	padding: 0px 0px 0px 48px;
	line-height: 0px;
	text-align: right;
}

.table-container table th.image img {
	margin-bottom:10px;	
}

.table-container table td {
	padding: 5px;
	background: #000000;
	vertical-align: bottom;
	text-align: left;
}

.table-container table th.separator {
	line-height: 0px;
	font-size: 0px;
}

.table-container table td.image {
	padding: 0px;
	background: #000000;
	line-height: 0px;
}

.table-container table td span {
	display: block;
	border-bottom: 1px dashed #ff9c00;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}

.table-container table td.overview span {
	margin-top: 5px;	
}

.table-container table td span.empty {
	display: block;
	border: 1px dashed #ff9c00;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #cccccc;
}

.table-container table td span.short {
	width: 230px;
	border: none;
	
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
}

.table-container table td span.validation {
	display: block;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #b44242;
	text-transform: uppercase;
}

.table-container table td input {
	width: 230px;
	border: none;
	border:1px solid #333;
	font-size: 11px;
	padding:5px;
	color: #49d4de;
}

.table-container table td textarea {
	width: 230px;
	height: 100px;
	border: none;
	border:1px solid #333;
	font-size: 11px;
	padding:5px;
	color: #49d4de;
}

.table-container table td select {
	width: 230px;
	border: none;
	border:1px solid #333;
	font-size: 11px;
	padding:5px 2px; /*VS*/
	color: #49d4de;
}

.table-container table td select option {
	background: #000000;
	border: none;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}

.table-container table td select.day {
	width: 54px; /*VS*/
	margin-right: 10px;
}

.table-container table td select.month {
	width: 112px;
	margin-right: 10px;
}

.table-container table td select.year {
	width: 54px; /*VS*/
}

.table-container table td.control {
	background: #393939;
	vertical-align: middle;
	padding: 0px;
}

.table-container table td.control a {
	color: #99205e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	padding: 5px 0px;	
	text-align: center;
	width: 102px;
	margin: 2px 0px;
	
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
}

.table-container table td.control a:hover {
	color: #ffffff;
}

/*BUTTONS*/
input.button {
	font-size: 16;
	font-weight: bold;
	color: #000;
	background: #49d4de;
	padding: 5px 15px;
	cursor: pointer;
	margin-left: 1px;
	margin-right: 1px;
	border: none!important;
}
input.button.first {
	margin-left: 0px;	
}
input.button.last {
	margin-right: 0px;	
}
.loading {
	background-image: url(../../images/core/loading.gif)!important;
}



/*PAGE*/
.page-container {
	background:#444444;
	margin:20px;
}

ul.page-menu {
	background: #000000;
	width: 100%;
	height: 45px;
	overflow: hidden;
}

ul.page-menu li {
	float: left;
	height: 45px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

ul.page-menu li a {
	background: #222222;
	display: block;
	padding: 12px 40px 0px 40px;
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

ul.page-menu li.active a {
	background: #444444;
	color: #dddddd;
}

ul.page-menu li a:hover {
	background: #333333;
}

ul.page-menu li.active a:hover {
	background: #444444;
}

table.page-content {
	border-spacing: 20px;
	table-layout: auto;
	border-collapse: separate;
}

table.page-content td, table.page-content th {
	padding: 0px;	
	color: #ffffff;
}

table.page-content td.title {
	color: #49d4de;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.page-content td.title a {
	font-weight: bold;
	color: #49d4de;
}

table.page-content td.pagination {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
}

table.page-content td.pagination strong {
	color: #49d4de;
	font-size: 17px;
}

table.page-content td.pagination a {
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}

table.page-content td.pagination a:hover {
	color: #49d4de;
}




.legal h1 {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
	height: 22px;
	font-size: 14px;
	font-weight: normal;
	background: #333333;
}

.legal h1 span.updated {
	float: right;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 9px;
	text-transform: uppercase;
	text-indent: 0px;
}

.legal p {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	text-indent: 0px;
}

.legal p.to_be_continued {
	margin-bottom: 0px;
}

.legal a {
	color: #ffffff;
}

.legal blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 5px 0px 5px;
	background: #333333;
	border: 1px solid #222222;
}

.legal blockquote blockquote {
	background: #444444;
	border: 1px solid #222222;
}

.legal hr {
	margin: 25px 0px;
	visibility: hidden;
}

.legal ul.normal {
	list-style-type: disc;
	marker-offset: 0px;
	list-style-position: inside;
	padding: 0px 5px 0px 27px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

/*
 * "Friends" page
 * 
 */

/*
 * Featured
 * 
 */

div.sites-friends-featured
{
	background: #1A5B5F url(../../images/core/sites-friends-featured-bg.png) repeat-x;
	padding: 15px;
	
	margin-bottom: 20px;
}

div.sites-friends-featured div.site-friend
{
	float: left;
	
	text-align: center;
	
	width: 174px;
	height: 165px;
	
	margin-right: 5px;
	margin-bottom: 20px;
}

div.sites-friends-featured div.site-friend div.name
{
	margin-top: 3px;
}


div.sites-friends-featured div.site-friend div.name a
{
	text-decoration: none;
}

div.sites-friends-featured-title
{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	
	padding-left: 10px;
	
	margin-bottom: 10px;
}

div.sites-friends-featured div.site-friend-last-in-the-row
{
	float: right;
	margin-right: 0px;
}

div.sites-friends-featured div.site-friend-in-the-last-row
{
	margin-bottom: 0px;
}

/*
 * Regular
 * 
 */

div.sites-friends-regular
{
	background: transparent none;
	padding: 15px;
}

div.sites-friends-regular div.site-friend
{
	float: left;
	
	text-align: center;
	
	width: 174px;
	height: 165px;
	
	margin-right: 5px;
	margin-bottom: 20px;
}

div.sites-friends-regular div.site-friend div.name
{
	margin-top: 3px;
}


div.sites-friends-regular div.site-friend div.name a
{
	text-decoration: none;
}

div.sites-friends-regular div.site-friend-last-in-the-row
{
	float: right;
	margin-right: 0px;
}

div.sites-friends-regular div.site-friend-in-the-last-row
{
	margin-bottom: 0px;
}

/*
 * FaceBook & Twitter widget
 * 
 */

div.facebook-and-twitter-widget-horizontal-divider
{
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	
	background: #37A8AE url(../../images/core/bgGreen.png) repeat-x 0% 50%;
	
	clear: both;
}

table.facebook-and-twitter-widget, table.facebook-and-twitter-widget tr, table.facebook-and-twitter-widget tr td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.facebook-and-twitter-widget tr td
{
	padding-top: 10px;
}

table.facebook-and-twitter-widget
{
	margin: 0px 5px 5px 5px;
	
	width: 990px;
}
