﻿/*
	Unitown Night stylesheet
	Author: Free Max Media
	Created: 08/07/2010
	Modified: 08/07/2010
*/

/*=Default */
html, body {
   margin:0;
   padding:0;
   height:100%;
}
body {
	background: #003366 url('/img/night/bg.png') repeat-x left top;
	font-size: 13px;
	color: #666;
	font-family: Calibri, Arial;
}
div#totalwrapper {
	min-height: 100%;
	position: relative;
}
div#wrapper {
	background: transparent url('/img/night/wrapper.png') no-repeat top center;
	width: 942px;
	margin: 0 auto;
	display: block;
	position: relative;
	min-height:100%;
	padding-bottom: 458px;
}

/*=Header */
div#header {
	background: transparent url('../img/night/header.jpg') no-repeat top left;
	width: 940px;
	height: 157px;
	margin: 0 auto;
}
	div#header a.logo {
		display: block;
		background: url('/img/night/logo.png') no-repeat top left;	
		width: 185px;
		float: left;
		margin-top: 25px;
		margin-left: 25px;
		height: 73px;	
	}
	div#header-inner {
		float: right;
		width: 420px;
		margin-right: 30px;
		font-family: Calibri, Arial;
		color: #666;
	}
		div#header-inner p {
			clear: both;
			padding-top: 10px;
			text-align: right;
			color: #fff;
		}
			div#header-inner p span {
				font-weight: 700;
			}
		div#header-inner p.buttons {
			padding-top: 0;
		}
		div#header-inner a.customise {
			background: url('../img/customise.png') no-repeat top left;
			display: block;
			width: 182px;	
			cursor: pointer;
			cursor: hand;
			float: right;
			height: 26px;
			margin-right: 10px;
		}
		div#header-inner a.login {
			background: url('../img/login4.png') no-repeat top left;
			display: block;
			width: 70px;
			float: right;
			height: 28px;
			cursor: pointer;
			position: relative;
			z-index: 1900;
			cursor: hand;
		}
		div#header-inner input.account {
			display: block;
			width: 88px;
			float: right;
			height: 26px;
			cursor: pointer;
			position: relative;
			z-index: 1900;
			cursor: hand;
		}
		div#header-inner input.logout {
			display: block;
			width: 86px;
			float: right;
			height: 26px;
			cursor: pointer;
			position: relative;
			z-index: 1900;
			cursor: hand;
			margin-left: 10px;
		}
		div#header-inner div#counter {
			background: url('../img/counter.png') no-repeat top left;
			width: 119px;
			height: 41px;
			float: right;
			margin-top: 20px;
		}
		
/*=Navigation */
ul#nav {
	background: url('../img/nav.jpg') repeat-x top left;
	width: 931px;
	height: 38px;
	list-style: none;
	margin: 2px auto 0;
	padding: 0;
	padding-left: 9px;
}
	ul#nav li {
		display: block;
		float: left;
		font-size: 1.2em;
		padding: 0 7px;
		position: relative
	}
		ul#nav li span.lowerarrow {
			display: block;
			width: 19px;
			height: 9px;
			position: absolute;
			bottom: -1px;
			left: 42%;
			background: url('../img/subnavarrow.png') no-repeat bottom center;
		}
		ul#nav li a {
			color: #fff;
			font-family: Calibri, Arial;
			text-decoration: none;
			line-height: 38px;
			display: block;
			text-align: center;
			vertical-align: middle;
			letter-spacing: 0;
		}
			ul#nav li a.hover {
				text-decoration: underline;
			}
		ul#nav li:hover { 
			background: url('../img/hover-trans.png') repeat-x top left;
		}
			ul#nav li:hover a { 
				color: #fff;
			}
		ul#nav li.selected, ul#nav li:hover.selected {
			background: url('../img/selected.png') repeat-x top left;
			height: 38px;
		}
			ul#nav li.selected a, ul#nav li:hover.selected a {
				background: url('../img/arrow.png') no-repeat center top;
				color: #fff;
			}
			
/*=SubNavigation */
ul.subnav {
	background: url('../img/subnav.png') repeat-x top left;
	width: 931px;
	height: 31px;
	list-style: none;
	margin: 0 auto 2px;
	padding: 0;
	padding-left: 9px;
}
	ul.subnav li {
		display: block;
		float: left;
		font-size: 1.2em;
		padding: 0 13px;
	}
		ul.subnav li a {
			color: #58473b;
			font-family: Calibri, Arial;
			text-decoration: none;
			height: 22px;
			display: block;
			text-align: center;
			vertical-align: middle;
			padding-top: 9px;
			letter-spacing: 0;
			font-size: 0.9em;
		}
			ul.subnav li a.hover {
				text-decoration: underline;
			}
		ul.subnav li:hover {
			background: url('../img/subnavhover.jpg') repeat-x top left;
		}
		ul.subnav li.selected {
			background: url('../img/subnavhover.png') repeat-x top left;
		}
		
div.findoutmore {
	background: url('/img/night/findoutmore.png') no-repeat top left;
	position: fixed;
	right: 0;
	z-index: 100;
	top: 30%;
	display: block;
	width: 42px;
	height: 132px;
	cursor: pointer;
	cursor: hand;
}
/*=Welcome box */
div.welcomeboxwrapper {
	display: none;
}
div.welcome {
	width: 617px;
	height: 483px;
	background: url('/img/welcome.png') no-repeat top left;	
	position: relative;
}	
	div.welcome p, div.welcome ul {
		padding: 0 35px;
	}
	div.welcome p.intro {
		font-family: Calibri, Arial;	
		color: #000;			
		font-size: 1.7em;
		padding-top: 20px;
		line-height: 1.2em;
		padding-bottom: 15px;
	}	
		div.welcome p.intro span {
			color: #693;
			font-weight: 700;
		}
	div.welcome p.details {
		font-family: Calibri, Arial;	
		color: #333;
		padding-bottom: 15px;
		line-height: 1.2em;
	}
	div.welcome p.free {
		color: #333;
		font-family: Calibri, Arial;	
		font-size: 1.2em;
		padding-bottom: 15px;
		font-weight: 700;
		line-height: 1.2em;
	}
	div.welcome hr {
		background: url('/img/welcome_hr.png') no-repeat top left;
		height: 1px;
		width: 569px;
		border: 0;
	}
	div.welcome h2 {
		color: #693;
		font-size: 1.8em;
		text-transform: uppercase;
		padding: 15px 15px 0;
	}
		div.welcome h2 span {
			font-weight: 700;
		}
	div.welcome a.corner_cross {
		background: url('/img/corner_cross.png') no-repeat top left;
		position: absolute;
		right: -12px;
		top: -12px;
		height: 27px;
		width: 26px;
		cursor: pointer;
		cursor: hand;
	}
	div.welcome a.next {
		background: url('/img/nextr.png') no-repeat top left;
		float: right;
		margin-top: 30px;
		margin-right: 20px;
		width: 105px;
		height: 40px;
		cursor: pointer;
		cursor: hand;
	}
	div.welcome a.seenenough {
		background: url('/img/seenenough.png') no-repeat top left;
		float: right;
		margin-right: 15px;
		margin-top: 30px;
		width:  385px;
		height: 41px;
		cursor: pointer;
		cursor: hand;
	}
	div.welcome ul {
		float: left;
		padding-right: 10px;
	}
		div.welcome ul li {
			font-family: Calibri, Arial;	
			color: #333;
			font-size: 1.2em;
			padding-left: 50px;
			height: 50px;
			line-height: 50px;
		}
			div.welcome ul li.welcome_sale {
				background: url('/img/welcome_sale.png') no-repeat left center;
			}
			div.welcome ul li.welcome_plane {
				background: url('/img/welcome_plane.png') no-repeat left center;
			}
			div.welcome ul li.welcome_gig {
				background: url('/img/welcome_gig.png') no-repeat left center;
			}
			div.welcome ul li.welcome_gift {
				background: url('/img/welcome_gift.png') no-repeat left center;
			}
			div.welcome ul li.welcome_book {
				background: url('/img/welcome_book.png') no-repeat left center;
			}
			div.welcome ul li.welcome_cd {
				background: url('/img/welcome_cd.png') no-repeat left center;
			}
/*=Customise welcome */
div.welcome_customise {
	background: url('/img/welcome_customise.png') no-repeat top left;
	width: 617px;
	height: 655px;
}
	div.welcome_customise_info {
		background: url('/img/welcome_customise_info.jpg') no-repeat top left;
		width: 572px;
		height: 320px;
		margin: 0 auto;
	}
	div.welcome_customise ul {
		padding: 15px 25px;
	}
		div.welcome_customise ul li {
			display: block;
			float: left;
			padding-right: 10px;
			font-weight: 700;
		}
	div.welcome_customise h2 {
		color: #369;
		font-size: 1.8em;
		text-transform: uppercase;
		padding: 15px 15px 0;
	}
		div.welcome_customise h2 span {
			font-weight: 700;
		}
	div.welcome_customise a.corner_cross {
		background: url('/img/corner_cross.png') no-repeat top left;
		position: absolute;
		right: -12px;
		top: -12px;
		height: 27px;
		width: 26px;
		cursor: pointer;
		cursor: hand;
		display: block;
	}
	div.welcome_customise a.takeme {
		cursor: pointer;
		width: 233px;
		height: 41px;
		float: right;
		margin-right: 15px;
		margin-top: 20px;
		cursor: hand;
		display: block;
		background: url('/img/takeme.png') no-repeat top left;
	}
	div.welcome_customise a.back {
		cursor: pointer;
		cursor: hand;
		float: right;
		margin-right: 15px;
		margin-top: 20px;
		display: block;
		background: url('/img/cus_back.png') no-repeat top left;
		width: 105px;
		height: 40px;
	}
	div.welcome_customise p, div.welcome_customise ul {
		padding: 10px 25px;
	}
	div.welcome_customise p {
		clear: both;
		font-family: Calibri, Arial;	
		color: #333;
		padding-bottom: 15px;
		line-height: 1.2em;
	}
		div.welcome_customise p span {
			font-weight: 700;
		}
	div.welcome_customise span.max {
		background:url("../img/max.png") no-repeat scroll right top transparent;
		display:block;
		float:left;
		height:14px;
		margin-right:4px;
		width:14px;
	}
	div.welcome_customise span.min {
		background:url("../img/min.png") no-repeat scroll right top transparent;
		display:block;
		float:left;
		height:14px;
		margin-right:4px;
		width:14px;
	}
	div.welcome_customise span.close {
		background:url("../img/close.png") no-repeat scroll right top transparent;
		display:block;
		float:left;
		height:14px;
		margin-right:4px;
		width:14px;
	}
	
/*=Login Box */
div.blackedoutbackground {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 1700;
	background: #000;
}
div.loginbox {
	background: url('/img/loginbox.png') no-repeat top left;
	position: absolute;
	top: 20px;
	right: 38px;
	font-family: Calibri, Arial;	
	color: #333;
	width: 378px;
	height: 227px;
	padding: 0 20px;
	display: none;
	z-index: 1800;
}
	div.loginbox p {
		clear: both;
	}
	div.loginbox p span, div.loginbox a {
		font-weight: 700;
		text-decoration: none;
		color: #333;
	}
	div.loginbox p.intro {
		font-size: 1.1em;
		line-height: 1.2em;
		padding: 20px 0;
	}
	div.loginbox input 	{
		border: 1px solid #dfdfdf;
		padding: 5px;
		display: block;
		float: left;
		width: 172px;
		margin: 0 0 10px;
	}
	div.loginbox input.user {
		margin-right: 10px;
	}
	div.loginbox input.submit {
		border: none;
		padding: 5px;
		margin: 10px 0 20px 10px;
		display: block;
		width: 107px;
		height: 40px;
		float: right;
		clear: both;
		background: url('/img/login.png') no-repeat top left;
	}
	div.loginbox input.cancel 	{
		border: none;
		padding: 5px;
		width: 107px;
		height: 40px;
		margin: 10px 0 20px;
		display: block;
		float: right;
		background: url('/img/cancel.png') no-repeat top left;
	}
	
	div.loginbox span.wrap {
		position: relative;
		display: block;
		float: left;
	}
	div.loginbox p.signupp {
		color: #fff;
		padding-top: 27px;
	}
		div.loginbox p.signupp a {
			font-weight: 700;
			color: #fff;
		}
	div.loginbox .updnWatermark {
		position: static;
	}
	div.loginbox .updnWatermark label {
		left: 3px;
		top: 7px;
	}
.watermark_text { 
	font-family: Trebuchet MS,Arial,Helvetica,Sans-serif; 
	color: #ccc; 
}
/*=Content */
div#content {
	background: transparent url('/img/night/content.png') no-repeat bottom left;
	width: 942px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
	div#content h1 {
		color: #102e67;
		font-size: 1.9em;
		padding: 28px 28px 10px;
	}
		div#content h1 strong {
			font-weight: bold;
		}
	div#content p {
		color: #102e67;
		font-size: 1.2em;
		padding: 0 28px;
	}
	div#content a {
		color: #102e67;
		text-decoration: underline;
	}
	div#content h2 {
		color: #102e67;
		font-size: 1.4em;
		padding: 10px 28px;
	}
		div#content h2 a {
			font-weight: bold;
			color: #336633;
			text-decoration: underline;
		}
/*=Footer */
div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 324px;
	margin-top: -5px;
	z-index: 10;
	background: #031639 url('../img/night/footer.png') repeat-x top left;
}
	div#footer-inner {
		background: url('../img/icon.png') no-repeat center bottom;
		width: 962px;
		margin: 0 auto;
		padding-top: 25px;
		overflow: auto
	}
		div#footer-list {
			background: url('../img/night/footer-inner.png') no-repeat top left;
			width: 960px;
			min-height: 217px;
			overflow: auto;
		}
		div#footer-inner dl {
			background: url('../img/night/footer-hr.png') no-repeat left top;
			float: left;
			padding: 15px 18px;
		}
			div#footer-inner dl a {
				color: #fff;
				font-size: 0.85em;
				text-decoration: none;
				line-height: 1em;
			}
				div#footer-inner dl a:hover {
					border-bottom: 1px dotted #fff;
				}
				div#footer-inner dt {
					padding-bottom: 10px;
				}
					div#footer-inner dt a {
						font-weight: 700;
						font-size: 1em;
					}
					div#footer-inner dd {
						margin-bottom: 5px;
					}
		div#spread {
			float: left;
			margin-left: 18px;
			width: 400px;
		}
			div.jqDock{
				margin-left: -4px !important;
			}
			div#spread p {
				color: #fff;
				font-size: 0.85em;
				font-weight: 700;
				padding-bottom: 10px;
			}
			div#spread div.dock {
				padding: 5px 5px 5px 0px;
				color: #fff;
				text-align: center;
			}
				div#spread div.dock div.docking {
					height: 58px;
				}
			div#spread ul {
				list-style: none;
				margin: 0;
				padding: 0;
				margin-left: -3px;
			}		
				div#spread ul li {	
					margin-right: 3px;
					display: block;
					float: left;
				}
				div#spread img {	
                    padding: 0 3px 16px; 
                    margin: 0;
				}
		div#tc {
			float: right;
			margin-right: 20px;
		}
			div#tc p {
				color: #fff;
				font-size: 0.85em;
				font-weight: 700;
				padding-bottom: 10px;
				text-align: right;
			}
			div#tc ul {
				list-style: none;
			}		
				div#tc ul li {
					display: block;
					float: left;
					color: #fff;
					font-size: 0.8em;
				}		
					div#tc ul li a {
						color: #fff;
						font-size: 0.95em;
						text-decoration: none;
					}			
						div#tc ul li a:hover {
							border-bottom: 1px dotted #fff;
						}						
/*=Misc */
p.bottomclear {
	display:block; 
	height:50px; 
	clear:left;
}
.errorLabel, .errorlabel {
	padding: 5px 15px;
}
strong {
	font-weight: 700;
}
p.smaller {
	font-size: 0.85em;
	padding: 10px 0 10px 20px;
}
p.clear {
	display:block; 
	height:1px; 
	clear:left;
}
div.hr {
	padding: 0;
	clear: both;
}
li.list, li.linkable {
	cursor: pointer;
	cursor: hand;
}
a {
	color: #333;
	text-decoration: none;
}
p {
	line-height: 1.2em;
}
