/*DEFAULT WRESTLING DOMAINS STYLESHEET*/



/*******************TEXT STYLES*****************************/

/* logged in or logged out text */
.status {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 9px;
	text-align: right;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;

}
.status a:link {
	text-decoration: underline;

}
.status a:visited {
	text-decoration: underline;

}
.status a:hover {
	text-decoration: none;

}
.status a:active {
	color: #990000;
}


h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
}

.textmain {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
}
.texthelp {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-image: url(wd_images/background_help.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	margin: 8px 3% 8px 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;	
}
.texthelp p {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #666666;
}




/******************FORMS*****************/
.formlabel {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.forminput {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	background-color: #F7F7F7;
	margin: 1px;
	padding: 2px;
	border: 1px solid #C5C5C5;
}
.formbutton {

}

/******************TABLES*****************/
#admin th {
	background-image: url(../wd/wd_images/background_th.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#admin td {
	border-top: 1px solid #D8D8D8;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #A4A4A4;
	border-left: 1px none #FFFFFF;
}
#admin {
	background-image: url(../wd/wd_images/background_table.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.7em;
	border: 1px solid #999999;
	font-family: Arial, sans-serif, "MS Sans Serif";
	color: #000000;
}
#admin a {
		color: #990000;
		
	}


/******************MENU*****************/

.menu {

}#menu a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
}
#sidebox {
	color: #000000;
	background-color: #ffffff;
	padding: 6px;
	margin: 4px 4px 4px 0px;
}
#sidebox h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	color: #FFFFFF;
	background-color: #48006A;
	margin-top: 0px;
	padding: 3px;
}
#sidebox p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}
#sidebox a {
	color: #000000;
}
