/* a few useful defaults to allow greater display consistency between browsers */
body {
	background-image: url(/images/iski-logo-background.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

img {
	display: block;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

ul {
	padding-left: 20px;
	margin-top: 0px;
}

li {
	padding-bottom: 8px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	color: #99FE00;
	display: inline;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	font-size: 21px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	color: #000000;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	color: #000000;
	display: inline;
	font-size: 15px;
	font-weight: bold;
}

#logo {
	padding-left: 41px;
	padding-top: 96px;
}

#left_nav {
	padding-top: 3px;
	padding-left: 77px;
	height: 290px;
}

.left_nav_cell {
	padding-bottom: 3px;
}

#main_background_mac_firefox_fix {
	position: absolute;
	width: 1024px;
	height: 628px;
	z-index: 1;
}

#main_background {
	position: absolute;
	width: 1024px;
	height: 628px;
	z-index: 2;
}

#main_background_secondary {
	position: absolute;
	width: 1024px;
	height: 628px;
	z-index: 2;
}

#foreground {
	position: absolute;
	width: 1024px;
	height: 545px;
	z-index: 3;
}

#fore_foreground {
	position: absolute;
	top: 227px;
	padding-left: 77px;
	z-index: 5;
}

.button_to_return_home {
	position: absolute;
	cursor: pointer;
	z-index: 4;
}

#app_details_background {
	position: relative;
	left: 0px;
	background-color: #FFFFFF;
	width: 782px;
	height: 471px;
	padding-right: 1px;
}

#main_content {
	position: relative;
}

.left_nav_link {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.left_nav_link:hover {
	color: #666666;
}

.left_nav_link_white {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.left_nav_link_white:hover {
	color: #AAAAAA;
}

.secondary_left_nav_link {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.secondary_left_nav_link:hover {
	color: #F05A25;
}

.secondary_left_nav_link_selected {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	color: #F05A25;
	text-decoration: none;
}

.breadcrumb_link {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.breadcrumb_link:hover {
	color: #333333;
}
.advertiser_text{
	font-family: helvetica, sans-serif;
	color: #292929;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.header_background {
	background-image: url(/images/header_background.jpg);
	background-repeat: repeat-x;
	height: 54px;
	padding-top: 20px;
}

.copy_white {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.copy_black {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.copy_gray {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.footer_copy {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.copylink_white {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.copylink_white:hover {
	color: #AAAAAA;
}

.copylink_gray {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.copylink_gray:hover {
	color: #999999;
}

.copylink_black {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.copylink_black:hover {
	color: #666666;
}

.footer_link {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.footer_link:hover {
	color: #666666;
}

.footer_link_white {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link_white:hover {
	color: #AAAAAA;
}

#footer_powder_aider {
	background-color: #00FF99;
	width: 129px;
	padding-left: 6px;
	padding-right: 13px;
	cursor: pointer;
}

#footer_pace_tracer {
	background-color: #FFFF33;
	width: 129px;
	padding-left: 6px;
	padding-right: 13px;
	cursor: pointer;
}

#footer_cash_stasher {
	background-color: #99FE00;
	width: 129px;
	padding-left: 6px;
	padding-right: 13px;
	cursor: pointer;
}

#footer_sidekick_search {
	background-color: #0166FF;
	width: 129px;
	padding-left: 6px;
	padding-right: 13px;
	cursor: pointer;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.black_background {
	background-color: #000000;
}
