/*Administrator Login*/
#login {
	background-color: white;
	padding-left: 100px;
	padding-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	text-align: center;
	height: 100%;
}
#login input {
	height: 35px;
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	margin-bottom: 10px;
}
/*Table Colours*/
td.blue {
	/*Top Row of Table/Was blue now purple*/
		background: #B97592 url("../../images/img9.gif") repeat-x left bottom;
}
td.orange {
	/*Other Rows in Table/Was orange now black*/
		background: #000000 url("../../images/img10.gif") repeat-x left top;
}
body { 
background-image:url('http://www.uhsu.co.uk/site_assets/images/bg.gif');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:top center;
background-color: #000000;
margin: 0;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
	font-family: Arial, 'Helvetica', sans-serif;
}
/* Header */
#header {
	background: black url('../../images/headerBg.gif') no-repeat;
	height: 128px;
	width: 960px;
}
/* Top Menu */
#topmenu {
	height: 30px;
	background: black url('../../images/menu.png') repeat-x;
	font-size: 0.9em;
	margin-bottom: 5px;
}
#topmenu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
#topmenu li {
	display: inline;
}
#topmenu li a {
	float: left;
	padding: 6px 13px 6px 13px;
	text-decoration: none;
	color: white;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
}
#topmenu li a:hover {
	color: #FF7F00;
}
/* Content */
#content {
	width: 960px;
}
#col1 {
	width: 200px;
	float: left;
}
.search {
	margin-left: 5px;
	width: 190px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C0C0C0;
	background-color: #CA1973;
	min-height: 50px;
	margin-bottom: 5px;
}

#col2 {
	width: 550px;
	height: 850px;
	overflow: auto;
	margin: 0 5px 0 5px;
	float: left;
}
p {
	font-size: 0.9em;
}
#col3 {
	width: 192px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C0C0C0;
	background-color: #CA1973;

}
#col3 h2{
	color: #FFFFFF;
	padding-left: 5px;
}
h1 {
	font-size: 1.5em;
	color: #33CCFF;
	font-weight: 300;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	color: #F89E59;
	font-weight: 300;
	margin: 0;
}
a {
	color: #33CCFF;
	font-weight: 300;
	text-decoration: none;
}
a:hover {
	color: #F89E59;
	font-weight: 300;
	text-decoration: underline;
}
.othervideos {
	width: 180px;
	min-height: 87px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.othervideos img {
	width: 50px;
	height: 35px;
	float: left;
	margin: 5px;
	border: 0;
}
.othervideoshome {
	width: 330px;
	height: 90px;
	float: left;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.othervideoshome img {
	width: 100px;
	height: 80px;
	float: left;
	margin: 5px;
	border: 0;
}
.resultvideos {
	width: 180px;
	min-height: 87px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.resultvideos img {
	width: 100px;
	height: 75px;
	float: left;
	margin: 5px;
	border: 0;
}
#videodescription {
	margin: 3px 0 3px 0;
	background-color: #F89E59;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Footer */
#footer {
	clear: both;
    background-color: #000000;
	margin-top: 20px;
	width: 960px;
	height: 120px;
}
#footer p {
	text-align: center;
	font-size: 0.7em;
    color:white;
}