﻿
/* Style Guide
** 
** Orange:	#FF7008		#FF7008
** Blue:	#1E728C		#1C738E d blue
** Grey:	#D1DFE8		#D1DFE8 l blue
** D Grey:	#8FB1CA		#8FB1CA m blue
** Txt Grey:#414141		#414141 d grey
**	
========================================================================================== */



/* Profile
========================================================================================== */
#profile div#details {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
#profile div#details .img {
	float: left;
	width: 150px;
	margin-right: 30px;
}
#profile div#details .img img {
	display: block;
	border: solid 2px #D1DFE8 !important;
}

#profile dl.grid dt.spacer,
#profile dl.grid dd.spacer,
#profile #details p {
    border-bottom: 1px solid #D1DFE8;
}
#profile #details p {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#profile div#details h4.status,
#profile div#details div.status {
	color: #1C738E;
	background: #D1DFE8 url(images/box150BlueB.png) no-repeat bottom left;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
}
#profile div#details div.status label {
	display: none;
}
#profile div#details div.status select {
	width: 110px;
	margin: 0 auto 5px;
}

#profile div#details .info {
	float: left;
	width: 400px;
}
#profile div#details .feedback {
	float: right;
	width: 150px;
}

#profile div#details h1 {
	margin: 0 0 10px;
}

#profile div#details ul.actions {
	padding-top: 0;
}
#profile div#details ul.actions li {
	float: left;
}
#about div.about {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}

#profile .info .btn,
#profile .info .btnStyled {
	float: left;
	margin: 10px 0 0 ;
}


#profile .nextSteps {
	margin-bottom: 30px;
}
#profile .nextSteps dt {
	color: #FF7008;
	font-size: 0.75em;
	clear: both;
}
#profile .nextSteps dd {
	padding-bottom: 20px;
	overflow: hidden;
}
#profile .nextSteps dd .btn {
	margin: 10px 20px 0 0;
}

#profile .feedback h2 a {
	width: 42px;
	height: 42px;
	margin: 20px auto;
	background: url(../../Images/rating.png) no-repeat 0 0;
	color: #FFF;
	text-align: center;
	font-size: 0.625em;
	line-height: 45px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#profile .feedback a.bronze {
	background-position: -42px 0;
}
#profile .feedback a.silver {
	background-position: -84px 0;
}
#profile .feedback a.gold {
	background-position: -126px 0;
	font-size: 0.55em;
}
#profile .feedback a.black {
	background-position: -168px 0;
	font-size: 0.55em;
}

#profile #notifs a.newNotif {
    font-weight: bold;
}
#profile #notifs li a {
    padding: 10px 25px;
    margin-left: 30px;
    float: left;
    clear: left;
    display: inline;
    background-repeat: no-repeat;
    background-position: center left;
}
#profile #notifs li.msg a {
    background-image: url(images/message.png);
}
#profile #notifs li.req a {
    background-image: url(images/request.png);
}
#profile #notifs li.job a {
    background-image: url(images/offer.png);
}


/* Profile Lists
========================================================================================== */
.profileList li  {
	font-size: 1em;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}
.profileList div.side {
	float: left;
	width: 120px;
}
.profileList a.thumb {
	display: block;
	text-decoration: none;
}
.profileList a.thumb img {
	border: solid 1px #D1DFE8 !important;
	display: block;
}
.profileList div.box {
	clear: none;
	min-height: 100px;
}
.profileList div.btnStyled input {
	font-size: 0.75em;
}
.profileList h3 a {
	font-size: 0.75em;
}
.profileList div.side h4 {
	color: #1C738E;
	background: #D1DFE8 url(images/box120BlueT.png) no-repeat top left;
	padding: 5px;
	text-align: center;
	margin: 0;
}
.profileList div.side h4 a,
.profileList div.side h4 a:hover {
	text-decoration: none;
	color: #1C738E;
}
	
.profileList div.side h4.status {
	font-weight: normal;
	background: #D1DFE8 url(images/box120BlueB.png) no-repeat bottom left;
}
.actions {
	margin: 20px 0 0;
	padding: 20px 0 0;
	overflow: hidden;
	float: left;
	clear: both;
	border-top: solid 1px #D1DFE8;
	width: 100%;
}
.actions .btn {
	margin-right: 5px;
}

li.request h3 {
	font-size: 0.812em;
}


/* Messages
========================================================================================== */
#messages a.thumb h5,
#message a.thumb h5 {
	margin-top: 0;
}
#messages h3 a,
#message h3 span {
	font-size: 0.75em;
	font-weight: bold;
}
#messages h3 em,
#message h3 em {
	display: block;
	font-size: 0.5em;
	color: #414141;
	font-weight: normal;
	margin-top: 5px;
}


#messages .box,
#message .box {
	background-position: bottom right;
	padding-left: 25px;
	margin-right: -10px;
	float: left;
	position: relative;
	left: -5px;
}
#messages .box h3,
#message .box h3 {
	background: url(images/msgT.png) no-repeat top left;
	margin-left: -25px;
	padding-left: 25px;
	min-height: 39px;
	font-size: 1.125em;
}
#messages .read h3 a {
    font-weight: normal;
}

#messages .actions,
#message .actions {
	clear: both;
}
#messages dl.grid dt {
	width: 100px;
}
#messages dl.grid dd {
	width: 300px;
}

#message .msgContent  {
	clear: both;
	padding: 30px 0;
}

#content .sendMessage input,
#content .boxLrg textarea {
	width: 390px;
}
#content .sendMessage .btnStyled input {
	width: auto;
}


/* search
========================================================================================== */	



/* Home
========================================================================================== */
#home .signup {
	margin: 10px 0 30px 0;
	float: right;
}
#home .register {
	margin-bottom: 20px;
}
#home .register p {
	float: left;
	font-size: 0.625em;
	margin: 5px 0 0 20px;
	clear: none;
	display: inline;
	width: auto;
}
#home .register p a {
	color: #414141;
}
#home div.employers {
	background-image: url(Images/boxBlueB.png);
}
#home div.employers h3,
#register div.employers h3 {
	background-image: url(Images/boxBlueT.png);
	background-color: Transparent;
	color: #1E728C;
	font-weight: bold;
	font-size: 0.75em;
	margin-bottom: 0;
}
#home .employers p,
#register .employers p {
	background: url(Images/empBnr.jpg) no-repeat left center;
	padding: 0 20px 0 120px;
	margin: 0;
	font-size: 0.625em;
}
#home .employers .btn,
#register .employers .btn {
	float: right;
}
#register div.employers {
	background-image: url(Images/box600BlueB.png);
}
#register div.employers h3 {
	background-image: url(Images/box600BlueT.png);
	font-size: 0.812em;
}
#register .employers p {
    padding: 10px 20px 15px 120px;
}

#home div.about {
	float: left;
	width: 350px;
	margin: 30px 10px 30px 0;
	display: inline;
}
#home div.about h2 {
	font-size: 1.3em;
	color: #1E728C;
	margin: 0 0 15px;
	padding-left: 60px;
}
#home div.about h3 {
	color: #8FB1CA;
	padding-left: 60px;
	font-size: 0.875em;
	margin: 25px 0
}
#home div.about h3.why {
	background: url(images/icoSearch.png) no-repeat left center;
}
#home div.about h3.who {
	background: url(images/icoCash.png) no-repeat left center;
}
#home div.about h3.free {
	color: #1E728C;
	font-weight: bold;
}
#home ol.steps {
	clear: both;
	list-style: none;
	overflow: hidden;
}
#home ol.steps li,
#home ol.steps li a {
	float: left;
	width: 244px;
	height: 160px;
	position: relative;
	cursor: hand;
	cursor: pointer;
}
#home ol.steps li span {
	width: 244px;
	height:160px;
	position: absolute;
	top: 0;
	left: 0;
}

#home ol.steps li.create span {
	background: url(images/step1.jpg) no-repeat 0 0;
}
#home ol.steps li.network span {
	background: url(images/step2.jpg) no-repeat 0 0;
}
#home ol.steps li.hop span {
	background: url(images/step3.jpg) no-repeat 0 0;
	width: 250px;
}

#home div.welcome {
	float: left;
	width: 350px;
	position: relative;
	margin: 20px 0 0 0;
}
#home div.blogs {
	float: right;
	width: 350px;
	margin: 20px 10px 0 0;
	display: inline;
}
#home div.blogs h2 {
	margin-top: 0;
}
#home div.blogs p {
	margin-top: 5px;
}
#home div.blogs p a {
	color: #FF7008;
}


/* cvs
========================================================================================== */
#cvs h2.name {
	font-size: 1em;
	color: #1C738E;
	text-indent: 10px;
	font-weight: bold;
}
#cvs dl {
	border-top: solid 1px #D1DFE8;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
#cvs dl.first {
	border: none;
}
#cvs .boxLrg .btn {
	margin-bottom: 10px;
}
#cvs .boxLrg .btnTop {
	margin-bottom: 0;
}

#cvs .btnDelete {
	position: relative;
	top: -40px;
}


/* blogs
========================================================================================== */
#blog {
	overflow: hidden;
}
.blogPost h2 {
	overflow: hidden;
}
.blogPost h2 a {
	float: left;
	width: 430px;
}
.blogPost h2 em {
	float: right;
	font-size: 0.75em;
	font-style: normal;
	white-space: nowrap;
}
.blogPost p.tags {
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #D1DFE8;
}
.blogPost dl {
	margin: 20px 0 0;
	border-top: solid 1px #D1DFE8;
	padding: 20px 0 0;
}
.blogPost dd,
.blogPost dt {
	display: inline;
	width: auto;
	float: none;
}
.blogPost dt {
	padding: 0 5px 0 10px;
}

div.blogComment {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #D1DFE8;	
}
div.blogComment h3 {
	background: none;
	color: #8FB1CA;
	margin:-10px -10px 0;
	padding:10px 10px 5px;
}

#blog .search fieldset div {
	width: 450px;
	float: left;
}
#blog .search input {
	width: 250px;
}
#blog .search fieldset div.btn {
	float: left;
	margin: 11px 0;
	width: auto;
}
#blog .search fieldset .btn input {
	width: auto;
}

#blog .results li {
	font-size: 1em;
}
#blog .results li h4 {
	margin: 25px 0 5px;
}
#blog .results li p {
	margin: 5px 0;
}
#blog .results li p.date {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 0.687em;
}
#blog .results li p.date em {
	font-style: normal;
}
	

/* Media
========================================================================================== */	
.photo img,
.video object {
	margin: 0 auto 20px;
	display: block;
	clear: both;
}
.photo .paging,
.video .paging {
	overflow: hidden;
}
.photo .paging .prev,
.video .paging .prev {
	float: left;
}
.photo .paging .next,
.video .paging .next {
	float: right;
}


/* Feedback
========================================================================================== */
li.feedback h3 a {
	font-size: 1em;
}

div.feedback div.chks {
	border: none;
	max-height: 9999px;
	overflow: auto;
}
div.feedback div.chks label {
	display: none;
}
div.feedback div.chks span span {
	float: left;
	width: 36px;
	margin: 0 10px;
	display: inline;
	text-align: center;
}
div.feedback div.chks span label,
div.feedback h5 {
	display: block;
	height: 55px;
	width: 36px;
	padding: 0;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -8888px;
	cursor: hand;
	cursor: pointer;
}
div.feedback h5 {
	cursor: auto;
	float: left;
} 
div.feedback ul p {
	float: right;
	width: 390px;
}
div.feedback div.chks span span.score-2 label,
div.feedback h5.score-2 {
	background-image: url(images/thumb-2.png);
}
div.feedback div.chks span span.score-1 label,
div.feedback h5.score-1 {
	background-image: url(images/thumb-1.png);
}
div.feedback div.chks span span.score1 label,
div.feedback h5.score1 {
	background-image: url(images/thumb+1.png);
}
div.feedback div.chks span span.score2 label,
div.feedback h5.score2 {
	background-image: url(images/thumb+2.png);
}
div.feedback div.chks span input {
	float: none;
	display: block;
	margin: 0 auto;
}


/* Registration
========================================================================================== */
#content .register div.terms {
    margin-left: 170px;
}
#content .register div.terms label {
    display: inline;
    font-weight: bold;
    float: none;
    padding: 0;
}
#content .register div.terms input {
    float: none;
    display: inline;
    width: auto;
    margin: 0;
}




/* Misc
========================================================================================== */
#jobs .btnRight {
	margin-top: 20px;
}
div.privacy div.chks {
    width: 560px;
    height: auto;
    max-height: 1000px;
    overflow: visible;
    margin: 10px 0;
}
div.privacy div.chks label {
	width: 400px;
}
div.retrieve p,
div.activate p {
    margin-left: auto;
    margin-right: auto;
    width: 390px;
}
.content {
	margin-bottom: 20px;
}
div.addFriend label {
	width: 260px;
}
div.addFriend select {
	width: 200px;
}


/* Admin
========================================================================================== */
#query div {
    overflow: hidden;
}
#query div.new {
    padding: 10px 0 5px;
} 
#query .ddlLogic {
    width: 50px;
    float: left;
}
#query .ddlField {
    width: 150px;
    float: left;
}
#query .ddlOp {
    width: 100px;
    float: left;
}
#query .val {
    width: 150px;
    float: left;
}
#query .cal {
    font-size: 0.687em;
    float: left;
}
#query .cal .cal {
    float: none;
    font-size: 1em;
    background-color: #D1DFE8;
}


#report .grid {
    overflow: scroll;
    overflow-y: visible;
    border: solid 2px #414141;
    position: relative;
}
#report td,
#report th {
    font-size: 0.687em;
    padding: 5px;
    white-space: nowrap;
    border-collapse: collapse;
    border: solid 1px #414141;
}
#report td td {
    font-size: 1em;
    border: none;
}
#report th {
    text-align: center;
    background: #DDD;
}
#report tr.odd {
    background: #EEE;
}

.graph {
    width: 580px;
    height: 300px;
}
