* {
	margin: 0;
}

html{
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 62.5%;
	background-color:#000e1f;
	color:#c0c0c0;
	text-align: center;
}

#wrapper{
	overflow:hidden;
	width:60em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -9em;
}

#header{
	text-align:left;
	height:14.5em;
}

#headline{
	margin:-1em 0 0 0;
	width:60em;
	height:auto;
}

#logo{
	margin:3em 0 0 2em;
	border: none;
}

#content{
	width:250em;
}

#push{
	clear:both;
	height:5em;
}

#footer{
	margin: 0 auto 0;
	text-align:left;
	padding-top:4em;
	overflow:hidden;
	width:56em;
	height:5em;
}

#footer_line{
	margin-top:2em;
	font-size:1em;
	border-top:1px solid #c0c0c0;
	padding-top:0.9em;
}

#footer a{
	text-decoration:none;
	color:#c0c0c0;
}

#footer a:hover{
	color:#ffffff;
}

#footer a img{
	margin-left:0.3em;
	border:none;
}

#footer a img.active{
	display:none;
}

#footer a img.inactive{
	display:inline;
}

#footer a:hover img.active{
	display:inline;
}

#footer a:hover img.inactive{
	display:none;
}

/*-------------- iPhone Demo --------------*/

table.phoneTable, table.phoneTable tr, table.phoneTable tr td{
	padding:0px;
	margin:0px;
	border:none;
	overflow:hidden;
}

table.phoneTable{
	margin-left:134px;
	margin-right:20px;
	margin-bottom: 20px;
	margin-top: 10px;
	float:left;
}

table.phoneTable tr td.iphone_middle, #iphoneContainer{
	width:274px;
	height:180px;
	overflow:hidden;
	text-align:left;
}

.mobileExtra{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: 185px;
	text-align:left;
	width:120px;
	margin-top:210px;
	line-height:15px;
}

.mobileExtra a{
	color:#c0c0c0;
	text-decoration:none;
}

table.phoneTable tr.iphone_b_row td{
	height: 300px;
	vertical-align: top;
}

/*-------------- iPhone INNER Demo --------------*/

table#toolbar{
	width:100%;
}

table#toolbar tr{
	height:16px;
}

table#toolbar tr td{
	text-align:center;
	background-image:url("images/toolbar_bg_active.gif");
	padding-top:3px;
	padding-bottom:3px;
}

table#toolbar tr td.active{
	background-image:url("images/toolbar_bg.gif");
}

table#toolbar tr td a{
	border:none;
	text-decoration:none;
	font-size:8px;
	color:#000e1f;
}

table#toolbar tr td.active a{
	color:#7d8892;
}

table#toolbar tr td#toolbar_but_2, table#toolbar tr td#toolbar_but_3{
	border-right:1px solid #2d3c4d;
}

table#toolbar tr td#toolbar_but_2{
	padding-right:10px !important;
	padding-left:10px !important;
}

#innerlogo{
	float:left;
}

#innerweek{
	float:right;
}

#previewJobBox{
	clear:both;
}

.top_row{
	width:10%;
}

.job_row{
	width:60%;
}

.region_row{
	width:30%;
}

#brandContainer{
	padding:5px 5px 5px 5px;
	height:45px;
}

#colorKeeper, #titlebar{
	height:5px;
	width:100%;
}

#titlebar{
	background-image:url("images/headline.gif");
}


#previewJobContainer{
	width:100%;
}

#previewJobBox{
	width:100%;
	height:88px;
	overflow:hidden;
}

table.joblist{
	border-top:2px solid #cbcbcb;
	width:100% !important;
}

table.joblist tbody tr td{
	font-weight:normal;
	text-decoration:none;
	color:#cbcbcb;
	font-size:8px;
	padding:5px 5px 5px 5px;
	border-bottom:1px solid #cbcbcb;
	line-height:10px;
}

table.joblist thead th a{
	color:#7d8892;
	font-weight:normal;
	font-size:8px;	
	text-decoration:none;
}

table.joblist thead th{
	background-image:url("images/toolbar_bg.gif");
	color:#7d8892;
	font-weight:normal;
	font-size:8px;	
	text-align:left;
	border-bottom:1px solid #cbcbcb;
	padding:5px 5px 5px 5px;
}

table.joblist tbody tr td{
	font-size:8px;
}

table.joblist tbody tr td a{
	font-weight:normal;
	text-decoration:none;
	color:#cbcbcb;
	font-size:8px;
}

.posNum{
	font-size:8px;
	color:#2a3745;
}

#continueBut, #navBut{
	height:12px;
	padding-top:5px;
	background-image:url("images/toolbar_bg_active.gif");
	font-size:8px;
	text-align:center;
}

#continueBut a{
	border:none;
	text-decoration:none;
	font-size:8px;
	color:#000e1f;
}

#navBut a{
	border:none;
	text-decoration:none;
	font-size:8px;
	white-space: nowrap;
}

#continueButLeft{
	float:left;
	margin-left:5px;
}

#continueButRight{
	float:right;
	margin-right:5px;
}

#page4 h1{
	font-size:10px;
	font-weight:bold;
}

#page5, #page3, #page4{
	color:#cbcbcb;
	font-size:8px;
	line-height:10px;
	padding:4px;
}

hr{
	margin-top:4px;
	margin-bottom:4px;
}

.formline{
	clear:both;
	width:100%;
	height:20px;
}

.formline label{
	margin-top:7px;
	float:left;
	padding-left:5px;
}

.formline input{
	float:right;
	width:50%;
	margin-right:5px;
	font-size:8px;
}

label{
	color:#cbcbcb;
	font-size:8px;
}

#page2, #page3, #page4, #page5{
	display:none;
}
