/* SERVER SEARCH RESULT */

div.servers {
	margin:23px 23px;
}

	div.server {
		border:2px solid black;
		margin:30px 0;
		padding:0;
		width:800px;
		background-color:#A5E589;
	}

		a.server-image {
			width:100%;
		}

			a.server-image img {
				width:800px;
				height:150px;
			}
		
		div.server-info {
			margin:3px 10px 10px 10px;
		}

			div.server-top-line {
				height:30px;
				line-height:30px;
				margin-bottom:3px;
			}
			
				div.server-title-outer {
					display:block;
					float:left;
					line-height:31px;
				}

					a.server-title {
						color:black;
						font-size:25px;
						text-decoration:underline;
						font-weight:bold;
						text-shadow:0px 0px 15px rgba(0,0,0,0.3);
					}

					a.server-title:hover {
						color:#134400;
						text-decoration:none;
						text-shadow:0px 0px 15px rgba(19,68,0,0.5);
					}
				
					span.server-user {
						margin-left:10px;
					}

				div.server-likes-downloads {
					float:right;
				}

					div.server-likes {
						float:left;
						margin-right:10px;
					}

					div.server-downloads {
						float:left;
					}

						div.server-likes b, div.server-downloads b{
							text-shadow:0px 0px 15px rgba(19,68,0,0.6);
						}
		
			div.server-tags {
				margin-top:5px;
			}

				a.server-tag {
					text-decoration:none;
					color:black;
					background-color:#CDE8C2;
					border-bottom:1px solid #134400;
					padding:2px;
					line-height:28px;
				}

				a.server-tag:hover {
					background-color:#82E256;
				}
				




/* SERVER PAGE */

div#serverp-back-box {
	margin:0 0 10px 10px;
}

div#serverp {
	margin:10px 23px 23px 23px;
	border:2px solid black;
	background-color:#A5E589;
	padding:0 0 10px 0;
	width:800px;
}

	img#serverp-image {
		height:150px;
		width:800px;
		position:relative;
		top:-1px;
	}
	
	div#serverp-dependencies {
		margin:10px 10px 10px 10px;
		border-bottom:1px solid #CDE8C2;
		padding-bottom:10px;
	}
	
		a.serverp-dependency {
			margin:0 5px;
			padding:1px 3px;
			text-decoration:none;
			color:black;
			font-weight:bold;
			text-shadow:0px 0px 10px rgba(0,0,0,0.5);
		}
	
		a.serverp-dependency:hover {
			color:#134400;
			text-shadow:0px 0px 10px rgba(19,68,0,0.5);
			text-decoration:none;
		}
	
	div#serverp-tags {
		margin:10px 0 20px 10px;
		line-height:28px;
	}
	
	div#serverp-address-holder {
		margin:10px;
	}
	
		div#serverp-address {
			display:inline-block;
			margin-left:10px;
			border:1px solid #134400;
			padding:2px 7px 2px 3px;
			font-style:italic;
			background-color:#CDE8C2;
		}







/* MY CONTENT SERVER TAGS */

div.mc-server-tag-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-server-tag,a.mc-server-tag-selected {
		text-decoration:none;
		color:black;
		background-color:#A5E589;
		background-color:#CDE8C2;
		border-bottom:1px solid #134400;
		padding:2px;
		line-height:28px;
	}

	a.mc-server-tag-selected {
		background-color:#82E256;
	}
	
	
	
	
	
	
/* MY CONTENT SERVER DEPENDENCIES */

div.mc-server-dep-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-server-dep,a.mc-server-dep-selected {
		margin:0 5px;
		padding:1px 3px;
		text-decoration:none;
		color:black;
		font-weight:bold;
		text-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

	a.mc-server-dep-selected {
		color:#134400;
		text-shadow:0px 0px 10px rgba(19,68,0,0.5);
		text-decoration:none;
	}
	
	
	input.mc-server-new-dep-title {
		width:210px;
		margin-right:5px;
	}

	input.mc-server-new-dep-url {
		width:165px;
	}

img.mc-server-banner-current {
	height:22px;
	margin-left:10px;
	position:relative;
	top:3px;
}




/* MY CONTENT SERVER LIST */

th#mct-server-title, th#mct-server-edit, th#mct-server-status {
	font-weight:bold;
	text-align:left;
}

th#mct-server-title {
	width:500px;
}

th#mct-server-edit {
	width:70px;
}

th#mct-server-delete {
	width:80px;
}

th#mct-server-status {
}


	a.mc-server-item-title {
		color:black;
		text-decoration:underline;
	}
	
	a.mc-server-item-title:hover {
		text-decoration:none;
	}

	a.mc-server-item-edit {
		color:#134400;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-server-item-edit:hover {
		text-decoration:underline;
	}

	a.mc-server-item-delete {
		color:#930000;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-server-item-delete:hover {
		text-decoration:underline;
	}
	
	span.mc-server-item-status-verified, span.mc-server-item-status-unverified {
	}
	
	span.mc-server-item-status-verified {
		color:#134400;
	}
	
	span.mc-server-item-status-unverified {
		color:#B74300;
	}
	
	span.mc-server-item-status-denied {
		color:#930000;
	}
