fieldset.form {
	border: 1px solid #CCC;
	padding: 8px;
}

fieldset.form * {
	margin: 2px;
}

fieldset.form legend {
	font-size: 22px;
	color: #015963;
	font-weight: bold;
}

fieldset.form label {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}

.text {
	display: block;
	background-color: #C6DF00;
	border-style: none;
	line-height: 22px;
	height: 22px;
	width: 250px;
}
.label_title {
	background-color: #C6DF00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.textclear {
	display: block;
	line-height: 18px;
	height: 18px;
	width: 250px;	
}
.textarea {
	display: block;
	background-color: #C6DF00;
	border-style: none;
	width: 250px;
}
.select {
	display: block;
	background-color: #C6DF00;
	border-style: none;
	width: 250px;
}
.btn {
	display: block;
}

.red {
	color: #F00;
}
.photo {
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: 420px 10px;
}
.submenu {
	padding: 0px;
	width: 100%;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	border-bottom-color: #065863;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.submenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.submenu li a {
	background-color: #C6DF00;
	float: left;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	width: auto;
	line-height: 18px;
	vertical-align: middle;
	height: 36px;
	padding: 5px;
}
.submenu a:hover {
	color: #C6DF00;
	background-color: #015963;
}

#trailimageid{
	position:absolute;
	visibility:hidden;
	left:0px;
	top:-1000px;
	width:1px;
	height:1px;
	border:1px solid #888888;
	background:#DDDDDD;
}

table.view {
	width: 100%;
}

table td.label {
	background-color: #f2f2f2;
	line-height: 25px;
	height: 25px;
	width: auto;
	padding-left: 10px;
	border: 1px solid #CCC;
	padding-right: 10px;
}
table td.data {
	padding-left: 10px;
	line-height: 25px;
	height: 25px;
	padding-right: 10px;
	border: 1px solid #CCC;
	width: 60%;
}
h3 small {
	font-size: 12px;
}

ul.vagas{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	float: left;
}
ul.vagas li {
	width: 33%;
	display: inline;
	float: left;
	margin: 0px;
}

table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: left;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }