@charset "UTF-8";

/*
The following are fixes to layout and display that have arisen n styling process
*/
.banner_image{height:80px; width:200px; padding: 5px;}
.filter_state{color:#bc2881;font-weight:bold;}
#resume {background:#ffffff;}
#errormessage {color:#ff0000;text-align:center}
#JobDescription_RTE select {height:auto; width:auto;; }
input[type=checkbox] {width:20px;}

.dashed_input {
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin: 8px 0;
padding: 12px 20px;
}

.dashed_textarea {
border: 1px solid #c3c3c3;
line-height:28px;
padding: 3px;
font-family:Arial;
font-weight:normal;
}

.preview a {
	color: #0000EE; 
	text-decoration:underline;
    
}


/* 
contentframe.css for fashion first
used on create advertisement, application and contact pages, should be used on editable pages as well

layout is 
<div id=contentheader>HEADER</div>
<div id=contentfarme>BODY</div>
*/


#contentframe  {
    background:#ffffff;
    width:600px;
    margin-right:auto;
    margin-left:auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#contentframe a {
color:blue;
text-decoration:none;
}


#contentheader {
    background:#f5f5f5;
    text-align:center;
    width:600px;
    margin-right:auto;
    margin-left:auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}