/*	C S S	*/

body {
	font-family: VErdana, Arial, sans-serif, Helvetica;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header {
margin: 0px;
padding: 0px;
height: 46px;
	background-color: #f8f8f6;
	background-image: url(img/bg_bluebar.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	--background-position: 0pt 70px;
	background-position: center;
	--color: #424242;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial,Helvetica,sans-serif;
}
#header h1 {
	text-align:center;
	margin: 0px;
padding: 4px;
color:#fff;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif
}
#header a {
	color:#fff;
	text-decoration:none;
}
#header p {
	text-align:center;
	margin: 0px;
padding: 0px;
color:#adc6e4;
}

#footer {
	background-color: transparent;
	background-image: url(img/bg_bluebar.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #adc6e4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adc6e4;
	text-align: center;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #ffffff;
}

#content {
	background-image: url(img/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div.content {
	padding: 16px;
}

#leftsidebar {
	border-right: #adc6e4 1px solid;
	width:164px;
	padding-right: 4px;
}

#rightsidebar {
	border-left: #adc6e4 1px solid;
	padding-left: 4px;
}

#central {
	vertical-align: top;
	padding: 8px;
}

.logform {
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	
	margin-top: 4px;
}
.logform input {
	margin-bottom: 4px;
}

.logform a, .logform a:link, .logform a:visited {text-decoration:none; color:#333333; font-size:small; font-weight:bold;}
.logform a:hover {color:#666666;}

.logform img {vertical-align:middle;}

.loglist {
	list-style-type: square;
	font-size:10px;
	list-style-position:outside;
	padding: 16px;
}
.loglist li {
	padding-left: 0px;
	margin-left: 0px;
}

---div.copyright {
	margin-top: 4em;
	text-align:center;
	font-size:small;
	font-family:"Courier New", Courier, mono;
	color:#000000;
}

/*  T A B L E S  __________________________ */
table.invisible {
	width: 100%;
	margin: 0px;
}
table.invisible, td.invisible {
	margin: 0px;
	border: 0px;
	vertical-align: top;
}




img {
	border:none;
}

FORM, DIV.textarea {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
}

hr {border-style: dashed; border: solid; color: #0054e3; !background-color: #0054e3; height: 1px; border: 0;}

A:link    {-TEXT-DECORATION: none; color: #003399;}
A:visited {-TEXT-DECORATION: none; color: #003399;}
A:active  {-TEXT-DECORATION: none; color: #003399;}
A:hover   {-TEXT-DECORATION: underline; color: #BBC5DC;}





/* Form elements */
.boto { cursor: hand; background-color: #bbbbff; border: 1px #000099 groove; filter: Chroma(Color=555555) }
.textbox { }
.checkbox {  !background-color: #FFFFFF; background-image: none; cursor: hand; filter: Chroma(Color=#FFFFFF)}
/* !border: 1px #000000 outset;	*/

.TextBox		
{
	font-family: Tahoma,Verdana; 
	font-size:10pt; 
	color:#000000; 
	background-color:#FFFFFF; 
	border:#000000; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;

}

.InputBox		
{
	font-family: Tahoma,Verdana; 
	font-size:10pt; 
	color:white; 
	background-color:#0099FF; 
	border:black; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;

}




/* definicio 2 */
.textfield {
    color: #000000;
    font-size: 11px;
    font-family: verdana, arial, "trebuchet MS", helvetica, sans-serif;
    font-style: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background:#bdd6ea;
	}

input[type='text'], input[type='password'], textarea {background:url(img/formfieldbg.gif) #FFFFFF repeat-x top;}

acronym, abbr, .help {
	cursor: help;
}

.rss > a {
	color: #000000;
	font-size:small;
	vertical-align: middle;
	text-decoration:none;
}


@media print {
    .no_print {	visibility: hidden;}
	.list TD {border-top-color : Gray; border-top-width : 1px; border-top-style: solid; ?border-bottom: 1px solid gray }
	.list TR {
	border-bottom: 1px solid blue;
	margin-bottom : 1px solid blue;
	}
}


