#user_dashboard {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 600px;
}

.mod_tools {
	padding-left: 15px;	
}

.mod_tools li {
	display: inline-block;
	padding-left: 6px;
}

.reported_comment {
	display: block;
	color: #C9B800;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.mod_tools li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 40px;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-family: Calibri, 'Trebuchet-MS', Arial;
	font-weight: 500;
	font-size: 12px;
	background: #9EDC36; /* old browsers */
	background: -moz-linear-gradient(top, #9EDC36 0%, #54B61D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9EDC36), color-stop(100%,#54B61D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9EDC36', endColorstr='#54B61D',GradientType=0 ); /* ie */
	color: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 1px 2px #767676;
	-moz-box-shadow: 0px 1px 2px #767676;
	box-shadow: 0px 1px 2px #767676; 
	line-height: 20px;
}

.job_count {
	padding-bottom: 10px;
	font-size: 14px;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
}

.page_admin #message_wrap {
	position: relative;
	width: 630px;
	padding-right: 20px;
}

.page_admin #message_threads {
	padding-bottom: 20px!important;	
}

.page_admin p {
	padding-bottom: 10px;
}	

.edit_faq_wrap {
	display: none;
}

.question_field {
	background-color: #F9F9F9;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #303030;
    font-size: 14px;
    padding: 3px;
	width: 600px;
}

.answer_field {
	width: 600px;
	height: 100px;
}

.edit_field {
	width: 500px;
	background-color: #F9F9F9;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #303030;
    font-size: 14px;
    padding: 3px;
}	

.edit_textarea {
	width: 500px;
	height: 100px;
}

table.mceLayout {
	width: 600px!important;
}	

.mceLayout td {
	padding: 0!important;	
}

.edit_submission_wrap {
	display: none;
	padding-top: 20px;
}

.edit_submission_wrap td {
	padding-bottom: 5px;
	padding-right: 5px;
}

.edit_submission_wrap fieldset {
	padding: 10px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}