/* CSS Document */

a:link, a:visited { 
	text-decoration: none;
	color: #CECECE;
} 

a:hover, a:active { 
	text-decoration: underline;
	color: #CECECE;
}

.cpanel_item {
	width: 806px;
	margin: 0 auto;
}

	.cpanel_header {
		height: 18px;
		width: 795px;
		border-top: 1px solid #42423B;
		border-bottom: 1px solid #42423B;
		border-left: 1px solid #42423B;
		color: #E5B700;
		padding: 0 5px;
		margin-bottom: 1em;
		
	}
	
		.cpanel_title {
			font-weight: bold;
			float: left;
		}
		
		.cpanel_info {
			float: right;
			font-size: 11px;
		}
		
	.cpanel_paragraph_header_left {
		height: 18px;
		width: 795px;
		border-bottom: 1px solid #42423B;
		border-right: 1px solid #42423B;
		color: #E5B700;
		padding: 0 5px;
		font-weight: bold;
		margin-bottom: 1em;
		position: relative;
	}
	
	.cpanel_paragraph_header_right {
		height: 18px;
		width: 795px;
		border-bottom: 1px solid #42423B;
		border-right: 1px solid #42423B;
		color: #E5B700;
		padding: 0 5px;
		font-weight: bold;
		margin-bottom: 1em;
		position: relative;
	}
	
		.cpanel_paragraph_title {
			height: 18px;
			width: auto;
			position: absolute;
			top: 5px;
		}
		
	.cpanel_paragraph_right {
			height: auto;
			width: 795px;
			border-right: 1px solid #42423B;
			border-bottom: 1px solid #42423B;
			color: #CECECE;
			padding: 0 5px;
		}
		
	.cpanel_paragraph_left {
		height: auto;
		width: 795px;
		border-left: 1px solid #42423B;
		border-bottom: 1px solid #42423B;
		color: #CECECE;
		padding: 0 5px;
	}
	
/**************************** NEWS CATEGORY **************************************/


#cpanel_news_item {
	width: 700px;
	height: auto;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #42423B;
	z-index: 1;
}


/********************** Title ********************************/
	#cpanel_news_title_container {
		width: 700px;
		height: 30px;
		position: relative;
	}
	
		#cpanel_news_title_label {
			width: 150px;
			height: 30px;
			position: relative;
			float: left;
			line-height: 30px;
			font-weight: bold;
			color: #E5B700;
		}
		
		#cpanel_news_title_fieldcontainer {
			position: relative;
			float: left;
			height: 26px;
		}
	
			#cpanel_news_title_field {
				width: 540px;
				height: 18px;
				font-size: 12px;
				font-family: "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
				background-color : #000000;
				color : #FFFFCC;
				border: 1px solid #42423B;
			}
	
/********************* Toolbar ***************************/

	#cpanel_news_toolbar_container {
		width: 700px;
		height: 30px;
		position: relative;
		
	}
	
		#cpanel_news_toolbar_buttons {
			width: 550px;
			height: 30px;
			float: right;
			position: relative;
		}
		
	#cpanel_news_insert_container {
		width: 310px;
		height: 80px;
		padding: 10px;
		position: absolute;
		top: 150px;
		left: 30px;
		background-color: #000000;
		border: 1px solid #42423B;
		display: none;
		z-index: 30;
	}
	

/********************** Body ****************************/		
	#cpanel_news_body_container {
		width: 700px;
		height: 320px;
		position: relative;

	}
	
		
		#cpanel_news_body_label {
			width: 150px;
			height: 30px;
			position: relative;
			float: left;
			line-height: 30px;
			font-weight: bold;
			color: #E5B700;
		}
		
		#cpanel_news_body_fieldcontainer {
			float: left;
			height: 320px;
			position: relative;
		}
		
			#cpanel_news_body_field {
				width: 540px;
				height: 300px;
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color : #000000;
				color : #FFFFCC;
				border: 1px solid #42423B;
			}

/************************ Buttons ***************************/		
		#cpanel_news_buttons {
			width: 700px;
			height: 40px;
			position: relative;
		}
		
			.cpanel_news_userfile {
				background-color: #000000;
				color: #FFFFCC;
				border: 1px solid #42423B;
			}
	
		#cpanel_news_thumbnails_container {
			width: 700px;
			height: auto;
			position: relative;
		}
		
	#cpanel_news_buttons_container {
		clear: both;
	}
	
	#cpanel_news_preview_buttons {
		width: 700px;
		height: 40px;
		position: relative;
	}
	
/**************************** cpanel itemdb add *******************************************************/

#addItemDB_item {
	width: 800px;
	height: 525px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #42423B;
}



	#idb_required {
		width: 250px;
		height: 135px;
		float: left;
	}
	
	.idb_required_label {
		width: 70px;
		height: 25px;
		float: left;
		background-color: #000000;
		line-height: 25px;
		clear: left;
		overflow: hidden;
		
	}
	
	.idb_required_field {
		width: 180px;
		height: 25px;
		float: left;
		line-height: 25px;
	}

	
	#idb_stat {
		width: 100px;
		height: 135px;
		float: left;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #42423B;
		
	}
	
	.idb_stat_label {
		width: 60px;
		height: 25px;
		float: left;
		line-height: 25px;
		clear: left;
	}
	
	.idb_stat_field {
		width: 40px;
		height: 25px;
		float: left;
		line-height: 25px;
	}
	
		.idb_stat_field input {
			width: 30px;
		}
		
	#idb_resist {
		width: 100px;
		height: 135px;
		float: left;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #42423B;
		
	}
	
	.idb_resist_label {
		width: 60px;
		height: 25px;
		float: left;
		line-height: 25px;
		clear: left;
	}
	
	.idb_resist_field {
		width: 40px;
		height: 25px;
		float: left;
		line-height: 25px;
	}
	
		.idb_resist_field input {
			width: 30px;
		}
	
	#idb_misc {
		width: 492px;
		height: 160px;
		float: left;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #42423B;
	}
	
	.idb_misc_label {
		width: 130px;
		height: 25px;
		float: left;
		clear: left;
		line-height: 25px;
	}
	
	.idb_misc_field {
		width: 362px;
		height: 25px;
		float: left;
		line-height: 25px;
	}
	
		.idb_misc_field input {
			width: 30px;
		}
	
	#idb_optional {
		width: 492px;
		height: 198px;
		float: left;
		padding-top: 10px;
		border-top: 1px solid #42423B;
		overflow: hidden;
	}
	
	.idb_optional_label {
		width: 130px;
		height: 25px;
		float: left;
		clear: left;
		line-height: 25px;
	}
	
	.idb_optional_field {
		width: 362px;
		height: 25px;
		float: left;
		line-height: 25px;
	}

		.idb_optional_field input {
			
		}

			
	#idb_buttonRow {
		width: 492px;
		height: 23px;
		float: left;
		overflow: hidden;
		text-align: center;
	}
	
		#idb_buttonRow input {
			height: 18px;
			font-size: 11px;
			background-color: transparent;
			margin-top: 5px;
			padding: 0;
		}
	
	#idb_tooltip {
		width: 280px;
		height: auto;
		float: right;
		padding: 9px 8px;
		margin-left: 10px;
		border: 1px solid #7A7A7A;
		background-color: #202020;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 18px;
		color: #FFFFFF;
	}
	
		#tt_name {
			width: 280px;
			height: auto;
			font-weight: bold;
			color: #CCCCCC;
		}
		
		#tt_bind {
			width: 280px;
			height: auto;
		}
		
		#tt_unique {
			width: 280px;
			height: auto;
		}
		
		#tt_slotclass_container {
			width: 280px;
			height: 20px;
		}
		
			#tt_slot {
				width: auto;
				height: 20px;
				float: left;
			}
			
			#tt_itemclass {
				width: auto;
				height: 20px;
				float: right;
			}
		
		#tt_damagespeed_container {
			width: 280px;
			height: 20px;
		}
		
			#tt_damage {
				width: auto;
				height: 20px;
				float: left;
			}
			
			#tt_speed {
				width: auto;
				height: 20px;
				float: right;
			}
			
		#tt_added_damage {
			width: 280px;
			height: auto;
		}
		
		#tt_dps {
			width: 280px;
			height: auto;
		}
		
		#tt_armor {
			width: 280px;
			height: auto;
		}
		
		#tt_block {
			width: 280px;
			height: auto;
		}
		
		.tt_stat {
			width: 280px;
			height: auto;
		}
		
		#tt_classes {
			width: 280px;
			height: auto;
		}
		
		#tt_level {
			width: 280px;
			height: auto;
		}
		
		#tt_coh {
			width: 280px;
			height: auto;
			color: #66FF00;
		}
		
		.tt_requires {
			width: 280px;
			height: auto;
		}
		
		.tt_epu {
			width: 280px;
			height: auto;
			color: #66FF00;
		}
		
		#tt_itemset {
			width: 280px;
			height: auto;
			margin-top: 20px;
			color: #FF9933;
		}

/********************** Cpanel add set ****************************************/

#addSetDB_item {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	padding: 20px 10px;
	border: 1px solid #42423B;
}

	#addSet_container {
		width: 435px;
		height: auto;
		float: left;
	}

	.addSet_label {
		width: 125px;
		height: 25px;
		float: left;
		background-color: #000000;
		line-height: 25px;
		clear: left;
		overflow: hidden; 
	}
	
	.addSet_field {
		width: 310px;
		height: 25px;
		float: left;
		line-height: 25px;
	}
	
		.addSet_field input {
			width: 300px;
			background-color: #000000;
			border: 1px solid #42423B;
		}
		
	#addSet_photoFrame {
		width: 300px;
		height: 450px;
		border: 1px solid #42423B;
		float: right;
		margin: 0 10px;
		display: inline;
	}
	
		#addSet_photoFrame_header {
			width: 300px;
			height: 25px;
			background-image: url(../images/column_bg.gif);
			background-repeat: repeat-x;
		}
		
			#addSet_photoFrame_headerPrevious {
				color: #E5B700;
				font-weight: bold;
				float: left;
				line-height: 25px;
				padding: 0 10px;
			}
			
			#addSet_photoFrame_headerNext {
				color: #E5B700;
				font-weight: bold;
				float: right;
				line-height: 25px;
				padding: 0 10px;
			}
	
		#addSet_photoFrame_body {
			width: 300px;
			height: 425px;
			overflow: hidden;
		}

/******************** Cpanel add raid *******************************/

#addRaidTracker_item {
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #42423B;
}
	
	.art_rowContainer {
		width: 500px;
		height: auto;
		line-height: 23px;
		overflow: auto;
	}
	
		.art_rowLabel {
			width: 100px;
			height: auto;
			float: left;
		}
		
		.art_rowField {
			width: 400px;
			height: auto;
			float: left;
		}
		
	

/******************* Cpanel add loot *******************************/

#alt_header {
	width: 700px;
	height: 16px;
	margin: 0 auto;
	margin-bottom: 15px;
}

	#alt_headerText {
		width: 120px;
		height: 16px;
		margin: 0 auto;
		border-top: 1px solid #42423B;
		border-bottom: 1px solid #42423B;
		line-height: 16px;
		font-weight: bold;
		color: #E5B700;
		text-align: center;
	}

#addLootTracker_item {
	width: 350px;
	height: 380px;
	float: left;
	margin: 0px 10px;
	padding: 10px;
}

	.alt_rowContainer {
			width: 350px;
			height: auto;
			line-height: 23px;
			overflow: auto;
		}
		
			.alt_rowLabel {
				width: 100px;
				height: auto;
				float: left;
			}
			
			.alt_rowField {
				width: 250px;
				height: auto;
				float: left;
			}
			
			.alt_rowField select {
				width: 240px;
			}
			
#addLootTracker_tooltip {
	width: 300px;
	height: 400px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
		
/************************** Pager definitions *********************/

#pageAv_item {
	width: 300px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #42423B;
	text-align: center;
	padding: 50px;
}
	












