﻿body
{
	background: #99b8cd url(./images/bg.jpg) repeat-x top left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: underline; 
	font-weight: bold;
}
 
a:hover
{
	text-decoration: none; 
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
}

ul
{
	list-style-type: square;
}

.main
{
	background-color: #f5f5f5;
	border-left: solid thin #000000;
	border-right: solid thin #000000;
	width: 865px;
	vertical-align: text-top;
}

.bgLogo
{
	background-repeat: no-repeat;
	height: 150px;
	vertical-align: text-top;
}

.logo
{
	position:relative;
	top: -25px;
}

.archive
{
	margin-bottom: 5px;
}

.title
{
	font-size: 16px;
	font-weight: bold;
}

a.user
{
	color: #CC0033;
	font-size: 8pt;
	text-decoration: none;
}

.Header
{
    color: white;
    background: #ffffff url(./images/vista.png) repeat-x;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

/* Accordion */
.accordionHeader
{
    background: #ffffff url(./images/vista.png) repeat-x;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
 
.accordionHeader a
{
    color: #ffffff;
    text-decoration: none;
}
 
.accordionHeaderSelected
{
    background: #ffffff url(./images/vista_select.png) repeat-x;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
 
.accordionHeaderSelected a
{
    color: #ffffff;
    text-decoration: none;
}
 
.accordionContent
{
    background: gainsboro;
    border: 1px dashed #383838;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.publistHeader
{
	border-bottom: solid thin #000000;
	font-size: 12px;
	font-weight :bold;
}

.publist td
{
	color: #000000;
	font-size: 10px;
}

.publist a:visited, .publist a:link
{
	color: #000000;
	text-decoration: none;
}

.publist a:hover
{
	color: #000000;
	text-decoration: underline;
}

.PollHeader
{
    background: #ffffff url(./images/vista.png) repeat-x;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

.users
{
	color: #000000;
	font-size: 7pt;
	text-align: right;
}

.footer
{
	color: #ffffff;
	font-size: 7pt; 
	vertical-align: bottom;
}

.redspub
{
	color: #cc0033;
	font-size: 7pt;
}

.counter
{
	color: #99b8cd;
	font-size: 6pt;
}

a.gallery
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}