/* ---       ___                    __              __               --- */ 
/* ---      /\_ \                  /\ \            /\ \__            --- */
/* ---    __\//\ \       _ __   ___\ \ \____    ___\ \ ,_\   ___     --- */
/* ---  /'__`\\ \ \     /\`'__\/ __`\ \ '__`\  / __`\ \ \/  / __`\   --- */
/* --- /\  __/ \_\ \_   \ \ \//\ \L\ \ \ \L\ \/\ \L\ \ \ \_/\ \L\ \  --- */
/* --- \ \____\/\____\   \ \_\\ \____/\ \_,__/\ \____/\ \__\ \____/  --- */
/* ---  \/____/\/____/    \/_/ \/___/  \/___/  \/___/  \/__/\/___/   --- */
/* ---                                          www.el-roboto.co.uk  --- */


/*-----------------------------------------------------------------------*/
/* BASE -----------------------------------------------------------------*/
* {margin:0; padding:0;}

body{
	background:#161616 url(/img/citybgd.jpg) top center repeat-x; 
	height:100%;
	margin:0; 
	padding:0;
	}

img {
	margin:0; 
	padding:0; 
	border:none; 
	}

a {outline: none;}
i, em {font-style:normal;}
b, strong {font-weight:100;}
hr {display:none;}


/*-----------------------------------------------------------------------*/
/* COMMON STYLES --------------------------------------------------------*/
.COMinline {display:inline;}
.COMright {display:inline; float:right;}
.COMleft {display:inline; float:left;}
.COMmiddle {display:inline; text-align:center;}
.COMclear {clear:both;}
.COMhide {display:none;}

.COMspace5 {height:5px; clear:both;}
.COMspace10 {height:10px; clear:both;}
.COMspace15 {height:15px; clear:both;}
.COMspace20 {height:20px; clear:both;}
.COMspace30 {height:30px; clear:both;}
.COMspace40 {height:40px; clear:both;}
.COMspace50 {height:50px; clear:both;}

.COMhr {
	height:2px; 
	width:460px; 
	background-color:#202020;
	margin: 30px 15px 35px 15px;
}

.COMgood {color:#4c960a;}
.COMbad {color:#96240a;}

.imgframe1 {
	padding:4px;
	margin:0;
	background-color:#FFFFFF;
	border:1px solid #eaeaea;
}

.previewmode {
	display:block;
	width:100%;
	height:50px;
	background-color:#d2e0cd; 
	color:#6ca25a;
	text-align:center;
	line-height:50px;
}

.errorbox, .successbox, .loadingbox {
	display:block;
	padding: 8px 12px 8px 12px; 
	margin-bottom:8px;
	font-weight:600; 
	}
.errorbox {
	background-color:#e0cecd; 
	color:#a2605a; 
	border:3px solid #c6938f;
	}
.successbox {
	background-color: #d2e0cd; 
	color: #6ca25a; 
	border:3px solid #9dc68f;
	}
.loadingbox {
	background: #e2ddca url(/capitan/img/ticker.gif) left center no-repeat; 
	color: #c3ba96; 
	border-left: 10px solid #e2ddca;
}
.loadingbox h5, .successbox h5, .errorbox h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 70%
}
.loadingbox h5 {
	margin-left: 30px;
	line-height: 30px;
	color: #a59e82;
}
.errorbox h5 {
	color: #96240a; 
	}
.successbox h5  {
	color: #4c960a; 
	}
.error {
	color: #96240a; 
	
	}
.success {
	color: #4c960a; 
	
	}
.loading {
	color: #ab9b50; 
	}
.highlight {
	color: #555555;
}
#WZ2 .highlight {
	color: #b31818;
}
#WZ2 .highlight2 {
	color: #888888;
}

.featurebox {
	display:block;
	background-color: #232223; 
	color: #aaaaaa;
	padding-left:10px;
	height:25px;
	line-height:25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 60%;
	margin-top: 20px;
}

object, embed {
	margin-top: 20px;
}
/*-----------------------------------------------------------------------*/
/* THIS LAYOUT ----------------------------------------------------------*/
.wrapper { 
	background: #2e2e2e url(/img/mainpagebgd.jpg) top left repeat-x;
	width: 800px;
	margin: 15px auto 0 auto;
	}
	
#WZ1 {
	width: 800px;
	height: auto;
	color: #ffffff;
	margin: 0 auto;
	}
	
.WZ1temp{
	width: 800px;
	height: 287px;
	background: url(/img/WZ1placeholder.jpg) top left no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}

#Content {
	display: inline;
	float: left;
	width: 431px;
	color: #ffffff;
	margin-left: 30px;
	}
#Content h2, #Content h3 {
	font-size: 110%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-top:15px;
	line-height:170%;
	}
#Content p {
	font-size: 80%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-top:15px;
	line-height:170%;
	}
#Content p a, #Content p a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #dddddd;
	}

#Content ul, .MZlist {
	width: 380px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #999999;
	margin: 15px 0 10px 10px; 
}
#Content li, .MZlist li {
	list-style: none;
	margin-bottom:10px;
}

#WZ2 {
	display: inline;
	float: right;
	width: 281px;
	color: #ffffff;
	margin-right: 20px;
	}

	
/* Comments -*/
#MZcomzone p {
	color: #aaaaaa;
	margin-left: 10px;
	margin-right: 10px;
	}
#MZcomzone a, .featurebox a { 
	color: #dddddd;
	text-decoration:none;
	}
#MZcomzone a:hover, .featurebox a:hover {
	color: #ffffff;
	text-decoration:none;
	}


/* WZ2 Buttons -*/
#WZ2poster, .WZ2genrss, .WZ2mediapack, .WZ2headlines {
	width: 278px;
	height: 47px;
	display:block;
	font-size: 1px;
	text-indent: -9999px;
	margin-left:2px;
}#WZ2poster {
	background: url(/img/WZ2poster.png) top left no-repeat;
	margin-bottom:10px;
}
.WZ2genrss {
	background: url(/img/WZ2genrss.png) top left no-repeat;
	margin-bottom:10px;
}
.WZ2mediapack {
	background: url(/img/WZ2mediapack.png) top left no-repeat;
	margin-bottom:10px;
}
.WZ2headlines {
	background: url(/img/WZ2headlines.png) top left no-repeat;
	margin-bottom:2px;
}
#headlines {
	width: 278px;
	list style:none;
}
#headlines li {
	list style:none;
	display:block;
	width:246px;
	height:inherit;
	padding:8px 16px;
	margin-left:2px;
	margin-bottom:2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 70%;
	background: url(/img/bigblack.png) top left no-repeat;
}
#headlines li a { 
	color: #dddddd;
	text-decoration:none;
	display:block;
	}
#headlines li a:hoverr {
	color: #ffffff;
	text-decoration:none;
	}
.PageControls { 
	display:block;
	height:20px;
	margin-top:5px;
	margin-bottom:20px;
}
.PageControls a { 
	color: #dddddd;
	height:10px;
	padding:5px 8px;
	margin-top:2px;
	margin-left:2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 60%;
	background: url(/img/bigblack.png) top left no-repeat;
	}

/* Vote -*/
.WZ2vote {
	width: 281px;
	height: 213px;
	background: url(/img/WZ2vote.png) top left no-repeat;
}	
.WZ2vote h2{
	font-size: 1px;
	text-indent: -9999px;
}

/* Twitter -*/
.WZ2twitter {
	width: 281px;
	height: 124px;
	background: url(/img/WZ2twitter.png) top left no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}	

#twitter_update_list, #hashtag_update_list {
	color: #0d3741;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	list-style: none;
}
#twitter_update_list li, #hashtag_update_list li{
	list-style: none;
	display:block;
	border-bottom: 1px solid #687a7f;
	padding-bottom:8px;
	margin-top:8px;
	line-height: 150%;
}
#twitter_update_list li a, #hashtag_update_list li a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #b31818;
	}
#twitter_update_list li a:hover, #hashtag_update_list li a:hover {
	color: #b31818;
	}
#twitter_update_list img, #hashtag_update_list img{
	float:left;
	border: 2px solid #687a7f;
	margin: 0 6px 0 0;
}


/* Headlines -*/
.WZ2head {
	width: 281px;
	height: 105px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/img/WZ2head.png) top left no-repeat;
}
.WZ2bod {
	width: 199px;
	height: inherit;
	background: url(/img/WZ2regbod.png) top left no-repeat;
	padding: 0 39px;
}
.WZ2bod h3 {
	color: #b31818;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
.WZ2bod p {
	color: #0d3741;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin:0;
}
.WZ2foot {
	width: 281px;
	height: 62px;
	background: url(/img/WZ2regfoot.png) top left no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
.poster {
	width: 56px;
	height: 79px;
	float:left;
	margin: 0 5px 10px 0;
	display:inline;
}

.WZ2bod a {
	color: #0d3741;
	text-decoration:none;
}
.WZ2bod a:hover {
	color: #b31818;
}

/* Vote -*/
.WZ2votehead {
	width: 281px;
	height: 138px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/img/WZ2votehead.png) top left no-repeat;
}

/* Register -*/
.WZ2reghead {
	width: 281px;
	height: 105px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/img/WZ2loghead.png) top left no-repeat;
}
.WZ2regbod {
	width: 181px;
	height: inherit;
	background: url(/img/WZ2regbod.png) top left no-repeat;
	padding: 0 50px;
}
.WZ2regbod h3 {
	color: #b31818;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
.WZ2regbod p {
	color: #0d3741;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin:0;
}
.WZ2regbod a {
	color: #0d3741;
	text-decoration:none;
}
.WZ2regbod a:hover {
	color: #b31818;
}
.WZ2regfoot {
	width: 281px;
	height: 62px;
	background: url(/img/WZ2regfoot.png) top left no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
	

/* Navigation -----------------------------------------------------------*/
#Nav {
	width: 800px;
	margin:0 auto;
	}
#Nav li {
	list-style: none;
	float: left;
	}
#Nav a {
	display:block;
	height: 91px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: top left;
	}
#Nav a:hover {
	background-position:bottom left;
	}
#Nav .active {
	background-position:bottom left;
	}
#NavHome {
	background: #ffffff url(/img/NAVhome.gif) top left no-repeat;
	width: 82px;
	cursor: pointer;
}
#NavAbout {
	background: #ffffff url(/img/NAVabout.gif) top left no-repeat;
	width: 65px;
	cursor: pointer;
}
#NavJourney {
	background: #ffffff url(/img/NAVjourney.gif) top left no-repeat;
	width: 141px;
	cursor: pointer;
}
#NavFinal {
	background: #ffffff url(/img/NAVfinal.gif) top left no-repeat;
	width: 91px;
	cursor: pointer;
}
#NavPress {
	background: #ffffff url(/img/NAVpress.gif) top left no-repeat;
	width: 62px;
	cursor: pointer;
}
#NavPartners {
	background: #ffffff url(/img/NAVpartners.gif) top left no-repeat;
	width: 91px;
	cursor: pointer;
}
#NavIndustry {
	background: #ffffff url(/img/NAVindustry.gif) top left no-repeat;
	width: 161px;
	cursor: pointer;
}
#NavContact {
	background: #ffffff url(/img/NAVcontact.gif) top left no-repeat;
	width: 107px;
	cursor: pointer;
}


/* Titles ---------------------------------------------------------------*/
#MZwelcome, #MZblog, #MZcomments, #MZabout, #MZjourney, #MZfinal,
#MZpress, #MZpartners, #MZindustry, #MZcontact, #MZlegal, #MZaccess, 
#MZfacilitator, #MZguests, #MZpanel {
	font-size: 1px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}
#MZabout, #MZjourney, #MZfinal, #MZpress, #MZpartners, #MZindustry, 
#MZcontact, #MZlegal, #MZaccess {
	width: 431px;
	height: 53px;
	}

h3#MZblog, h3#MZcomments, h3#MZfacilitator, h3#MZguests, h3#MZpanel {
	width: 431px;
	height: 34px;
	margin-top: 40px;
}

#MZwelcome {
	background: url(/img/MZwelcome.png) top left no-repeat;
	width: 319px;
	height: 92px;
	}
#MZabout {
	background: url(/img/MZabout.png) top left no-repeat;
	}
#MZjourney {
	background: url(/img/MZjourney.png) top left no-repeat;
	}
#MZfinal {
	background: url(/img/MZfinal.png) top left no-repeat;
	}
#MZpress {
	background: url(/img/MZpress.png) top left no-repeat;
	}
#MZpartners {
	background: url(/img/MZpartners.png) top left no-repeat;
	}
#MZindustry {
	background: url(/img/MZindustry.png) top left no-repeat;
	}
#MZcontact {
	background: url(/img/MZcontact.png) top left no-repeat;
	}
#MZlegal {
	background: url(/img/MZlegal.png) top left no-repeat;
	}
#MZaccess {
	background: url(/img/MZaccess.png) top left no-repeat;
	}
	
#MZblog {
	background: url(/img/MZblog.png) top left no-repeat;
	}
#MZcomments {
	background: url(/img/MZcomments.png) top left no-repeat;
	}
#MZfacilitator {
	background: url(/img/MZfacilitator.png) top left no-repeat;
	}
#MZguests {
	background: url(/img/MZguests.png) top left no-repeat;
	}
#MZpanel {
	background: url(/img/MZpanel.png) top left no-repeat;
	}
	
/* Content Styles -------------------------------------------------------*/

/* Contact Form ---------------------------------------------------------*/
#COMcontactform label {
	height:14px; 
	background-color:#ffffff; 
	padding:5px; 
	margin:0; 
	color:#667584; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px; 
	}
#COMcontactform input {
	width:180px; 
	height:12px; 
	background-color:#ffffff!important; 
	border:1px solid #ffffff;
	padding:5px; 
	margin:0 0 10px 0; 
	color:#909fae; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px; 
	}
#COMcontactform textarea {
	width:180px;  
	background-color:#ffffff!important; 
	border:1px solid #ffffff;
	padding:5px; 
	margin:0 0 10px 0; 
	color:#909fae; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;  
	line-height:12px; 
	overflow:auto;
	}
#ContactButton input, #Processing2 input{
	width:100px; 
	height:24px; 
	background-color:#ffffff!important; 
	border:1px solid #ffffff;
	padding:5px; 
	margin:0 0 10px 0; 
	color:#909fae; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px
	}
#OnlineEnquiry{
	border:none;
	margin:0;
	padding:0;
	}
#OnlineEnquiry legend {
	display:none;
	}

/* Registration Form ---------------------------------------------------------*/
.WZ2form label {
	height: 14px; 
	background-color: #dddddd; 
	padding: 5px; 
	margin: 0; 
	color: #888888; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	}
.WZ2form p {
	color: #888888; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%;
	margin-bottom: 5px; 
	}
.WZ2form input {
	width:170px; 
	height:12px; 
	background-color:#f6f6f6!important; 
	border:1px solid #dddddd;
	padding:5px; 
	margin:0 0 10px 0; 
	color: #b31818; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%;
	}
.voteoption{
	color: #666666; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%;
	margin: 0 0 0 5px;
	line-height: 18px;
}
.WZ2form .radio {
	display:inline;
	width:22px; 
	height:22px; 
	border:0 solid #dddddd;
	padding: 0;
	margin: 0; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%;
}
.WZ2form textarea {
	width:170px;  
	background-color:#f6f6f6!important; 
	border:1px solid #dddddd;
	padding:5px; 
	margin:0 0 10px 0; 
	color: #b31818; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	overflow:auto;
	}
.WZ2button input{
	width:100px; 
	height:24px; 
	background-color:#b31818!important; 
	border:1px solid #b31818;
	padding:5px; 
	margin:0 0 10px 0; 
	color:#f6f6f6; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	}

	
/* Comment Form ---------------------------------------------------------*/
.WZ1form label {
	height: 14px; 
	background-color: #111111; 
	padding: 5px; 
	margin: 0; 
	color: #ffffff; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	}
.WZ1form input {
	width:418px; 
	height:12px; 
	background-color:#232223!important; 
	border:1px solid #111111;
	padding:5px; 
	margin:0 0 10px 0; 
	color: #ffffff; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%;
	}
.WZ1form textarea {
	width:418px;  
	background-color:#232223!important; 
	border:1px solid #111111;
	padding:5px; 
	margin:0 0 10px 0; 
	color: #ffffff; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	overflow:auto;
	}
.WZ1button input{
	width:430px; 
	height:24px; 
	background-color:#232223!important; 
	border:1px solid #111111;
	text-align:center;
	padding:5px; 
	margin:0 0 10px 0; 
	color:#ffffff; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:60%; 
	}


#OnlineEnquiry, #OnlineRegistration, #OnlineLogin, #OnlineComment, #OnlineVote {
	border:none;
	margin:0;
	padding:0;
	}
#OnlineEnquiry legend, #OnlineRegistration legend, #OnlineLogin legend, #OnlineComment legend, #OnlineVote legend{
	display:none;
	}

/* Foot -----------------------------------------------------------------*/
#Foot {
	background-color: #000000;
	padding: 45px 0;
}

#FootLinks {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	}
	
#FootLinks li {
	list-style: none;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #222222;
	padding-right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 65%;
	font-weight: 100;
	color: #444444;
	line-height: 30px;
	}
	
#FootLinks a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 65%;
	font-weight: 100;
	color: #444444;
	line-height: 30px;
	}
#FootLinks a:hover {
	text-decoration: none;
	color: #666666;
	}

	
#Logos {
	width: 600px;
	margin:0 auto;
	}
#Logos li {
	list-style: none;
	float: left;
	}
#Logos a {
	display:block;
	height: 84px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: top left;
	}
#FTnlff {
	background: #ffffff url(/img/FTnlff.gif) top left no-repeat;
	width: 56px;
	cursor: pointer;
}
#FTmoxie {
	background: #ffffff url(/img/FTmoxie.gif) top left no-repeat;
	width: 86px;
	cursor: pointer;
}
#FTipso {
	background: #ffffff url(/img/FTipso.gif) top left no-repeat;
	width: 113px;
	cursor: pointer;
}
#FTmolinare {
	background: #ffffff url(/img/FTmolinare.gif) top left no-repeat;
	width: 124px;
	cursor: pointer;
}
#FTsoda {
	background: #ffffff url(/img/FTsoda.gif) top left no-repeat;
	width: 89px;
	cursor: pointer;
}
#FTmoviehouse {
	background: #ffffff url(/img/FTmoviehouse.gif) top left no-repeat;
	width: 132px;
	cursor: pointer;
}
#FTarts {
	background: #ffffff url(/img/FTarts.gif) top left no-repeat;
	width: 66px;
	cursor: pointer;
}
#FTngi {
	background: #ffffff url(/img/FTngi.gif) top left no-repeat;
	width: 125px;
	cursor: pointer;
}
#FTskillset {
	background: #ffffff url(/img/FTskillset.gif) top left no-repeat;
	width: 120px;
	cursor: pointer;
}
#FTeuro {
	background: #ffffff url(/img/FTeuro.gif) top left no-repeat;
	width: 180px;
	cursor: pointer;
}
#FTne {
	background: #ffffff url(/img/FTne.gif) top left no-repeat;
	width: 109px;
	cursor: pointer;
}

/* Icons -----------------------------------------------------------------*/
span.IcoComment{
	width:17px; 
	height:25px; 
	padding-right:19px;
	background: url(/img/file_folder_icon/ICOcomment.png) center right no-repeat;
	}

span.folderEmpty, span.folder, span.folderParent,
span.fileUnknown, span.fileText, span.fileWord,
span.fileFlash, span.fileVideo, span.filePicture,
span.filePPT, span.fileExcel, span.filePhp,
span.fileMusic, span.fileExe, span.fileAcrobat,
span.fileRTF, span.fileXml, span.fileCode,
span.fileZip{width:20px; height:20px; background-repeat:no-repeat; background-position: center center; display:block;}
span.folderEmpty{background-image:url(/img/file_folder_icon/folderEmpty.png);}
span.folder{background-image:url(/img/file_folder_icon/folder.png);}
span.folderParent{background-image:url(/img/file_folder_icon/folderParent.png);}
span.fileUnknown{background-image:url(/img/file_folder_icon/fileUnknown.png);}
span.fileText{background-image:url(/img/file_folder_icon/fileText.png);}
span.fileWord{background-image:url(/img/file_folder_icon/fileWord.png);}
span.fileFlash{background-image:url(/img/file_folder_icon/fileFlash.png);}
span.fileVideo{background-image:url(/img/file_folder_icon/fileVideo.png);}
span.filePicture{background-image:url(/img/file_folder_icon/filePicture.png);}
span.filePPT{background-image:url(/img/file_folder_icon/filePowerpoint.png);}
span.fileExcel{background-image:url(/img/file_folder_icon/fileExcel.png);}
span.filePhp{background-image:url(/img/file_folder_icon/filePhp.png);}
span.fileMusic{background-image:url(/img/file_folder_icon/fileMusic.png);}
span.fileExe{background-image:url(/img/file_folder_icon/fileExe.png);}
span.fileAcrobat{background-image:url(/img/file_folder_icon/fileAcrobat.png);}
span.fileRTF{background-image:url(/img/file_folder_icon/fileRTF.png);}
span.fileXml{background-image:url(/img/file_folder_icon/fileXml.png);}
span.fileCode{background-image:url(/img/file_folder_icon/fileCode.png);}
span.fileZip{background-image:url(/img/file_folder_icon/fileZip.png);}
