﻿@charset "utf-8";
/* CSS Document */

body, ul, ol, li, dl, dt, dd, img, p, h1, h2, h3, h4, h5, h6, input, textarea, select, form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: #fff;
	height: 100%;
}
body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	height: 100%;
}
ul {
	list-style-type: none;
}
a {
	outline: none;
}

input.text {
	border: 1px #b8b8b8 solid;
	padding: 5px 2px;
	background: #fff url(../images/bg_field.gif) repeat-x;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	outline: none;
}
textarea.textarea {
	border: 1px #b8b8b8 solid;
	padding: 5px 2px;
	background: #fff url(../images/bg_field.gif) repeat-x;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	outline: none;
}
select.select {
	border: 1px #b8b8b8 solid;
	padding: 1px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	outline: none;
}

#wrapper {
	width: 802px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
}
#header {
	overflow: hidden;
	padding: 24px 0 0 0;
}
#logo {
	float: left;
}
#help {
	display: inline-block;
	float: right;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: -15px 0 0 0;
	overflow: hidden;
}
#help a {
	color: #fff;
}
#container {
	clear: both;
	overflow: hidden;
}
#tabs {
	width: 780px;
	padding: 18px 0 0 0;
	overflow: hidden;
}
#tabs li {
	float: left;
	margin: 0 0 0 -11px;
	position: relative;
}
#tabs li.first {
	margin: 0;
}
#tabs li span {
	display: block;
	float: left;
}
#tabs li span.left img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 8px;
	height: 27px;
}
#tabs li span.left {
	width: 8px;
	height: 27px;
	display: inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab_off_left.png');
}
#tabs li.active span.left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab_on_left.png');
}
#tabs li span.right img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 29px;
	height: 27px;
}
#tabs li span.right {
	width: 29px;
	height: 27px;
	display: inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab_off_right.png');
}
#tabs li.active span.right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab_on_right.png');
}
#tabs li a {
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/bg_tab_off.jpg) repeat-x;
	padding: 0 3px 2px 8px;
}
#tabs li.active a {
	background: url(../images/bg_tab_on.jpg) repeat-x;
	padding: 0 5px 2px 10px;
}
#content-top {
	background: #242424 url(../images/bg_content_top.jpg) repeat-x;
	height: 8px;
	margin: -2px 0 0 0;
	overflow: hidden;
}
#content-bottom {
	background: #242424 url(../images/bg_content_bottom.jpg) repeat-x;
	height: 8px;
	overflow: hidden;
}
#content-top span, #content-bottom span {
	display: block;
	width: 8px;
	height: 8px;
}
#content-top span.left, #content-bottom span.left {
	float: left;
}
#content-top span.right, #content-bottom span.right {
	float: right;
}
#content-top span.left {
	background: url(../images/bg_content_top_left.jpg) no-repeat;
}
#content-top span.right {
	background: url(../images/bg_content_top_right.jpg) no-repeat;
}
#content-bottom span.left {
	background: url(../images/bg_content_bottom_left.jpg) no-repeat;
}
#content-bottom span.right {
	background: url(../images/bg_content_bottom_right.jpg) no-repeat;
}
#content {
	background: #242424 url(../images/bg_content.jpg) no-repeat 45px 0;
	padding: 38px 44px 0px 44px;
	border-left: 2px #181818 solid;
	border-right: 2px #181818 solid;
	overflow: hidden;
	clear: both;
	height: 100%;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7f5ce;
	font-weight: normal;
	overflow: hidden;
	line-height: 21px;
	padding: 0 0 10px 0;
	font-size: 17px;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 21px;
	font-size: 11px;
	
}
#content ol {
	margin: 0 0 20px 15px;
}
#content ol li {
	margin: 0 0 5px 20px;
	line-height: 21px;
	font-size: 11px;
	
}
#content ul {
	margin: 0 0 20px 15px;
}
#content ul li {
	margin: 0 0 5px 20px;
	line-height: 21px;
	font-size: 11px;
	list-style-type: disc;
	
}
#content p a {
	color: #fff;
}
#content div.col-left {
	float: left;
	width: 403px;
	overflow: hidden;
}
#content div.col-right {
	float: right;
	width: 272px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#content div.col-right form {
	overflow: hidden;
	clear: both;
	padding: 0 0 20px 0;
}
#content div.col-right form label {
	display: block;
	padding: 4px 0 3px 0;
}
#content div.col-right form input.text {
	width: 170px;
	margin: 0 12px 7px 0;
}
#content ul#submenu {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
}
#content ul#submenu li {
	margin: 0 20px 0 0;
	padding: 0 3px 0 0;
	float: left !important;
	font-size: 12px;
	font-weight: bold;
}
#content ul#submenu li a {
	color: #fff;
	text-decoration: none;
}
span.button-home-medium span a, span.button-home-big span a {
	color: #242424;
}
span.button-home-medium {
	display: inline-block;
	background: url(../images/button_home_medium.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span.button-home-medium span {
	display: inline-block;
	padding: 0 0 0 16px;
	background: url(../images/button_home_medium_left.jpg) no-repeat;
}
span.button-home-medium span a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 13px;
	padding: 0 21px 0 5px;
	background: url(../images/button_home_medium_right.jpg) no-repeat right;
	text-decoration: none;
}
span.button-home-big {
	display: inline-block;
	background: url(../images/button_home_big.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 8px 0;
}
span.button-home-big span {
	display: inline-block;
	padding: 0 0 0 16px;
	background: url(../images/button_home_big_left.jpg) no-repeat;
}
span.button-home-big span a {
	display: inline-block;
	height: 39px;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 21px 0 5px;
	line-height: 17px;
	background: url(../images/button_home_big_right.jpg) no-repeat right;
	text-decoration: none;
	width: 225px;
	text-align: center;
}
#forgot {
	display: inline-block;
	clear: both;
	color: #c0c0c0;
	font-size: 10px;
}
#sponsors {
	float: right;
	width: 273px;
}
#sponsors li {
	padding: 15px 0 0 0;
}

/* application */
#container.application {
	margin: -12px 0 0 0 !important;
	margin: -36px 0 0 0;
	overflow: hidden;
}
#application-number {
	float: right;
	background: url(../images/bg_application_tab_left.jpg) no-repeat;
	padding: 0 0 0 28px;
	overflow: hidden;
	margin: 0 !important;
	margin: 24px 0 0 0; /* fuck ie6 */
}
#application-number span {
	display: block;
	background: url(../images/bg_application_tab_right.jpg) no-repeat right;
	padding: 0 8px 0 0;
}
#application-number span strong {
	display: inline-block;
	padding: 7px 0 0 0;
	line-height: 18px;
	background: url(../images/bg_application_tab.jpg) repeat-x;
	width: 233px;
	color: #181818;
	font-size: 16px;
	text-align: center;
}
#application-top {
	background: #242424 url(../images/bg_application_top.jpg) repeat-x;
	height: 8px;
	margin: -2px 0 0 0;
	overflow: hidden;
}
#application-bottom {
	background: #242424 url(../images/bg_application_bottom.jpg) repeat-x;
	height: 8px;
	overflow: hidden;
}
#application-bottom span {
	display: block;
	width: 8px;
	height: 8px;
}
#application-bottom span.left {
	float: left;
}
#application-bottom span.right {
	float: right;
}
#application-bottom span.left {
	background: url(../images/bg_application_bottom_left.jpg) no-repeat;
}
#application-bottom span.right {
	background: url(../images/bg_application_bottom_right.jpg) no-repeat;
}
#application {
	overflow: hidden;
	clear: both;
	height: 100%;
	background: url(../images/bg_application.jpg) repeat-y;
}
#application form {
	background: url(../images/bg_application_top.jpg) no-repeat;
	overflow: hidden;
	padding: 24px;
	color: #1e1e1e;
}
#application form h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0793a5;
	font-size: 20px;
	line-height: 23px;
}

#application form h1.payment {
	margin: 0 0 20px 0;
}
#application form p.payment {
	margin: 0 0 15px 0;
	line-height: 16px;
}
#application form p.payment a {
	color: #999;
}
#application form p.payment a:hover {
	color: #333;
}
#application form label.payment input.checkbox {
	float: left;
	width: 13px;
	height: 13px;
	margin: 2px 0 0 0;
	padding: 0;
}
#application form label.payment strong {
	display: block;
	float: right;
	width: 730px;
	line-height: 16px;
}

#application form h2 {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 25px;
	font-size: 16px;
	border-bottom: 1px #0793a5 solid;
	color: #1e1e1e;
	overflow: hidden;
	padding: 18px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
	width: 100%;
}
#application form h2 span {
	display: block;
	float: left;
}
#application form h2 a {
	display: block;
	float: right;
	color: #242424;
	font-size: 12px;
	text-transform: none;
}
#application form div {
	padding: 0 0 12px 0;
	
}
#application form div a {
	color: #1e1e1e;
}
#application form div label.label {
	display: block;
	line-height: 15px;
	padding: 0 0 3px 0;
}
#application form div.half {
	overflow: hidden;
	width: 377px;
	float: left;
}
#application form div.fileup {
	float: left;
	width: 310px;
}
#application form div.lastopp {
	float: left;
}
#application form div.threefourths {
	overflow: hidden;
	width: 575px;
	float: left;
}
#application form div.full {
	overflow: hidden;
	width: 754px;
	float: left;
}
#application form div.center {
	text-align: center;
}
#application form div.fourth {
	overflow: hidden;
	width: 178px;
	float: left;
}
#application form div.sixth {
	overflow: hidden;
	width: 118px;
	float: left;
}
#files {
	overflow: hidden;
	margin: -10px 0 0 0;
}
#files li {
	border-bottom: 1px #0793a5 solid;
	overflow: hidden;
	width: 754px;
	padding: 10px 0 10px 0;
}
#application form p.note {
	margin: 0 0 15px 0;
}
#application form div div.subtype {
	margin: 1px 0 0 0;
}
#application form div div.subtype label {
	margin: 0 30px 0 0;
}
#application form div.fourth input.text {
	width: 150px;
}
#application form div.fourth select.select {
	width: 150px;
}
#application form div.sixth input.text {
	width: 80px;
}
#application form div.full input.text {
	width: 748px;
}
#application form div.full textarea.textarea {
	width: 748px;
}
#application form div.left input.text {
	width: 340px;
}
#application form div.right input.text {
	width: 371px;
}
#application form div.threefourths label.option {
	display: inline-block;
	margin: 0 20px 0 0;
	overflow: hidden;
	display: inline-block; 
	padding: 3px 0 2px 0;
}
#application form div.threefourths label.option input.checkbox {
	float: left;
	margin: 0 3px 0 0;
	width: 13px;
	height: 13px;
}

span.button-application span a {
	color: #242424;
}
span.button-application {
	display: inline-block;
	background: url(../images/button_application.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span.button-application span {
	display: inline-block;
	padding: 0 0 0 16px;
	background: url(../images/button_application_left.jpg) no-repeat;
}
span.button-application span a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 21px 0 5px;
	background: url(../images/button_application_right.jpg) no-repeat right;
	text-decoration: none;
}
#add-files {
	float: right;
	margin: 20px 0 15px 0;
}
#submit {
	margin: 30px auto 20px auto;
}
#submit span a {
	font-size: 13px;
}
#application form div.budget {
	overflow: hidden;
	width: 754px;
	float: left;
	margin: 0 0 -5px 0;
}
#application form div.budget strong {
	display: block;
	margin: 0 0 10px 0;
}
#application form div.budget span {
	display: inline-block;
	width: 538px;
	padding: 0 0 0 12px;
}
#application form div.budget span.amount {
	width: 174px;
	margin: 0 0 0 10px;
}
#add-expense, #add-income {
	margin: 0 0 15px 12px !important;
	margin: 0 0 15px 6px; /* fuck ie6 */
}
ul.budget {
	padding: 0 0 0 12px;
	overflow: hidden;
}
ul.budget {
	overflow: hidden;
	width: 100%;
	clear: both;
}
ul.budget li {
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}
ul.budget li input.text {
	width: 538px;
}
ul.budget li input.amount {
	width: 174px;
	margin: 0 0 0 18px;
}
#application form div.subtotal {
	overflow: hidden;
	width: 754px;
	float: left;
	margin: 0 0 -5px 0;
	height: 42px;
}
#application form div.subtotal span {
	display: block;
	float: left;
}
#application form div.subtotal span.subtotal {
	display: block;
	float: right;
	width: 255px;
	overflow: hidden;
	text-align: right;
	line-height: 25px;
}
#application form div.subtotal span.subtotal input.text {
	width: 150px;
	float: right;
	font-size: 12px;
	text-align: right;
	border: 0;
	background: none;
}
#logo-small {
	float: right;
	margin: 15px 0 0 0;
}
input.amount {
	text-align: right;
}
input.date {
	width: 126px !important;
}
img.datepicker {
	margin-left: -20px; 
	margin-top: 8px;
	cursor: pointer;
}
#files li div input.file {
	float: left;
	width: 300px;
	border: 1px;
}
#files li div a {
	display: block;
	float: right;
	line-height: 23px;
}
#files li div a.filename {
	display: block;
	float: left;
	line-height: 23px;
	font-size: 14px;
}

#application form div.file input.file {
	float: left;
	width: 300px;
	border: 1px;
}
#application form div.file a {
	display: block;
	float: right;
	line-height: 23px;
}
#application form div.file a.filename {
	display: block;
	float: left;
	line-height: 23px;
	font-size: 14px;
}
#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .85;
	overflow: hidden;
	top: 0;
	left: 0;
}
#loading img {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -104px;
	width: 203px;
	height: 13px;
}


#results {
	border-collapse: collapse;
}
#results tr th {
	color: #fff;
}
#results tr th, #results tr td {
	text-align: left;
	font-size: 11px;
	border-bottom: 1px #666 solid;
	padding: 3px 5px;
}
#results tr td.qty {
	text-align: right;
}
#results tr td strong {
	color: #f7f5ce;
}
#balance {
	border-collapse: collapse;
}
#balance tr td {
	text-align: left;
	font-size: 11px;
	padding: 3px 5px 3px 0px;
	color: #fff;
	font-weight: bold;
}