  /* per: http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */ 
html
 {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	padding-bottom: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color:#ccc;*/
}

body
{
    background-image: none:
}

img
{
    border:none;
}

#wrap 
{
    width:800px;
    margin: 0 auto;  
}

#header
{
    display:none;
}

#maincontent
{
	background: none;
    width:800px;
}
#menu
{
	display:none;
}
#left-pane
{
	display:none;
}

#right-pane
{
	padding:10px 10px 10px 5px;
    width:385px;
    /*height:500px;*/
    /*border-style:solid;
    border-width:thin;*/
}

#footer
{
	
	display:none;
    clear:both;
}

#faction
{
	display:none;
}

#game-level
{
	display:none;
}
#available-list
{
	display:none;
}

#army-list
{
	font-size:larger;
    width:600;
    padding:5px;
}

#army-info-dialog 
{
	display:none;
}

#save-load
{
    display:none;
}

table
{
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 1px solid #2b2d2f;
	/*border-style: solid;
    border-width: thin;*/
  
}

tr.disable-row
{
	color:#bbb;
	font-size:small;
}
    
tr td {
	padding: 0px 5px 0px 5px;
	line-height: 12px;
	height: 22px;
} 

td.name {	
	padding: 1px 0 0 8px;
	width: 400px;
}
	
td.points {
	width: 50px;
	padding-left:15px;
	padding-right: 15px;
	letter-spacing: 1px;
	text-align: center;
	}
td.fa {
		text-align: center;
}

td.add 
{
    cursor:pointer;
	background: url(images/add.png) center no-repeat;
	width:16px;
}
	
td.disable-add
{
    background: url(images/gray_add.png) center no-repeat;
	width:16px;
}
  
td.remove 
{
    cursor:pointer;
	background: url(images/remove.png) center no-repeat;
	width:50px;
}  
	
tr th {
	font-style: italic;
	font-weight: bold; 
	font-size: 13px;
	height: 24px;
	padding-top: 3px;
	line-height: 16px;
	background: url(images/horz-bg.jpg) bottom left;
}
tr th.type {
	width: 180px;
	padding-left:7px;
	text-align: left;
	background-position: top center;
}

tr th.points 
{
	font-size:large;
	background-position: top center;
	padding-left: 5px;
	text-align: center;
}
tr th.points,
tr th.fa {
	width: 50px;
	padding-left: 0;
	/* background: transparent; */
	letter-spacing: normal;
	background-position: top center;
}

tr th.add {
background-position: top right;
}

/*army-list*/
tr th.army-points 
{
	font-size:large;
    width: 600px;
	padding-left:7px;
	text-align: left;
	background-position: top center;
}

tr.army-point-total-header
{
	font-weight:bold;
	font-style:italic;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#2b2d2f;
}
tr th.checkbox 
{
	display:none;
}

