/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #653300;
	margin-bottom: 1px;
	text-transform: lowercase;
}
#my-body {
	background: url(img/background.jpg) 0 -48px repeat-x;
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}
.cf {
	float: none;
	clear: both;
	line-height: 0;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#sub-navigation-container {
	border-top: 1px solid white;
	height: 120px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container {
	background: white url(img/tonic.jpg) 80px 370px no-repeat;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 7px solid #653300;
	border-right: 7px solid #653300;
	position: relative;
}

#bottom-container {
	border-top: 1px solid white;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-bottom: 15px;
}
div#rightcolumn {
	position: absolute;
	width: 180px;
	height: 397px;
	top: 99px;
	right: 0;	
}


#wrapper {
	background: #4dc5e0;
	margin-left: 180px;
	margin-right: 180px;
	height: 496px;
}

#root-navigation {
	height: 22px;
	padding: 8px 10px 2px 20px;
	border-bottom: 2px solid white;
}
#footer {
	border-top: 2px solid white;
	padding: 3px 10px 2px 20px;
	height: 17px;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}



#download-login label {
	width: 170px;
	text-align: right;
	padding-right: 10px;
}

#newsletter-subscribe label {
	width: 170px;
	text-align: right;
	padding-right: 10px;
}

#address {
	float: right;
	margin-right: 180px;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/
#root-navigation {
	position: relative;	
}
#root-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	padding-right: 5px;
	margin-right: 4px;
	background: transparent url(img/white_dot.jpg) right 11px no-repeat;
}
#root-navigation li a {
	margin: 0;
	padding: 0;
	color: white !important;
	font-size: 12px;
}



#sub-navigation {
	position: relative;
}

#sub-navigation {
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin-left: 289px;
	position: absolute;
	bottom: 0;
}

#root-navigation li ul {
	margin: 0;
	padding: 0;
	line-height: 15px;
	position: absolute;
	bottom: 39px;
}
#root-navigation li li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	margin-right: 4px;
	display: block;
	float: left;
	clear: left;
}
#root-navigation li li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: inline;
	font-size: 12px;
	color: gray !important;
	padding-right: 4px;
	background: transparent url(img/gray_dot.jpg) right 11px no-repeat;
}
#root-navigation li ul ul,
#root-navigation li ul ul li {
	display: none;
}
#root-navigation li li.current a {
	font-weight: bold;
}

div#rightcolumn ul {
	margin: 0 0 10px 0;
	padding: 0 10px;
	list-style-type: none;	
}
div#rightcolumn li {
	margin: 0;
	padding: 0;	
}
div#rightcolumn a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: inline;
	font-size: 12px;
	color: gray;
}
div#rightcolumn li.current a {
	font-weight: bold;
}
div#rightcolumn .portlets {
	padding: 0 10px;
}
div#rightcolumn .portlet {
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
div#rightcolumn .portlet h1 {
	border: 0;
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;	
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 40px 20px 5px 20px;
	line-height: 16px;
	text-transform: lowercase;
	height: 393px;
}
/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 393px;
}
#content h1 {
	display: none;
}
#content h2 {
	color: white;
}
#content a {
	text-decoration: none;
	color: white;
}
#content a:hover {
	text-decoration: none;
	color: #653300 !important;
}

#content p {
	margin: 0 0 6px 0;	
}

#content ul, li {
	margin: 0;
	padding: 0;
}
#content li {
	margin: 0 0 0 17px;
}


#mod_project_downloads,
#mod_project_downloads th,
#mod_project_downloads td,
#mod_project_downloads a,
#mod_project_downloads tr {
	color: white !important;
	border: none;
	background: transparent;
}

div#references_ressources {
	margin-left: -16px;	
}
.float_left_references {
	float: left;
	display: inline;
	margin: 8px 0 0 16px;
}
.float_left_references a {
	border: 0;
	padding: 0;	
}

.module-content {
	height: 380px;
	overflow: auto;
}

/*******************************************************************************/


