﻿html, body, form, #wrapper
{
	height: 100%;
	margin: 0;
}
body > #wrapper, form > #wrapper
{
	height: auto;
	min-height: 100%;
}
body
{
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
a
{
	color: #0000ff;
}
h1
{
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}
h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
input, select, textarea
{
	background-color: #f2f2f2;
	border: solid 1px #777777;
}

.checkbox input, .radio-button input, .button input
{
	background-color: Transparent !important;
	border: 0 none !important;
}

.hr
{
	background-color: #cccccc;
	height: 1px;
	line-height: 1px;
	margin-top: 10px; margin-bottom: 20px;
}
.info-box
{
     background-color: #FFFFCC;
     border: 1px solid #A7A6AA;
     clear: left;
     color: #000000;
     display: inline-block;
     padding: 6px;
}
.info-box-container
{
	margin-top: 3px; margin-bottom: 3px;
	text-align: center;
}
.error
{
	color: #FF0000;
}
.clear
{
	clear: both;
}
.under-construction
{
	display: none;
}
#container
{
	padding-right: 22px;
	padding-bottom: 42px; /* must be same height as the footer */
	padding-left: 22px;
}
#top-links
{
	position: absolute;
	right: 22px;
	top: 0;
	z-index: 4;
}
#signup-button
{
	float: right;
}
#twitter-button
{
	float: right;
}
#feedback-container
{
	float: right;
	vertical-align: top;
	width: 250px;
}
#feedback-form
{
	background-color: #eaeaea;
	border-right: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000;
	display: none;
	padding: 20px;
}
#feedback-button
{
	float: right;
}
#close-button
{
    float: right;
    font-size: 10px;
}
#top-message
{
	color: #999999;
	/* display: none; only for development/design mode in VS2008 */
	float: right;
	font-weight: bold;
	position: absolute;
	right: 22px;
	top: 82px;
	z-index: 3;
}
#first-name
{
	color: #000000 !important;
}
#jobaphiles-logo
{
	position: absolute;
	left: 25px;
	top: 30px;
	z-index: 2;
}
#header
{
	float: left;
	position: absolute;
	top: 36px;
	text-align: center;
	width: 95%;
	z-index: 1;
}
#navbar
{
	margin-top: 101px;
}
#navbar-left
{
	float: left;
}
#navbar-right
{
	float: right;
}
#navbar-mid
{
	background-image: url(../../Static/Images/Layout/navbar-mid.png);
	font-size: 14px;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
}
#navbar-mid ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar-mid ul#main-nav
{
	float: left;
}
#navbar-mid ul#user-nav
{
	/* display: none; only for development/design mode in VS2008 */
	float: right;
	vertical-align: middle;
}
#navbar-mid ul#user-nav input
{
	background-color: #fafafa;
	font-size: 11px;
	padding: 1px !important;
	margin-right: 6px;
}
#login-button
{
	background-color: Transparent !important;
	padding-top: 3px;
}
#navbar-mid ul li 
{
	float: left;
}
#navbar-mid ul li a 
{
	color: #000000 !important;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 2px;
	text-decoration: none;
}
#navbar-mid ul li a.profile, #navbar-mid ul li a.active, #navbar-mid ul li a:hover
{
	background-image: url(../../Static/Images/Layout/navbar-highlight.png);
	color: #ffffff !important;
}
#footer-wrapper
{
	background-image: url(../../Static/Images/Layout/footer.png);
	background-position: 0px 6px;
	background-repeat: repeat-x;
	clear: both;
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	margin-top: -42px; /* negative value of footer height */
	overflow: hidden;
	position: relative;
}
#footer-wrapper a
{
	color: #ffffff;
}
#footer
{
	margin-top: 6px;
}
#copyright
{
	float: left;
	padding-left: 22px;
}
#bot-links
{
	float: right;
	padding-right: 22px;
}

/* CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */