/*------------Generale--------------------*/

body{
	background-color: #e4e4e4;
	background-image:url("bodyBG.png");
	position:top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #767776;
	min-height: 46.153em; /*600px;*/
	*min-height: 45em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


#custom-doc {
	margin:auto;
	text-align:left;
	width:61.53em;
	*width:60em;
	min-width: 800px;
	border:1px solid #767776;
	background-color: #FFFFFF;
}

.banner {
	background-image: url("headerBG.png");
	border-bottom: 1px solid #767776;
	height: 4.615em; */60px;*/
	*height: 4.50em;
}

a {
	text-decoration: none;	
	color: inherit;
}
 

/*#zoneMenu*/
.menu {
	background-image: url("menuBG.png");
	background-position: top;
	banckground-repeat: repeat-x;
	border-bottom: 1px solid #767776;
	float: left;
	width: 100%;	
}


#ft {
	background-color: #767776;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#zoneMain {
	padding: 0.769em; /*10px;*/
	*padding: 0.75em;
}

/*------------------------Menu------------------------*/

.handleMenu ul{
	float: left;
	margin: 0em;
}

.handleMenu ul li {
	float: left;
	font-size: 0.923em; /*12px*/
	*font-size: 0.90em;
	margin-left: 1.384em; /*18px;*/
	*margin-left: 1.375em;
	margin-right: 1.384em; /*18px;*/
	*margin-right: 1.375em;
	
}

.handleMenu ul li a{
	color: #767776;
	font-weight: bold;
	text-transform: uppercase;
}

.handleMenu ul li a:HOVER,
#zoneHomeLink ul li a:HOVER {
	color:#ff9900;		
}

#zoneHomeLink ul {
	background-image: url("menuHomeStyle.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 8.153em; /*106px;*/
	*width: 7.95em;
}

#zoneHomeLink ul li{
	padding-left: 0.615em; /*8px*/
	*padding-left: 0.6em;
}

#zoneHomeLink ul li a {
	color: #FFFFFF;
	text-align: center;
}

#zoneLanguages {
	padding-right: 1.076em; /*14px;*/
	*padding-right: 1.05em;
}

#zoneLanguages img{
	float:right;
	margin-left: 0.384em; /*5px;*/
	*margin-left: 0.375em;
	margin-right: 0.384em; /*5px;*/
	*margin-right: 0.375em;
	margin-top: 0.15em;
}

/*---------------Zone Main Elements ---------------------*/

#zoneMain h1{
	color: #ff9900;
	margin: 0.384em; /*5px*/
	*margin: 0.375em;
	border-bottom: 1px dotted #cccccc;
	font-size: 1.1em; 
	font-weight: bold;
	text-transform: uppercase;
}

/*------------Zone Right and Zone Right Elements --------------*/

#zoneRight {
	padding: 0.469em;/*10px*/
	*padding: 0.457em;
	margin-top: 0.384em;/*5px*/
	*margin-top: 0.375em;
}

.newsBox, .workBox{
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 0.769em;/*10px*/
	*padding-bottom: 0.75em;
	margin-bottom: 0.769em;/*10px*/
	*margin-bottom: 0.75em;
	color: #666666;
	text-transform: uppercase;	
}

.newsBox{
	background-image: url("grayBoxBottom.png");
}

.workBox{
	background-image: url("yellowBoxBottom.png");
	text-align: center;
}

.newsBox .zonedElementInner, .workBox .zonedElementInner{
	background-position: top;
	background-repeat: no-repeat;
	padding: 0.769em;/*10px*/
	*padding: 0.75em;
}

.newsBox .zonedElementInner{
	background-image: url("grayBoxTop.png");
}

.workBox .zonedElementInner{
	background-image: url("yellowBoxTop.png");
}


.newsBox .zonedElementInner h1, .workBox .zonedElementInner h1{
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	margin-bottom: 0.769em;/*10px*/
	*margin-bottom: 0.75em;
 
}

.newsBox .zonedElementInner a, .workBox .zonedElementInner a{
	color: #666666;
	font-size: 0.846em;
}


/*------------ List of articles --------------*/

.ContentWebHandler.handleListAll .category {
	display: none;
}

.ContentWebHandler.handleListAll ul.MagmaList {
	display: block;
	width: 100%;
	clear: both;
}


.modifiedDate {
	margin-top: 4em;
	font-size: x-small;
}


/* ---------- PORTFOLIO ----------------- */

.tech {
	background: #EEE;
	border: solid 1px #DDD;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	display: inline-block;	
	font-size: xx-small;
	margin-top: 3px;
}

.tech img {
	vertical-align: middle;	
}

.portfolioList {
	width: 516px;	
}

.portfolioList th {
	color: #ff9900;
	margin: 0.384em; /*5px*/
	*margin: 0.375em;
	border-bottom: 1px dotted #cccccc;
	font-size: 1.1em; 
	font-weight: bold;
	text-transform: uppercase;	
	border-left: dashed 1px #EEE;	
	border-right: dashed 1px #EEE;
}

.portfolioList td {
	vertical-align: top;
	border-left: dashed 1px #EEE;	
	border-right: dashed 1px #EEE;
	border-bottom: solid 1px #EEE;	
	padding: 4px;
	padding-bottom: 20px;
	text-align: center;
}

.portfolioList td.technologies {
	text-align: left;	
}


.smallLink {
	float: right;
	font-size: xx-small;
	color: #888;	
}


a.archive {
	display: none;
}

.MagmaPagination {
	display: none;
}

