/* Default CSS file */

/* HTML Elements */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	background-repeat:repeat;
}

a{
	text-decoration:none;
	color: black;
}

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

img{
	border:none;
}

table{
	font-size:11px;
}

/* ID's */

#page{
	position:absolute;
	left:0;
	top:0;
	width: 750px;
	border-right:1px dashed black;
}

#logo{
	position:relative;
	float:left;
	margin-top:25px;
	margin-left:25px;
	text-transform:uppercase;
	text-align:right;
	line-height:30px;
}

#new{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:25px;
	width:160px;
}

#popular{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:60px;
	width:160px;
}

#spotlight{
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:80px;
	padding-bottom:20px;
	width:220px;
	border:1px dashed black;
}

#spotlightContent{
	position:relative;
	margin-left:30px;
	margin-top:20px;
}

#lowerRow{
	position:relative;
	float:left;
	margin-top:35px;
	width:750px;
}

#submit{
	position: relative;
	float:left;
	margin-left:25px;
	width:300px;
}

#contact{
	position: relative;
	float:left;
	margin-left:35px;
	width:300px;
}

#rightBlock{
	position:absolute;
	left:776px;
	top:0;
	width:250px;
	height:100px;
}

#categories{
	position:relative;
	margin-top:179px;
	text-transform:uppercase;
	line-height:15px;
}

#search{
	position:relative;
	margin-top:35px;
}

#sponsors{
	position:relative;
	margin-top:35px;
}

#links{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:25px;
	width:700px;
}

#pagelist{
	position:relative;
	float:right;
	margin-top:25px;
	padding-right:25px;
	width:700px;
	text-align:right;
}

#login{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:25px;
	width:160px;	
}

#backendText{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:25px;
	width:700px;
}

/* Classes */
.linkBlock{
	position:relative;
	float:left;
	width:160px;
	height:140px;
	margin-top:15px;
	text-transform:uppercase;
	font-size:9px;
	padding-right:15px;
}

.linkStats{
	position:absolute;
	left:0;
	top:0;
	width:155px;
	height:40px;
	padding-left:5px;
	padding-top:5px;
	opacity:.80;
	filter:alpha(opacity=80);
	display:none;
	background-color:#333333;
	color:white;
}

.linkMouseEventCapture{
	position:absolute;
	left:1px;
	top:1px;
	width:159px;
	height:88px;
	z-index:100;
	cursor:pointer;
}

.linkImage{
	border: 1px solid black;
	margin-bottom:5px;
	z-index:99;
}

.star{
	cursor:pointer;
}

.formElements{
	border: 1px solid black;
}

.backendCategoryName{
	cursor:pointer;
}

.deleteLink{
	cursor:pointer;	
}
