/* 
   Site and CSS By Andrea Cecchinato - www.logindot.com
   Altavilla Vicentina - 11/04/2008

   padding: top right bottom left;

*/

@charset "utf-8";

Body, Html{
height:100%;
width:100%;
border: none;
}

body {
 /* background: black url(/images/backgroundpattern.gif); */
 background-color: #000000;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: White;
 margin:0;
 padding:0;
}

input { border: 1px #ce5aff solid; }

inputx, textarea { background: White url(/images/input_background.gif) repeat-x;}

.main:ul {list-style-image: url(/images/arrow.gif);}
.main:ol {list-style-image: url(/images/arrow.gif);}
.main:li {list-style-image: url(/images/arrow.gif);}


form {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #ffffff;
 margin:0;
 padding:0;
}

table, tr, td, th, input {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;
}



h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	background-color: #994bba;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {  font-size: 23px; }
h2 {  font-size: 16px; }
h3 {  font-size: 13px; }
h4 {  font-size: 12px; }


a {
	/* color: #620786; */
	color: #ce5aff;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}


.headPageD {
      width:800px;
      height:264px;
      position: relative;
} 

.page {
      border:none;
      border-collapse: collapse;
      width:800px;
      background-color:#ffffff;
} 

#head   { width:100%; height:auto; }
#headImg   { width:100%; height:auto; }
#upnavbar { 
      height:30px;
      background-color: black;
      background-image: url(../images/seocms.menu.png);
      background-repeat: repeat-x;
      padding: 0px 10px 0px 10px;
      font-size: 10px;
      color: #633f3f;
} 



#page-menu-left{ 
    padding: 20px 20px 20px 20px;
    width:120px; 
    font-size: 11px;
    background-color: #FFFFFF;
}
#page-menu-right{ 
    padding: 20px 20px 20px 20px;
    width:120px;
    font-size: 11px;
    background-color: #FFFFFF;
}

#context{ width:auto; height:auto; padding: 20px 20px 20px 20px;}
#page-title1{ width:100%; font-size: 11px; font-weight: bold; }
#page-context{ width:100%; font-size: 11px; }


#footnavbar { 
      background-color: #FFFFFF;
      padding: 10px 10px 10px 10px;
      font-size: 10px;
      color: #FFFFFF;
} 

#foot { 
      padding: 0 10px 0 10px;
      font-size: 10px;
} 

#footDesc {
      padding: 0 10px 0 10px;
      border-top:1px solid #FFFFFF;
      font-size: 10px;
} 