/* CSS Document */
body{
	background:#6e6e6f;
	margin: 0 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}
strong{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}

#wrapper,#wrapper2{
	margin:0 auto;
	width:850px;
	height:597px;
	overflow:hidden;
}
#wrapper{
	background: url(../images/viewerBg_withPeopleBG.jpg) 0px 10px no-repeat;
}
#wrapper2{
	background: url(../images/viewerBg.jpg) 0px 10px no-repeat;
}

#globalPadding{
	padding:9px;
}
#minimise{
	height:10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:right;
	padding:0px 9px;
}
#headder{
	height:53px;
	padding:15px 0 0 0;
	text-align:right;
}
#headderButtonHolderLeft,
#headderButtonHolderCentre,
#headderButtonHolderRight{
	height:34px;
	padding:0 5px;
	float:right;
	
}
#headderButtonHolderCentre,
#headderButtonHolderRight{
	border-left:1px solid #868686;
}
#titleBar{
	height:92px;
	padding:1px 0;
}
#bodyHolderMain{
	height:332px;
	margin:10px 10px 0px 10px;
}
#bodyHolder{
	/* overflow:auto; <-- causes errors if the client has ie6 */
	overflow:scroll;
	background:#FFF;
	height:323px;
	border:1px solid #343434;
	padding:10px 0 0 0;
	margin:10px 10px 0px 10px;
}
#bodyHolderMain{
	overflow:hidden;
}
.oddTable{
	background:#d1d1d1;

}
a.playMeLink:Link,
a.playMeLink:Active,
a.playMeLink:Visited,
a.playMeLink:Hover,
.tableList{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	text-decoration:none;
}


a.ContactLink:Link,
a.ContactLink:Active,
a.ContactLink:Visited{
	color:#749904;
	text-decoration:none;


}
a.ContactLink:Hover{
	color:#749904;
	text-decoration:underline;

};


a.playMeLink:Hover{
	text-decoration:underline;
}
.tableSpacing{
	padding: 3px 0;
}

#NavHolder{
	float:right; 
	padding:5px;
	border:1px solid #868686;
	margin:10px;
}
#PlayHolder{
	float:left;
}
#BackHolder{
	float:right;
}

#PlayHolder,#BackHolder{
	border-left:1px solid #868686; 
	padding:0 3px;
	margin:10px;
}
#BodySubHolder{
	padding:5px;
}
a.minimise:Link,a.minimise:Visited,a.minimise:Active,a.minimise:Hover{
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:lowercase;
}


