body {
	background: #0172A3 url('../images/page_bg.jpg') repeat-x scroll 0% 0%;
}

body, p, td, tr, input, select, textarea {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #0172A3;
}

img {
	border: 0px;
}

h1, h2, h3 {
	color: black;
}

h1.crumbs {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

p.crumbs {
	font-weight: bold;
	padding: 5px 0px 10px 10px;
}
p.crumbs a {
	color: black;
}

input#sbar {
	border: 2px solid #6EA4DE;
	padding: 3px;
	width: 350px;
}

h1.free, h1.free-small, h2.free {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 10px 5px;
	margin: 10px 5px;
	text-transform: uppercase;
}

h1.free {
	color: red;
}

h1.free-small {
	color: white;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 0px;
}

h2.free {
	font-size: 22px;
}

.centered {
	text-align: center;
}

.red {
	color: red;
}

.pad10 {
	padding: 10px;
}

.break {
	clear: both;
}

/*
Common Page Elements
*/

#yellowtom-header {
	position: relative;
	width: 881px;
	height: 115px;
	margin-bottom: 10px;
	background-image: url('/images/yt-national-header.png');
	background-repeat: no-repeat;
}


#domainbox {
	position: absolute;
	left: 275px;
	top: 15px;
}

#domainbox h1 {
	color: black;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

#domainbox a {
	color: black;
	text-decoration: none;
}



#container {
	position: relative;
	width: 881px;
	margin: 0px auto;
	padding: 0px;
	margin-bottom: 10px;
}



#leftcol {
	background-color: #FDFADB;
	width: 669px;
}

#rightcol {
	position: absolute;
	text-align: center;
	left: 681px;
	width: 200px;
	top: 130px;
}

#fullcol {
	position: absolute;
	background-color: #FDFADB;
}

#mainbody {
	padding: 10px;
}

#copyright {
	padding-top: 20px;
	text-align: center;
	background-image: url('../images/page_content_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

div#copyright ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div#copyright ul li {
	display:inline;
}


div.dialog,
div.search-helper,
div.search-redirect
{
	padding: 10px;
	margin: 10px;
	background-color:white;
	border-color:#E0E3BB rgb(224, 227, 187) rgb(200, 169, 2);
	border-style:solid;
	border-width:1px;
	margin-bottom:5px;
}

div.dialog form,
div.search-redirect form {
	margin: 0px;
	padding: 0px;
}

div.search-helper span.try {
	float: left;
}

div.dialog ul,
div.search-helper-links ul {
	margin: 0px;
	padding: 0px 0px 0px 60px;
}

div.subgroups {
	padding-left: 10px;
	font-size: xx-small;
}

#popcatlist {
	font-size: x-small;
	border-color:#E0E3BB #E0E3BB #C8A902;
	border-style:solid;
	border-width:1px;
	margin:10px 10px 5px;
	padding:10px;
}


#flaglinks {
	right: 5px;
	top: -10px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align:right;
}

#flaglinks ul { 
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}

#flaglinks ul li { 
	margin: 0px;
	padding: 0px;
	display: inline;
}

#flaglinks a {
	background-position: 0px 0%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 25px;
	border: 0px solid black;
	margin-bottom: 14px;
	text-decoration: none;
}

#flaglinks a.uk {
	background-image: url('../images/micro_flag_uk.jpg');
}
#flaglinks a.ie {
	background-image: url('../images/micro_flag_ie.jpg');
}
#flaglinks a.es {
	background-image: url('../images/micro_flag_es.jpg');
}
#flaglinks a.us {
	background-image: url('../images/micro_flag_us.jpg');
}

#rateStatus{float:left; clear:both; width:100%; height:20px;}
#rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(/images/star_on.gif) no-repeat;}
#rateMe a{float:left;background:url(/images/star_off.gif) no-repeat;width:12px; height:12px;}
#ratingSaved{display:none;}
.saved{color:red; }


