<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
*{
	outline:0;
	padding:0;
	margin:0;	
	font-family:Arial, sans-serif;
}
html{
	z-index:1;
}
body{
	background-color:#c1c1c1;
	font-size:12px;
	background-image:url("/img/bgBody.png");
	background-repeat:repeat-x;
	z-index:2;
}
img{
	border-width:0px;
}
li{
	list-style-position:outside;
	margin-left:20px;
}
#container { 
	margin-left: auto; 
	margin-right: auto;
	width: 803px;
	position:relative;
	z-index:3;
}
#topPart { 
	position:relative;
	height:115px;
	background-image:url("/img/bgTopPart.png");
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:4;
}
#topPart a{
	color:#555555;
	text-decoration:none;
}
#topPart a:hover{
	color:#f00000;
}
#logo{
	position:absolute;
	z-index:400;
	left:5px;
	top:12px;	
}
#middlePart { 
	position:relative;
	background-image:url("/img/bgMiddlePart.png");
	background-repeat:repeat-y;
	z-index:5;
}
#bottomPart { 
	position:relative;
	height:115px;
	background-image:url("/img/bgBottomPart.png");
	background-repeat:no-repeat;
	font-size:10px;
	color:#666666;
	z-index:6;
}
h1{
	font-weight:normal;
	font-size:16px;
	height:30px;
	text-align:center;
	background-image:url("/img/underline1.png");
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:8px;
}
h2{
	font-weight:normal;
	font-size:15px;
	margin-bottom:5px;
}
#middlePart a{
	color:#666;
	text-decoration:none;
}
#middlePart a:hover{
	color:#f00000;
}
.commonForm {
	width:100%;
	position:relative;
}
.commonForm  label{
	float:left;
	width:200px;
	clear:both;
	margin-top:14px;
}
.commonForm  select, .commonForm  input{
	float:left;
	margin-top:14px;
}
.commonForm  .it{
	border:1px solid #dddddd;
	width:220px;
}

.commonForm .itContForm, .commonForm .required{
	border:1px solid #dddddd;
}

.commonForm input.error, .commonForm textarea.error, .commonForm select.error {
	border:1px solid #f00000;
}

.commonForm  textarea{
	border:1px solid #dddddd;
	background-color:#ffffff;
	width:277px;
	height:130px;
	margin-top:10px;
}
#signinDiv {
	width:780px;
	position:relative;
}
#signinDiv  #leftCol{
	width:380px;
	float:left;
	border-right:1px solid #dddddd;
}
#signinDiv  #rightCol{
	width:370px;
	float:right;
}
#signinDiv  label{
	float:left;
	width:120px;
	clear:both;
	margin-top:14px;
}
#signinDiv  select, #signinDiv  input, #file_uploadUploader{
	float:left;
	margin-top:14px;
}
#signinDiv  .it{
	border:1px solid #dddddd;
	width:170px;
}

#signinDiv .itContForm, #signinDiv .required{
	border:1px solid #dddddd;
}

#signinDiv input.error, #signinDiv textarea.error, #signinDiv select.error {
	border:1px solid #f00000;
}

#signinDiv  textarea{
	border:1px solid #dddddd;
	background-color:#ffffff;
	width:277px;
	height:130px;
	margin-top:10px;
}
.btns{
	cursor:pointer;
	float:none!important;
}
#requestedFieldsAreEmpty{
	display:none;
	position:absolute;
	z-index:99999;
	width:400px;
	text-align:center;
	width:330px;
	height:115px;
	background-image:url("/img/bgAlert.png");
	background-repeat:no-repeat;
}

#menu{
	position:relative;
}
#menu li,#menu a{
	position:	relative;
	color:#666666;
	font-size:14px;
	text-decoration:none;
}
#menu li{
	display:block;
	list-style-type:none;
	border-bottom:1px dotted #DDDDDD;
}
#menu a{
	display:block;
	padding:13px 10px 13px 10px;
}
#menu a.color0:hover,#menu a.color0.current{
	background-image:url("/images/bgBtnHover.png");
	background-repeat:no-repeat;
	background-position:center top;
}
#identity{
	color:#333333;
	position:absolute;
	right:16px;
	top:67px;
}
strong{
	font-weight:bold;
	color:#96be0b;
}
.xls{
	border-collapse:collapse;
}
.xls th, .xls td{
	border:1px solid #DDDDDD;
	padding:4px;
	text-align:center;
}
#skillSearch{
	position:relative;
	height:60px;
}
#skillFilteredList{
	position:absolute;
	top:19px;
	left:226px;
	width:200px;
	border:1px solid #DDDDDD;
	z-index:88888;
	text-align:left;
	padding:8px;
	display:none;
	background-color:#FFFFFF;
	max-height:250px;
	overflow:auto;
}
#skillFilteredList li{
	list-style-type:none;
	list-style-position:outside;
	display:block;
	cursor:pointer;
}
.delSkill, .lvlStars, .delUserFile{
	cursor:pointer;
}</pre></body></html>