html {
	overflow-y: scroll;
}
body, div, td, th, p, a {
	font: 10px Verdana, Arial;
	color: #444444;
}
body {
	background-color: #eeeeee;
}
div {
	position: relative;
}
a {
	color: #2222dd;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
	font-weight: bold;
	text-align: left;
}
.Number {
	text-align: right;
}
th, td {
	padding: 0px;
	vertical-align: top;
}
form {
/* removes space below form elements */
	margin: 0px;
 	padding: 0px;
}
.OrangeHeading {
	background: url(images/title_background.gif) no-repeat;
	height: 23px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-indent: 15px;
	padding-top: 4px;
	width: 100%;
}
a.Menu {
	background: url(../images/menu_bullet.gif) no-repeat;
	padding-left: 15px;
}
a.Menu:hover {
	color: #ff4444;
	background-position: 0px -20px;
}
select, input, textarea {
	border: 1px #aaaaaa solid;
	background-color: #fafafa;
	font-size: 10px;
}
input.text, textarea {
	padding-left: 3px;
}
input.button {
	color: #0000ff;
	font-weight: bold;
}
input.button:hover {
	color: #ff0000;
}
ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: justify;
}
li {
}

/***** Alert **************************************************************************/
div#AlertMsg {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 980px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 99;
}
div#AlertMsg table#AlertMsg {
	width: 100%;
	height: 100%;
}
div#AlertMsg table#AlertMsg td#Middle {
	vertical-align: middle;
}
div#AlertMsg table#AlertMsg table {
	width: 300px;
}
div#AlertMsg table#AlertMsg table th {
	padding: 0px;
	text-align: left;
}
div#AlertMsg table#AlertMsg table td {
	padding: 10px;
	vertical-align: top;
}
/***** WoSC **************************************************************************/
td#Banner {
	height: 80px;
	text-align: center;
}
td#NavPanel {
	width: 168px;
}
td#MainContent {
	padding-left: 12px;
	padding-right: 12px;
}
td#Data {
	width: 168px;
}
td#Bottom {
	height: 20px;
}
td#Copyright {
	height: 110px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 78px;
	background: url(images/sc/roc.gif) no-repeat right bottom;
}
p.NewsText {
	text-align: justify;
	margin-bottom: 20px;
}
table.Form tr {
	height: 18px;
}
table.Form input.text, table.Form textarea {
	width: 75%;
}
table.Form th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.Form input.text, table.Form textarea {
	width: 300px;
}
table.Summary th, table.Summary td {
	text-align: left;
	font-size: 10px;
}

/***** Main SeordCast ****************************************************************/
div#ToolTip table {
	width: 240px;
	background-color: #ffffff;
	border: 1px #888888 double;
}
div#ToolTip table table {
	width: 100%;
	border: 0px;
}
table#Template {
	width: 100%;
}
#DataLord {
	height: 167px;
	background-repeat: no-repeat;
}
#DataKingdom {
	height: 167px;
/*	background-image: url(/templates/seordcast/images/sc/castle.gif);*/
	background-repeat: no-repeat;
}
#DataWar {
	height: 167px;
	background-repeat: no-repeat;
}

tr.table_sum td {
	font-weight: bold;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
tr.Middle td {
	vertical-align: middle;
}

#highlight {
	background-color: #ffffff;
}

#neutral {
	background-color: #ddddff;
}
#selfbid {
	background-color: #ffffff;
}
#guildbid {
	background-color: #ccccff;
}
#protected {
	background-color: #bbbbbb;
}
#attackable {
	background-color: #ffeeee;
}
#guildfriendly {

}
#guildhostile {

}
#trivilia td {
	padding-bottom: 8px;
}
#result_attacker_0 {
	font-style: italic;
}
#result_attacker_1 {
	font-weight: bold;
}
#result_defender_0 {
	font-weight: bold;
}
#result_defender_1 {
	font-style: italic;
}
span.flash {
	text-decoration: blink;
	font-weight: bold;
}
table.unittable th {
	background: url(images/title_background.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	text-indent: 15px;
	height: 24px;
	width: 45%;
	text-transform: uppercase;
}
table.unittable td.highlight {
	background-color: #ffffff;
}
div.ButtonDiv {
	position: absolute;
	right: 0px;
	top: 21px;
	margin: 0;
	padding: 0;
}
.SmallIcon {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
}
#IconCleric {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Cleric.jpg) no-repeat;
	text-indent: 15px;
	font-size: 11px;
}
#IconMage {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Mage.jpg) no-repeat;
	text-indent: 15px;
	font-size: 11px;
}
#IconThief {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Thief.jpg) no-repeat;
	text-indent: 15px;
	font-size: 11px;
}
#IconWarrior {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Warrior.jpg) no-repeat;
	text-indent: 15px;

}
#IconNeutral {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Neutral.jpg) no-repeat;
	text-indent: 15px;

}
#IconNormal {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Normal.jpg) no-repeat;
	text-indent: 15px;

}
#IconRare {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Rare.jpg) no-repeat;
	text-indent: 15px;

}
#IconUnique {
	margin-top: 1px;
	padding-top: 0px;
	background: url(images/sc/Original_mini_Unique.jpg) no-repeat;
	text-indent: 15px;

}
#IconAlien {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
	background: url(images/sc/Mixture_mini_Alien.jpg) no-repeat;
}
#IconLegendary {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
	background: url(images/sc/Mixture_mini_Legendary.jpg) no-repeat;
}
#IconMythical {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
	background: url(images/sc/Mixture_mini_Mythical.jpg) no-repeat;
}
#IconRobot {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
	background: url(images/sc/Mixture_mini_Robot.jpg) no-repeat;
}
#IconUndead {
	margin-top: 1px;
	padding-top: 0px;
	text-indent: 15px;
	font-size: 11px;
	background: url(images/sc/Mixture_mini_Undead.jpg) no-repeat;
}

#Footer {
	position: absolute;
	width: 500px;
	height: 200px;
	bottom: -5px;
	right: 60px;
	text-align: right;
}
img {
	border: 0px;
}
img.PadTop {
	padding-top: 2px;
}
span.indent {
	padding-left: 10px;
}
span.ServerNotification {
	text-decoration: blink;
	font-weight: bold;
	color: #ff0000;
}

p.Novel {
	text-indent: 20px;
	margin: 0px 10px 20px 10px;
	text-align: justify;
}
p.Novel hr {
	width: 50%;
	margin: 0px 10px 0px 10px;
}
p.NovelTitle {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
}
