form {
	margin:0px;
}

label {
	margin:0px;
	padding:0px;
	font: normal 11px/13px "lucida grande", tahoma, arial, verdana, Georgia, sans-serif, "Times New Roman", Times, serif;
	color: #666;
}

p {
	margin:0px;
	padding:0px;
	font: normal 12px "Lucida grande", tahoma, Arial, Georgia, "Times New Roman", Times, serif;
	border:0px solid red;
}

#content_title{
	font-size:18px;
	text-align:center;
}


fieldset {
	width:100%;
	padding: 0px 0px 0px 0px;
	border : 3px double #ccc;
}

/* legend styling */
legend {
	display:block;
	margin:15px;
	
	width:100px;
	height:20px;
	color:#91b476;
	text-align:left;
	font-family: "Lucida grande", tahoma, Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:12px;
}

/* bit of styling */
fieldset div.outline {
	margin: 2px;
	margin-left:10px;
	/*background: #ffffcc;*/
	margin-bottom: 3px;
	font-size:11px;
	clear:both;
}

div.desc{
	margin:3px;
	padding-left:10px;
	border:0px solid red;
}

@media screen{
	div.desc{
		height:622px;
		max-height:622px;
		overflow-y:auto;
		overflow-x:auto;
		overflow:auto;
	}
}

@media print{
	div.desc{
		overflow-y:visible;
		overflow-x:visible;
		overflow:visible;
	}
}

form label{
	display:block;
	height:15px;
	font-weight:bold;
	line-height:12px;
	clear:left;
}

/* style for required labels */
label .required {
	font: normal 9px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: red;
}

.clear {
	clear: both;
}

fieldset input{
	margin:0px 0px 5px 0px;
	width:220px;
	height:16px;
	line-height:16px;
	font-size:11px;
	border:1px solid;
	background:#eee;
}

fieldset select{
	width:230px;
	height:18px;
	line-height:16px;
	font-size:11px;
}

form table input{
	width:220px;
	height:16px;
	line-height:16px;
	font-size:11px;
}


form table select{
	width:230px;
	height:18px;
	line-height:16px;
	font-size:11px;
}

fieldset td input{
	margin:0px;
	width:220px;
	height:16px;
	line-height:16px;
	font-size:11px;
}

fieldset td select{
	margin:0px;
	width:230px;
	height:16px;
	line-height:16px;
	font-size:11px;
}

fieldset td textarea{
	margin:0px;
	line-height:16px;
	font-size:11px;
	border:1px solid;
	background:#eee;
}

textarea{
	border:1px solid;
	background:#eee;
}

input.button{
	width:117px;
	height:20px;
	color:black;
	background:url(../images/default/background/bg_button.gif) no-repeat center center;
	border:0px solid red;;
	line-height:18px;
	font-size:16px;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0;
}

.searchform td{
	margin:auto;
	font-size:12px;

}

.searchbar{
	margin:0px;
	width:200px;
	height:26px;
	padding:0px 10px 0px 15px;
}

#jobsearch,#usersearch{
	border:0px;
	width:180px;
	height:12px;
	font-size:11px;
	margin:0px;
}


#indexnews a:active {
	color:black;
	text-decoration:underline;
}

#indexnews a:link{
	color:black;
	text-decoration:none;
}

#indexnews a:visited{
	color:black;
	text-decoration:none;
}

#indexnews a:hover{
	color:black;
	text-decoration:underline;
}


div.fields{
	border: 3px double #ccc;
}

div.fields_title {
	position:relative;
	left:40px;
	top:-10px;
	padding:5px 0px 0px 15px;
	margin:5px;
	width:117px;
	height:20px;
	color:black;
	font-family: "lucida grande", tahoma, arial, verdana, sans-serif;
	font-weight: bold;
}

@media screen{
	#resumedisplayarea{
		margin-left:0px;
		width:450px;
		height:450px;
		max-width:450px;
		max-height:450px;
		overflow-y:auto;
		overflow-x:auto;
		overflow:auto;
	}
	#resumefieldset{
		width:465px;
		float:right;
	}
	#userresume{
		padding-top:5px;
		padding-left:5px;
		float:right;
		max-height:477px;
		height:477px;
	}
}

@media print{
	#resumedisplayarea{
		text-align: justify;
		overflow-y:visible;
		overflow-x:visible;
		overflow:visible;
	}
	#resumefieldset{
		width:700px;
		float:left;
		border:0px;
	}
	#userresume{
		padding-top:5px;
		padding-left:5px;
	}
}



#resumedisplayarea p{
	margin:2px;
}

table.fieldset {
	margin:10px auto;
	font-size:11px;
}

table.fieldset td {
	margin:10px auto;
	font-size:11px;
}

/* Begin Safari v2 hide */
td.searchbar {
	background:url(../images/default/background/search_fieldx.gif) no-repeat center center;
	padding:5px 0px 5px 0px;
}
/* End Safari v2 hide */

/* show-safari-1.0
td.searchbar {
	background:url(../images/default/background/search_fieldx.gif) no-repeat center center;
}
*/

@safari {
	td.searchbar {
	background:url(../images/default/background/search_fieldx.gif) no-repeat center center;
	}
}