html, body {
	height:100%;
	width:100%;
	min-width: 1000px;
}
body {
	background-color:#e0e0de;
	color:rgb(50, 50, 50);
	text-align:center; /* horizontal centering for IE Win quirks */
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1;
	background-image: url(/img/border.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
h2 {
font-size: 1.8em;
line-height: 2em;
}
p {
font-size: 1.2em;
line-height: 1.3em;
}
#IEwarning {
color: red;
font-size: 14px;
font-weight: bold;
position: absolute;
left: 60px;
top: -20px;
}
.btnLink{
width: 76px;
height: 31px;
display: block;
color: rgb(255, 150, 0);
background-image: url(/img/btn.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
text-transform: uppercase;
cursor: pointer;
margin: 0 auto;
padding-top: 6px;
text-align: center;
}
.right {
	text-align: right;
}
.fifty {
	height: 50px;	
}
.error, #warning {
color: red;
}
input.error, #register input.error {
color: red;
}
.warning {
position: relative;
height: 1px;
}
.warning .error {
position: absolute;
left: 210px;
top: -22px;
width: 300px;
font-size: 10px;
}

td {
vertical-align: middle;
}
td.top {
vertical-align: top;
}
#top{
	margin: 0 auto;
	height: 50px;	
}
#footer{
	background-color: #e0e0de;
	width: 100%;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(/img/border.gif);
	background-repeat: repeat-y;
	background-position: center center;
	position: absolute;
	bottom: 0;
	text-align: center;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-350px; /* half of container's height */
	float:left;
}

#container {
	margin:0;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:650px;
	width:100%;
	clear:left;
	background-color:#fff;
}
	
	
/**************** Innehållet ******/
	
#page{
	height: 600px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#content {
	margin-right: 50px;
	margin-left: 50px;
	width: 900px;
	margin-top: 20px;
}
#holder {
	margin-top: -5px;
	text-align: center;
}
/****************** Menyn ******/

.menu {
	width: 900px;
	clear: both;
	margin-left: 50px;
}
.menu ul {
	list-style-type: none;
	height: 80px;
	font-size: 1.5em;
}
.menu ul li {
	vertical-align: middle;
	padding: 0px;
	float: left;
	margin-top: 35px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu ul li a {
	text-decoration: none;
	color: rgb(50,50,50);
}
.menu ul li a:hover, .menu ul li#current a {
	background-repeat: no-repeat;
	background-position: 0px -16px;
	color: rgb(180,180,180);
}
li#home {
width: 180px;
margin-right: 0;
}
li#home a img{
position: relative;
top: -15px;
}
a.contact{
	background-image: url(/img/contact.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 53px;
	display: block;
		
}
a.account{
	background-image: url(/img/account.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 56px;
	display: block;
		
}

a.logout{
	background-image: url(/img/logout.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 52px;
	display: block;		
}



/********* Preview & Featured ******/

#featured {
	width: 900px;
	height: 130px;
	background-color: #CCC;
	background-image: url(/img/featured_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	bottom: 25px;
	left: 50px;
}
/********* Footer ******/

#footer p { 
	font-size: 8px;
	line-height: 25px;
	text-transform: uppercase;
	color: #B4B4B4;
	height: 50px;
	overflow: hidden;
	letter-spacing: .6px;
}
#footer Img {
	margin-left: 15px;
	vertical-align: middle;
}
#copyHolder{
position: relative;
top: 2px;
}


/********* Page - Login ******/

#loginform, #forgotform {
margin-top: 120px;
}
#register #warning {
width: 900px;
position: absolute;
top: 150px;
text-align: center;
}
#register h1 {
font-size: 14px;
line-height: 18px;
}
#register p {
font-size: 12px;
line-height: 18px;
padding-bottom: 10px;
}
a#forgotpwd {
font-size: 10px;
position: relative;
top: 1px;
left: 14px;
}
#register input.login {
background-image: url(/img/submit_bg.gif);
background-position: 0px 6px;
background-repeat: no-repeat;
background-color: #fff;
width: 50px;
height: 25px;
cursor: pointer;
position: relative;
left: -2px;
top: -2px;
padding: 5px 0 0 0;
}
#success, #processing {
position: absolute;
}
#success {
top: 150px;
left: 280px;
}
.success #success{
background-color: white;
padding: 20px;
height: 100px;
width: 450px;
border: 1px solid black;
}
#success h1, #processing h1 {
font-size: 16px;
line-height: 20px;
}
#success p, #processing p {
font-size: 13px;
line-height: 17px;
padding: 0;
}
#processing {
width: 290px;
top: 150px;
left: 300px;
background-color: #fff;
border: 1px solid black;
padding: 40px;
display: none;
}

/********* Page - Contact ******/

#contact {
text-align: center;
}
#contact {
font-size: 12px;
line-height: 18px;
}
#contact h1 {
font-weight: normal;
}
#contact h2, #contact p {
font-size: 12px;
line-height: 18px;
}
#contact h2 {
font-weight: bold;
}
#contact ul {
width: 560px;
margin: 36px auto 0 auto;

}
#contact li {
float: left;
width: 185px;
}

#contactform {
clear: both;
margin: 0 auto;
width: 807px;
height: 160px;
padding-top: 30px;
padding-bottom: 25px;
}
#contactform td {
vertical-align: top;
}
#contactform input, #contactform textarea, #contactform select, textarea {
border: none;
background-color: rgb(240, 240, 240);
font-family: arial;
font-size: 12px;
line-height: 18px;
}
#contactform input {
height: 14px;
width: 172px;
padding: 3px 5px;
margin-bottom: 10px;
}
#contactform select {
background-color: rgb(140, 140, 140);
color: #fff;
padding: 2px 5px;
width: 182px;
margin-bottom: 10px;
}
#contactform textarea {
width: 590px;
height: 140px;
margin-left: 10px;
padding: 10px;
}
input#contactSend {
background-color:#FFFFFF;
background-image:url(/img/submit_bg.gif);
background-position:0 2px;
background-repeat:no-repeat;
cursor:pointer;
height:25px;
left:-5px;
padding:0 0 0;
position:relative;
top:-2px;
width:70px;
}
#address h1, #address p{
display: inline;
}
#address h1 {
font-weight: bold;
text-transform: uppercase;
}
#contact a {
color: rgb(255, 150, 0);
}
#contact a:hover {
text-decoration: underline;
}

td{

}
/**************************** account */

.label, .details, .detailsShort, .detailsThumb{
font-size: 12px;
display: block;
line-height: 20px;
margin-bottom: 10px;
}
.label {
text-align: right;
font-weight: bold;
}
.r{
text-align: left;
}
.details{
margin-left: 5px;
padding-left: 10px;
background-color: #f0f0f0;
width: 305px;
}
.detailsShort{
margin-left: 5px;
padding-left: 10px;
background-color: #f0f0f0;
}

#profileForm .detailsMini input{
margin-left: 17px;
margin-top: -5px;
padding-left: 10px;
width: 20px;
}
#profileForm .detailsShort input{
width: 150px;
}

.fivelatest {
height: 80px;
width: 385px;
margin-left: 0px;
line-height: 15px;
}
.profile, .skills {
height: 50px;
width: 385px;
margin-left: 0px;
}
.address {
height: 80px;
width: 305px;
margin-left: 5px;
}
.select {
background-color: white;
padding: 0;
width: 315px;
}
#profileForm {
width: 900px;
z-index: 30;
position: relative;
}
input, textarea {
border: none;
background-color: transparent;
width: 305px;
}

#profileForm textarea#profileDescription {
height: 110px;

}
#profileForm .fivelatest textarea{
height: 80px;
width: 370px;
margin: 0;
padding: 0;
line-height: 15px;
overflow: hidden;
}
#profileForm .profile textarea, .skills textarea{
height: 50px;
width: 370px;
margin: 0;
padding: 0;
overflow: hidden;
line-height: 15px;
}
.address textarea{
height: 70px;
width: 300px;
margin: 0;
padding: 0;
overflow: hidden;
}


#profileForm select { 
width: 155px;
border: none;
background-color: rgb(180, 180, 180);
padding: 0;
margin: 0;
color: #fff;
}
#profileForm .selectShort { 
width: 60px;
border: none;
background-color: transparent;
padding: 0;
color: #fff;
float: left;
}
#profileForm .selectShort select { 
width: 60px;
border: none;
padding: 0;
padding-left: 5px;
margin: 0;
color: #fff;
}
.edit{
background-color: rgb(180, 180, 180);
color: #ffffff;
}
.editShort{
background-color: rgb(180, 180, 180);
color: #ffffff;
width: 240px;
float: left;
margin-top: 0px;
}
#holder input.editBtn, .label a, .editBtn{
width: 76px;
height: 31px;
float: right;
color: #fff;
background-image: url(/img/btn.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
text-transform: uppercase;
cursor: pointer;
margin: 0;
padding: 0;
margin-top: -5px;
}
#holder input.editBtn {
color: rgb(255, 150, 0);
}
#holder input.save 
{
color: #00dd00;
}
#contactForm input.editBtn{
margin-top: 5px;
}
.label a, a.editBtn{
padding-top: 6px;
text-align: center;
font-weight: normal;
}
a.editBtn{
padding-top: 10px;
font-size: 14px;
}
.label a:hover, .label a.current
{
color: rgb(255, 150, 0);
}

#accountInfo li {
margin-right: 20px;
}
#accountInfo .line {
margin-left: 0px;
}
.aDetails p {
	font-size: 11px;
	line-height: 15px;
}
.aDetails h2{
padding-bottom: 20px;
}
#accountInfo .data {
color: #fff;
}
#accountInfo li a {
	color: rgb(50,50,50);
text-decoration: underline;
}
#accountInfo li a:hover {
	color: rgb(140,140,140);
text-decoration: underline;
}

span.error{
height: 1px;
float: right;
margin-right: 10px;
font-size: 10px;
}
.select span.error{
display: none;
}
#profileForm select.error, #contactForm select.error{
border: 1px dotted red;
}
.ecv{
background-color: #fff;
width: 580px;
height: 300px;
}
#cvForm table, #userCv table{
margin: 0 auto;
}
.cv{
width: 540px;
height: 260px;
padding: 20px;
}
#profileMenu{
position: absolute;
right: 100px;
top: 405px;
}
.short
{
width: 135px;
}
.long
{
width: 175px;
}
th .details
{
font-style: italic;
}

#utopiaPeople
{
width: 900px;
height: 600px;
margin-left: 50px;
}
#error 
{
color: red;
font-size: 18px;
line-height: 25px;
position: absolute;
top: 20px;
left: 50px;
}
#noFlash {
border: 1px solid #ccc;
position: relative;
width: 400px;
margin: 0 auto;
top: 200px;
padding: 20px;
}
#noFlash h3
{
font-size: 22px;
line-height: 30px;
margin-top: 10px;
}
#noFlash img{
float: left;
margin-right: 20px;
}
