/*common tags*/
body {
	margin: 3% 7%;
	padding: 0px;
	text-align: center;
	font: 13px Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
table, tr, th, td, img, p {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
td, th {
	font: 13px Helvetica, Arial, sans-serif;
}
/*td {
	text-align: left;
}*/
th {
	text-align: center;
	font-weight: bold;
}
input, select, option, textarea {
	padding: 0px;
	font-size: 12px;
	border: inset 1px;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	empty-cells: show;
	text-align: left;
}
a {
	color: #4AA1AC;
	text-decoration: none;
	font-weight: bold;
}
a[target=_blank] {
	font-style: italic;
}
a:hover, a:focus {
	text-decoration: overline underline;
}
h1, h2, h3, h4 {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h1 {/*league*/
	font-size: 21px;
	font-weight: normal;
	margin: 3px 0px 12px 0px;
}
h2 {/*main page header*/
	font-size: 17px;
	margin: 3px 0px 10px 0px;
}
h3 {/*sub page header*/
	font-size: 15px;
	margin: 3px 0px 8px 0px;
}
h4 {/*simple header*/
	text-align: left;
	font-size: 13px;
	margin: 3px 0px 3px 0px;
}

/*unique elements*/
#header {
	width: 100%;
	text-align: center;
	border: 1px dashed silver;
	background-color: #FAFAFA;
	padding: 1%;
	margin: auto;
}
#navi {
	width: 100%;
	text-align: center;
	margin: 1% 1% 0% 1%;
}
#content {
	width: 100%;
	text-align: left;
	border: 1px dashed silver;
	background-color: #FAFAFA;
	padding: 1%;
	margin: 3% auto auto auto;
}
#content_ {
	margin: 2%;
}
#footer{
	width: 100%;
	text-align: left;
	border: 1px dashed silver;
	background-color: #FAFAFA;
	padding: 1%;
	margin: 3% auto auto auto;
	color: #676767;
	font-style: italic;
}

/*navigation menu*/
ul#menu {
	margin: auto;
	text-align: center;
}
ul#menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul#menu a {
    float: left;
	width: 11.6%;
	/*width: 10.11%;*/
	/*width: 11.6%;*/
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #FFC348;
	color: #000000; 
}
ul#menu a:hover, ul#menu a:focus {
	text-decoration: none;
   	background-color: #FFE368;
}

/*colored data tables*/
table.hover {
	text-align: center;
}
table.hover tr {
  	background-color: #FFD358; 
}
table.hover tr:hover, table.hover tr:focus {
  	background-color: #FFE368;
}
table.hover th {
  	background-color: #FFC348;
}
table.hover th, table.hover td {
	border: 2px solid #FFFFFF;
	padding: 1px 5px;
}
/*table.hover th, table.hover td {
	text-align: center;
}*/

/*uls*/
ul, ol {
	margin-left: 10px;
	list-style-position: outside;
	padding-left: 30px;
}
ul {
	list-style-type: disc;
}

/*the register form*/
.inputc {
	background: white;
	border: 1px solid black; 
}
.button {
	background: #FFC348; 
	font-weight: bold;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

/*color classes*/
.not_registered { color: #808080; }
.red, .inactive { color: #FF0000; }
.green, .active { color: #008000; }
.disabled { color: #800080; }
.retired { color: #C0C0C0; }
.banned { color: #FF00FF; }
.classic { color: #632E00; }
.fancy { color: #017682; }
.hix { color: #223E07; }
.dupi { color: #966088; } /*AC6D9B - A36894*/
.dragonsden { color: #CD3700; } /* 6a5acd - 63b8ff - CD3700 */
.blue { color: #000080; }
.black, .text_color { color: #000000; }

/*different classes*/
.txt_large, .txt_large a {
	font-size: 15px;
}
.txt_normal, .txt_normal  a {
	font-size: 13px;
}
.txt_small, .txt_small a {
	font-size: 11px;
}
.header {
	text-align: center;
	/*clear: both;*/
	min-height: 128px;
	width: 100%;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	line-height: 0px;
}
.nowrap { white-space: nowrap; }
.left { float: left; }
.right { float: right; }
.center, .middle { margin: auto; text-align: center; }
.h_left { text-align: left; }
.h_right { text-align: right; }
.h_center, .h_middle { text-align: center; }
.v_top { vertical-align: top; }
.v_bottom { vertical-align: bottom; }
.v_center, .v_middle { vertical-align: middle; }
.nolink, .nolink a {
	font-weight: normal;
}

.nolink a:hover, .nolink:focus {
	text-decoration: overline underline;
}

.cols2 {
	float: left;
	/*width: 50%;*/
	overflow: hidden;
}
.pre {
	white-space: pre;
	font-family: monospace;
	padding: 10px;
	display: block;
}
