/* elements styles */
@import url("dinamic.css");
@import url("elements.css");

/* layout styles*/
@import url("header.css");
@import url("layout.css");
@import url("footer.css");

/* pages specific styles */
@import url("custom-pages-styles.css"); /* general custom styles */
@import url("news.css");
@import url("dashboard.css");

/* general styles */
body {

	background-color: black;
	min-width: 1000px;
	
	margin: 0px;
	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

	color: white;
	
}

img { 
	border: 0;
}

form {
	display: block;
	padding: 0;
	margin: 0;
}

a {
	color: #88887c;
	cursor: pointer;

	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #b3b3a5;
	text-decoration: underline;
}

a.base-link {
	text-decoration: none;
	
	display: block;
	float: left;
	
	color: #b3b3a5;
}

a.base-link:hover {
	color: white;
}

#w3c {
	clear: both;
	margin: auto;
	text-align: center;
	margin-top: 100px;
}

ul, li {
	clear: both;
}


.invisible {
	display: none;
	border: 0;
	color: black;
	background-color: black;
	width: 0px;
	height: 0px;
}

textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

.inline-block {
	display: inline;
}

#useredit div {
	padding-top: 5px;
}

#useredit label {
	clear: both;
	float: left;
	display: block;
	width: 130px;
}