/* Global styles */
html, body
{
	height	: 100%;
	width	: 100%;
	margin	: 0;
	padding	: 0;
}

body
{
	font-family	: Arial;
	font-size	: 12px;
}

h1,h2,h3,ul,li,p
{
	margin	: 0;
	padding	: 0;
}

.center p, .right p
{
	padding	: 10px 0;
}

a
{
	color	: #b61919;
}

a:hover
{
	text-decoration	: none;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

::selection 
{ 
	background: #000; color: #fff; 
}

::-moz-selection
{ 
	background: #000; color: #fff; 
}


a img
{
	border	: 0;
}

ul
{
	list-style	: none;
}

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

input.checkbox, input.radio
{
	width	: 13px;
	height	: 13px;
	margin	: 0;
	padding	: 0;
}


#main
{
	width	: 1100px;
	margin	: 0 auto;
}

#header
{
	border-top	: solid 13px #B7030D;
	height		: 223px;
	position	: relative;
}


	#header a#logo
	{
		position	: absolute;
		top			: 53px;
		left		: 48px;
		width		: 208px;
		height		: 138px;
		cursor		: pointer;
	}
	 
	 
	#header a#year-logo
	{
		position	: absolute;
		top			: 71px;
		left		: 333px;
		width		: 221px;
		height		: 104px;
		background	: url(../media/images/lt2012.jpg) no-repeat;
		cursor		: pointer;
	}
	 
	
	
	#header ul#menu
	{
		position	: absolute;
		top			: 53px;
		width		: 404px;
		left		: 635px;
	}

		#header ul#menu li
		{
			float		: left;
			width		: 202px;
			background	: url(../media/images/menu-bullet.gif) left center no-repeat;
		}
		
		#header ul#menu li a
		{
			display			: block;
			height			: 24px;
			line-height		: 24px;
			font-size		: 17px;
			color			: #383832;
			padding-left	: 12px;
			font-family		: Arial;
			text-decoration	: none;
		}
	
		#header ul#menu li a:hover
		{
			text-decoration	: underline;
			color			: #000;
		}
		
			
	#header .links
	{
		position	: absolute;
		top			: 0px;
		right		: 20px;
		padding		: 0 10px 0 2px;
		line-height	: 26px;
		height		: 26px;
		background	: #B7030D;
	}


	#header .links span.seperator
	{
		display	: block;
		float	: left;
		height	: 18px;
		width	: 1px;
		background	: #fff;
		margin-top		: 4px;
		margin-right	: 7px;
		
	}
	
	#header .links a
	{	
		float	: left;
		color	: #fff;
	}
	
	#header .links a.home
	{
		height		: 26px;
		background	: url(../media/images/home.gif) center center no-repeat;
		width		: 26px;
	}
	
.clear
{
	clear	: both;
}

.datepicker {
	position: absolute;
	border: 2px solid #1C3262;
	font-size: 11px;
	width: 194px;
	padding: 3px;
	height: 221px;
	background: #fff;
	line-height: normal;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #1C3262;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	margin: 0px 42px 0 20px;
}

.datepicker .header .titleText {
	color: #fff;
	font-weight: bold;
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 194px;
	border-right: 2px solid #fff;
	height: 193px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #5D6E95;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #eee;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #8C929F !important;
	color: #fff !important;
}

.datepicker .unavailable {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #5D6E95 !important;
	color: #fff !important;
}
