@charset "UTF-8";
/* CSS Document */

/**
 * Colours
 * -------
 * 
 * Dark Blue Grey: #474747
 * Grey: #969da2
 * Light Grey: #f2f4f4
 * Very Light Grey: #f8fafa
 *
 */

body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:0.85em;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color:#969da2;
	line-height:1.6em;
}

h1,h2,h3,h4,h5,h6,h7{
	color:#474747;
	line-height:1em;
	margin:.1em 0 .4em 0;
	font-weight:normal;
}

h2{
	font-size:1.9em;
	margin-bottom:30px;
}

p{
	margin:.2em 0 0.8em 0;
}

a{
	text-decoration:none;
	color:#474747;
}

a:hover{
	text-decoration:underline;
}


.c{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.textCenter{
	text-align:center;	
}
.textLeft{
	text-align:left;	
}

.wrap{
	margin:0 !important;
	padding:0 !important;	
}


ul{
	margin:10px 0 10px 0;
	padding:0 0 0 20px;
}

ul li{
}


ul li.noBullet{
	list-style-type:none;
}




div#header{
	height:103px;
	width:100%;
	background-image:url(../img/wallpaper-tile.gif);
	background-position:center center;
}

div.widthWrap{
	width:91%;
	min-width:800px;
	margin:0 auto;
}

div#header ul{
	width:auto;
	padding:62px 0 0 0;
	margin:0;
	float:left;
	font-size:1.2em;
}

div#header ul li{
	display:inline;
	margin-right:22px;
}

div#header ul li a{
	color:#ede8d1;
}

a#logo{
	background-image:url(../img/logo.gif);
	width:120px;
	height:36px;
	display:block;
	float:left;
	margin-top:50px;
	margin-right:50px;
	text-indent:-2000px;
}

h1#mainTitle{
	float:right;
	margin-top:58px;
	color:#ede8d1;
	font-size:1.9em;
}

div#flashPlayerMessage{
	background-image:url('../img/grad-bottom.gif');
	width:100%;
	height:100px;
	clear:both;
	padding-top:15px;
	background-repeat:repeat-x;
	margin-top:30px;
}

div.pageWidth{
	width:91%;
	min-width:800px;
	margin:0 auto;
}

div.page{
	padding-top:30px;
}

a.fp{
	float:left;		
}

a.fp img{
	border:0;
	margin-left:-5px;
}

p#fpNote{
	float:left;	
	padding-top:4px;
	padding-left:10px;
	display:block;
}





/*
 * 
 * ITEMS TABLE
 * ITEMS TABLE
 * ITEMS TABLE
 * ITEMS TABLE
 * ITEMS TABLE
 * ITEMS TABLE
 * 
 */


table.itemsTable{
	width:100%;
	font-size:0.95em;
	margin-top:5px;
	border-bottom: 1px solid #aaa;
}


table.doubleHeightHeader{
	margin-top:-13px;
}

table.itemsTable th{
	padding:5px;
	font-size:1.1em;
	border-bottom: 1px solid #aaa;
	vertical-align:bottom;
}

table.itemsTable tbody{
	position:relative;
}

table.itemsTable th a{
	color:#969da2;
}

table.itemsTable td{
	padding:5px;
	background-color:#f2f4f4;
	height:38px;
}

table.itemsTable td.nameColumn{
	font-size:1.1em;
}

table.itemsTable tr{
}

table.itemsTable tr.headerRow{
	border:0;
}

table.itemsTable tr.altrow td{
	background-color:#f8fafa;
}

table.itemsTable td.borderLeft{
	border-left: 1px solid #aaa;
	padding-left:11px;
}

table.itemsTable th.borderLeft{
	padding-left:12px;
}

table.itemsTable td.borderRight{
	border-right: 1px solid #aaa;
}

table.itemsTable td.actions{
	text-align:center;
}

table.itemsTable th.actions{
	padding-left:16px;
	width:120px;
}

table.itemsTable th.actionsWide{
	padding-left:16px;
	width:170px;
}

table.itemsTable th.date{
	width:130px;
}

table.itemsTable th.int{
	width:40px;
}

table.itemsTable td.actions a{
	margin-left:8px;
}





/*
 * 
 * RELATED ITEMS
 * RELATED ITEMS
 * RELATED ITEMS
 * RELATED ITEMS
 * RELATED ITEMS
 * RELATED ITEMS
 * 
 */

 div.related{
 	margin-top:30px;
 }

 div.related h2{
 	margin-bottom:0px;
	font-size:1.3em;
 }
 
