body {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
td, th, input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0 0.15em 0;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
p {
	line-height: 120%;
	margin: 0.1em;
}
a img {
	border: none;
}
form, fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
form.inplaceeditor-form {
	display: inline;
}
fieldset.controls {
	border: none;
	margin-top: 10px;
}
fieldset.controls input {
	font-weight: bold;
	padding: 0.05em 0.25em;
}
fieldset.controls_with_extension .standard_controls {
	padding-right: 10px;
}
fieldset.controls_with_extension .extended_controls {
	border-left: solid 1px #CCC;
	padding-left: 10px;
}
input.delete_button {
	color: #900;
	font-weight: bold;
}
label {
	font-weight: bold;
}
input {
	padding: 0.1em;
}
.field_note {
	font-size: 10pt;
	font-style: italic;
	color: #999;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors label {
	color: #900;
}
#error_explanation {
	border: solid 1px #999;
	margin-bottom: 5px;
	padding: 0;
}
#error_explanation h2 {
	background-color: #900;
	border-bottom: solid 1px #999;
	color: #F0F0F0;
	font-size: 16pt;
	margin: 0;
	padding: 2px 5px;
}
#error_explanation h3 {
	font-size: 12pt;
	padding-left: 3px;
}
#error_explanation ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/*big form*/
form.big_form, form.big_form td, form.big_form th, form.big_form input, form.big_form select, form.big_form textarea, form.big_form label {
	font-size: 12pt;
}
form.big_form th {
	padding-right: 0.2em;
	text-align: right;
}
form.big_form label {
	color: #444;
	text-align: right;
}
form.big_form input, form.big_form select, form.big_form textarea {
	padding: 0.1em;
}

a:link, a:visited, a:hover, a:active {
	color: #003366;
}
a:hover, a:active {
	color: #19A619;
}

#flash {
	font-weight: bold;
	margin: 5px auto 10px auto;
	padding: 5px 10px;
	text-align: center;
	width: 400px;	
}
#flash.notice {
	background-color: #FFC;
	border: solid 1px #FC0;
}
#flash.error {
	background-color: #F5F5F5;
	border: solid 1px #900;
	color: #900;
}

#super_nav {
	border-bottom: solid 1px #CCC;
	font-size: 10pt;
	height: 22px;
	padding: 0 5px;
	position: relative;
}
#global_context_controls {
	float: left;
	z-index: 10;
}
#global_context_controls #company_selection {
	background: transparent url(/images/ui/right_arrow.png) right center no-repeat;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 15px;
}
#global_context_controls #company_selection select {
	font-size: 10pt;
	margin-top: 1px;
}
#global_context_controls #company_selection a {
	font-weight: normal;
}
#global_context_nav {
	float: left;
	position: relative;
}
#global_context_nav ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#global_context_nav li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
}
#global_context_nav li a {
	background-color: #F5F5F5;
	border-right: solid 1px #CCC;
	color: #333;
	display: block;
	font-weight: bold;
	height: 19px;
	padding: 2px 5px 1px 5px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}
#global_context_nav li.first a {
	border-left: solid 1px #CCC;
}
#global_context_nav li.selected a {
	background-color: #0066B3;
	color: #FFF;
	height: 21px;
}
#user_controls {
	float: right;
	margin-right: 2px;
	position: relative;
	height: 21px;
}
#user_controls_content {
	bottom: 3px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 500px;
	z-index: 0;
}
#user_controls span {
	font-weight: bold;
	padding-right: 5px;
}
#user_controls #not_active_flag {
	color: #900;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 0;
}
#user_controls a {
	padding: 0 5px;
	border-left: solid 1px #CCC;
	text-align: center;
}
#user_controls a:first-child, #user_controls a.first {
	border-left: none;
}
#signup_link {
	font-weight: bold;
}

#banner {
	background: #0066B3 url(/images/ui/header_banner_background.png) bottom left repeat-x;
	height: 70px;
	position: relative;
}
#logo {
	position: absolute;
	right: 5px;
	top: 8px;
}
#site_selector_container {
	top: 8px;
	left: 5px;
	position: absolute;
	display: block;
	float: left;
	text-decoration: none;
	color: #222;
	font-size: 12pt;
	font-weight: bold;
}
#site_selector_container label {
	color: #FFF;
}
#site_selector_container select {
	font-size: 12pt;
	font-weight: bold;	
}
#account_heading {
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	left: 5px;
	margin: 0;
	position: absolute;
	top: 8px;
}
#top_nav {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#top_nav ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#top_nav ul li {
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
	position: relative;
}
#top_nav ul li.selected {
	background: transparent url(/images/ui/top_nav_tab_cap.png) top center no-repeat;
	left: -2px;
}
#top_nav ul li a {
	border-right: solid 1px #0066B3;
	color: #FFF;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0 3px 0;
	text-align: center;
	text-decoration: none;
	width: 98px
}
#top_nav ul li.selected a {
	background-color: #F5F5F5;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	color: #222;
	position: relative;
	top: 1px;
}
#top_nav ul li a:hover {
	background-image: url(/images/ui/top_nav_tab_hover.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#top_nav ul li.selected a:hover {
	background-image: none;
}
#sub_nav {
	background: #F5F5F5 url(/images/ui/sub_nav_background.png) bottom left repeat-x;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	padding: 2px 0;
	overflow: auto;
}
#sub_nav.empty {
	background-image: none;
	padding-top: 1px;
	padding-bottom: 0;
}
#sub_nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub_nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#sub_nav ul li a {
	border-right: solid 1px #CCC;
	color: #222;
	padding: 0 8px;
	font-size: 10pt;
	text-decoration: none;
}
#sub_nav ul li.selected a {
	font-weight: bold;
}
#sub_nav ul li a:hover {
	border-bottom: solid 1px #EEE;
}
#bread_crumb {
	color: #333;
	border-bottom: solid 1px #EEE;
	padding: 4px 0 3px 5px;
}
#content {
	min-height: 300px;
	padding: 5px 10px;
}
#content>h1 {
	margin-top: 0.1em;
}
#footer {
	border-top: solid 1px #EEE;
	color: #999;
	font-size: 10pt;
	line-height: 140%;
	margin-top: 20px;
	padding: 10px 5px;
	text-align: center;
}
#footer #presented_by {
	line-height: 40px;
	vertical-align: middle;
}
#footer #presented_by img {
	vertical-align: middle;
}
.help_link {
	background: url(/images/ui/icons/icon_info.gif) no-repeat left center;
	font-size: 10pt;
	padding-left: 18px;
}
#next_step_box {
	background-color: #222;
	color: #FFF;
	font-size: 12pt;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
#next_step_box a {
	color: #19A619		
}
#next_step_box a:hover {
	color: #FFF;
}

body {
	color: #666;
	background-color: #BBB;
}
#header {
	height: 305px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#column_wrapper {
	background: #FFF url(/images/ui/public/header_background.png) top left repeat-x;
}
#content_wrapper {
	background-color: #FFF;
	padding-bottom: 10px;
}
#content {
	margin: 0 auto;
	width: 950px;
}
#footer {
	background: url(/images/ui/public/footer_background.png) top left repeat-x;
	color: #222;
	margin-top: 0;
}
#header_logo {
	display: block;
	left: 30px;
	position: absolute;
	top: 40px;
}
#tagline {
	color: #222;
	font-size: 22pt;
	left: 30px;
	line-height: 80%;
	padding-bottom: 10px;
	position: absolute;
	top: 195px;
	width: 400px;
}
#content {
	font-size: 12pt;
	padding: 15px 10px 30px 10px;
}
#content h1 {
	font-size: 28pt;
}
#content h2 {
	font-size: 22pt;
}
#content h3 {
	font-size: 16pt;
}
#content p {
	margin: 0.5em 0;
}
#header_box {
	background: url(/images/ui/public/header_form_box.png) top left no-repeat;
	height: 225px;
	padding: 5px 12px 5px 10px;
	position: absolute;
	right: 28px;
	top: 40px;
	width: 465px;				
}
#invitation_code_form {
	padding: 10px;
}
#invitation_code_form h1 {
	font-size: 20pt;
	margin-bottom: 10px;
	text-align: center;
}
#invitation_code_form #invitation_code {
	width: 225px;
	font-size: 16pt;
	font-weight: bold;
	padding: 3px;
	color: #666;
}
#invitation_code_form #invitation_code_submit {
	color: #666;
	font-size: 16pt;
	width: 55px;
}
#content_body {
	float: left;
	padding: 10px 10px 20px 0;
	width: 539px;
	border-right: solid 1px #CCC;
}
#nrf_container {
	border-left: solid 1px #CCC;
	float: left;
	margin-left: -1px;
	padding: 10px 10px 20px 20px;
	width: 369px;
}
#nrf_container img {
	display: block;
	margin: 10px auto;
}
#login_link {
	color: #FFF;
	font-weight: bold;
	height: 19px;
	padding: 6px 0 5px 0;
	position: absolute;
	right: 32px;
	text-align: right;
	width: 150px;
}
#login_link:hover {
	color: #FFF;
}
#footer {
	color: #555;
	text-align: left;
	padding: 15px 10px 5px 10px;
}
#footer_content {
	margin: 0 auto;				
	width: 980px;
}
#footer #site_column {
	float: left;
	width: 33%;
}
#footer #other_properties_column {
	float: left;
	width: 66%;
}
#footer #zitefight_column {
	float: left;
	width: 49%;
}
#footer #zitefight_column_content {
	padding: 0 5px;
}
#footer #appozitegeist_column {
	float: left;
	width: 50%;
}
#footer #appozitegeist_column_content {
	padding: 0 5px;
}
#footer ul {
	margin-top: 0;
	padding-left: 15px;
}
#footer p {
	margin: 0.2em 0 0.3em 0;
}
#footer a:link, #footer a:visited {
	color: #444;
}