/* Uni Rec Centre CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}

/* text */

p {
	margin: 12px 0px 12px 0px;
}

h1 {
	color: #fdd341;
	font: normal 26px arial;
	margin: 4px 0px 12px 0px;
	padding-top: 0px;
	letter-spacing: -1px;
	line-height: 28px;
}

.top h1 {
	background: transparent url('../i/bg-h1-home.gif') no-repeat center top;
	color: #000;
	font: normal 10px arial, tahoma, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0px 5px 0px;
	line-height: 10px;
	margin: 0;
	letter-spacing: 0px;
}

.main h1 {
	color: #fdd341;
	font: normal 26px arial;
	margin: 0px 0px 18px 0px;
	padding-top: 8px;
	letter-spacing: -1px;
	line-height: 28px;
	letter-spacing: -1px;
}

.list h1 {
	margin-left: 28px;
}

h2 {
	font: bold 12px arial;
	color: #000;
	text-transform: uppercase;
	margin: 12px 0px 12px 0px;
}

.main h2 {
	color: #fff;
	font: normal 10px arial, tahoma, sans-serif;
	text-align: left;
	text-transform: uppercase;
	line-height: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
	margin: 0px;
}

.main h2 span.text {
	background: transparent url('../i/h2-bg.gif') no-repeat left top;
	padding: 3px 9px 6px 22px;
}

.main h2 span.end {
	background: transparent url('../i/h2-end.gif') no-repeat right top;
	padding: 3px 10px 6px 0px;
	color: #b1b1b0;
	margin-right: 24px;
}

.listing h3 {
	font: bold 12px arial;
	color: #000;
	background-color: #ffde00;
	padding: 4px 10px 4px 28px;
}

.listing h4 {
	font: normal 12px arial;
	color: #000;
	background-color: #fff5b2;
	padding: 4px 28px 4px 28px;
	margin-top: 1px;
	margin-right: 28px;
} 

.listing p {
	margin: 12px 28px 12px 28px;
}

.listing p.extra {
	color: #666;
	margin-top: -4px;
}

/* links */

a img { border: none }

a,
a:visited {
	color: #d40707;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.bullet, a.bullet:visited {
	padding: 3px 0px 5px 24px;
	background: transparent url('../i/bullet-large.gif') no-repeat left 2px;
}

a.more {
	padding: 0px 0px 0px 13px;
	background: transparent url('../i/arrow-more.gif') no-repeat left 4px;
	margin-left: 20px;
}

a.cv {
	margin-left: 20px;
}

/* basic layout */

body {
	font: normal 11px tahoma, verdana, arial;
	color: #000;
	background: #fff;
	line-height: 16px;
}

.center {
	width: 770px;
	margin: 0 auto;
	background-color: #ececeb;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
	overflow: hidden;
}

#header {
		height: 83px;
		background: #fff url('../i/bg-header.gif') repeat-x left top;
}

#content {
	background: #ececeb url('../i/bg-content.gif') repeat-x left top;
	padding-top: 22px;
	padding-bottom: 0px;
}

#footer {
	height: 128px;
	background: #ffde00 url('../i/bg-footer.gif') repeat-x left top;
}

/* home page content */

/* column 1 */
.one {
	width: 173px;
	background: #fff;
	margin-right: 12px;
}

.one .top, .three .top {
	background: #fff url('../i/col-narrow-top.gif') no-repeat left top;
	height: 55px;
	text-align: center;
}


.one .top a.button, .three .top a.button {
	display: block;
	margin: 8px auto 0px auto;
}

.one .mid {
	padding: 0px 2px 0px 2px;
	height: 256px;
	line-height: 0px;
}

.one .bot {
	height: 179px;
	background: #fff url('../i/col-narrow-bottom-left.jpg') no-repeat left bottom;
	padding: 0px 2px 0px 2px;
	line-height: 0px;
}

.one .bot a.button {
	display: block;
	clear: both;
}

.one .bot a.button img {
	padding: 0px;
	margin: 0px;
}

/* column 2 */

.two {
	width: 400px;
	background: #fff;
	margin-right: 12px;
}

.two .top {
	background: #fff url('../i/col-center-top.gif') no-repeat left top;
	height: 32px;
}

.two .mid {
	padding: 0px 2px 0px 2px;
	height: 336px;
}

.flashcontent {
	width: 396px;
	height: 281px;
}

.two .bot {
	background: #fff url('../i/col-center-bottom.gif') no-repeat left top;
	height: 122px;
	padding-left: 28px;
}

.two .logos {
	height: 54px;
}

.two .logos a {
	display: block;
	float: left;
}

.two .bot a.button {
	display: block;
	float: left;
	margin: 10px 28px 8px 0px;
	padding-left: 20px;
}

.two .bot .photo {
	float: left;
	margin-right: 22px;
}

/* column 3 */

.three {
	width: 173px;
	background: #fff;
}

.three .mid {
	padding: 0px 2px 0px 2px;
	height: 413px;
	line-height: 0px;
}

.three .mid .homeList {
	height: 310px; /* 258px; */
	overflow: scroll;
	background: #fefceb;
	margin-top: 1px;
}

.three .bot {
	background: #fff url('../i/col-narrow-bottom.gif') no-repeat left top;
	height: 22px;
}

.homeList ul {
	list-style-type: none;
}

.homeList ul li {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 10px;
}

.homeList ul h3 {
	font: normal 10px arial;
	color: #000;
	background-color: #ffde00;
	padding: 3px 10px 3px 8px;
}

.homeList ul h4 {
	font: normal 10px arial;
	color: #000;
	background-color: #fff5b2;
	padding: 3px 10px 3px 8px;
	margin-top: 1px;
}

.homeList ul p {
	margin: 4px 8px 4px 8px;
	color: #6f6d67;
}

.homeList ul p.more {
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}

.homeList ul p.more a {
	padding: 0px 0px 0px 13px;
	background: transparent url('../i/arrow-more.gif') no-repeat left 4px;
}

/* inside page */

.wide {
	width: 770px;
	background-color: #fff;
	clear: both;
}

.wide .top {
	background: #fff url('../i/col-wide-top.gif') no-repeat left top;
	height: 32px;
	padding-left: 28px;
}

.wide .top a.button {
	display: block;
	float: left;
	margin-right: 2px;
}

.wide .top .breadcrumb {
	float: left;
	background: transparent url('../i/breadcrumb-bg.gif') no-repeat left top;
	height: 22px;
}

.wide .top .breadcrumb p {
	padding: 3px 12px 0px 22px;
	font-size: 10px;
	margin: 0;
	float: left;
}

.wide .top .breadcrumb span {
	display: block;
	float: left;
	width: 10px;
	height: 22px;
	background: transparent url('../i/breadcrumb-end.gif') no-repeat left top;
}

.wide .mid {
	padding: 0px 28px 6px 28px;
}

.wide .list {
	padding: 0px 0px 6px 0px;
}

.wide .bot {
	background: #fff url('../i/col-wide-bottom.gif') no-repeat left top;
	height: 22px;
}

.main {
	width: 532px;
	float: left;
	line-height: 18px;
}

.main .top {
	height: 32px;
	background: #fff url('../i/col-main-top.gif') no-repeat left top;
	text-align: center;
}

.main .mid {
	border-left: solid 1px #c7c7c5;
	border-right: solid 1px #c7c7c5;
	padding: 0px 28px 0px 28px;
}

.main .mid p {
	margin-bottom: 0px;
}

.main .mid .logo {
	float: right;
	margin: 6px 0px 12px 20px;
}

.main .mid p.nextPage {
	text-align: right;
	padding-bottom: 3px;
}

.main .bot {
	height: 22px;
	background: #fff url('../i/col-main-bottom.gif') no-repeat left top;
}

.sub {
	width: 182px;
	float: left;
}

.sub .photo {
	margin: 20px 0px 0px 0px;
}

.listing {
	margin-top: 18px;
}

.listing img.photo {
	float: right; 
	margin: -10px 0px 30px 30px;
	padding-right: 28px;
	background: #fff;
}

/* footer */

.footerPhoto, .footerText {
	padding-top: 34px;
}

#footer p {
	float: right;
	clear: right;
	padding-right: 28px;
	margin-top: 10px;
	margin-bottom: 0;
}

/* ADMIN */

#nav {
	list-style-type: none;
	float: right;
	padding: 53px 28px 0px 0px;
}

#nav li {
	display: block;
	float: left;
	background-color: #ececeb;
	padding: 3px 12px 3px 12px;
	margin-left: 20px;
}

#nav li a,
#nav li a:visited {
	color: #6d6e71;
}

#nav li a:hover {
	text-decoration: none;
	color: #000;
}

#nav li.current {
	background-color: #ffde00;
}

#nav li.current a,
#nav li.current a:visited {
	color: #000;
}

div.logout {
	height: 16px;
	padding: 0px 28px 0px 28px;
	margin: 0px 0px 0px 0px;
}

div.logout p {
	margin: 0;
}

div.logout a {
	padding: 0px 0px 0px 13px;
	background: transparent url('../i/arrow-more.gif') no-repeat left 4px;
}

/* forms */

form {
	margin: 12px 0px 12px 0px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	display: block;
	margin: 6px 0px 3px 0px;
	font-size: 10px;
	text-transform: uppercase;
}

.input {
	padding: 3px;
	font-size: 10px;
	border: solid 1px #dbdbdb;
}


	

form .button {
	display: inline;
	clear: both;
	margin-top: 12px;
	padding: 1px 4px 1px 4px;
	font-size: 10px;
}
	

	
/* SC: Additional styles for admin data tables etc. */

textarea {
	width:250px;
	height:100px;
	font: normal 12px arial, tahoma, sans-serif;
}

.admindata {
	width:100%;
	font: normal 10px arial, tahoma, sans-serif;
}	

.admindata .head td {
	background-color:#FFDE00;
	font-weight:bold;
	padding:3px;
	text-align:left;
}

.admindata .tr1 td {
	background-color:#FFF5b2;

}

.admindata .tr0 td , .admindata .tr2 td {
	background-color:#FFFFFF;

}
.admindata .tr0 td, .admindata .tr2 td , .admindata .tr1 td {
	padding:3px;
	vertical-align:top;
	text-align:left;
}
.editLabel {
	text-align:right;
	padding-right:10px;
	vertical-align:top;
	width:180px;
}

.editData,.editDataErr {
	text-align:left;
	padding-left:10px;
	vertical-align:top;
}
.editData {width:270px;}
.editDataErr, #ERRORMESSAGE {
	color:red;
	font-weight:bold;	
	
}

.groupbox {
	background-color:#FFFDD7;
	border:1px solid #A49D00;
	width:250px;
	padding:6px;
}

.groupbox input {
background:transparent;
}

.admindata input[type=text], .admindata input[type=file]{
	width:250px;
}	

form .button {
	width:125px;
}	

.counter{
border-top:1px solid #FFDE00;
}

.selectTab{
background-color:#FFDE00;
padding:6px;
}

#listing li {
	padding: 2px 0px 2px 10px;
	margin-left: 15px;
}

/* -------------------------------------
	added by Benek 11 March 
------------------------------------- */

ul.bullet {
	margin: 12px 0;
	list-style-type: none;
}

ul.bullet li {
	background: transparent url('../i/bullet-large.gif') no-repeat left 2px;
	padding: 1px 0 1px 24px;
	margin-bottom: 2px;
}

ul.vcf {
	margin-bottom: 0;
	padding-bottom: 2px;
}

#vcfLogo {
	margin: 18px 0;
}

#vcfFish {
	float: right;
	margin: 18px 0 0 0;
}

a.logoLeft,
a.logoLeft:visited {
	display: block;
	margin: 10px 0 0 0;
}