body, div, h1, p, form {
	font-family: "Lucida Grande", sans-serif;
	margin: 0 auto;
	padding: 0;
	line-height: 125%;
}

body {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

h1 {
  padding: 10px; 
  margin: 0; 
  font-size: large;
}

h2 {
	color: black;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 3px 0;
	text-transform: none;
}

/************* ROUND **************************************/

div.inner {
	margin: 0;
	border:0;
	zoom:1;
	background-color: #E4F2FD;
	font-size: 20px;
	color: #333333;
	padding: 7px;
	text-align: left;
	font-weight: bold;
	text-shadow: #888 0px 1px 3px;
}
div.outer {
	margin: 10px;
	padding: 2px;
	background-color: #E5E4E4;
}

/*********** LIST **********************************/
.list ul {
	clear: both;
	padding: 0;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.list .alternate {
	background-color: #F9F9F9;
}
.list .inner a {
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.list {
	width: 100%;
	margin-top: 15px;
}
.list li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	border-bottom: solid 1px;
	border-bottom-color: #EAEAEA;
	color: #000000;
}
a {
	color: #21759B;
	text-decoration: none;
}
a:hover {
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: underline;
}
/*****************************************/

#joobsbox-main {
	padding: 10px;
	width: 890px;
	text-align: left;
	background-color: #FFFFFF;
}

#joobsbox-header {
	margin-bottom: 5px;
	clear: both;
}

.site-title	{
}

#joobsbox-header h1 {
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:38px;
	letter-spacing:-1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#joobsbox-header h1 a {
  color: #333;
}

#joobsbox-footer {
	border-top: 1px solid #ddd;
	color: #888;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	background-color: #FFC;
	border-bottom: 1px solid #ddd;
	margin-left: 15px;
	margin-right: 15px;
}

#wrapper {
	text-align: center;
	width: 100%;
}

#jobContent {
	padding: 20px;
	padding-top: 0px;
}
#tools {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 28px;
	clear: both;
}
#tools #search {
	float: right;
	position: relative;
	top: -5px;
}

#tools #postJob {
	float: left;
}

#alert {
	padding: 7px 0;
	font-weight: bold;
	color: #CC0000;
  margin: 5px auto;
	font-size: 14px;
	background-image: url(../images/icon-error-flat.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	background-color: #FFE1E1;
	margin-left: 20px;
	width: 80%;
}

#searchInput {
	width: 200px;
	padding: 2px;
	color: #666666;
	font-size: 16px;
	margin: 0;
	height: 24px;
	vertical-align: middle;
}
#ok{
	padding-bottom: 5px;
	font-weight: bold;
	color: #489E14;
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
	padding-left: 40px;
	background-image: url(../images/icon-ok-flat.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	text-align: left;
	background-color: #D9F8C7;
	margin-left: 20px;
	width: 80%;
}
#abs {
	position: absolute;
	width: 200px;
	padding: 5px;
	margin: 8px;
	top: 0;
	right: 0;
	text-align: center;
	background-color: #CC3300;
}


/************** FORM ***********************/

#jobForm fieldset {
	border: 0;
	padding: 20px;
}
#jobForm label {
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
}
#jobForm #publicChck {
	width: auto;
}

#jobForm #txtDescription {
	width: 90%;
	height: 200px;
	font-size: 12px;
}
#jobForm #btnSend {
	width: 150px;
	font-weight: bold;
}
#jobForm .info {
	color: #999999;
	font-size: 9px;
	clear: both;
}
#jobForm #txtToApply {
	width: 90%;
}
#jobForm input, #jobForm textarea, #jobForm select {
	padding: 5px;
	width: 50%;
	margin-top: 5px;
}
#jobForm .error {
	color: #F00000;
	font-size: 11px;
	font-style: italic;
}

/*********** OTHERS ********************************/

.toRight img {
	vertical-align: text-bottom;
	border: none;
	outline: none;
}
.admin, .toRight {
	float:right;
	font-size:12px;
	padding: 3px;
	padding-left: 7px;
}
.admin {
	color: #8CC16C;
}
.lighterSmall {
	font-size: 80%;
	color: #999999;
}

div.info {
  color: #7E5812;
  font-weight: bold;
  background-color: #FFFFCC;
  background-image: url('../images/icon-att-flat.gif');
  background-position: 7px 50%;
  background-repeat: no-repeat;
  padding: 10px 0;
  margin: 10px;
  padding-left: 40px;
}

/*============================*/
.button {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background:#21759B url(../images/button-grad.png) repeat-x scroll left top;
	border-color:#298CBA !important;
	border-style: none;
	color:#FFFFFF !important;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 5px 10px !important;
	text-decoration: none;
}
#joobsbox-header h2 {
	color:#666;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	width: 450px;
	padding: 5px;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}

#joobsbox-header h2 a {
 color: #666;
 text-decoration: underline; 
}

#joobsbox-license {
	color: #333;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#topRight {
	float: right;
}

#joobsbox-footer {
  background-color: #ffffcc; 
  text-align: center; 
  padding: 7px 5px; 
  border-top: 1px solid #ddd; 
  color: #888888; 
  font-size: 90%;
}


.integration {
  width: 100%;
  background-color: #333;
  font-size: 80%;
  padding: 5px 0;
  color: #CCC;
}

.integration a {
  color: #CCC;
}

