/*
------------------------------------------------------------------------------------------------
	TV Teams CSS											  
------------------------------------------------------------------------------------------------
	Created: 	13-11-2007															
	Author: 	sandbox media (http://www.sandbox.uk.com						
	Website: 	TV Teams															
------------------------------------------------------------------------------------------------
*/

/* @group elements */

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #FFF;
	margin-top: 20px;
	padding: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 62.5%;
}

/*
-------------------------------------------------------------------------------- TITLES AND TEXT
														
------------------------------------------------------------------------------------------------
*/

h1 {
	position: absolute;
	left: -2000px;
}

h2 {
	color: #333;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2.white {
	color: #fff;
}

h3 {
	color: #333;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0 20px;
	border-top: solid #ccc 1px;
	border-bottom: solid #E5E5E5 4px;
}
.tv-rating {
	position:relative;
	top:-37px;
	float:right;
	display:inline;
	width:155px;
	text-align:right;
	height:20px;
	margin:0px 0px -37px 0px;
}
.tv-rating img {
	padding-left:4px;
	border:none;
}
h3 span,
h4 span {
	color: #999;
}

h4 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

h4.yellow {
	color: #FFFF33;
}


#register_offer p
{
	color: #FFFF33;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
}


h4.green {
	color: #99CC33;
}

p,
table {
	color: #333;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 0;
}

a {
	color: #99CC33;
	margin: 0;
	padding: 0;
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: none;
}

a.active {
	color: #669900;
}

.select {
	font-size: 1.1em;
	border: 1px solid #ccc;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
select.select {
	margin: 5px 0 0px 0;
	width: 98%;
	color: #333;
	border: 1px solid #ccc;
}



/* @end */

a.action {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a.action_arrow {
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 0;
	background: url(images/btn_go.gif) 100% 45% no-repeat;
}

a.corner {
	margin: 20px 20px 20px 0;
}

/* @group GLOBAL CONTROLS */

#master {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin-bottom: 20px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
}
#home-bottom{
	float:left;
	background: url(images/home-bottom.gif) repeat-y left top;
}
.singlecolumn {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	height:100%;
}
.singlecolumn.register {
	width: 320px !important;
	width: 310px;
}

.doublecolumn {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
}

.textcolumn {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

.textcolumn li {
	font-size: 1.1em;
	padding-bottom: 4px;
}
.textcolumn h4 {
	color: #99CC33;
}
.stroke {
	background: url(images/pixel_grey.gif) right repeat-y;
}

.basegap {
	margin-bottom: 20px;
}

.logo {
	margin: 2px 0 0 20px;
	padding: 0;
}

#register {
	color: #b1b1b1;
	float: left;
	width: 270px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#register.logged{
	width: 430px;
}

#register a{
	padding-right: 5px;
	padding-left: 5px;
}
#login {
	float: right;
	width: 595px;
	height: 27px;
	margin: 20px 0 20px 10px;
	padding: 13px 20px 0 15px;
	background: #E7E7E7 url(images/panel_top_light.gif) top repeat-x;
}
#login fieldset {
	float: left;
	height: 27px;
	border: none;
	margin: -2px;
	padding: 0 0 0 20px;
}
input {
	padding: 3px 0px 3px 0px;
}
textarea {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 0.95em;
}
#login .input {
	float: left;
	width: 110px;
	margin-right: 10px;
	color: #333;
	font-size: 1.1em;
	border: 1px solid #ccc;
}
.input:focus {
	background: #FFFF99;
}
fieldset.friends-5 p {
	width:260px;
}
fieldset.friends-5 input.input {
	width:120px;
	display:inline;
	margin-right:4px;
}
p.buttons {
	margin: 10px 0px 10px 0px;
	padding-top:10px;
	text-align: right;
	display: block;
}
.submit_btn {
	color: #99CC33;
	width: 100px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 0;
	background: transparent url(images/btn_go.gif) no-repeat right;
	border-style: none;
	cursor: pointer;

}
.submit_btn.wide {
	width: 180px;
}

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #ccc;
}

#footer ul.footernav {
	clear:both;
	float: right;
	padding: 0px 10px 10px 0px !important;
	padding: 0px 10px 0px 0px;
	width: 930px;
	text-align: right;
	color: #999999;
	display:inline;
	font-size:1.1em;
	margin: 1px 0 0;
}
#footer ul.footernav li {
	display:inline;
	border-left: 1px solid #999999;
	list-style-type: none;
	padding: 1px 8px;
}
#footer ul.footernav li.none {
	border-left: none;
}
#footer ul.footernav li a {
	color: #999999;
}

#footer ul.footernav li a:hover {
	color: #669900;
}



/* @end */

/* @group NAVIGATION */

#navigation {
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #ccc;
}

ul#nav {
	position: absolute;
	height: 25px;
	width: 630px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
	list-style-type: none;
}

ul#nav li a {
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	outline: none;
	line-height: 25px;
}

li#navHome a, li#navJob a, li#navTeam a, li#navDiscuss a, 
li#navLocations a {
	background: url(images/bg_navigation.gif);
}

li#navHome a {
	background-position: 0 0;
	width: 126px;
	left: 0;
}

li#navHome a:hover {
	background-position: 0 -25px;
}

li#navHome a.active {
	background-position: 0 -50px;
}

li#navJob a {
	background-position: -251px 0;
	width: 126px;
	left: 251px;
}

li#navJob a:hover {
	background-position: -251px -25px;
}

li#navJob a.active {
	background-position: -251px -50px;
}

li#navTeam a {
	background-position: -126px 0;
	width: 128px;
	left: 126px;
}

li#navTeam a:hover {
	background-position: -126px -25px;
}

li#navTeam a.active {
	background-position: -126px -50px;
}

li#navDiscuss a {
	background-position: -377px 0;
	width: 126px;
	left: 377px;
}

li#navDiscuss a:hover {
	background-position: -377px -25px;
}

li#navDiscuss a.active {
	background-position: -377px -50px;
}

li#navLocations a {
	background-position: -502px 0;
	width: 128px;
	left: 502px;
}

li#navLocations a:hover {
	background-position: -502px -25px;
}

li#navLocations a.active {
	background-position: -502px -50px;
}



/* @end */

/* @group HOME */
.intro {
	background: #E7E7E7 url(images/panel_top_light.gif) top repeat-x;
	height: 148px;
	margin: 0 10px 0 0;
	padding: 20px;
}

.intro.home, .intro.freelance, .intro.business{
	padding: 0;
}

	.intro.freelance, .intro.business{
		padding-bottom: 20px;
	}

	.intro.home h2, .intro.business h2, .intro.freelance h2{
		background-color: #99cc33;
		background-position: 20% 50%;
		background-repeat: no-repeat;
		color: #fff;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
		text-indent: -99999px;
		overflow: hidden;
		text-align: left;
	}
	
	.intro.home h2{
		background-image: url(images/intro-home-welcome.png);
	}
	
	.intro.freelance h2{
		background-image: url(images/intro-register-freelance.png);
	}
	
	.intro.business h2{
		background-image: url(images/intro-register-business.png);
	}
	
	.intro.home p, .intro.freelance p, .intro.business p{
		padding: 0 10px;
	}

.intro.register {
  }
  
.intro-link {
	background: #333 url(images/registerbg.gif) repeat-x bottom left;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 4px 10px;
}

	.intro-link a{
		border-left: 1px solid #666;
		padding: 10px 20px;
	}
	
	.intro-link:hover{
		background: #f5ef2e;
	}
	
		.intro-link:hover a{
			color: #222;
			background-image: url(images/btn_go_black.gif);
		}

.home_search {
	background: #1F1F1F url(images/home-search.gif) no-repeat left top;
	height: 147px;
	margin: 0 0 0 10px;
	padding: 20px;
}

.search {
	background: #1F1F1F url(images/panel_top_dark.gif) top repeat-x;
	height: 160px;
	margin: 0 0 0 10px;
	padding: 20px 20px 10px 20px;
}

.search_jobs {
	float: left;
	width: 282px;
	border: none;
	margin: 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #666;
}

.home_search .search_jobs {
	border-right: none;
}
.search_jobs form,
.search_teams form {
	padding-bottom:0px;
	margin-bottom:-20px !imporant;
	margin-bottom: 0px;
}

.search_teams {
	float: left;
	width: 268px;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
}
.search_info .input, 
.search_teams .input {
	float: left;
	color: #333;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid #fff;
	margin: 5px 0 10px 0;
	padding: 0;
}
.search_info .input,
.result_entry.form .input
{
	border: 1px solid #ccc;
}	

form#home-search .input {
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom:10px !important;
	margin-bottom:0px;
}

.search_jobs label,
.search_teams label,
#theform label
{
	color: #fff;
	font-weight:bold;
	padding-right:5px;
}
#theform label.yellow {
	display:block;
	clear:both;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
	color: #FFFF33;
}
label.tabler {
	float:left;
	display:block;
	width: 60px;
	background-color:pink;
}
.item {
	float: left;
	margin: 20px 0 4px 0;
	padding: 0px;
	height: 30px;
	width: 300px;
}

.item .img {
	float: left;
	text-align: center;
	width: 30px;
	overflow: hidden;
	margin-left: 20px !important;
	margin-left: 10px;
	margin-right: 20px;
	padding: 1px;
	border: 1px solid #ccc;
}
.item .img img {
	border: none;
	padding: 0px;
}
.item .copy {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 188px;
}
.item .copy a,
.item.tv a {
	font-weight: bold;
	font-size: 1.1em;
}
.item .copy p {
	font-size: 1.1em;
}
.item .buttons {
	float: right;
	height: 30px;
	width: 14px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-top: 0px;
	margin-left: 0px;
}

.buttons a {
	margin-bottom: 2px;
	padding: 0;
	height: 14px;
	width: 14px;
	display: block;
	text-indent: -2000px;
}

.btn_view {
	background: url(images/btn_view.gif) no-repeat;
}

.btn_message {
	background: url(images/btn_message.gif) no-repeat;
}

.btn_bag {
	background: url(images/btn_bag.gif) no-repeat;
}
h3.home-companies {
	padding-bottom:10px;
}
h3.home-companies img{
	margin-bottom:-8px;
}
/*
--------------------------------------------------------------------------------------- REGISTER
														
------------------------------------------------------------------------------------------------
*/

.login {
	background: #1F1F1F url(images/panel_top_dark.gif) top repeat-x;
	height: 177px;
	margin: 0;
	padding: 20px 20px 10px 20px;
}
.login p.buttons {
	margin: 26px 0px 0;
}

.login-link {
	background-color: #1F1F1F;
	height: 20px;
	margin: 0;
	padding: 0px 20px 0px 20px;
}
.login form {
	margin: 0px 0px;
}

.login fieldset {
	float: left;
	border: none;
	margin: 0;
	padding: 0 15px 0 0;
	width: 265px;
}

.login .input {
	float: left;
	color: #333;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid #fff;
	margin: 5px 0 10px 0;
	padding: 0;
}



/* @end */

/* @group SEARCH */

/* @group pager */


#resultslisting {
	border-top: #E5E5E5 solid 1px;
	border-bottom: #E5E5E5 solid 1px;
	background: #e9e9e9;
	margin-bottom:10px;
	padding: 6px;
	display:block;
}
#resultslisting ul {
	margin:0px 0px 0px 6px;
	padding:0px;
	size:1.3em;
}
#resultslisting ul li {
	list-style-type: none;
	display: inline;
	font-weight:bold;
	color: #808080;
}
#resultslisting ul li a {
	color:#fff;
	padding:3px 8px 3px 8px;
	margin-left: 6px;
	line-height:1em;
	background: url(images/pager-no.gif) repeat-x left center;
}
#resultslisting ul li a:hover {
	text-decoration:underline;
}
/* @end */

.search_info {
	margin: 0;
	padding: 20px !important;
	padding: 20px 10px 20px 10px;
}
.search_info p {
	width:240px;
}
.search_info ul {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.search_info li {
	color: #333;
	font-size: 1.1em;
	line-height: 2.1em;
	font-weight: bold;
}

.search_info li span {
	color: #99CC33;
	font-size: 2em;
	font-weight: bold;
}

.search_criteria {
	background: #F0F7E1;
	margin: 0;
	padding-bottom: 20px;
}

.search_criteria h4 {
	margin: 0 0 0 20px;
	padding-top: 20px;
}

.search_info fieldset,
.search_criteria fieldset,
.profile_info fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.search_criteria p,
.profile_info p {
	margin: 5px 0 10px 0;
	padding: 5px 20px 5px 20px;
}
.search_criteria div,
.profile_info div {
	margin: 0px;
	padding: 0px;
}
.search_criteria .p,
.profile_info .p {
	margin: 0px;
	padding: 5px 20px 5px 20px;
}



.search_criteria label,
.profile_info label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 0;
	color: #333;
}

.search_criteria.help_form label {
	float: left;
	width: 200px;
	font-weight: bold;
	padding: 0;
	color: #333;
}

/* used for the long labels */
label.wide{
	width:350px;	
} 
.search_criteria div label,
.profile_info div label {
	font-size:1.1em;
}
.search_criteria .input,
.profile_info .input {
	font-size: 1.1em;
	border: 1px solid #ccc;
	color: #333;
	width: 300px;
	margin: 0;
	padding: 0;
}
#formPic .input {
	width:200px;
}
.search_criteria select,
.profile_info select {
	font-size: 1.1em;
	border: 1px solid #ccc;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.choose {
	border: none !important;
	width: 1em !important;
}

.search_criteria p.alt,
.search_criteria .alt {
	background: #E3F1C7;
/*	float:left;
	width:460px;
*/
}

/* @group RESULTS */

.filter {
	background: #1F1F1F url(images/panel_top_dark.gif) top repeat-x;
	/*background: #E7E7E7 url(images/panel_top_light.gif) top repeat-x;*/
	margin: 0;
	padding: 20px;
	width: 240px;
}

.filter fieldset {
	border: none;
	margin: 0;
	padding: 0 15px 0 0;
	width: 220px;
}

.filter .input {
	float: left;
	color: #333;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid #fff;
	margin: 5px 0 10px 0;
	padding: 0;
}

.results,
.messages {
	background: #fff;
	margin: 0;
	padding: 0;
}

.results h4,
.messages h4 {
	float: left;
	margin: 0 0 10px 10px;
	padding-top: 20px;
	display: block;
	width: 110px;
}

a.sort {
	float: left;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	line-height: 2em;
}

.results .result_entry {
	margin-left: 10px;
	padding: 5px;
	border-top: #E5E5E5 solid 1px;
	/*height: 65px;*/
	clear:both;
}

.results .result_entry img
{
	padding-bottom:5px;
}

.results .result_entry.search_results {
	height: 85px;
}
.messages .result_entry {
	margin-left: 10px;
	padding: 5px;
	border-top: #E5E5E5 solid 1px;
	margin-bottom:2px;
}
.result_entry .thumb,
.messages .thumb {
	width:115px;
	padding: 0px;
	float: left;
	margin: 0;
}

.result_entry img,
.messages img {
	display: block;
	padding: 0 44px 0 5px;
	float: left;
	margin: 0;
}
.result_entry img.noPad {
	padding: 0 4px 0 0px;
}
.highlight {
	background: #E1EFC2;
	margin-left: 10px;
	padding: 5px;
}

.result_entry.highlight {
	margin-left: 10px;
	padding: 5px;
	border-top: #669936 solid 1px;
	margin-bottom:2px;
}

.result_detail {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
}


.result_entry.form {
	height: 100%;
}

.result_detail p {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 20px;
	width: 400px;
}

.result_detail p span {
	display: block;
	width: 75px;
	font-weight: bold;
	float: left;
}

.result_buttons {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
}

.result_buttons a {
	margin-bottom: 2px;
	padding: 0 0 0 20px;
	height: 20px;
	display: block;
	line-height: 20px;
}



/* @end */



/* @end */

/* @group PROFILE */

.profile {
	background: #F0F7E1;
	margin: 0;
	padding: 5px 20px 5px 20px;
	width: 280px;
	overflow: visible;
	display: inline;
	float: left;
}

.profile_pics {
	background: #F0F7E1;
	margin: 0;
	padding: 20px 20px 10px 20px;
	width: 280px;
	overflow: visible;
	display: inline;
	float: left;
}

.profile_alt {
	background: #E3F1C7;
	margin: 0;
	padding: 10px 20px 10px 20px;
	width: 280px;
}

.profile_alt h3,
.profile_alt h4,
.profile h3,
.profile h4{
		color: #99CC33;
}
.hint {
	color: #99CC33;
	padding-left:150px;	
}
.hint.half {
	clear: both;
	padding-left:76px;	
}

.hint.job-apply {
  display:block;
	padding:0px;
	margin:0 0 0 150px;
  width:390px;	
}

.profile p,
.profile_alt p {
	line-height: 1.3em;
	display:block;
}

.profile p span,
.profile_alt p span {
	font-weight: bold;
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}
.profile p span.details,
.profile_alt p span.details {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
img.profile_main {
	float: left;
	border: 3px solid #fff;
	margin: 0 3px 1px 1px;
	padding: 0;
	width: 200px;
	height: 150px;
}

img.profile_sub {
	float: left;
	border: 3px solid #fff;
	margin: 0 0 2px 0;
	padding: 0;
	width: 60px;
	height: 45px;
}
img.profile_sub.edit {
	clear: both;
	padding: 1px;
	border: 1px solid #ccc;
}
.profile_pics a.action_bag {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 10px 20px 0 0;
	background: url(images/btn_bag.gif) right no-repeat;
}

.profile_pics a.action_message {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin-top: 10px;
	background: url(images/btn_message.gif) right no-repeat;
}

.profile a.action_download {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 10px 0 10px 0;
	background: url(images/btn_go.gif) right no-repeat;
}

.profile_info {
	margin-left: 10px;
	padding: 20px 0 0 20px;
	width: 590px;
}

ul.numbers {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.numbers li {
	color: #333;
	font-size: 105%;
	line-height: 1.6em;
	padding-bottom:1em;
}

ul.numbers li div {
	font-size: 97%;
}
ul.numbers li .submit_btn {
	font-size: 130%;
}
ul.numbers li .hint {
	font-weight:normal;
	font-size: 97%;
}
ul.numbers li span {
	color: #99CC33;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
}

ul.icons {
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

ul.icons li {
	float: left;
	color: #333;
	font-size: 1.1em;
	line-height: 2.1em;
	display: block;
	width: 200px;
	padding-left: 30px;
	margin-right: 20px;
}

.icon_tv {
	background: url(images/icon_tv_small.gif) no-repeat;
}

#toggleNewWorkIn,
#toggleNewSchoolIn,
#toggleNewUniversityIn,
#toggleNewCourseIn,
.formDivider {
	font-size: 1.2em;
	padding: 4px 0px 4px 6px;
	display: block;
	background-color: #f4f4f4;
	margin-bottom: 4px;
}
.formDivider .green {
	margin-left: 3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #99CC33;
}
/*
.profile_info p.alt {
	background: #fff;
}
*/
p.formLeft {
	width:400px;
	float:left;
	padding-top:10px;
	padding-bottom:30px;
}
.image_holder_edit {
	float: right;
	margin-top: 10px;
	margin-bottom:10px;
	text-align:center;
}
.image_holder_edit img{
	margin-top: 10px;
}

.lined_panels {
	float: left;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	border-top: #E5E5E5 solid 1px;
}
a.avatar_select
{
	border:3px solid #ccc;
	float:left;
	margin-right:10px;
}

a.avatar_select:hover
{
	border:3px solid #669900;
}

a.avatar_selected
{
	float:left;
	margin-right:10px;
	border:3px solid #99CC33;
}
ul.success,
ul.error,
div.error {
	clear: both;
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	float: left;
	width: 620px;
	font-size: 1.2em;
}
.profile_info ul.success,
.profile_info ul.error,
.profile_info div.error{
	width: 570px;
}
.profile_info dl.trivia {
	float:left;
	font-size: 1.3em;
}
.profile_info dl.trivia dt{
	color: #99CC33;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom: 12px;
	float:left;
	clear:both;
	margin-left:0px;
}
.profile_info dl.trivia dd {
	padding-bottom: 12px;
	margin-bottom: 10px;
	float:left;
	border-bottom: 1px solid #e5e5e5;
	clear:both;
	margin-left:0px;
	width:500px;
}

.profile_info .education,
.profile_info .history {
	padding-bottom: 8px;
	margin-bottom: 10px;
	float:left;
	border-bottom: 1px solid #e5e5e5;
	clear:both;
	margin-left:0px;
	width:500px;
}
div.error {
	color: #fff;
	background-color: #e86c19;
}
div.error p {
	padding: 0px 0px 0px 3px;
	color: #fff;
}
div.error a,
div.error a:hover {
	color: #fff;
	text-decoration: underline;
}

ul.success {
	background-color: #ecec11;
}
ul.error {
	color: #fff;
	background-color: #e86c19;
}
ul.success li,
ul.error li {
	margin-left: 14px;
}
/* @end */

/* @group PROFILE SUB NAV */

#sub_navigation {
	height: 20px;
	margin-left: 10px;
	padding: 0;
	background: #99cc33;
}
/*
ul#profile_nav {position: absolute; margin: 0; padding: 0; background: #99cc33;}
ul#profile_nav li {float: left; list-style-type: none; border-right: 1px solid #fff;}
ul#profile_nav li a {display: block; position: absolute; outline: none; line-height: 16px; color: #fff; border-right: solid #fff 1px; text-align: center; padding-top: 2px;}


li#profile_navEssentials a, li#profile_navHistory a, li#profile_navEducation a, li#profile_navTrivia a {
	background: #99cc33;
	font-weight: bold;
	font-size: 1.1em;
}

li#profile_navEssentials a {
	width: 100px;
}

li#profile_navEssentials a:hover {
	color: #FFFF33;
}

li#profile_navEssentials a.active {
	background: #ffffff;
	color: #99cc33;
}

li#profile_navHistory a {
	width: 100px;
	left: 100px;
}

li#profile_navHistory a:hover {
	color: #FFFF33;
}

li#profile_navHistory a.active {
	background: #ffffff;
	color: #99cc33;
}

li#profile_navEducation a {
	width: 100px;
	left: 201px;
}

li#profile_navEducation a:hover {
	color: #FFFF33;
}

li#profile_navEducation a.active {
	background: #ffffff;
	color: #99cc33;
}

li#profile_navTrivia a {
	width: 100px;
	left: 302px;
}

li#profile_navTrivia a:hover {
	color: #FFFF33;
}

li#profile_navTrivia a.active {
	background: #ffffff;
	color: #99cc33;
}
*/
ul#profile_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	background: #99cc33;
	height: 20px;
}

ul#profile_nav li {
	width: 200px;
	display: inline;
	list-style-type: none;
}

ul#profile_nav li a {
	display: block;
	float: left;
	line-height: 18px;
	color: #fff;
	border-right: solid #fff 1px;
	text-align: center;
	padding: 2px 20px 0px 20px;
	background: #99cc33;
	font-weight: bold;
	font-size: 1.1em;
}
ul#profile_nav li a:hover {
	color: #FFFF33;
}

ul#profile_nav li a.active {
	background: #ffffff;
	color: #99cc33;
}

/* @end */

/* @group CLASSES */

br.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
	visibility: hidden;
	border: 0;
}
.cancel,
.confirm {
	color: #e86c19;
}

.icon {
	margin-bottom: -3px;
}

#thebuzz img
{

  border:none;
}

#thebuzz 
{
	position: relative;
}
#thebuzz #home-twitter 
{
	position: absolute;
	top: 16px;
}
#thebuzz #home-rss 
{
	position: absolute;
	top: 130px;
	z-index: 2;
}
#thebuzz #home-facebook 
{
	position: absolute;
	top: 83px;
	left: 96px;
	z-index: 3;
}
.intro img
{
  border:0;
  margin-right:10px;

}


span.filled
{
	text-transform:uppercase;
	background-color:#98C632;
	color:#ffffff;
	padding:3px 6px 3px 6px;
	font-size:7pt;
	display:inline;
	margin-left:10px;
}

.profile_info h4
{
	display:inline-block;
}


.cv-hint
{
	border:2px solid #99CC33;
	clear:both;
}

.cv-hint p
{
	padding:5px 10px;
}

.cv-hint a
{
	font-size:12pt;
}

.submit_btn.inline
{
	float:right;
}

/* @end */