/*a, :link, :visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #9B0303;
	text-decoration: underline;
}*/

.full {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: none;
}

/*body {
	color: #000000;
	background: #000000;
	background-image: url(img/back.jpg);
    font: 12px verdana, arial, sans-serif;
}*/

.header {
	color: #9B0303;
	font-weight: bolder;
}

.entry {}

/*td.table-border {
	background-color: #CEBAA2;
}

table tr td.table-border table tr td {
	background-color: #FFF;
}*/

.subtext {
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}

.subtext em {
	font-style: normal;
	color: #444;
}

.subtext em a, .subtext em :link, .subtext em :visited {
	color: #444;
}

th.static, th.content {
	/*background-color: #D2CAC1;
	color: #990000;*/
	text-align: left;
	padding: 2px 15px 2px 5px;
}

th.content {
	width: 100%;
}

td.content {
	padding: 2px 5px 2px 5px;
	width: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	color: #900;
}

h1 a, h1 :link, h1 :visited {
	color: #900;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

ul {
	margin-left: 0px; /* 5px */
	padding-left: 0em; /* 1em */
}

li {
	margin-left: 0em;
	padding-left: 0em;
}

.navigation {
	white-space: nowrap;
	list-style-type: none;
}

fieldset {
	border: none;
	padding-left: 10px;
}

fieldset legend {
	margin-left: -10px;
	padding-left: 15px;
	padding-right: 30px;
	border-bottom: 1px solid #900;
	font-weight: bold;
	font-size: larger;
}

.player-view {
	width: 262px;
	text-align: center;
	margin: auto;
}

.player-title {
	margin-top: 10px;
}

.paperdoll {
	text-align: left;
}

.paperdoll-image {
	width: 262px;
	height: 259px;
	border: 0;
	padding: 0;
	margin: 0;
}

.paperdoll-left {
	width: 31px;
	height: 64px;
	background-position: bottom left;
	background-image: url(muls/paperdoll_left.gif);
	border: 0;
	padding: 0;
	margin: 0;
}

.paperdoll-center {
	width: 198px;
	height: 64px;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url(muls/paperdoll_text.jpg);
	border: 0;
	padding: 0;
	margin: 0;
}

.paperdoll-right {
	width: 33px;
	height: 64px;
	background-position: bottom right;
	background-image: url(muls/paperdoll_right.gif);
	border: 0;
	padding: 0;
	margin: 0;
}

.faction-title {
	color: red;
	font-size: 10px;
}

.faction-title a, .faction-title :link, .faction-title :visited {
	color: red;
}

.guild-title {
	color: green;
	font-size: 10px;
}

.guild-title a, .guild-title :link, .guild-title :visited {
	color: green;
}

.player-name {
	font-size: 12px;
}

.player-red {
	color: red;
	font-weight: bold;
	position: relative;
	width: 180px;
	height: 34px;
	left: 40px;
	top: -60px;

}

.player-blue {
	color: white;
	font-weight: bold;
	position: relative;
	width: 180px;
	height: 34px;
	left: 40px;
	top: -60px;
}

/*#footer {
	text-align: right;
	font-weight: bold;
	font-size: 75%;
	color: #666;
}

#footer a, #footer :link, #footer :visited {
	color: #666;
}*/

.remote {
	background-image: url('img/nav_hybrid.jpg');
}

.section {
	width: 100%;
}

.content {
	margin-top: 20px;
	padding-right: 20px;
}

.section-tl, .section-tm, .section-rt,
.section-ml, .section-mm, .section-mr,
.section-bl, .section-bm, .section-br {
	background-repeat: no-repeat;
}

.section-tm, .section-bm {
	background-repeat: repeat-x;
}

.section-ml, .section-mr {
	background-repeat: repeat-y;
}

.section-mm {
	background-repeat: repeat;
}

.section-tl, .section-mt, .section-rt {
	height: 26px;
}

.section-bl, .section-mb, .section-br {
	height: 26px;
}

.section-tl, .section-lm, .section-bl {
	width: 26px;
}

.section-tr, .section-rm, .section-br {
	width: 26px;
}

.section-tl {
	background-position: top left;
	background-image: url(img/section-tl.gif);
}

.section-tm {
	background-position: top left;
	background-image: url(img/section-tm.gif);
}

.section-tr {
	background-position: top right;
	background-image: url(img/section-tr.gif);
}

.section-ml {
	background-position: top left;
	background-image: url(img/section-ml.gif);
}

.section-mr {
	background-position: top right;
	background-image: url(img/section-mr.gif);
}

.section-bl {
	background-position: bottom left;
	background-image: url(img/section-bl.gif);
}

.section-bm {
	background-position: bottom left;
	background-image: url(img/section-bm.gif);
}

.section-br {
	background-position: bottom right;
	background-image: url(img/section-br.gif);
}

.section-mm {
	background-position: top left;
	background-image: url(img/section-mm.gif);
}

.separator {
	background-image: url(img/separator.gif);
	margin: auto;
	width: 400px;
	height: 45px;
}
