@media screen, print {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.clearfix {overflow: hidden;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #6b6d70;
	font-family: Helvetica, Arial, Verdana;
	font-size: 62.5%;
	color: #333;
}
a
{
	color:#8e9093;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
 
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.ui-widget-overlay
{
	background: #000;
	opacity:.8;
} 
#container
{
	background: url(/images/content.bg.png?v=1) repeat-y scroll left;
 
	margin: 30px auto 0;
	overflow: hidden;
	width: 960px;
}

#contentWrapper
{ 
	float: right;
	padding-bottom: 84px;
	width: 750px;  
}

#contentWrapper .index
{ padding: 0;
}
#content
{
	background: #fff;
	overflow: hidden;
	padding: 30px;
}
#header
{
	background: #9fa1a4;
	height: 84px;
	overflow:hidden;
	position: relative;
} 
#header h1
{
	background: url(/images/logo.png?v=5) no-repeat scroll 0 0;
	width: 200px;
	display: block;
	height: 44px; 
	overflow:hidden;
	margin: 20px;
	text-indent: -12345px;
	position: absolute;
	top:0;
	right: 128px;	
} 
#header h2
{
	background: url(/images/logo.png?v=5) no-repeat scroll  -200px 0;
	width: 128px;
	display: block;
		height: 44px; 
	overflow:hidden;
	margin: 20px;
	text-indent: -12345px;
	position: absolute;
	top:0;
	right: 0;
} 
#header h2 a
{
	display: block;
		height: 44px;
	width: 128px;
}
#breadcrumbs a
{
  color: #9fa1a4;
}
#sidebar
{
	background-color: #ffffff;
	float: left;
	padding: 50px 10px;
	width: 186px;
}
#sidebar ul
{
	border-bottom: 1px solid #a4ccd2;
}
#sidebar ul li
{
	border-top: 1px solid #a4ccd2;
	font-size: 1.1em;
	padding: 1em 0;
  	text-transform: uppercase;
}
#sidebar ul li h3
{
color:#8e9093; 
}

#sidebar ul li label
{
color:#8e9093;
  text-transform: capitalize;
}

#sidebar ul li input
{
color:#8e9093; width: 172px;
}

#sidebar ul li.group
{
	padding: 10px 0;
	margin-top: -1px;
}
#sidebar ul li.group ul
{
	
}
#sidebar ul li.group ul li
{
	padding: .2em 0;
}
#sidebar ul ul
{
border: 0;
margin: 2px 0 0 10px;
}
#sidebar ul ul li
{
	border: 0;
	font-size: 1em;
  text-transform: capitalize;
	margin: 0;
}

#footer
{
	overflow:hidden;
	clear: both;
	font-size: 1em;
	color:#FFF;
	background-color: #6b6d70;
	padding: 10px 0;
}

#footer ul li {
	display: inline;
	padding-left: 10px;}

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

.floatleft {float:left;}
.floatright {float: right;}
 
#content h1,
#content h2 {
	text-transform:uppercase;
	color: #8e9093;
	margin:0 0 20px;
	padding: 0 0 5px;
	border-bottom:2px solid #a4ccd2;
  font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#content h1 {
	font-size:1.8em;
	letter-spacing:2px;
	}


	#content h2 {
	clear:both;
	display: block;
	}


	#content h3 {
	color: #8e9093;
	clear:both;
	display: block;
	
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}


#content h4 {
	color: #8e9093;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* Content Styles*/

#content p
{
	font-size: 1.2em;
	margin-bottom: 1em;
  line-height: 1.6em;
}
#content strong
{
	font-size: 1.2em;
  font-weight: bold;
}
#content em
{
  font-style: italic;
}
#content ul
{
	margin-bottom: 1em;
}

#content ul.ui-tabs-nav,
#content ul.ui-tabs-nav li
{
list-style: none;
}
#content ul li
{
  margin-left:  2em;
  font-size: 1.2em;
  line-height: 1.6em;
  list-style-type: disc;
}
#content ul ul
{
	margin-left:  .8em; 
}
#content .instructions {
	border: solid 1px #ccc;
	background: #F8F8F8;
	padding: 10px;
	font-size: .9em;
	color: #777;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#content  .instructions label{
	display: block;
	font-weight: bold; 
	width:100%;
}

#content  .instructions input{ 
	cursor: pointer;
}
#content  .instructions input:hover{
	color:#fff;
	
}
#content table
{
  font-size: 1.2em;
}
/* Tables */
#content table.info
{
  margin-bottom: 1em;
}
#content table.admin {
	width: 100%; }
 
#content .ui-tabs-panel table { width: 100%; }
#content table.info tr {}
#content table.info tr th,
#content table.info tr td {font-size: 1.1em;padding: 4px;}
#content table.info tr th {
	font-weight: bold;
	border-bottom: solid 2px #333;
}
#content table.info tr td {
	border-bottom: solid 1px #CCC;
}
#content table.info tr.alt td {
	background-color: #f4f4f4;
}


/*Columns*/
#content .col50
{
	float:left;
	width:50%;
	margin:0;
}
#content .col30
{
	float:left;
	width:30%;
	margin:0;
}

/* Forms */

form div {
  margin: 0 0 5px;
  overflow: hidden;
}
form div label {
  float:left;
  width: 150px;
  margin: 2px 10px 5px 0;
	font-size: 1.2em;
	
	text-transform: uppercase;
	line-height: 19px;
}
form div span {
  margin: 2px 0;
	font-size: 1.2em;
	display: inline-block;
}
form div span.hint {
  margin-left: 20px;
	display: block;
}
form div .mceEditor {
	display: block;
	clear:both;
	width:100%;
}
form input,
form select {
  border: solid 1px #ccc;
  width: 194px;
  margin-right: 20px;
  padding: 2px;
  float: left;
  margin-bottom:5px
}
form input[type="submit"]{
  line-height: 1.5em;
}
form input[type="submit"]:hover
{
  background: #aaa;
  border: solid 1px #aaa;
}

form textarea
{
  padding:10px;
  font-size:1.2em;
  line-height: 1.25;
}
form .short {width: 100px;}
#content form ul.errors {color: red; margin: 0px; float: right; width: 350px;margin-bottom: 0;}
form ul.errors li {display: inline;}

/* Home */
#content.index #index {overflow: hidden;}
#content.index #index img {margin: 0 0 1em 0;}
#content.index #index p {margin: 1em 30px;}
#content.index #signup, #content.index #signin {
    width:350px;
}

#content.index #signin {margin-left: 30px;}

/* Account */

.account .floatleft{
	width: 330px;
}
.account #signin
{
	margin-right: 30px;
}


/* Jobs */
#content.jobs #create button {margin:0 10px;}

#content #steps li {display: inline; color: #bbb; }
#content #steps li.active {color: #A4CCD2;}
#content #steps li a {text-decoration: none; color: inherit;}

/* Tabs */
.ui-tabs .ui-tabs-panel {padding: 0;}

.detail-group
{
	float: left;
	width: 300px;
	margin-right: 30px;
}


/*Table Sorter */

table.sorted {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.sorted thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.sorted thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sorted tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.sorted tbody tr.odd td {
	background-color:#F0F0F6;
}
table.sorted thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.sorted thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.sorted thead tr .headerSortDown, table.sorted thead tr .headerSortUp {
background-color: #8dbdd8;
}


}
@media print {
	* {
  background-color: white !important;
  background-image: none !important;
	height: auto;
  }
 
input,select {
	border:0;}


	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
		}
	#breadcrumbs
	{
		display: none;
	}
	#container,
#content
	{ 
		margin:0;
		padding:0;
		overflow: auto;
  		width:  100%;
  	}
  	#contentWrapper
  	{
		margin:0;
		padding:0;
  		width: 100%;
} 
	#header, #sidebar, #footer
	{
  		display: none;
  		visibility: hidden;
}
	#header h1,
	#header h2
	{
  		background: none;
  		text-indent: 0;
  	}
  	

}
