@CHARSET "ISO-8859-1";

@import url(form.css);
@import url(profile.css);

a img {
	border: 0px;
}

.mainContent {
	position: relative;
}
form {
	margin: 0px;
	padding: 0px;
}

.hr {
	background-color: #BBBBBB;
	height: 1px;
	margin: 8px 0px;
}

.hr hr {
	display: none;
}

.error {
	color: red;
}

.warning {
	color: orange;
}

.info {
	color: green;
}

.validation-token {
	display: none;
}

.recent-updates {
	border: 2px solid #708538;
	width: 156px;
	height: 136px;
	overflow: auto;
	background: #FFFFFF url(../images/layout/updated_bg.jpg) repeat-x;
	font-size: 12px;
	float: right;
	margin-top: -16px;
	margin-left: 16px;
	margin-bottom: 8px;
}
.recent-updates .inner-container {
	margin: 8px;
}

.recent-updates h1 {
	font-size: 12px;
	border-bottom: 1px solid #999E64;
	margin: 0px;
}

.recent-updates ul {
	margin: 8px 0px;
	padding: 0px;
	list-style: none;
}

.country-menu {
	clear: both;
	width: 100%;
	margin: 8px 0px;
	background: #FFFFFF url(../images/layout/nav_bg.jpg) repeat-x;
	font-weight: bold;
	list-style: none;
	height: 27px;
	text-align: center;
	padding: 0px;
}

.country-menu li {
	display: inline;
	padding: 0px 6px;
	line-height: 27px;
}

.country-section {
	margin-bottom: 32px;
}

.country-section-heading {
	color: #5F6712;
	border-bottom: 1px solid #D3D3BB;
	padding-left: 5px;
}

.country-section-column {
	width: 25%;
	float: left;
}

.country-section-column ul {
	padding: 0px 0px 0px 8px;
	margin: 8px 0px;
	list-style: none;
}

.country-section-footer {
	clear: both;
}

.rss-feed {
	width: 100%;
	margin: 3px 0px !important;
}

.rss-feed td {
	vertical-align: middle;
	padding: 0px;
}

td.rss-feed-left {
	width: 1px;
}

td.rss-feed-right {
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

.rss-feed a {
	text-decoration: none;
	color: #000000;
}

/* Line spacing fix for superscript and subscript */

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	padding: 0 2px 0 1px;
}
sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

