body {
margin:10px auto;
padding:0;
width:950px;
background:#CCCCCC;
font-size:.95em;
text-align:center;
font-family:arial;
}
#container
{
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
background-color:#FFFFFF;
width:940px;				/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
border:1px solid #000066;
}
#content {
    padding: 5px 0px;
    width: 730px;
}
.clear{
	clear:both;
}
#thinborder{
	width:100%;
}
#field-container{
	width:75%;
}

.match-msg{
	font-style:italic;
	padding-bottom:5px;
	border-bottom: 1px dotted #003366;
}

.sess-month{
	/*background-color:#cccccc;
	color:#003366;*/
	background-color:#003366;
	color:#e1e1e1;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 10px;
	text-align:right;
}
.sess-subtitle{
	background-color:#ddd;
	color:#003366;
	font-weight:bold;
	margin-top:5px;
	overflow:auto;
	padding:3px 10px;
}
#sess-subleft, #sess-subright{
	width:50%;
}
#sess-subleft{
	float:left;
	text-align:left;
}
#sess-subright{
	float:right;
	text-align:right;
}
.result-box{
	padding:5px;
	overflow:auto;
	margin-bottom:5px;
}
.srch-record{
	padding-bottom:7px;
	border-bottom:1px solid #cccccc;
	margin-bottom:7px;
	clear:both;
	overflow:auto;
}
.trans-link{
	width:195px;
	padding:5px 0px 5px;
}
.vidlink{
	float:right;
	width:145px;
	padding:5px 0px 5px 25px;
	clear:right;
	/*margin-left:30px;*/
}
.no-vid{
	height:36px;
	width:145px;
	font-style:italic;
	text-align:right;
	background:url('/session/images/vidbutton.jpg') no-repeat 0px -145px;
}
.hover{
	position:absolute;
	z-index:2;
	opacity:0.0;
	/*for IE*/
	*_filter:alpha(opacity=0);/**/
	background-position:0px -36px;
}
.default{
	background-position:0px 0px;
}
.vid-button{
	height:36px;
	width:145px;
	background-image:url('/session/images/vidbutton.jpg');
}

#srchlinks{
	float:left;
	margin:10px 10px 0px 0px;
	width:380px;
}

#srchlinks .vsmital{
	text-align:right;
	float:right;
	width:30px;
	font-size:.9em;
	color:#666666;
}
#sessvid-container{
	width:340px;
	float:right;
	height:380px;
	background-color:#cccccc;
	margin-top:10px;

}
#sessvid-title{
	text-align:center;
	background-color:#003366;
	color:#e1e1e1;
	font-size:1.2em;
	padding:5px;
	font-weight:bold;
	margin-bottom:5px;
}
#playerdiv1{
	width:340px;
	height:280px;
	margin:0px auto;
	padding:10px;
	border-bottom:1px solid white;
	border-top:1px solid white;
}
#placeholder img{
	margin:10px 0px 0px 10px;
}
#vidcap{
	font-style:italic;
	font-size:.9em;
	padding:5px;
	background-color:#cccccc;
}
a:hover{
	text-decoration:none;
}
#srchlinks a{
	color:#003366;
}
.srch-date{
	font-size:.8em;
	color:#444444;
	font-style:italic;
}

#topmenu {
margin:0;
padding:0px;
background-image:url('/menubuttons/blue_grey_bg.jpg');
}

#curr-sess{
	padding-left:20px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
}
#noscript{
	color:#920000;
	border:1px solid #920000;
	padding:10px;
	margin:15px auto;
	width:70%;
	text-align:center;
	font-weight:bold;
	background-color:#dcdbdb;
}
.vsi{
	font-size:.95em;
	color:#444444;
}

/** IE **/

.vidlink { width:145px; overflow:hidden; right:2px; position:relative;}
.trans-link{
	width:215px;
}
.srch-record { overflow:hidden; }