body {
margin:10px auto;
padding:0;
width:950px;
background:#CCCCCC;
font-size:.9em;
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 #003366;
text-align:center;
margin:10px auto;
margin-left:10px;
}
#thinborder{
	border:none;
	width:950px;
}

/* Start of Column CSS */
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#sidecontainer {
	float:left;
	width:100%;
	position:relative;
	right:620px;
}
#content {
float:left;
width:920px;
position:relative;
left:620px;
padding:10px;
overflow:hidden;
text-align:justify;
}
/* Header styles */
#header 
{
background-color:#003366;
color:#FFFFFF;
padding:0px 0px 0px 20px;
margin:0px;
text-align:left;
}

#dateheader 
{
background-color:#a8b8c9;
font-size:0.8em;
font-weight:bold;
padding:3px;
text-align:left;
margin:0px;
width:942px;
border-bottom:1px solid #cccccc;
}
/* Footer styles */
#footer {
clear:both;
margin:0px;
width:940px;
padding:3px;
text-align:Center;
background-color:#000000;
}
#footer p {
padding:1px;
margin:0;
}
#footer a:link 
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
#footer a:visited
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
.pagehdg {
color:#003366;
font-size:1.3em;
font-weight:bold;
width:500px;
}
.subhdg {
color:#000000;
font-size:1.1em;
font-weight:bold;
}
.vsmfont{
font-size:.7em;
color:#000000;
font-weight:normal;
}
.smital{
font-size:.85em;
color:#000000;
font-weight:normal;
font-style:italic;
}
#col2main {
width:100%;
font-size:.9em;
font-weight:normal;
text-align:left;
}
#col1main {
width:100%;
font-size:.9em;
font-weight:normal;
text-align:left;
}
.col1 {
margin-top:0px;
float:left;
width:300px;
height:100%;
font-weight:normal;
}
.col2{
margin-top:0px;
width:300px;
float:right;
height:100%;
}
#col2form {
width:100%;
font-size:.9em;
font-weight:normal;
text-align:left;
}
.form1 {
margin-top:0px;
float:left;
width:150px;
height:100%;
font-weight:bold;
}
.form1nb {
margin-top:0px;
float:left;
width:150px;
height:100%;
font-weight:normal;
}
.form2{
margin-top:0px;
width:550px;
float:right;
height:100%;
}
.clear {
clear:both;
padding-top:8px;
}
.smblack {
font-size:8pt;
color:#000000;
font-weight:normal;
font-style:normal;
text-align:left;
}
.smwhite {
font-size:8pt;
color:#FFFfff;
font-weight:normal;
font-style:normal;
}
.hrblk1 {
color:#000000; 
background-color:#000000; 
height:1px; 
border:0
}
.greybg {
background-color:#cccCCC;
padding:5px;
margin:0px;
text-align:center;
}
/* --> 
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
width:100%;
}
</style>
<![endif]-->*/
#field-container{
	width:75%;
}

.match-msg{
	font-style:italic;
	padding-bottom:5px;
	border-bottom: 1px dotted #003366;
}
#srchlinks{
	margin:10px 15px 0px 0px;
	width:520px;
}
.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:225px;
	padding:5px 0px 5px;
}
.vidlink{
	float:right;
	width:145px;
	padding:5px 0px 5px 25px;
	clear:right;
	/*margin-left:30px;*/
}
.no-vid{
	height:32px;
	width:145px;
	font-style:italic;
	text-align:right;
	background:url('/session/images/vidbutton.jpg') no-repeat 0px -105px;
}
.hover{
	position:absolute;
	z-index:2;
	opacity:0.0;
	/*for IE*/
	*_filter:alpha(opacity=0);/**/
	background-position:0px -35px;
}
.default{
	background-position:0px 0px;
}
.vid-button{
	height:35px;
	width:145px;
	background-image:url('/session/images/vidbutton.jpg');
}
#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;
}
#sessvid-title{
	text-align:center;
	background-color:#003366;
	color:#e1e1e1;
	font-size:1.2em;
	padding:5px;
	font-weight:bold;
	margin-bottom:5px;
}
#placeholder{
	width:340px;
	height:300px;
	margin:0px auto;
	border-bottom:1px solid white;
	border-top:1px solid white;
}
#placeholder img{
	margin:10px 0px 0px 10px;
}
#cap{
	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;
}
/** SOCIAL BUTTONS **/
#header a{
	color:#ffffff;
}

#header .main-twitter #twitter-button {
    background-position: 0 0;
	margin-left:5px;
}

#header .main-twitter #twitter-button:hover {
    background-position: 0px -40px;
}

#header .main-twitter .social-button {
    background-image: url("/images/socialbuttons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 40px;
    width: 41px;
}

#header .main-twitter{
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:10px;
	text-align:left;
	top:10px;
	width:155px;
}
#header #follow-maj{
	margin-right:15px;
}