/* RoomRates.com.au :: CSS Definitions */

body
{
   background-color: #F5F5F5;
   margin: 0px;
   padding: 0px;
   font-size: 75%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#page
{
   width: auto;

   margin: 0px auto;
}

#header
{
   width: auto;
   height: 113px;
}

#header h1, #header h2
{
   display: none;
}

#navigation
{
   height: 25px;

   background-image: url(../img/navigation/img-nav-bkg.gif?20121224);
}

#banner
{
   max-width:100%;
   height: auto;
}

.coverflow{
	width:auto;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:12px; 
}

#charities-link
{
   top: 18px;
   left: 80px;

   width: 575px;
   height: 45px;

   display: block;

   position: absolute;
}

#register-link
{
   top: 15px;
   left: 920px;

   width: 92px;
   height: 91px;

   display: block;

   position: absolute;
}

#content
{
   padding: 20px;
   padding-top: 0px;
   font-size: 1.4em;
   line-height: 16pt;
}

#content h1
{
    color: #264C8A;
    font-size: 1.9em;
    margin-top: 15px;
}

#content h2
{
    color: #264C8A;
    font-size: 1.8em;
    margin-top: 15px;
}

#content h3
{
    color: #6B8EC6;
    font-size: 1.6em;
    margin-top: 5px;
}

#content td
{
    font-size: 14px;
}

#footer
{
   text-align:center;
   line-height:40px;
   width: auto;
   height: 40px;
   color: #C0C0C0;

   background-image: url(../img/footer/img-ftr-bkg.gif?20121224);
}

td.label
{
   width: 220px;

   text-align: right;
}

#registration
{
/*
   width: 620px;
 font-size: 0.9em; */
}

/* 
#registration h2
{
   color: #264C8A;

   font-size: 1.3em;

   margin-top: 15px;
}
*/

#vouchers
{
   height: 301px;

   border: 1px solid #D0D0D0;

   overflow-y: scroll;
}

div.voucher
{
   background-color: #F8F8F8;

   border-top: 1px solid #E0E0E0;

   background-image: url(../img/voucher/img-vch-left.png);
   background-repeat: repeat-y;
}

div.first
{
   border-top: 0px;
}

div.voucher div.radio
{
   float: left;

   width: 38px;

   padding-top: 6px;
   padding-left: 4px;
}

div.voucher div.offer
{
   float: left;

   width: 330px;
}

div.voucher div.image
{
   float: right;

   width: 220px;
}

div.voucher div.offer div.title
{
   font-size: 1.6em;

   margin: 8px 0px;
}

div.voucher div.offer div.address
{
   margin-top: 8px;

   line-height: 20px;
}

div.voucher div.offer div.title span.name
{
   font-weight: bold;
}

div.voucher div.offer div.points ul
{
   padding-left: 20px;
}

div.voucher div.offer div.points ul li
{
   margin-left: 5px;

   margin-bottom: 6px;
}

div.errors
{
   padding: 10px;

   margin-top: 1em;
   margin-bottom: 1em;

   border: 1px solid #DD6060;

   background-color: #FFD0D0;

   border-radius: 3px;
   -moz-border-radius: 3px;
}

div.errors h2
{
   margin-top: 0px !important;

   color: #FF0000 !important;

   font-size: 1.9em;
   font-weight: bold;
}

div.errors ul
{
   margin-top: 1em;
   margin-bottom: 0em;
}

table.has-error
{
   margin: 1px 0px;

   padding: 0px 2px 0px 0px;

   border: 1px solid #DD6060;

   background-color: #FFD0D0;

   border-radius: 3px;
   -moz-border-radius: 3px;
}

span.required
{
   color: #FF0000;
}

td.comment
{
   color: #606060;
}

div.clear
{
   clear: both;
}

div.last-updated
{
   color: #C0C0C0;
   font-size: 1.4em;
}

.captcha-field div.image
{
   float: left;
}

.captcha-field div.image img
{
   border: 1px solid #C0C0C0;

   margin-bottom: 2px;
}

.captcha-field div.icons
{
   float: left;
}

.captcha-field div.icons div.icon
{
   margin-left: 2px;
   margin-bottom: 2px;
}

table.textarea td.label, table.captcha td.label
{
   vertical-align: top;
   padding-top: 5px;
}
/*@media 768,992,1200*/

@media (max-width: 320px)
{
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-320.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
		img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg-320.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
		margin-right: -10px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 255px;
		height: 50px;
	}
}

@media (min-width: 321px) and (max-width: 375px)
{
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-375.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
		img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg-375.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 280px;
		height: 50px;
	}	
}

@media (min-width: 376px) and (max-width: 480px)
{
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-480.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
		img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg-480.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 330px;
		height: 50px;
	}
}

@media (min-width: 481px) and (max-width: 568px){
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-568.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg-568.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 360px;
		height: 50px;
	}
}


@media (min-width: 569px) and (max-width: 640px){
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-640.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg-640.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 360px;
		height: 50px;
	}
}

@media (min-width: 641px) and (max-width: 767px){
	body{
		background-image: none;
	}
	#header{
		background-image: none;
		height: 0px;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg-md.gif?20121224);
		background-repeat:no-repeat;
		height: 57px;	
	}
	#footer h12{
		display: none;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.navbar-header{
		background-image: url(../img/header/img-hdr-bkg.gif?20121224);
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	.navbar{
		min-height: 113px;
	}
	.navbar-brand {
		width: 360px;
		height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body{
		background-image: none;
	}
	#header{
		height: 113px;
		background-image: url(../img/header/img-hdr-bkg.gif?20121224);
		background-repeat:no-repeat;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg.gif?20121224);
		background-repeat:no-repeat;
	}
	.navbar{
		min-height: 50px;
	}
	.navbar-header{
		background-image: none;
		padding-top:none;
		padding-bottom:none;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	body{
		background-image: none;
	}
	#header{
		height: 113px;
		background-image: url(../img/header/img-hdr-bkg.gif?20121224);
		background-repeat:no-repeat;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg.gif?20121224);
		background-repeat:no-repeat;	
	}
	.navbar{
		min-height: 50px;
	}
	.navbar-header{
		background-image: none;
		padding-top:none;
		padding-bottom:none;
	}
}
@media (min-width: 1200px){
	body{
		background-color: #F5F5F5;
		background-image: url(../img/page/img-pge-bkg.gif?20121224);
		background-repeat: repeat-y;
		background-position: center;
	}
	#header{
		height: 113px;
		background-image: url(../img/header/img-hdr-bkg.gif?20121224);
		background-repeat: no-repeat;
	}
	#footer{
		background-image: url(../img/footer/img-ftr-bkg.gif?20121224);
		background-repeat:no-repeat;
	}
	.navbar{
		min-height: 50px;
	}
	.navbar-header{
		background-image: none;
		padding-top:none;
		padding-bottom:none;
	}
}

/*

#help-frame-para
{
   display: none;
}

#help-frame
{
   overflow-x: hidden;
}

*/