/* ***************************************
	RESET BASE STYLES
*************************************** */
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: 13px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 0.1em;
    line-height: 0px;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #7b868a;
	border-bottom:1px solid #eeeeee;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	color: #333238;
	color: #000;
	margin-bottom: 20px;
	border-bottom:1px solid #eeeeee;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #777777;
	margin-bottom: 15px;
	border-bottom:1px solid #eeeeee;
}

h2.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	border: none;
	color: #222;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

img.rss {
	margin: 0px 4px;
	vertical-align: middle;
	vertical-align: text-top;
}

img.favicon {
	margin-right:5px;
	vertical-align: middle;
}
	
small {
	font-size: 11px;
}

.align_right {
	float: right;
}

.align_left {
	float: left;
}

.clear_both {
	clear: both;
}

dl.table-display
{
width: 41.1em;
margin: 1em 0;
padding: 0;
}

.table-display dt
{
width: 15em;
float: left;
margin: 0 0 0 0;
padding: .5em .5em .5em .25em;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 24em;
margin: 0 0 0 0;
padding: .5em;
}
/* ***************************************
	DEFAULTS
*************************************** */

body {
	text-align:left;
	margin:0 auto;
	padding:0;
	/*font: 62.5% Arial, Helvetica, sans-serif;*/
	font: 85% Arial, Helvetica, sans-serif;
	color: #333238;
	background: #cbd7da;
}
a {
	color: #078087;
	color: #333238;
	text-decoration: none;	
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

a.with_pointer {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */

#page_container {
	margin:0;
	padding:0;
}
#page_wrapper {
  	background: #fff url("http://wooshii.com/images/middle_bg.gif");
	width:980px;
	margin:0 auto;
	min-height: 550px;
	font-size: 1.2em;
	color: #333238;
	overflow:hidden;
}

#header {
  display: block;
  overflow: hidden;
  color: white;
  text-decoration: none;
}

#header a {
  color: white;
}

#header .header_content {
  width: 980px;
  margin: 0px auto 3px auto;
  padding: 0px;
  overflow: hidden;
  background: #333238 url("http://wooshii.com/images/header_bg_new.jpg");
  background-repeat: no-repeat;
  background-position: top-left;
  min-height: 60px;

}

#header .homelink {
	float: left;
	width: 260px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#header ul {
	float: left;
	width: 416px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#header li {
	display: inline;
}

#header li a {
  	width: 97px;
  	margin: 0px;
  	padding: 17px 7px 0px 0px;
  	overflow: hidden;
  	background: #333238 url("http://wooshii.com/images/header_nav_off.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
  	height: 53px;
  	float: left;
  	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #333238;
	display: inline;
}

#header li.soon {
  	width: 96px;
  	margin: 0px;
  	padding: 17px 5px 0px 0px;
  	overflow: hidden;
  	background: #333238 url("http://wooshii.com/images/top_bubble_cs_off.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
  	height: 53px;
  	float: left;
  	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #333238;
	display: inline;
}

#header li a:hover {
  	width: 97px;
  	margin: 0px;
  	padding: 17px 7px 0px 0px;
  	overflow: hidden;
  	background: #333238 url("http://wooshii.com/images/header_nav_on.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
  	height: 53px;
  	float: left;
  	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	display: inline;
}

#header .search_area {
	float: right;
	width: 304px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	display: block;
  	background: #333238 url("http://wooshii.com/images/header_search_bg.gif");
  	background-repeat: repeat-x;
  	background-position: top-left;
}

#header .search_area .project_button {
  	width: 125px;
  	margin: 10px 6px 0px 0px;
  	padding: 0px;
  	height: 27px;
  	float: left;
	color: #ffffff;
	border: 0px;
	display: inline;
}

#header .search_area .search_box {
  	width: 111px;
  	margin: 10px 0px 0px 0px;
  	padding: 6px 7px 4px;
  	overflow: hidden;
  	background: #536f84 url("http://wooshii.com/images/header_search.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
  	height: 17px;
  	float: left;
  	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	border: 0px;
	display: inline;
}

#header .search_area .go_button {
  	width: 27px;
  	margin: 10px 0px 0px 6px;
  	padding: 0px;
  	height: 27px;
  	float: left;
	color: #ffffff;
	border: 0px;
	display: inline;
}


#header .header_content .login_form_wrapper {
	text-align: right;
}

#header .header_content .login_form_wrapper .login_form {
	width: 220px;
	float:right;
	text-align: left;
}

.login_checkbox {
	width: 220px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

#header .header_content .login_text {
	position: relative;
	top: 35px;
	right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

#header .header_content .login_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #dddddd;
}


#page_footer {
  	background: #ccc url("http://wooshii.com/images/bottom_bg.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
	width:950px;
	padding: 15px;
  	margin: 0px auto 6px auto;
	font-size: 0.9em;
	color: #777;
}

#main_footer {
  	background: #333238 url("http://wooshii.com/images/footer_bg.jpg") repeat-x;
	width:906px;
	padding: 33px 37px 20px;
  	margin: 0px auto;
	font-weight: bold;
	color: #eee;
	min-height: 300px;
}

#main_footer ul {
	float: left;
	display: block;
	min-height: 150px;
}

#main_footer ul#ftr_left_column {
	margin-right: 116px;
}

#main_footer ul#ftr_middle_column {
	margin-right: 107px;
	width: 340px;
}

#main_footer ul#ftr_right_column img.feed {
	margin-right: 6px;
	vertical-align: middle;
}

#main_footer ul li {
	padding: 5px;
	font-size: 12px;
	letter-spacing: 0.25px;
}

#main_footer ul li a {
	color: #eee;
	font-size: 12px;
}

#main_footer ul li.header {
	background: #00bdfb;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 5px;
	margin-bottom: 5px;
}

#main_footer ul li.highlighted a {
	color: #00bdfb;
}

#main_footer #contact {
	clear: both;
	text-align: center;
	padding: 20px 0 0;
}

/* ***************************************
    TAB AREA
*************************************** */

#tab_column {
  	background: #ededed;
  	padding: 0px;
  	width: 980px;
  	margin: 0px auto;
  	float: left;
}

#tab_column h1 {
  	padding: 20px;
  	width: 710px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #333238;
}

#tab_column ul {
  	padding: 0px 0px 0px 15px;
  	width: 750px;
}

#tab_column li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #bbbbbb;
  	background: #dddddd;
  	text-align: center;
  	width: 90px;
  	height: 14px;
  	padding: 10px;
	float: left;
	overflow: hidden;
}

#tab_column .normal {
	margin: 0px
	padding: 0px 0px 4px 0px;
  	background: #dddddd;
  	text-align: center;
  	width: 90px;
  	padding: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	top: 8px;
	border-right: 1px solid #cccccc;
}

#tab_column .normal a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}

#tab_column .highlighted {
  	background: #f8f8f8;
  	text-align: center;
  	width: 120px;
  	padding: 14px;
	float: left;
	overflow: hidden;
}

#tab_column .highlighted a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #333238;
}

#tab_sub_row {
  background: #f8f8f8;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  width: 720px;
  height: 24px;
  margin: 0px auto;
  float: left;
  overflow: hidden;
}

#tab_sub_row ul {
  	padding: 0px;
  	margin: 0px;
}

#tab_sub_row li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	color: #aaaaaa;
  	text-align: center;
  	padding: 5px 15px 5px 15px;
	float: left;
	overflow: hidden;
}

#tab_sub_row .normal a {
	color: #aaaaaa;
}

#tab_sub_row .highlighted a {
	color: #333333;
}


/* ***************************************
    PAGE LAYOUT - 1 COLUMN
*************************************** */

#single_column {
  background: #fff;
  padding: 30px;
  width: 920px;
  margin: 0px auto;
  float: left;
  overflow: hidden;
}

#single_column.packages {
  padding-top: 20px;
}

#single_column .two_col_left {
	width: 178px;
	float: left;
	margin-right: 30px;
}

#single_column .two_col_right {
	width: 710px; 
	float: left;
	text-align: center;
}

#single_column .two_col_left ul.left-nav {
	margin-top: 18px;
}

#single_column .two_col_left ul.left-nav.no-margin {
	margin-top: 0;
}

#single_column .two_col_left ul.left-nav li {
	margin-bottom: 4px;
}

#single_column .two_col_left ul.left-nav li a {
	display: block;
	padding: 10px;
	background-color: #f8fcff;
	background-color: #fcfbf6;
	border: #CCC dashed 1px;
}

#single_column .two_col_left ul.left-nav li a:hover {
	text-decoration: none;
	background-color: #B5DDF7;	
	background-color: #f6eee3;
}

#single_column .secondary_packages {
	margin: 6px 0;
	padding: 10px;
	background-color: #fcfbf6;
	border: #CCC dashed 1px;
	width: 688px;
	float: left;
}

#single_column .secondary_package {
	margin-bottom: 10px;
	padding: 0 10px 15px;
	border-bottom: 1px dashed #CCC;
}

#single_column .secondary_package.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#single_column .secondary_package_left {
	width: 540px;
	margin-right: 10px;
}

#single_column .secondary_package_left h2 {
	font-size: 22px;
}

#single_column .secondary_package_left h3 {
	font-size: 18px;
}

#single_column .secondary_package_right {
	width: 110px;
	padding: 20px 0 0 0;
	text-align: center;
}

#single_column .secondary_package_right h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 5px;
}

/* ***************************************
    MASTHEAD
*************************************** */

div.masthead {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

div.masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-weight: bold;
	color: #000;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
	border: none;
}

div.masthead h2 {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: normal;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border: none;
	text-align: center;
}

/* ***************************************
    PAGE LAYOUT - 2 COLUMN
*************************************** */

#main_column {
  padding: 35px 50px 50px 50px;
  width: 650px;
  margin: 0px auto;
  float: left;
  overflow: hidden;
}

#main_column.full_screen {
  width: 880px;
  float: none;
}

#right_column {
  padding: 0px 15px 20px 15px;
  width: 200px;
  margin: 0px auto;
  float: left;
  text-align:center;
}

#right_column .right_login {
  height:115px;
  position:relative;
  bottom: 144px;
}

#right_column .right_login .login_form_wrapper {
  	position:relative;
  	bottom: 15px;
  	padding: 0px;
	text-align: right;
}

#right_column .right_login .login_form_wrapper .login_form {
	width: 210px;
	float:right;
	text-align: left;
}

#right_column .right_login .login_text {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #7b868a;
}

#right_column .right_login .login_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #333238;
}

#right_column .profilepic {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
}

#right_column .profilepic a {
  border: 0px;
}

#right_column .aboutmetitle {
  text-align: center;
  width: 180px;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
}

#right_column .badges {
  width: 180px;
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}

#right_column .badges .right_creative {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  color: #ffffff;
  background-color: #f58f00;
  margin-right: 5px;
  display: inline;
  max-width: 30%;
}

#right_column .badges .right_buyer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  color: #ffffff;
  background-color: #9ad800;
  margin-right: 5px;
  display: inline;
  max-width: 30%;
}

#right_column .badges .right_publisher {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  color: #ffffff;
  background-color: #00ccb4;
  margin-right: 0px;
  display: inline;
  max-width: 30%;
}

#right_column .aboutmetext {
  width: 180px;
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 15px;
}

#right_column .right_centraliser {
	clear:both;
	width:100%; 
	overflow:hidden;

}

#right_column .right_center {
	padding:0;
	margin:0 auto;
	list-style-type:none;
}

#right_column .right_center li {
}
  
#right_column .wooshiiurl {
  width: 168px;
  padding: 2px 6px 2px 6px;
  margin-bottom: 10px;
  color: #444444;
  background: #dddddd;
  font-size: 10px;
}

#right_column .wooshiiurl a {
  color: #444444;
  font-size: 10px;
}

#right_column .project_help {
	clear: both;
	margin-top: 80px;
}

#right_column .stats {
  width: 168px;
  font-size: 0.8em;
  padding: 2px 6px 2px 6px;
  margin-bottom: 5px;
  color: #444444;
  background: #f9f9f9;
}

#right_column .stats a {
  font-size: 1.0em;
  color: #444444;
}

#right_column .right_headline {
  width: 180px;
  color: #7b868a;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ***************************************
    FORMS
*************************************** */

form {
	padding: 0.5em 0;
	/* min-height: 220px; */
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 10px 0 0;
	padding: 0.2em;
	text-align: left;
	width: 120px;
	float: left;
	color: #888888;
	clear: both;
}

label.wide {
	width: 250px;
}

label.no-margin {
	margin-top: 0px;
}

label.comment {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	margin-right: 0;
	padding: 0.7em;
	text-align: left;
	float: left;
	color: #333;
	clear: both;
	width: auto;
}
legend {
	color: #222656;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 0.25em;
	font-weight: normal;
	white-space: pre; /* hack: make sure */
}

.login_titles {
	float: left;
	margin-left: 4px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #7b868a;
}

.login_boxes {
	font: 1.0em  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	border: solid #999 1px;
	padding: 1px;
	width: 80px;
	voice-family: "\"}\"";
	voice-family: inherit;
  	background: #f6f6f6;
}

.login_button {
	font: 0.9em  Arial, Helvetica, sans-serif ;
	color: #323238;
	font-weight: bold;
	margin: 3px;
	padding: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #c8dbd2;
	border: solid 0 #c8dbd2;
}

.formfield {
	margin: 1.5em 0;
}

.formfield.top {
	margin-top: 0;
}

input[type="checkbox"]  {
	margin: -2px 5px 3px 3px;
	vertical-align: middle;
}

.br {display: none;}
.description {
	float: left;
	/*width: 256px;*/
	width: 500px;
}
.description.wide {
	width: 400px;
}
.description small{
	font-size: 0.85em;
	color: #777777;
	margin: 1px 3px;
	clear: both;
	display: block;
}
.description .checkbox {
	width:48%;
	float:left;
}
.textfield {
	font: 12px  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	border: solid #999 1px;
	padding: 5px;
	/*width: 250px;*/
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.textfield_comment {
	font: 1em  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px 0;
	border: solid #eee 1px;
	padding: 5px;
	/*width: 250px;*/
	width: 350px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.small {
	width: 20px;
}
.medium {
	width: 55px;
}
.date {
	width: 75px;
}

.cboxes {
	font: 12px  Arial, Helvetica, sans-serif ;
	line-height: 28px;
	color: #888888;
	margin-bottom: 6px;
}

.dropdown {
	font: 12px  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	border: solid #999 1px;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: left;
}

.dropbetween {
	font: 1.1em  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: left;
}

textarea {
	font: 12px  Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	/* height: 165px; */
	border: solid #999 1px;
	/* padding: 3px 4px; */
	width: 300px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.aboutme {
	width: 600px;
	height: 265px;
}


.no_border {
	border: 0;
	margin: 1em;
}
.submit, .button {
	margin: 3px;
	padding: 5px;
	background-color: #c8dbd2;
	border: solid 0 #c8dbd2;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #323238;
}

.submit:hover, .button:hover, .login_button:hover {
	background-color: #078087;
	color: #ffffff;
}

.iconbutton {
	margin: 3px 3px 3px 0px;
	padding: 0px 4px 2px 4px;
	background-color: #f9f9f9;
	border: solid 1px #e6e6e6;
	color: #078087;
	float: left;
	height: 11px;
	line-height: 10px;
	clear: both;
}

.iconbutton.right {
	float: right;
	clear: none;
}

.iconbutton:hover {
	background-color: #c8dbd2;
	border: solid 1px #c8dbd2;
	color: #ffffff;
}

.iconbutton a {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #078087;
	line-height:10px;
	position: relative;
	bottom: 6px;
	text-decoration: none;
}

.iconbutton a:hover {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #323238;
	line-height:10px;
	position: relative;
	bottom: 6px;
	text-decoration: none;
}

.iconbutton img {
	width: 16px
	height: 16px;
	padding: 0px;
	margin: 0px 3px 0px 0px;
	border: solid 0px #eeeeee;
	position: relative;
	top: 2px;
}


.grey_button {
	margin: 3px;
	padding: 5px;
	background-color: #eeeeee;
	border: solid 0 #eeeeee;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

.label_description {
	color:#777777;
	display:block;
	font-size:0.9em;
	line-height:1;
	padding-top:2px;
	display:block;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	padding: 10px;
	background-color: #ffe3f1;
	background-color: #fffcd4;
	color : #000;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #999999;
}

.msg {
	margin: 2px;
	padding: 0.5em;
	/* background-color: #c8dbd2; */
	font: 1em Arial, Helvetica, sans-serif;
	color: #777777;
	width: 240px;
	float: right;
}

.error {
	margin: 2px 3px;
	padding: 0.5em 8px 0.5em 30px;
	background-color: #ffe3f1;
    background-color: #FFBABA;
	background: #ffdddd url("../images/fail.gif") no-repeat scroll 6px 6px; 
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	/*width: 230px;*/
	width: 330px;
	width: 470px;
	border: 1px solid #FF9999;
}

.success {
	margin: 2px 0;
	padding: 0.5em 0.5em 0.5em 2.25em;
	background-color: #ffe3f1;
    background-color: #FFBABA;
	background: #DFF6CE url("../images/success.png") no-repeat scroll 6px 6px; 
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	/*width: 230px;*/
	width: 330px;
	border: 1px solid #72BF44;
}

.validation-error {
	margin: 5px 0;
	padding: 5px;
	padding: 10px;
	background-color: #ffdddd;
	color : #000;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #FF9999;
}
/* old error - displayed on right hand side of page
.error {
	margin: 2px;
	padding: 0.5em 0.5em 0.5em 2.25em;
	background-color: #ffe3f1;
    background-color: #FFBABA;
	background: #ffdddd url("../images/fail.gif") no-repeat scroll 7px 7px; 
	font: 1em Arial, Helvetica, sans-serif;
	color: #D8000C;
	color: #000000;
	width: 220px;
	float: right;
	border: 1px solid #FF9999;
}
*/
.checked {
  background:url("../images/checked.gif") no-repeat scroll 7px 7px;
  min-height: 16px;
	border: 1px solid #fff;
}

div.desc {
	margin-left: 58px;
	height: 57px;
}

/* ***************************************
    PAGE LAYOUT - COMMENTS/WALL
*************************************** */

.comment_author_photo {
  	background: #f6f6f6;
	border: solid #eeeeee 1px;
  	width: 50px;
  	padding: 6px;
  	float: left;
  	text-align: center;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.comment_author_photo img {
  	width: 50px;
  	height: 50px;
  	margin: 0px;
  	padding: 0px;
}

.comment_speechbit {
  	width: 20px;
  	float: left;
  	text-align:right;
}

.comment_speechbit img {
	position:relative;
	left:1px
}

.comment_comments {
  	background: #f6f6f6;
	border: solid #eeeeee 1px;
  	width: 544px;
  	float: left;
  	padding: 10px 10px 0px 10px;
  	min-height: 42px;
}

.comment_holder {
	position: relative;
	padding-bottom:20px;
	min-height:32px;
}

.comment_body {
	float: left;
	width: 484px;
	display: inline;
	margin-bottom: 16px;
}

.comment_btns {
	float: left;
	width: 60px;
	display: inline;
}

.comment_file_in__grey_box {
  	background: #f6f6f6;
	border: solid #eeeeee 1px;
  	width: 544px;
	margin-left: 84px;
	margin-bottom: 16px;
  	padding: 10px;
  	min-height: 42px;
	text-align: center;
}

.comment_file {
	margin-top: 16px;
	margin-bottom: 16px;
	clear: both;
}

.comment_comments textarea {
	font: 1.0em Arial, Helvetica, sans-serif;
	width: 526px;
	color: #333 ;
	height: 80px;
	padding: 5px;
	margin-bottom:6px;
  	background: #ffffff;
	border: solid #eeeeee 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.no_margin {
	margin: 0;
}

.comment_comments .submit {
	float: right;
}

.comment_postedby {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 100%;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 4px;
	text-align: right;
}

.comment_postedby a, .comment_reply_postedby a {
	color: #666666;
	font-weight: bold;
	font-size: 1.0em;
}

.comment_reply {
	padding-left:84px;
}

.comment_reply_comments {
  	background: #f6f6f6;
	border: solid #eeeeee 1px;
  	width: 480px;
  	float: left;
  	padding: 0px;
  	min-height: 62px;
}

.comment_reply_holder {
	position: relative;
	padding: 10px 10px 20px 10px;
	min-height:32px;
}

.comment_reply_postedby {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 100%;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 10px;
	margin-bottom: 4px;
	text-align: right;
}

.comment_reply_comments textarea {
	float: left;
	font: 1.0em Arial, Helvetica, sans-serif;
	width: 404px;
	color: #333 ;
	height: 44px;
	padding: 2px;
	margin: 6px;
  	background: #ffffff;
	border: solid #eeeeee 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/* ***************************************
    PAGE LAYOUT - BUYER / CREATIVE
*************************************** */

.project_link {
	color: #666;
	font-size: 0.9em;
}
.bid_link {
	font-weight: bold;
	color: #333;
}
.action_link {
	color: #f30000;
	text-decoration: underline;
}
.action_link:hover {
	color: #cc0000;
}

.active {
	color: #fff;
	background-color: #82b600;
	padding: 0 4px 1px;
	margin-bottom: 3px;
	text-align: center;
}

.inactive {
	color: #fff;
	background-color: #f02b11;
	padding: 0 4px 1px;
	margin-bottom: 3px;
	text-align: center;
}

.won {
	color: #fff;
	background-color: #31b2f5;
	padding: 0 4px 1px;
	margin-bottom: 3px;
	text-align: center;
}

.not_won {
	color: #fff;
	background-color: #7c808f;
	padding: 0 4px 1px;
	margin-bottom: 3px;
	text-align: center;
}

.expired {
	color: #fff;
	background-color: #f30000;
	padding: 0 4px 1px;
	margin-bottom: 3px;
	text-align: center;
}

.actions {
	text-align: center;
}

/* ***************************************
    PAGINATION
*************************************** */


.break {
	clear: both;
	width: 650px;
	height: 20px;
}

.tabulation {
	clear: both;
	width: 650px;
	text-align: center;
}

.firstlast {
	font-size: 0.8em;
	margin-right: 40px;
	text-align: left;
}

.tablink {
	margin-right: 40px;
	text-align: left;
}

.greylink {
	color: #cccccc;
	margin-right: 40px;
	text-align: left;
}


/* ***************************************
    SYSTEM MESSAGES
*************************************** */


.error_msg {
	margin: 2px;
	padding: 0.5em 0.5em 0.5em 2.25em;
	background-color: #ffe3f1;
    background-color: #FFBABA;
	background: #ffdddd; 
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D8000C;
	color: #000000;
	width: 95%;
	border: 1px solid #FF9999;
}



/* BUTTONS
--------------------------------------------------------------------------------------------*/

.awesome, .awesome:visited {
	background: #222 url(http://wooshii.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	.wooshii.awesome, .wooshii.awesome:visited		{ background-color: #078087; }
	.wooshii.awesome:hover							{ background-color: #067076; }
	.grey.awesome, .grey.awesome:visited		{ background-color: #ddd; color: #888; }
	.grey.awesome:hover							{ background-color: #ccc; }


/* ***************************************
    CLEARFIX
*************************************** */


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ***************************************
    RIGHT TAGCLOUD
*************************************** */


#right_tagcloud {
width: 200px;
max-width: 200px;
color:#7b868a;
border: 0px;
font-family: Arial, Helvetica, Sans Serif;
margin-top:50px;
margin-bottom: 20px;
position: relative;
bottom: 159px;
text-align:center;
overflow: hidden;
}

#right_tagcloud .tagtitle {
  color: #333238;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
}

#right_tagcloud a:link, #right_tagcloud a:visited {
text-decoration:none;
color:#7b868a;
}

#right_tagcloud a:hover, #right_tagcloud a:active {
text-decoration: underline;
}

#right_tagcloud span {
	padding: 5px;
	font-weight: bold;
}

.smallest, .smallest a {
font-size: 11px;
}

.small, .small a {
font-size: 13px;
}

.medium, .medium a {
font-size:15px;
}

.large, .large a {
font-size:17px;
}

.largest, .largest a {
font-size:19px;
}

/* ***************************************
	BREADCRUMBS
*************************************** */

#tab_sub_row ul#breadcrumbs {
	height:24px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: -10px;
	padding: 10px 40px;
}

#breadcrumbs li {
	float:left;
	line-height:24px;
	color:#fff;
	background-color: #8e8e8e;
	margin-right: 27px;
	width: 200px;
	text-align: center;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#breadcrumbs li.current {
	background: url(../images/pointer.png) no-repeat right center;
	background-color: #3274d0;
	display:block;
	padding:0 40px 0 30px;
	width: 130px;
	font-weight: bold;
}

#breadcrumbs li.last {
	margin-right: 0;
}

#breadcrumbs li a {
	background: url(../images/pointer.png) no-repeat right center;
	background-color: #8e8e8e;
	display:block;
	padding:0 40px 0 30px;
}

#breadcrumbs li a:link, #breadcrumbs li a:visited {
	color:#fff;
	text-decoration:none;
}

#breadcrumbs li a:hover {
	background-color: #6c6c6c;
}