html {

}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

/* COMMON */

.clr {
	clear: both;
}
strong {
	font-weight: bold;
}

a, img, input {
	outline: none;
}

.site-wrapper {
	background: url(../img/section-bg.png) repeat-x;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#image-holder div {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 80px;
	float: left;
}

#image-holder div a img {
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}

#image-holder div a.delete {
	width: 80px;
	background: #333;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}

	#image-holder div a.delete:hover {
		background: #CCC;
	}

.pagination {
	padding: 10px;
}

	.pagination p {
		margin-bottom: 10px;
		font-size: 85%;
		color: #333;
	}

	.pagination span a {
		color: #FF9900;
		text-decoration: none;
	}

	.pagination span {
		border: 1px solid #ff9900;
		padding: 4px 6px 4px 6px;
		margin-right: 5px;
		color: #ff9900;
	}
	
	.pagination span.current {
		background: #FF9900;
		color: #FFF;
	}

/* COMMON END */


/* SECTIONS */

#sections {
	height: 50px;
	margin-bottom: 20px;	
}

	#sections ul {
		padding-top: 13px;
	}
		
		#sections ul li {
			float: left;
		}
		
		#sections ul li a {
				float: left;
				display: block;
				width: 160px;
				height: 37px;
				text-align: center;
				text-decoration: none;
				color: #666666;
				padding-top: 10px;
				margin-right: 20px;
		}
		
			#sections ul li a:hover {
				background: url(../img/section-nav-bg.png) top right no-repeat;
			}
		
			#sections ul li.active a {
				background: url(../img/section-nav-bg.png) top left no-repeat;
				color: #333;
			}
			
		
			
			
/* SECTIONS END */




/* TABLE STYLES */

.tableData {
	width: 100%;
	font-size: 85%;
}

	.tableData tr {
		background: url('../img/tablerow-even.png') repeat-x bottom right;
	}
	
		.tableData .oddRow {
			background: url('../img/tablerow-odd.png') repeat-x bottom right;
		}
	
		.tableData tr th {
			padding: 8px;
			background: #ffbc36 url('../img/tablerow-header.png') repeat-x bottom left;
			color: #FFF;
			font-weight: bold;
			border-left: 1px solid #de7e00;
			border-bottom: 1px solid #de7e00;
		}
		
			.tableData tr th a {
				color: #FFF;
				font-weight: bold;
			}
		
		
	
		.tableData tr td {
			padding: 8px;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #CCC;
		}
		
			.tableData tr td a {
				color: #FF9900;
				font-weight: bold;
			}


/* TABLE STYLES END */



/* HEADER */

#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

	#header #logo {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		background: url(../img/logo.png) no-repeat;
		width: 160px;
		height: 30px;
		float: left;
	}

	#header ul {
		float: right;
		background: #666;
		height: 30px;
		margin-right: 20px;
		padding-left: 20px;
		
	}
	
		#header ul li {
			float: left;
			margin-right: 25px;
		}
		
			#header ul li a {
				float: left;
				text-decoration: none;
				color: #bdbdbd;
				font-weight: 93%;
				font-weight: bold;
				display: block;
				line-height: 29px;
			}
			
			#header ul li a:hover {
				color: #ccc;
			}
			
			#header ul li.active a {
				color: #FFF;
			}
			
			
			
			#header .post-job {
				float: right;
				text-decoration: none;
				background: #ff9933;
				color: #FFF;
				font-weight: bold;
				font-size: 93%;
				height: 30px;
				padding: 0px 10px 0px 10px;
				line-height: 31px;
			}
			
				#header .post-job:hover {
					background: #ffcc66;
				}
	
	

	

/* HEADER END */


#flashMessage {
	padding: 4px;
	border: 1px solid #ff9900;
	margin-bottom: 10px;
	background: #ffedd1;
	color: #ff9900;
	
}



.content-area {
	color: #666;
}

.content-area ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

	.content-area ul li {
		list-style: square;
		padding-left:10px;
		margin-bottom: 5px;
		font-size: 93%;
	}

/* DASHBOARD */

#subscription-bar {
	background: #999;
	padding: 8px 12px;
	color: #FFF;
	font-size: 93%;
}

#subscription-bar.active {
	background:green;
}

#subscription-bar.inactive {
	background:grey;
}

	#subscription-bar a {
		color: #FFF;
		font-weight: bold;
	}

#dashboard-navigation {
	background: #e5e5e5;
	border: 1px solid #c4c4c4;
}


	#dashboard-navigation ul {
		float: right;
	}
	
		#dashboard-navigation ul li {
			float: left;
		}
		
			#dashboard-navigation ul li a {
				float: left;
				display: block;
				color: #333;
				text-decoration: none;
				font-size: 85%;
				padding: 8px;
				background: url(../img/dashboard-nav-seperator.png) no-repeat;
				font-weight: bold;
			}
			
				#dashboard-navigation ul li a:hover {
					background: #333;
					color: #fff;
				}
			
			#dashboard-navigation ul li.Logout a {
				color: red;
			}
			
			

	#dashboard-navigation .UserDetails {
		font-size: 108%;
		font-weight: bold;
		float: left;
		padding: 8px 0px 0px 10px;
	}

/* DASHBOARD END */



/* MESSAGES */


#authMessage {
	color: red;
	font-size: 93%;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid red;
	background: #ffcccc;
}

/* MESSAGE END */


.selling-points {
	margin-left: 20px;
	margin-bottom: 20px;
}

	.selling-points li {
		font-size: 108%;
		font-weight: bold;
		margin-bottom: 5px;
		list-style: square;
		color: #FF9900;
	}


#apply-now-button {
	background: #FF9900;
	padding: 10px;
	text-align: center;
	color: #FFF;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 108%;
}

	#apply-now-button:hover {
		background: #333;
	}

/* FORMS */

form {
	margin-bottom: 20px;
}

/*
form div, form label {
	border: solid thin black;
}
*/

form .formhp {
    display: none;
}

form .input {
	margin-bottom: 10px;
}

form fieldset {
	margin-bottom: 20px;
	
}

form fieldset h3 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

form .input label {
	display: block;
	float: left;
	width: 140px;
	font-size: 93%;
	line-height: 24px;
}

form .input .input-group {
	float: left;
}

	form .input .input-group label,
	form .input .input-group select {
		float: none;
	}


form .input .error-message {
	margin-left: 140px;
	margin-top: 5px;
	font-size: 77%;
	color: red;
}

form .input select {
	padding: 2px;
	font-size: 85%;
}

form .input input,
form .input textarea {
	padding: 2px;
	font-size: 85%;
	width: 200px;
}

form .input textarea {
	width: 300px;
}

form .input .form-error {
	border: 1px solid red;
	padding: 4px;
}

form .submit {
	margin-left: 140px;
}

form .submit input {
	background: #ff9933;
	color: #FFF;
	border: 0;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

form .checkbox {
	clear: both;
}

form .checkbox label {
	display: block;
	float: left;
	width: 140px;
	font-size: 93%;
	line-height: 24px;
}

form .checkbox input {
	margin: 5px 0px 10px 0px;
	width: 20px;
}

form .input checkbox{
}


.payment-info {
	background: #FF9900;
	padding: 10px;
	color: #FFF;
	margin-bottom: 10px;
}

	#content-page .payment-info p {
		margin-bottom: 0px;
	}
	
	#content-page .payment-info p.price {
		font-size: 167%;
	}

#subscribe-cta {
	background: #ff9933;
	padding: 10px;
}

	form #subscribe-cta h3 {
		color: #FFF;
		border-bottom: none;
		margin-bottom: 5px;
	}
	
	form #subscribe-cta p {
		color: #FFF;
		margin-bottom: 5px;
	}
	
	form #subscribe-cta label {
		color: #FFF;
		font-weight: bold;
	}
	
	form #subscribe-cta table {
		margin-bottom: 10px;
	}
		
		form #subscribe-cta table tr {
		
		}
		
		form #subscribe-cta table tr td {
			color: #FFF;
			border-bottom: 2px solid #ff9900;
			background: #e68300;
		}
		

/* FORMS END */




/* CONTENT */




.content-wrapper {
	margin-bottom: 20px;
	margin-top: 20px;
}

	.content-wrapper .content-column {
		float: left;
		width: 460px;
		margin-right: 40px;
	}
	
		.content-wrapper .content-column table {
			width: 100%;
			font-size: 85%;
		}
		
		.content-wrapper .content-column table tr {
		
		}
		
		.content-wrapper .content-column table tr td {
			padding: 8px;
			border-bottom: 1px solid #CCC;
		}
	
	
	
	.content-wrapper .content-column-third {
		width: 760px;
		margin-right: 40px;
	}
	
	.content-wrapper .last-column {
		margin-right: 0px;
	}

/* CONTENT END */


/* CONTENT STYLES */

h1 {
	font-size: 197%;
	margin-bottom: 20px;
	color: #FF9933;
	font-weight: bold;
	letter-spacing: -1px;
}

	h1 a {
		color: #333;
	}

#content-page h2 {
	font-size: 167%;
	margin-bottom: 10px;
	color: #000;
}

#content-page h3 {
	font-size: 123.1%;
	margin-bottom: 10px;
	color: #000;
}

#content-page p {
	line-height: 20px;
	font-size: 93%;
	margin-bottom: 20px;
}

#content-page p a {
	color: #FF9933;
	text-decoration: none;
	border-bottom: 1px dotted #FF9933;
}

	#content-page p a:hover {
		color: #ffcc66;
	}

#content-page img {
	margin-bottom: 20px;
}

#content-page strong {
	font-weight: bold;
}

#content-page .feint {
	color: #999;
	font-size: 77%;
	line-height: 18px;
}

#content-page p.quote {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

#content-page p span.fancy {
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
}

#content-page ul {
	
}

	#content-page ul li {
		
	}

/* CONTENT STYLES END */



/* FOOTER */

#footer {
	font-size: 85%;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-bottom: 20px;
}

	#footer .copyright {
		float: right;
		text-align: right;
	}
	
	#footer .copyright a {
	   color: #F93;
	}

	#footer ul {
		float: left;
	}
	
		#footer ul li {
			float: left;
		}
		
			#footer ul li a {
				float: left;
				margin-right: 10px;
				color: #888;
			}
			
			#footer ul li a:hover {
				color: #777;
			}
			
			#footer ul li.active a {
				color: #000;
			}

/* FOOTER END */

/* ADVERT */

#ad160x600 {
	width: 160px;
	position: absolute;
	right: -180px;
	top: 25px;
}

	#ad160x600 img {
		margin-bottom: 5px;
	}

/* ADVERT END */