/*Style Sheet Dual */
body {
	background: #BABABA;
	color: #000000;
	/*font-size: 85%;*/
	margin: 0px;
	font-family: verdana, tahoma, arial;
	}

a {
	color: #BABABA;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
form {
	margin: 0px;
	}



.title {
	font-size: 150%;
	font-weight: bold;
	}
.copyright {
	font-size: 60%;
	}
	
	
table.homeTable {
	background: #ffffff;
	border: solid 2px #f0f0f0;
	margin: 10px;
	width: 95%;
	}
table.homeTable td {
	padding: 4px;
	vertical-align: top;
	}
	
table.action {
	width: 800px; 
	height:600px;
	color: #ffffff;
	/*background: url('images/splatter5.jpg') bottom left no-repeat;*/
	/*background: url('images/dark-back.jpg') bottom left no-repeat;*/
	background-color: #000000;
	margin: 10px;
	}
	
table.action td {
	vertical-align: top;
	padding: 10px;
	}
table.action td.action-header {
	padding: 0px;
	background: #BABABA;
	background: url('images/darkscroll3.jpg') bottom repeat-x;
	height: 21px;
	}
table.action td.action-footer {
	padding: 0px;
	background: #BABABA;
	background: url('images/darkscroll3.jpg') top repeat-x;
	height: 21px;
	}
table.action td.action-footer a{
	font-size: 0.8em;
	font-weight: bold;

	}
table.action td.navigation {
	width: 250px;
	/*border: solid #FF9999 1px;*/
	background: url('images/w_2.jpg') bottom left no-repeat;
	}
table.action td.mainHeader {
	width: 350px;
	}
table.action td.mainStage {
	width: 300px;
	border: solid #A60000 1px;
	}
table.action td.status {
	width: 200px;
	}
table.action td.navigation div.map {
	width: 210px;
	height: 210px;
	background: #333333;
	border: solid #003300 2px;
	border-top: solid #006600 4px;
	}
table.action td.status div.stats {
 	width: 180px;
 	/*height: 300px;*/
 	border: solid #333333 1px;
 	}
table.action td.users {
	color: #ffffff;
}
a.goodguy {
	color: #9999ff;
	}
a.badguy {
	color: #A90000;
	}

table.action td.left-page {
	padding: 0px;
 	background: url('images/darkpaper-left.jpg') repeat;
  	}
 table.action td.left-page div {
 	width: 50px;
 	}
table.action td.right-page {
 	padding: 0px;
 	background: url('images/darkpaper-right.jpg') repeat;
 	} 	
 table.action td.right-page div {
 	width: 50px;
 	}
table.charStats {
 
 	}
table.charStats td {
 	padding: 0px;
 }
 
table.charStats td.name {
  font-size: 120%;
  font-weight: bold;
 	}
table.charStats div.skilllink {
 	font-size: 65%;
 	background: #009900;
 	color: #000000;
 	border: #003300 solid 1px;
 	padding: 1px;
 	}
 a.skilllink div {
	color: #330000;
	}
a.skilllink:hover div {
	color: #ffffff;
	border: #cccccc solid 1px;
	background: #A90000;
	}

 table.charStats td.actionpoints {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;

 }
.equipment {
	font-weight: bold;
	}
 table.charStats td.item {
	padding-left: 20px;
 }

 
 table.map td {
  	border: solid 2px #cccccc;
 	padding: 0px;
 	}
 table.map td div {
 	padding: 0px;
 	}
 table.map td.field {
 	background: #00cc00;
 	}
 table.map td.city {
 	background: #999999;
 	}
 table.map a {
 	color: #FFFFFF;
 	}
 
 
 table.area td {
 	padding: 2px;
 	}
  table.area td.header {
 	font-weight: bold;
 	}
 	
a.item {
	color: #f0f0f0; 
	
	font-size: 0.9em;
	}
a.item:hover {color: #F0F000;
}
a.discardItem {color: #CC3333;
	font-size: 0.6em;
	vertical-align: top;
	line-height: 0.6em;
	}
a.discardItem:hover {color: #ffcccc;}
 