/* Header */
.header_mid
{
	background: url(http://agot.redlightning.net/theme/head_bg.gif);
	width: 100%;
	text-align: right;
}

.header_left { background: url(http://agot.redlightning.net/theme/head_left_bg.gif); }

/* Main table */
.top_mid
{
	background: url(http://agot.redlightning.net/theme/top_mid.gif);
	width: 100%;
	height: 33px;
}

.mid_left
{
	background: url(http://agot.redlightning.net/theme/mid_left.gif);
	width: 15px;
}

.mid_right
{
	background: url(http://agot.redlightning.net/theme/mid_right.gif);
	width:15px;
}

.mid_mid    { background: url(http://agot.redlightning.net/theme/mid_mid.gif); }
.bottom_mid { background: url(http://agot.redlightning.net/theme/bottom_mid.gif); }

/* Menu */
.menu       { width: 200px; vertical-align: top; }

/* Cells */
.block_cell { width: 15px; text-align: center; }
.icon_cell  { width: 25px; text-align: center; }
.house_cell { width: 40px; text-align: center; }
.nowrap     { white-space: nowrap; }
.fullwidth  { width: 100%; }
.halfwidth  { width: 50%;  }
.line	    { background:url(http://agot.redlightning.net/images/line.gif); height: 1px ; }
.vtop	    { vertical-align: top; }

/* For print media */
@media print 
{
	*
	{
		background-color: white !important;
		background-image: none  !important;
  	}
  	
  	.hideonprint
  	{
  		display: none !important;
  	}
  	
  	.menu
  	{ 
  		width: 0px;
  		display: none !important;
  	}
}