* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: .8em;
	color: #fff;
	background-color: #101010;
}

img {
	border: 0px #fff solid;
}

h1 {
	margin-top: 25px;
}

/*
a:link, a:visited {
	color: #00f;
	text-decoration: none;
	}

a:hover {
	background-color: #f00;
	color: #fff;
	}
*/
a:link {
	text-decoration: none;
	}
a:visited {
	color: #00d;
}

a:hover {
	text-decoration: underline;
	}
.instanceName {
	background-color: #020;
	color: #fff;
	}
	

#page {
	margin: 10px auto;
	width: 90%;
	text-align: left;
}

#page td {
	width: 125px;
	padding: 5px;
	border: 0px #e3e3e3 solid;
	text-align: center;
}

#page th {
	text-align: center;
	}

#new_member_form {
	width: 450px;
	float: right;
	text-align: right;
	margin-top: -15px;
}

#editBlock {
	width: 500px;
	float: right;
	border: 4px #300 solid;
	padding: 15px;
	-moz-border-radius: 6px;
	}

	#editBlock textarea {
		width: 100%;
		font-family: Tahoma, Trebuchet, Arial, sans-serif;
		font-size: 1.5em;
		}
#editBlock input[type="text"]{
	width: 20em;
	font-size: 1.5em;
	
	-moz-border-radius: 2px;
}

#editBlock select {
	font-size: 1.2em;
	}
	
	
#slot_update p {
	width: 300px;
	margin-top: 20px;
}

#slot_update input[type="text"] {
	width: 20em;
	
	-moz-border-radius: 2px;
}

#slot_update textarea {
	width: 400px;
	height: 100px;
	padding: 5px;
}

.gearFormBox {
	width: 400px;
	float: left;
}	

#stats {
	width: 200px;
	float: right;
	margin-top: -80px;
	padding: 0px;
	font-size: .85em;
}

#footer {
	border-top: 2px #1b1b1b solid;
	padding: 15px 0px 20px 0px;
	color: #666;
	text-align: right;
	margin: 20px 0px 20px 0px;
}

.small {
	font-size: .7em;
}

.cell {
margin-top: 50px;
margin-right: 50px;
	width: 300px;
	float: left;
}

.toon_panel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	padding-left: 20px;
	border-style: solid;
	border-color: #939393;
	border-width: 0px 0px 1px 1px;
}

.highlight, .cpMenu, .notes, .notes2 {
	padding: 8px;
	margin: 10px 0px 15px 0px;
	-moz-border-radius: 3px;
}
.highlight {
	background-color: #760000;
	color: #fff;
}

.notes {
	background-color: #1b1b1b;
	color: #fff;
}

.notes2{
	background-color: #001600;
	color: #fff;
}

.gear_list {
	margin-left: 25px;
	list-style-type: none;
}

.search_block {
	padding: 5px;
	margin: 15px 0px 0px 0px;
}

.bg1 {
	background-color: #1b1b1b;
	-moz-border-radius: 3px;
}

.bg2 {
	background-color: #101010;
	-moz-border-radius: 3px;
}

.instance_search {
	font-style: italic;
	color: #e3e3e3;
/*	background-color: #003a00; */
}

.instance_search:hover {
	background-color: #003a00;
}

.topsources1 {
	background-color: #500;

}

.lootList {
	margin: 10px 0px 0px 25px;
	font-size: 1.3em;
}

.lootList li {
	margin: 2px 0px 5px 0px;
}

	.moreLootLink {
	margin-top: 4px;
		text-align: right;
	}

	
#toonList {
	display: inline;
	}
	
	#toonList li {
		list-style-type: none;
		}
		
	.toonBlock {
		font-size: 1em;
		width: 250px;
		float: left;
		border: 4px #300 double;
		margin: 5px 25px;
			-moz-border-radius: 6px;
		}
		.toonblock * {
			padding: 5px 20px;
		}
		.nameLine {
			font-size: 2em;
			font-weight: 900;
			text-align: left;
			}
			
			.nameLine img {
				vertical-align: middle;
				margin-right: 10px;
			}
			
			.details {
				}
				
	.toonBlock a:link, .toonBlock a:visited {
		display: block;
		text-decoration: none;
		}
		
	.toonBlock a:hover {
		background-color: #003;
		}
		
		.toonSetList {
			}
		.toonSetList li{
			list-style-type: none;
			}
			
		.toonSetList a:link, .toonSetList a:visited {
			display: block;
			padding: 2px;
			text-decoration: none;
			}
			
		.toonSetList a:hover {
			background-color: #003;
			}
			
#raidSetBlock {

	}

	#raidSetBlock h4 {

		}
		
#raidSetSelection {
	margin: 10px;
	}


#raidSetSelection ul {
	margin-left: 35px;
	}
	
#raidSetSelection li {
	list-style-type: none;
	}
	
#messagesBlock {
	background-color: transparent;
	}
	
	
.druid { background-image: url('images/icon_druid.png'); }
.hunter { background-image: url('images/icon_hunter.png'); }
.mage { background-image: url('images/icon_mage.png'); }
.paladin { background-image: url('images/icon_paladin.png'); }
.priest { background-image: url('images/icon_priest.png'); }
.rogue { background-image: url('images/icon_rogue.png'); }
.shaman { background-image: url('images/icon_shaman.png'); }
.warlock { background-image: url('images/icon_warlock.png'); }
.warrior { background-image: url('images/icon_warrior.png'); }
	
.druid, .hunter, .mage, .paladin, .priest, .rogue, .shaman, .warlock, .warrior {
		line-height: 64px;
		background-repeat: no-repeat;
		padding-left: 75px;
	}

/* .delete is used for the little red 'x' next to sets and toons you want to delete. */
.delete {
	display: inline;
	float:right;
	margin-top: -20px;	
	}	

a:hover[class='delete'] {
	background-color: #000;
	}	
