@charset "UTF-8";
/* CSS Document */




/* GENERAL */


body {
	margin:0px;
	padding:0px;
	width:100%;
	min-height: 100;


	background-image: url('http://www.etropolis.nl/network/img/bg.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	

}


#flash {
	position: absolute;
	width:100%;
	z-index:100;
}


a:link {
	color: #0061AE;
	text-decoration: none;
	font-weight: bold;
	}     
a:visited {
	color: #0061AE;
	text-decoration: none;
	font-weight: bold;
	}  
a:hover {
	color:#000;
	} 
a:active {
	color:#0000FF;
	}

#main {

	position: absolute;
	top: 130px;
	left: 23px;
	width: 915px;
	background-color: #fff;
	border:1px solid #ccc;
	
	z-index:300;


	}

#nocolumn {

margin-left:20px;
margin-top:20px;
margin-bottom:20px;

}
	
#column1 {
float:left;
margin-left:0px;
margin-top:20px;
margin-bottom:20px;
width: 240px;

}

#column2 {
float:left;
margin-left:0px;
margin-top:20px;
margin-bottom:20px;
width:650px;
}

/*#leftside, #rightside {
	position: absolute;
	top: 40px;
	padding-bottom: 20px;
}*/

#leftside {

	margin-left: 20px;
		width: 190px;
		
		/*float:left;*/
}

ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	font-size: 8pt;
}

h1 {
position:absolute;
margin:0px;
	padding: 3px 0 0 12px;
	margin: 0;
	
	color: #FFF;
	
	font-size: 11pt;
}

.closeButton {
position: absolute;

right:10px;
top:5px;
}

#header {
height: 21px;
width:100%;
	background-color: #000;
}

h2 {
	color: #c1271D;
	border-bottom:2px solid #c1271D;
	font-size: 10pt;
	
}

h3 {
	border-bottom:1px solid #000;
	font-size: 8pt;
	padding: 10px 0 0 0;
	margin: 0;
}

p {
	font-size: 8pt;
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 130%;
}

form {
	padding-top: 10px;
}

/* LEFT */

textarea {
	font-size: 8pt;
	width: 285px;
	border:1px solid #CFCFCF;
	color:#4C4C4C;
}

select {
	width: 288px;
}

.add2net textarea {
	border:1px solid #CFCFCF;
	width: 180px;
}

.btns {
	margin: 8px 0 8px 0;
	height: 20px;
}

#sendform {
	display: block;
	margin: 0;
	float: left;
	width: 86px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_sendreq.jpg);
	text-indent: -9999em;
}

#cancel {
	display: block;
	margin: 0 0 0 5px;
	float: left;
	width: 60px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_cancel.jpg);
	text-indent: -9999em;
}

#membername {
	margin: 0px 0 8px 0;
	font-weight: bold;
	font-size: 11pt;
}

#listdisc  li{
	height: 13px;
	padding-left: 30px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#listdisc #design {
	background-image: url(http://www.etropolis.nl/network/img/sq_design.jpg);
}

#listdisc #art {
	background-image: url(http://www.etropolis.nl/network/img/sq_art.jpg);	
}

#listdisc #archi {
	background-image: url(http://www.etropolis.nl/network/img/sq_archi.jpg);	
}

#listdisc #digi {
	background-image: url(http://www.etropolis.nl/network/img/sq_digi.jpg);	
}

#listdisc #drama {
	background-image: url(http://www.etropolis.nl/network/img/sq_drama.jpg);	
}

#listdisc #fashion {
	background-image: url(http://www.etropolis.nl/network/img/sq_fashion.jpg);	
}

#listdisc #film {
	background-image: url(http://www.etropolis.nl/network/img/sq_film.jpg);	
}

#listdisc #music {
	background-image: url(http://www.etropolis.nl/network/img/sq_music.jpg);	
}
#listdisc #writ {
	background-image: url(http://www.etropolis.nl/network/img/sq_writ.jpg);	
}

.discname {
	width: 90px;
	display: block;
	float: left;
}

#sn {
	display: block;
	float: left;
	width: 85px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_shownet.jpg);
	text-indent: -9999em;
	}

#an {
	display: block;
	margin: 0 0 0 5px;
	float: left;
	width: 85px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_add2net.jpg);
	text-indent: -9999em;
}

#sn:hover, #an:hover, #sendform:hover, #cancel:hover, #ca:hover, #rs:hover, #sc:hover {
		background-position: 0 -21px;
	}

/* RIGHT */
#rightside {
	width: 650px;
	right: 20px;
}

#listportfolio {
	height: 30px;

}



#networkcontainer p {
	margin-top: 15px;
	float: right;
}

.centermessage {
	vertical-align: middle;
	text-align: center;
	float:none;
}

#networkcontainer ul li {
	float: left;
	display: block;
	width: 81px;
	height: 105px;
}

#networkcontainer ul li a:link {
	color: #000;
}

#networkcontainer ul li a:visited {
	color: #000;
}

#networkcontainer img {
	border-width: 2px;
}


/* EDIT PAGES MARKUP */

#editmenu ul {
	padding: 10px 0;
}

#editmenu a {
	display: block;
	color: #505050;
	background-color: #f1f2f2;
	width: 100%;
	padding: 5px .8em;
	text-decoration: none;
	}

#editmenu a:hover {
	background-color: #666;
	color: #FFF;
	}
	
 #editmenu li { 
	margin: 0 0 4px 0;
	}

#editmenu .selected {
	display: block;
	color: #505050;
	background-color: #cfcfcf;
	width: 100%;
	padding: 5px .8em;
	text-decoration: none;
	font-weight: bold;
}

/* form {
	float: left;
}
*/


form label {
	width: 200px;
	display: block;
	float: left;
	font-size: 9pt;
}




form label.checklabel {
	width: 80px;
}

form div {
	margin: 0 0 10px 0;
}

input[type="text"] {
	border: 1px solid #CFCFCF;
}

input[type="password"] {
	border: 1px solid #CFCFCF;
}

input[type="file"] {
	border: 1px solid #CFCFCF;
	border-width: 1px;
}

input {

}

#editsettings input {
	width: 100px;
}

input[type="radio"] {

	width: 20px;

	
}


input[type="checkbox"] {
	width: 20px;
}

#editsettings input.emailset {
	width: 20px;
}

.edit h2 {
/*	color: #000;
	border-color: #000;
	width: 650px;*/
}


#se {
	display: block;
	float: left;
	width: 81px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_send.jpg);
	text-indent: -9999em;
	}

#ca {
	display: block;
	float: left;
	width: 92px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_choosespot.jpg);
	text-indent: -9999em;
	}

#rs {
	display: block;
	margin: 0 0 0 5px;
	float: left;
	width: 92px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_randomspot.jpg);
	text-indent: -9999em;
}

#sc {
	display: block;
	margin: 0;
	float: left;
	width: 81px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_save.jpg);
	text-indent: -9999em;
}

#da {
	display: block;
	margin: 0;
	float: left;
	width: 111px;
	height: 22px;
	background-image: url(http://www.etropolis.nl/network/img/btn_delete.jpg);
	text-indent: -9999em;
}

#netaccept {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 92px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_netaccept.jpg);
	text-indent: -9999em;
}

#netdeny {
	display: block;
	margin: 0;
	float: left;
	width: 92px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_netdeny.jpg);
	text-indent: -9999em;
}

#netdelete {
	display: block;
	margin: 0;
	float: left;
	width: 92px;
	height: 21px;
	background-image: url(http://www.etropolis.nl/network/img/btn_netdelete.jpg);
	text-indent: -9999em;
}

#da:hover {
		background-position: 0 -22px;
	}

#netaccept:hover, #netdeny:hover, #netdelete:hover {
		background-position: 0 -21px;
	}
	
	

#netrequests ul {
	padding-bottom: 10px;
}

#netrequests ul li {
	float: left;
	width: 630px;
	padding: 10px;
	/*margin: 10px; */
	border-bottom: 1px solid #ccc;
}

#netrequests ul li .pm {
	background-color: #CCC;
	padding: 5px;
	margin: 3px 3px 3px 0px;
	width: 250px;
}

#netrequests .reqright {
	width: 300px;
	float: left;
}

#netrequests .reqimg {
	width: 100px;
	float: left;
}

#netrequests .reqactions {
	width: 100px;
	float: left;
}

#netrequests .reqcheck {
	width: 35px;
	float: left;
	height: 70px;
	display:inline-block;
	vertical-align:middle;
	line-height:4em;
	text-align: center;
	position: relative;
}

.reqcheck .centercheck {
	position: absolute; 
	top: 40%; 
}

.reqright a:link {
	color: #000;
}

.reqright a:visited {
	color: #000;
}

#netrequests form {
	margin: 0;
	padding: 0;
}

#netrequests ul {
	margin: 0;
	padding: 0;
}



/* Flash css */
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: white;
}

