/*  zenfx.css     */
/*  october 2007  */


* { margin: 0; padding: 0; }

.hide { display: none; }

a { outline: none; }
	
a img { border: 0; }

	



/* The toolbar for the content box */

ul#toolbar {
	height: 2px;
	width: 60px;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;

	}
	
#toolbar li {
	float: none;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#dec-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/home.png);
	}

#toolbar li#compta-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/patient.png);
	}

#toolbar li#preview-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/timeTable.png);
	}

#toolbar li#css-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/accountancy.png);
	}

#toolbar li#terminal-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/taxes.png);
	}

#toolbar li#books-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/parameter.png);
	}

#toolbar li#files-tab {
	width: 64px;
	height: 64px;
	background-image: url(../../../images/tabs/statistics.png);
	}

	
/* The slide-x content box thingy */

#frame, #frame div.button, #scroller, .section { height: 57em; }

#frame {
	overflow: hidden;
	margin:  0px 75px;
	width: 580px;
	
	position: absolute;
	}
	
#frame div.button {
	position: relative;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 575px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	background: #fff url(./img/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	/*width: 5250px;*/
	}
	
.section {
	width: 575px;
	height: 10px;
	margin: 20px 10px;
	float: none;
	border:none;/*dashed;*/
	

	}
	
.section h2, .section h3 {
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	}
	
.section h2, .section#sites-pane h3 {
	color: #072453;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
	}
		
#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
	}
	
#files-browser {
	float: right;
	margin: 0 0 20px 20px;
	}
	
#files-transmit {
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(./img/editor-collab.gif) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(./img/editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(./img/editor-token.gif) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
	}
	
#preview-dom {
	}
	
#css-gui_txt {
	margin-bottom: 40px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	}
	
#terminal-icon {
	margin-bottom: 0;
	margin-top: -10px;
	}
	
#terminal-colors {
	float: right;
	margin-left: 10px;
	}
	
#books-thebook {
	margin-right: 30px;
	}
	
	
