/* worldinabag.com CSS Document */
/* created by Simon Norelli */

body,html {
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color: #9BB5C2;
}

#nav a {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 3px;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #0271A6;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 3px;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img a
{
	border: 1px solid #000000;
}

a:visited {
	color: blue;
}

/* page layout */

#header {
	width: 100%;
	height: 60px;
	background-color: #0271A6;
	position: absolute;
	background-image: url('../images/headerbg.jpg');
	background-repeat: repeat-x;
}

#nav {
	top: 60px;
	width: 100%;
	height: 21px;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	border-top: 2px solid #000000;
	padding-top: 4px;	
}

#content {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 95%;
	position: absolute;
	left: 26px;
	right: 25px;
	color: #000000;
	top: 87px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}

#text_content {
	width: 100%;
	color: #000000;
	position: static;
	text-align: left;
}

#iframe
 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 90px;
}

#start_table {
	background-color: #6EA0B8;
	border: 1px solid #000000;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
}

.drop_down {
	background-color: #C4D9E3;
	padding: 2px;
}

.button {
	background-color: #0271A6;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: small-fonts;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
}

form {
	font-family: Arial;
	font-size: 10px;
}

/* region content */
.listing {
	background-color: #6EA0B8;
	padding: 3px;
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url('../images/section_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.sub_listing {
	font-weight: bold;
	background-color: #C4D9E3;
	font-size: 16px;
	font-family: Georgia;
	padding: 5px;
}
.sub_listing .sm_link {
	font-family: Arial;
	font-size: 11px;
}
.listing_col_heading {
	background-color: #DEECF3;
	padding: 3px;
	border-bottom: 1px solid #6EA0B8;
}

.tbl_listing {
	border-bottom: 1px solid #6EA0B8;
	padding: 5px;
}

.tbl_listing_row {
	background-color: #FFFFFF;
	background-image: url('../images/listing_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.tbl_listing_row_over {
	background-color: #DEECF3;
}


/* Sponsor page */
.Sponsor_Nav
{
	background-color: #E3EEF4;
	padding: 3px;
	width: 250px;
	border-right: 1px solid #C4D9E3;
}
.Sponsor_Main
{
	padding: 3px;
}

.Sponsor_Overview
{
	background-color: #C4D9E3;
}

.Sponsor_Overview_Div
{
	border-bottom: 2px dotted #6EA0B8;
	margin-right: 8px;
	color: #3E6D83;
	font-weight: bold;

}
.Sponsor_Overview_Div_Middle
{
	padding: 3px;
}

.Sponsor_Overview_Div_Bottom
{
	border-top: 1px solid #6EA0B8;
	padding: 3px;
	margin-right: 8px;
}

.Sponsor_Main_Header
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	color: #6EA0B8;
}

.Count
{
	color: #A7C0CC;
	text-align: center; 
	font-weight: bold; 
	font-family: Arial;
}

.number
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #6EA0B8;
}

.textnav
{
	background-color: #D9E6EC;
	color: #000000;
	padding: 3px;
}

.affiliateHeader
{
	background-color: #FFDF49;
	padding: 3px;
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px;
}