body {
	background-color:#4e4737;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
	background-image:url("/images/toonsig_background.jpg");
	background-repeat:no-repeat;
	color:#c4bfb3;
}

td {
	color:#302918;
	font-size: .8em;
}

a {
	color:#eecf84;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
#header{
	text-decoration: none;
	width: 250px;
	float: left;
}
#header a {
	text-decoration: none;
}
#header h1 {
	width: 250px;
	height: 140px;
	text-indent: -5000px;
}

#container {
	border: 1px solid #000;
	padding: 35px 25px 25px 25px;
	margin: 20px 10px 20px 20px;
	background-image: url("/images/content_bg.jpg");
	background-repeat:no-repeat;
	background-color:#cac8c4;
	color:#302918;
	position:absolute;
	left: 275px;
	right: 20px;
	top: 20px;
	z-index:2;
}
#container a {
	color:#4b1615;
}
#container a:hover {
	color:#6e540e;
}

#menus ul {
	margin: 0px 0px 15px 0px;
	padding: 7px;
	background-image:url("/images/sidemenu_bg.jpg");
	border: 1px solid #000;
	font-size: 12px;
	font-weight:bold;
}
#menus ul li {
	margin-bottom: 5px;
}
#menus h2 {
	margin: 0px;
	padding: 0px;
	text-indent:-5000px;
}
.mh_guest {
	background-image: url("/images/mh_guests.gif");
	background-repeat:no-repeat;
	width:175px;
	height:16px;
}
.mh_members {
	background-image: url("/images/mh_members.gif");
	background-repeat:no-repeat;
	width:90px;
	height:16px;
}
.mh_links {
	background: url("/images/mh_links.gif") no-repeat;
	width: 185px;
	height: 15px;
}

label {
	margin-bottom: 7px;
	margin-right: 10px;
}
input {
	margin-bottom: 7px;
	margin-right: 10px;
}

#toonSearch {
}
#toonSearch label {
	font-size: .8em;
	margin-right: 5px;
	margin-bottom: 0px;
}
#toonSearch input {
	font-size: .8em;
	margin-right: 15px;
	border: 1px solid #666;
	background-color:#FFF;
	margin-bottom: 0px;
}
#adbox {
	border: 1px solid #000;
	margin: 15px;
	width: 450px;
	height: 450px;
}

.userButtons {
	border: 1px solid #FFF;
	background-color:#333333;
	color:#fff;
	font-size: 11px;
	margin: 3px;
	padding: 2px;
}

#cacheHelp {
	background-color:#F5EBC2;
	border: 1px solid #333333;
	padding:3px;
	margin: 50px 0px 5px 0px;
	font-size: 11px;
	width: 400px;
	color:#990000;
	
}


/* Styling for autocomplete feature using scriptaculous library */

div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autocomplete ul li.selected { 
  background-color:#CED187;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:20px;
  display:block;
  list-style-type:none;
  cursor:pointer;
  font-size: 12px;
}


#staginglabel {
	position: absolute;
	z-index:1000;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	height: 12px;
	width:100%;
	background-color:#660000;
	color:#FF9900;
	font-weight:bold;
	padding: 4px;
	font-size: 11px;
	text-align:center;
	word-spacing: 10px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	
	
}


.sharing {
	background-color:#FFF;
	margin-left: 0px;
	padding: 3px 3px 3px 10px;
	color:#333;
	font-size:10px;
}

.sharing_icons {
	font-size: 11px;
    width: 16px;
    height: 16px;
	margin-right: 5px;
	text-indent:-5000px;
	display:inline-block;
}
.facebook {
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -240px -16px;
}
.facebook:hover{
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -240px 0px;
}
.bebo {
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -672px -16px;
}
.bebo:hover{
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -672px 0px;
}
.digg {
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -224px -16px;
}
.digg:hover{
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -224px 0px;
}
.spaces_live {
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -400px -16px;
}
.spaces_live:hover{
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -400px 0px;
}
.myspace {
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -321px -16px;
}
.myspace:hover{
	background:transparent url(/images/sharing_icons.gif) no-repeat scroll -321px 0px;
}


#createUpdateContainer, #createUpdateContainer td {
	color:#FFF;
}
#createUpdateContainer table {
	border: 1px solid #999;
	padding: 7px;
}
#createUpdateContainer #getRealmList {
	color:#000;
}
#createUpdateHeader {
	color:#FFCC66;
}
.createUpdateFullScreen {
	position:absolute;
	z-index:5000;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#353535;
	filter:alpha(opacity=96);
	-moz-opacity:.96;
	opacity:.96;
	text-align:center;
	vertical-align:middle;
	padding: 150px;
	color:#FFF;
}

#gnomevertiser {
	float:left;
	width: 250px;
	height: 380px;
	margin:  150px 15px 0px 25px;
	/*
	background-image:url("/images/support_us_balloon.gif");
	background-repeat:no-repeat;
	*/
}

.themeheaders {
	text-align: left;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 4px;
	border-bottom: 1px solid #999;
}

#statusupdate {
	color:#FFF;
	padding: 20px;
	font-size: 11px;
	text-align:right;
}

.toonToolBar {
	padding-top: 7px;
	font-size: 11px;
}
.toonToolBar input {
	font-size: 11px;
}
.arrow_up {
	display: block;
	width: 14px; height: 12px;
	background: url("../images/arrow_up.gif") no-repeat;
	text-indent: -5000px;
	text-decoration:none;
}
.arrow_up:hover {
	background: url("../images/arrow_up_hover.gif") no-repeat;
}
.arrow_down {
	display: block;
	width: 14px; height: 12px;
	background: url("../images/arrow_down.gif") no-repeat;
	text-indent: -5000px;
	text-decoration:none;
}
.arrow_down:hover {
	background: url("../images/arrow_down_hover.gif") no-repeat;
}
.codebox {
	margin: 7px;
	padding: 7px;
	border: 1px solid #60202D;
	background: #e5e5e5;
}

#livepreview {
	background: url("../images/preview_customize-signature.gif") no-repeat #c9c8c4;
	width: 652px;
	height: 97px;
	padding: 15px 0px 0px 133px;
	margin-bottom: 20px;
	
}
#livepreview h3 {
	text-indent: -5000px;
	font-size:9px;
}
#preview-menu  {
	margin: 0px;
	padding: 0px;
}
#preview-menu li {
	list-style: none;
	display: inline;
	margin-right: 2px;
}
.preview_step1 {
	width: 182px;
	height: 27px;
	text-indent: -5000px;
	display:block;
	float: left;
	background: url("../images/preview_step1.gif") no-repeat;
	margin-right: 2px;
}
.preview_step1:hover {
	background: url("../images/preview_step1_current.gif") no-repeat;
}
.preview_step1_current {
	width: 182px;
	height: 27px;
	text-indent: -5000px;
	display:block;
	float: left;
	background: url("../images/preview_step1_current.gif") no-repeat;
	margin-right: 2px;
}
.preview_step2 {
	width: 265px;
	height: 27px;
	display:block;
	float: left;
	text-indent: -5000px;
	background: url("../images/preview_step2.gif") no-repeat;
	margin-right: 2px;
}
.preview_step2:hover {
	background: url("../images/preview_step2_current.gif") no-repeat;
}
.preview_step2_current {
	width: 265px;
	height: 27px;
	display:block;
	float: left;
	text-indent: -5000px;
	background: url("../images/preview_step2_current.gif") no-repeat;
	margin-right: 2px;
}
.preview_step3 {
	width: 284px;
	height: 27px;
	display:block;
	float: left;
	text-indent: -5000px;
	background: url("../images/preview_step3.gif") no-repeat;
}
.preview_step3:hover {
	background: url("../images/preview_step3_current.gif") no-repeat;
}
.preview_step3_current {
	width: 284px;
	height: 27px;
	display:block;
	float: left;
	text-indent: -5000px;
	background: url("../images/preview_step3_current.gif") no-repeat;
}
#customize_1 {
	width: 695px;
	height: 410px;
	background: url("../images/preview_tab1_bg.jpg") no-repeat #FFF;
	padding: 20px;
}
#customize_2 {
	width: 695px;
	height: 410px;
	background: url("../images/preview_tab2_bg.jpg") no-repeat #FFF;
	padding: 20px;
}
#customize_3 {
	width: 695px;
	height: 410px;
	background: url("../images/preview_tab3_bg.jpg") no-repeat #FFF;
	padding: 20px;
	text-align: center;
	vertical-align:middle;
}
.preview-label{
	font-weight: bold;
	font-size: 1.2em;
	text-transform:uppercase;
	color:#713029;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.bigdamnbutton {
	width: 177px;
	height: 196px;
	background: url("../images/button_generate.jpg") no-repeat;
	display: block;
	text-indent: -5000px;
	margin-left: 105px;
}
.bigdamnbutton-click {
	width: 177px;
	height: 196px;
	background: url("../images/button_generate.jpg") no-repeat;
	background-position: -177px 0px;
	display: block;
	text-indent: -5000px;
	margin-left: 105px;
}

#gnome_finished {
	width: 700px;
	padding: 65px 0px 0px 220px;
	background: url("../images/gnome_finished.jpg") no-repeat;
}

#twitterfeed {
	width: 300px; 
	position: absolute;
	top: -49px;
	right: -25px;
	padding:  85px 10px 10px 10px;
	font-size: .85em;
	background: url("../images/twitter_news_bg.jpg") no-repeat;
}
#twitterfeed h2 {
	text-indent: -5000px;
	font-size:9px;
}
#tweet ul {
	margin: 0px; padding: 0px;
}
#tweet li {
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}


.messagebox {
	border: 3px solid #990000; 
	background-color:#e4e4e4; 
	color:#333333; 
	padding: 5px; 
	margin: 5px; 
	width: 600px; 
	position: absolute; 
	top: -25px; 
	left:-25px; 
	font-size: .8em;
	z-index:10;
}



.showTools {
	display: block;
	position:absolute;
	top: 25px;
	left: -60px;
	z-index: 1;	
	border: 2px solid #666;
	padding: 10px;
	background: #e5e5e5;
	cursor: pointer;
	line-height: 18px;
	font-size: 11px;
}
.hideTools {
	display: none;
}
.button_refresh {
	background: url("../images/button_refresh.gif") no-repeat;
	background-position: 0px 0px;
	width: 25px; 
	height: 25px;
	text-indent: -5000px;
	display: block;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
}
.button_refresh:hover {
	background-position: 0px -25px;
}
.button_edit {
	background: url("../images/button_edit.gif") no-repeat;
	background-position: 0px 0px;
	width: 25px; 
	height: 25px;
	text-indent: -5000px;
	display:block;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
}
.button_edit:hover {
	background-position: -25px 0px;
}
.button_info {
	background: url("../images/button_info.gif") no-repeat;
	background-position: 0px 0px;
	width: 25px; 
	height: 25px;
	text-indent: -5000px;
	display:block;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
}
.button_info:hover {
	background-position: -25px 0px;
}
.button_delete {
	background: url("../images/button_delete.gif") no-repeat;
	background-position: 0px 0px;
	width: 25px; 
	height: 25px;
	text-indent: -5000px;
	display:block;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
}
.button_delete:hover {
	background-position: -25px 0px;
}


#battle {
	width: 500px;
	height: 400px;
	position:relative;
	background: url("../images/horde-v-alliance.jpg") no-repeat #000;
}
#horde {
	position: absolute;
	top: 300px;
	left: 50px;
	right: 250px;
	text-align:center;
	font-weight: bold;
	font-size: 36px;
	color:#b22829;
}
#alliance {
	position: absolute;
	top: 300px;
	left: 250px;
	right: 30px;
	text-align:center;
	font-weight: bold;
	font-size: 36px;
	color:#5198e4;
}
.tooncount {
	font-weight: normal;
	font-size: 12px;
}