* {
margin:0;
padding:0;
}
table tr td {
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}
img {
	border:0px;
}
/* General Style Info */
body {
	background-color: white;
	color: #333;
	font-family:'arial','verdana','lucida grande','helvetica','sans-serif';
	font-size:12px;
	margin: 0;
	text-align:center;
}
label {
	font-size:10px;
	padding-right:5px;
	vertical-align:top;
}
input, select, textarea {
	width:200px;
	font-size:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
#content li {
	list-style-position: inside;
	margin-left: 20px;
}
#content ul {
	margin-bottom: 10px;
}
#content ol {
	margin-bottom: 10px;
	list-style-type: lower-alpha;
}
p {
	margin-bottom: 8px;
	color:#333;
}
h1 {
	font-size: 18px;
	color: #ab4539;
	font-weight: lighter;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #ab4539;
	font-weight: lighter;
	margin-bottom: 10px;
}
h3 {
	font-size:22px;
	margin-bottom:10px;
}
a {
	color:red;
	text-decoration:none;
}
a:hover {
	color: #773028;
	text-decoration:none;
}
/* Layout */
#container {
	width:900px;
	margin: 0 auto;
	text-align: left;
	padding:0px;
}

#header{
	padding: 0px;
	border-bottom: solid #bd111d 4px;
}
#content{
	font-family:'verdana','helvetica','arial','sans-serif';
}
#bottomrow {
	border-collapse:separate;
	border-spacing:5px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#bottomrow td {
	text-align:center;
	font-size:14px;
	width:25%;
}
#toprow {
	border-collapse:separate;
	border-spacing:5px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#toprow .label {
	float:left;
	text-align:center;
	font-size:16px;
	width:100%;
}
.light_row {
	background-color:#CCC;
}
.match_table {
	font-size:12px;
	width:80%;
}
.match_table th {
	font-weight:bold;
	text-align:center;
	background:#4A4A4C;
}
.big_orange {
	font-size:16px;
	color:#FF7F00;
}
.midrow {
	border-collapse:separate;
	border-spacing:7px;
	width:100%;
}
.content_box {
	width:256px;
	height:120px;
	background:#4A4A4C;
	display:block;
	margin:0px;
	font-size:10px;
	padding:2px;
}
.content_box table {
	width:100%;	
}
.content_box th {
	color:#FF7F00;
}
.jobs_list_table {
	width:600px;
}
.jobs_list_table th {
	font-size:12px;
	font-weight:bold;
}
.greylabel {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background:#231F20;
	color:white;
	font-size:18px;
	display:block;
}
.greylabel span {
	margin-left:15px;
}
.button {
	margin-top:10px;
	text-align:center;
	font-size:14px;
	background-color:#9e0000;
	height: 21px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}
.button a {
	color:#BEBEBE;
	text-decoration:none;
}
.button a:hover {
	color:white;
}
.wide_table {
	padding-left:50px;
	width:100%;
}
.wide_table table {
	width:100%;
	border-collapse:collapse;
}
.wide_table td {
	width:33%;
	text-align:left;
}
.wide_table label {
	margin:0px;
	text-align:left;
	padding:0px;
	margin-left:5px;
}
.wide_table input {
	width:16px;
	
}
.creatives_table {
	width:100%;
}
.updated_row {
	color:red;
}
.right_align_box {
	width:600px;
	text-align:right;
}
.form_list {
	width:440px;
	text-align:left;
	font-size:10px;
}
.form_list label {
	margin-right:10px;
	vertical-align:middle;
}
.form_list p {
	float: left;
	width: 140px;
}
.creative {
	margin-left: 45px;
}	
.date_select {
	
}
.date_select select {
	width:60px;
}
.date_select label {
	padding-right:15px;
}

.profile_list {
	width:500px;
	font-size:12px;
}
.profile_list th {
	color:#231F20;
	width:100px;
	text-align:left;
	font-weight:bold;
}
.profile_list td {
	width:350px;
	text-align:left;
	color:white;
}
#content .profile_list td {
	color: #231F20;
}

.portfolio_table {
	border-collapse:separate;
	border-spacing:15px 0px;
}
.portfolio_table span {
	vertical-align:middle;
	padding-top:5px;
}
.portfolio_table td {
	width:85px;
	height:90px;
	font-size:10px;
}
.portfolio_table a {
	color:#FF7F00;
	text-decoration:none;
}
.portfolio_table a:hover {
	color:white;
}
.upload_form_field {
	color:#FF7F00;
	font-size:10px;
}
.login_box {
	text-align:right;
	margin-right:25px;
}
.login_box input {
	width:100px;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.login_box label {
	vertical-align:middle;
	margin-right:17px;
}
.login_box span {
	margin:0px 0px 0px 0px;
}

/* Tables */

.cake-sql-log {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	background: #f4f4f4;
}
.cake-sql-log table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.cake-sql-log th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
.cake-sql-log table tr.altrow td {
	background: #f4f4f4;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

#menu {
  height: 30px;
  background-color: #231f20;
  margin-bottom: 15px;
}
#menu li {
	display: inline;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
	margin: 0 25px 0 10px;
	font-size: 13px;
}
#menu li.firstitem {
	margin-left: 15px;
}
#menu li.rightitem {
	float: right;
}
#menu li a {
	color: #bebebe;
	font-size: 14px;
}
#menu li a:hover, #menu li a:active {
	color: #fff;
	font-size: 14px;
}
#footer {
	width: 900px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#footer p {
	color: #a6a6a9;
}
#footer #reserved-rights{
	float: left;
	width: 340px;
	text-align: left;
	margin-left: 23px;
}
#footer #reserved-rights .reserved {
	font-size: 14px;
}
#footer #reserved-rights {
	font-size: 10px;
}
#footer-links {
	height: 60px;
	width: 450px;
	float: left;
}
#footer-links li {
	display: inline;
	margin-right: 20px;
}
#footer-links li.firstitem {
	margin-left: -60px;
}
#footer-links li a {
	color: #636468;
	font-size: 14px;
}
#footer-links-right li {
	display: inline;
}
#footer-links-right li a{
	color: #636468;
	font-size: 14px;
}
#register{
	float:left;
	width: 595px;
	margin-bottom: 15px;
}
#register-heading {
  height: 29px;
  background-color: #ccc;
  margin-bottom: 5px;
  color: #ab4637;
  background-image: url(../img/register.png);
  background-position: 30% 20%;
}
div#register-left {
	float:left;
	width: 290px;
	background: url(../img/black_bg_square.jpg) #231F20 ;
	height: 145px;	
}
div#register-right {
	margin-left: 15px;
	float:left;
	width: 290px;
	background: url(../img/black_bg_square.jpg) #231F20 ;
	height: 145px;
}
div#register-text {
	margin: 15px 15px 15px 15px;	
}

div#register-text p {
	color: #FFF;
	font-size: 10px;
}

div#register-text p.reg-heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#clickhere {
	float: right;
	bottom: 20px;
}
#register-right #clickhere {
	margin-top: 13px;	
}

#register-right .gobutton {
	width: auto;
	float: right;
	margin-top: -18px;
}
#inlink {
	width: 170;
	float: left;
}
	
#account-login {
	width: 271px;
	height: 178px;
	float: left;
}
#login-heading {
  height: 29px;
  background-color: #f0f0f0;
  margin-bottom: 5px;
  color: #666;
  background-image: url(../img/loginpanel.jpg);
  background-repeat: repeat;
}
#login-body {
	height: 144px;
	width: 271px;
	background-color: #f0f0f0;
	background-image: url(../img/loginpanel.jpg);
  background-repeat: repeat;
}
.padding-left {
	padding-left: 10px;
}
#login-body a {
	color: #333;
}
#login-body a:hover {
	color: #555;
}
#account-login .inputtext {
	width: 160px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	border: none;
	background-color: #666;
	color: white;
}
#account-login .button {
	margin: 0;
	border: 0;
	background-color: #333;
	width: 60px;
}
.heading {
	text-transform: uppercase;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
.reg-heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.reg-heading-red {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

#register ul {
	list-style: disc inside none;
}
#register .button {
	text-align: center;
	background-color: #ab4637;
	width: 120px;
	margin: 0 auto;
	display: block;
}
#register .button a {
	color: white;
}
#hot, #hot p {
	color: #FFF;
	}
#hot-jobs {
	width: 442px;
	height: 400px;
	margin-right: 15px;
	float: left;
	background-color: #636468;
}
#hot-title {
	color: #FFF;
}
#hot-body {
	background-repeat: repeat;
	background-position: 10% 10%;
	float: left;
	height: 100px;
}
#hot-body-image {
	float: left;
	margin: 15px 15px 12px 15px;
}
#hot-talent {
	width: 442px;
	height: 400px;
	float: left;
	background-color: #636468;
}
#hot-talent-body {
	height: 320px;
	background-color: #636468;
	background-position: 30% 20%;
	background-repeat: repeat;
}
.hot-images {
  height: 180px;
  margin-bottom: 10px;
 
}
.hot-title {
	color: white;
	font-weight: bold;
	margin: 5px 0 2px 20px;
	display: block;
}
.hot-description {
	color: white;
	margin: 0 0 5px 20px;
	display: block;
	font-size: 10px;
}
iframe #container {
	width: auto;
}
#blog h2 {
	margin-top: 18px;
}
#left_block {
	width: 442px;
	height: 545px;
	float: left;
	padding-right: -10px;
}
#right_block {
	width: 442px;
	height: 545px;
	float: left;
	background-color: #231F20;
	margin-left: 16px;
	color: #bebebe;
}
#right_block p {
	color: #bebebe;
}
#right_block .form_list p {
	width: 95px;
	color: #bebebe;
	float: left;
	text-align: right;
	font-size: 11px;
} 
div#right_block .form_list input {
	width: 157px;
	border: none;
	height: 20px;
	width: 280px;
	float: left;
	margin-left: 15px;
	margin-bottom: 8px;
}
div#right_block .form_list input.registerbutton {
	width: 93px;
	height: 29px;
	float: left;
}
div#right_block .form_list input#agree {
	width: 22px;	
}
div#right_block .form_list p.agree {
	width: 170px;
}
div#right_block .form_list select {
	margin-left: 15px;
	float: left;
	width: 281px;
}
#right_block #inside {
	margin: 15px 15px 15px 15px;	
}
#right_block #inside p{
	font-size: 11px;	
}
#right_block label {
	width: 200px;
}
#terms {
	width:407px;
	height:280px; 
	overflow: auto;
	visibility: visible;
	float: left;
	margin-top: 10px;
	padding-right: 5px;
}

.inputlogin {
	width: 125px;
	height: 20px;
	border: none;
	margin-bottom: 10px;
}

#register-text #UserLoginForm p {
	margin-left: 10px;
	margin-bottom: 0;
	width: 65px;
	float: left;
	} 

#register-text .input {
	width: 130px;
	float: left;
}

#hot-inside {
	margin: 7px 15px 15px 15px;
}

#hot-inside span {
	margin: 0;
}

.error-message {
	color: red;
	font-size: 9px;
	float: right;
	margin-right: 60px;
}
