
/* MAIN STRUCUTRAL ELEMENTS
---------------------------------------------------------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding-bottom: 40px;
	font: 12px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#top {
	padding-top: 10px;
}

#header, #subnav, #container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
}




/* NETWORK BAR
---------------------------------------------------------------------------------------------------- */

#networkbar {
	height: 30px;
	overflow: hidden;
	background: url(../images/layout/bg-networkbar.gif) repeat-x left top;
	color: #cccccc;
	font-size: 90%;
}

#networkbar-container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
}

#networkbar-logo {
	position: relative;
	float: left;
	width: 144px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	overflow: hidden;
	font-size: 135%;
	color: #666666;
}

#networkbar-logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/layout/networkbar-logo.gif) no-repeat left top;
}

#networkbar-cityselect {
	width: 75%;
	float: right;
	margin: 5px 10px 0px 0px !important;
	margin: 3px 10px 0px 0px;
	text-align: right;
}

.cityselect-odd {
	background-color: #555555;
}

#networkbar select {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font: 10px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #cccccc;
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #000000;
}	




/* HEADER ELEMENTS
---------------------------------------------------------------------------------------------------- */

#header {
	min-height: 139px;
	height: auto !important; /* IE6 min-height fix */
	height: 139px;
}	

#help {
	position: relative;
	float: right;
	top: 25px;
	right: 32px;
	height: 28px;
}

#help a {
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/icon-help.gif) no-repeat left center;
	padding: 5px 0px 5px 21px;
}	

#help a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}	

#usernav {
	clear: right;
	position: relative;
	float: right;
	top: 55px;
	right: 25px;
	min-height: 28px;
	height: auto !important; /* IE6 min-height fix */
	height: 28px;
}

.usernav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.usernav li {
	display: inline;
	margin: 0px 0px 0px 10px;
}

.usernav-mysite a {
	background: url(../images/layout/icon-page.gif) no-repeat left center;
	padding-left: 21px;	
}

.usernav-editprofile a {
	background: url(../images/layout/icon-user.gif) no-repeat left center;
	padding-left: 21px;	
}

.usernav-createaccount a {
	background: url(../images/layout/icon-createaccount.gif) no-repeat left center;
	padding-left: 21px;	
}

.usernav-login a {
	background: url(../images/layout/icon-login.gif) no-repeat left center;
	padding-left: 21px;	
}

.usernav-logout a {
	background: url(../images/layout/icon-logout.gif) no-repeat left center;
	padding-left: 21px;	
}

.usernav a:link, .usernav a:visited, .usernav a:active {
	color: #dddddd;
	text-decoration: none;
}

.usernav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.usernav-status a:link, .usernav-status a:visited, .usernav-status a:active {
	padding: 5px 10px 5px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/blue/bg-usernav-tab.gif) repeat-x left top;	
}

.usernav-status a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#tagline {
	clear: right;
	position: relative;
	float: right;
	top: 60px;
	right: 20px;
}

#tagline h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 110%;
	font-weight: normal;
}




/* SUBNAV
---------------------------------------------------------------------------------------------------- */

#subnav {
	position: relative;
	left: 10px;
	background: url(../images/layout/bg-subnav.gif) no-repeat left top;	
}

.subnav ul {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	list-style-type: none;
	background: url(../images/layout/bg-subnav-bottom.gif) no-repeat left bottom;	
}

.subnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

.subnav li a:link, .subnav li a:visited, .subnav li a:active {
	color: #666666;
	text-decoration: underline;
}

.subnav li a:hover {
	color: #666666;
	text-decoration: none;
}

.subnav-current {
	color: #000000;
}	




/* NAVIGATION
---------------------------------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 200px;
	margin: 10px 10px 0px 20px !important;
	margin: 10px 10px 0px 10px;
	
}

#nav h1 {
	margin: 0px;
	padding: 11px 0px 5px 20px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/layout/bg-nav-header.gif) no-repeat left top;
}

#nav ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 17px 0px;
	list-style: none;
	background: url(../images/layout/bg-nav.gif) no-repeat left bottom;	
}

#nav li a {
	display: block;
	margin: 0px 11px;
	padding: 5px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/bg-nav-lia.gif) repeat-x left top;
}

#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/layout/bg-nav-lia.gif) repeat-x 0px -75px;
}

.nav-category {
	margin: 0px 10px;
	padding: 0px 10px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/layout/bg-nav-li.gif) repeat-x left top;
}




/* CONTENT
---------------------------------------------------------------------------------------------------- */

#content {
	float: left;
	width: 510px;
	margin: 20px 0px 0px 0px;
}

#content-full {
	margin: 0px 30px 0px 30px;
	padding-top: 20px;
}


.content-block, .content-columns {
	margin-bottom: 30px;
}

.content-columns {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content-left {
	float: left;
	width: 50%;
}

.content-right {
	float: right;
	width: 50%;
}

.content p {
	font-size: 110%;
	line-height: 150%;
	margin: 0px 10px 15px 10px;
}

.content h2 {
	font-size: 160%;
	font-weight: normal;
	margin: 0px 10px 20px 10px;
}

.content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin: -20px 10px 20px 10px;
}

.content label {
	text-align: right;
}

/* CONTENT FEATURES
---------------------------------------------------------------------------------------------------- */

.content-feature-left {
	float: left;
	width: 48%;
	margin-bottom: 10px !important;
	margin-bottom: -10px;
}

.content-feature-right {
	float: right;
	width: 48%;
	margin-bottom: 10px !important;
	margin-bottom: -10px;
}

.content-feature p {
	font-size: 120%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

.content-feature-button-left, .content-feature-button-right {
	display: inline;
	height: 32px;
	overflow: hidden;
	background: url(../images/layout/feature-button-left.gif) no-repeat left top;	
}

.content-feature-button-left {
	float: left;
}

.content-feature-button-right {
	float: right;
}

.content-feature-button-left a:link, .content-feature-button-left a:visited, .content-feature-button-left a:active, .content-feature-button-right a:link, .content-feature-button-right a:visited, .content-feature-button-right a:active {
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 6px 10px 8px 10px;
	background: url(../images/layout/feature-button-right.gif) no-repeat right top;		
}

.content-feature-button-left a:hover, .content-feature-button-right a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.feature {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	background: #dddddd url(../images/layout/feature-borders.gif) repeat-y 100% 0%;
}

.feature-bi {
	padding: 0px 0px 0px 10px;
	background: #dddddd url(../images/layout/feature-borders.gif) repeat-y 0% 0%;
}

.feature-bt {
	height: 10px;
	margin: 0px -10px;
	background: url(../images/layout/feature-box.gif) no-repeat 100% 0%;
}

.feature-bt div {
	width: 10px;
	height: 10px;
	background: url(../images/layout/feature-box.gif) no-repeat 0% 0%;
}

.feature-bb {
	clear: both;
	height: 10px;
	margin: 0px -10px;
	background: url(../images/layout/feature-box.gif) no-repeat 100% 100%;
}

.feature-bb div {
	width: 10px;
	height: 10px;
	background: url(../images/layout/feature-box.gif) no-repeat 0% 100%;
}

.feature h1 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 190%;
	font-weight: normal;
}

.feature p {
	position: relative;
	font-size: 120%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

.feature ul {
	margin: 0px;
	padding: 0px;
}

.feature li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}




/* PROFILE
---------------------------------------------------------------------------------------------------- */

.profile-tabs {
	margin: 0px;
	padding: 0px 0px 7px 10px;
	list-style: none;
	border-bottom: 1px solid #dddddd;
}

.profile-tabs li {
	margin: 0px 10px 0px 0px;
	display: inline;
}


.profile-tabs-active {
	margin: 0px 10px 0px 0px;
	padding: 7px 10px;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}

.profile-tabs li a {
	padding: 7px 10px;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-bottom: none;
}


/* JOBLISTS
---------------------------------------------------------------------------------------------------- */

.joblist table {
	border: 0px;
}	

.joblist th {
	padding: 10px;
	text-align: left;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	background-color: #cccccc;
}

.joblist td {
	padding: 8px 5px 8px 5px;
	text-align: left;
	vertical-align: top;
}

/* FOOTER
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: left;
	text-align: center;
	padding: 15px 0px 30px 0px;
}

.footer p {
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}

.footer p a:link, .footer p a:active {
	color: #ffffff;
	text-decoration: underline;
}

.footer p a:visited {
	color: #dddddd;
	text-decoration: underline;
}

.footer p a:hover {
	text-decoration: none;
}




/* MISCELLANEOUS STYLES
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0px;
	padding: 0px;
}

.odd {
	background-color: #eeeeee;
}

.small {
	font-size: 90%;
}

.feed {
	background: url(../images/layout/icon-feed.gif) no-repeat left center;
	padding-left: 19px;
	vertical-align: bottom;
}

.alert {
	background: url(../images/layout/icon-alert.gif) no-repeat left center;
	padding-left: 21px;
	vertical-align: bottom;
}

.email {
	background: url(../images/layout/icon-email.gif) no-repeat left center;
	padding-left: 21px;
	vertical-align: bottom;
}

.new {
	background: url(../images/layout/icon-star.gif) no-repeat left top;
	padding-left: 21px;
	vertical-align: bottom;
}

.play {
	background: url(../images/layout/icon-play.gif) no-repeat left center;
	padding-left: 21px;
	vertical-align: bottom;
}

.home {
	background: url(../images/layout/icon-home.gif) no-repeat left center;
	padding-left: 21px;
	vertical-align: bottom;
}

/* amcteer addon
---------------------------------------------------------------------------------------------------- */


table.btable 
{ 
	width: 100%; 
	border-top:1px solid #e5eff8; 
	border-right:1px solid #e5eff8; 
	margin:1em auto; 
	border-collapse:collapse;  
}
table.btable th { text-align: left; background-color:#EFEFEF; padding:10px; }
table.btable td
{
	color:#678197; 
	border-bottom:1px solid #e5eff8; 
	border-left:1px solid #e5eff8; 
	padding:.3em 1em; 
	text-align:left; 
}
table.btable tr.odd td 
{ 
	background:#f7fbff 
} 

table.btable tfoot th { 
	background:#f4f9fe; 
}

table.btable col.sort  { background-color: #EFEFEF; }



.paginate {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.paginate li {
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .95em;
	background: none;
}

.paginate .inactive {
	color: #b9b09e;
	padding: 4px 6px;
	border: 1px solid #efebe3;
	background-color: #fff;
}

.paginate a:link, .paginate a:visited, .paginate a:active {
	display: block;
	padding: 4px 6px;
	color: #595441;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #b9b09e;
}

.paginate a:hover {
	color: #595441;
	text-decoration: none;
	border: 1px solid #595441;
}
