/* http://www.thrifty.com.au/sydney/stylesheets/screen.css */
/*

	general color usage

	red: quote, booking
	
	blue: promotions, specials 

	grey: information, other

*/



/* section red start */

.container-section-red {
	border-width: 1px;
	border-style: solid;
	border-color: #FFCCCC;
	padding: 2px;
	background: #FFFFFF;
}

.heading-section-red {
	margin: 0px;
	border: 1px;
	border-style: outset;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 125%;
	background: #EE0000;
	color: #FFFFFF;
}

.content-section-red {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #353774;
}

/* section red end */



/* section blue start */

.container-section-blue {
	border-width: 1px;
	border-style: solid;
	border-color: #99CCFF;
	padding: 2px;
	background: #FFFFFF;
}

.heading-section-blue {
	margin: 0px;
	border: 1px;
	border-style: outset;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 125%;
	background: #0079C2;
	color: #FFFFFF;
}

.content-section-blue {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #353774;
}

/* section blue end */



/* section grey start */

.container-section-grey {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
	background: #FFFFFF;
}

.heading-section-grey {
	margin: 0px;
	border: 1px;
	border-style: outset;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 125%;
	background: #999999;
	color: #FFFFFF;
}

.content-section-grey {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #353774;
}

/* section grey end */



* {
	font-family: sans-serif;
	font-size: small;
}

a {
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

body {
	background: #FFFFFF;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #0079C2;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

strong {
	/* color: red; */
}

table, tr, td {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a.button {
	margin: 0px;
	border: 2px;
	border-color: #EE0000;
	border-style: solid;
/*	border-style: outset; */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 100%;
	font-weight: bold;
/*	font-style: oblique; */
	background: #FFFFFF;
	color: #EE0000;
	text-decoration: none;
}

a.button:hover {
	border-color: #0079C2;
	color: #0079C2;
}

.border-less {
	border-collapse: collapse;
}

.hidden ul {
	margin-left: 0;
	padding-left: 0;
}

.hidden ul li {
	padding-bottom: 2px;
	list-style-type: none;
}

.highlight {
	font-weight: bold;
	color: red;
}

.caption, .caption a {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.right-image {
	float: right;
	padding: 1em;
}

.footer {
	border-top: 1px;
	border-color: #0079C2;
	color: #0079C2;
}

.spacer-horizontal {
	height: 8px;
}

.spacer-vertical {
	width: 8px;
}

#logo-thrifty {
	/* padding-right: 0.5em; */
	background-color: #FFFFFF;
}

#menu {
	margin-top: 8px;
	margin-bottom: 8px;
}

#motto-primary, #motto-secondary {
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-right: 8px;
	text-align: right;
	font-style: italic;
	color: #FFFFFF;
}

#motto-primary {
	font-size: 150%;
}

#motto-secondary {
	font-size: 125%;
}

.non-breaking {
	white-space: nowrap;
}

/*
body {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 100%;
}
*/
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	color: #0079C2;
}

thead th, tfoot td {
	background: #eee;
}

tr.ruled {
	background: #D6EEF8;
	/* border: 1px #0079C2 solid; */
}    

.tabular table {
	border: 0px solid #eee; 
	border-collapse: collapse;
	width: 100%;
	color: #353774;
}

.tabular th, .tabular td {
	border: 0px solid #eee;
	border-collapse: collapse;
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-right: 4px; 
	text-align: left;
	vertical-align: top;
}
/*	
#mytable tr.ruled {
	background: #333;
	color: #ccc;
} 
*/	

