﻿/*
    RewardsCorp (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 5th June 2007
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);
@import url(../../css/accommodation-results.css);
/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 15px 0;
	
	background-color: #002f45;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	
	color: #333;	
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	letter-spacing: -1px;
}
h1
{
	margin: 0;
	padding: 9px 20px 8px;
	
	background-image: url(../images/heading-bg.jpg);
	background-repeat: repeat-x;
	
	color: #fff;
	font-size: 145%;
	letter-spacing: -1px;
}
h2
{
	color: #27516b;
	font-size: 120%;
}
h2,
h3
{
	padding-top: 8px;
}
h3
{
	color: #446074;
	font-size: 115%;
	letter-spacing: normal;
}
li h3
{
	padding-top: 0;
}
h4, h5, h6
{
	font-size: 110%;
	letter-spacing: normal;
}

/*
	** Default Link Styles
*/
a:link,
a:visited
{
	color: #0079be;
}
a:hover
{
	color: #5ac900;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 26px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .2em;
}

.top-margin
{
	margin-top: 30px;	
}