﻿/*------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------  PAGE ELEVAGE.ASPX  ---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

#left
{
	position:relative;
	margin-top: 5px;
	width: 150px;
	padding:5px;
	
}

#left h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5pt;
	color: blue;
}

#left a
{
	text-decoration:none;
	color:blue;
	padding:2px;
}

#left a:hover
{
	font-weight:bold;
	border-bottom:dotted 1px red;
}

#main
{
	margin: 5px 5px 5px 180px;
	padding: 15px;
	border-left: 1px solid silver;
	color:White;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

#main a
{
	color:yellow;
	text-decoration:none;
	font-weight:bold;	
}

#main a:hover
{
	border-bottom:dotted 1px red;	
}


.main-subcontent
{
	float:left;
	width:140px;
	margin:15px 15px 0 0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.subcontent-unit-border-orange
{
	width:160px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0; 
	border:solid 1px rgb(232,177,13); 
	background-color:rgb(248,224,150);
}

.round-border-topleft 
{
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../images/bg_corner_topleft.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:-1px;
}

.round-border-topright 
{
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../images/bg_corner_topright.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:151px;
}

.subcontent-unit-border 
{
	width:160px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px rgb(190,190,190); 
	background:rgb(235,235,235);
}


.main-subcontent h1 
{clear:both; 
	margin:0 0 10px 0; 
	padding:4px 10px 3px 10px; 
	background-color:rgb(190,190,190); 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(255,255,255); 
	font-weight:bold;
	font-size:110%;
}

.main-subcontent h1.orange 
{
	clear:both; 
	margin:0 0 5px 0; 
	padding:4px 10px 3px 10px; 
	background-color:rgb(232,177,13); 
	font-family:"trebuchet ms",verdana,arial,sans-serif; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:110%;
}