/* CSS Document */

/* layout */
body {
	background-image: url(../img/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 100%;
}

div#top {
	background-image: url(../random/rotate.php);
	width: 827px;
	height: 212px;
	margin: 0 auto;
}

div#content {
	background: #fffff5;
	width: 787px;
	padding: 20px;
	margin: 0 auto;
}

div#gotothetop {
	background: #fffff5;
	width: 819px;
	padding: 4px;
	margin: 0 auto;
	font-size: 70%;
	text-align: right;
}

div#bottom {
	background: #595847;
	width: 827px;
	height: 20px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
}

div#assinatura {
	width: 827px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
}

/* content layout */

h1 {
	margin: 0;
	padding: 0;
	color: #595847;
	font-size: 1.3em;
}

h2 {
	margin-top: 25px;
	margin-bottom: 0;	
	padding: 0;
	color: #595847;
	font-size: 1em;
}

h3 {
	margin-top: 35px;
	margin-bottom: 5;
	padding: 0;
	color: #595847;
	font-size: 0.9em;
}


p {
	color: #363636;
	font-size: 0.8em;
}

ul {
	color: #363636;
	font-size: 0.8em;
	margin:auto -3em 1em 0; 
	padding:0; 
	position:relative; 
	left:-3em;
	overflow:hidden;
}

li {
	margin-top:0.25em;
	margin-bottom:0.25em; 
}

ul ul, ul ol, 
ol ol, ol ul { 
   margin-left:1em; 
   padding-left:0; 
}
 
ul li, ol li { 
   margin-left:5em; 
}
 
li li { 
   margin-left:1em; 
}

label {
	color: #363636;
	font-size: 0.8em;
	font-weight: bold;
}

input {
	color: #363636;
	font-size: 0.8em;
	margin-bottom: 8px;
}

textarea {
	margin-bottom: 8px;
}

a {
	color: #595847;
	font-weight: bold;
}

a:visited {
	color: #8c8b7c;
}

a:hover {
	text-decoration: none;
}

.img_text {
	border: 1pt #cbcbcb solid;
	float: left;
	margin-right: 14px;
}

.img_noborder {
	float: left;
	margin-right: 14px;
}

.img_gallery_thumb {
	margin-right: 1px;
	margin-bottom: 1px;
}

.p_pre_ul {
	padding-top: 20px;
	padding-bottom: 0px;
}


/* Highslide */

.highslide {
		cursor: url(../../img/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1pt #cbcbcb solid;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../img/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(../img/highslide/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../img/highslide/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

div#section_text a {
	color: #fff;
	text-decoration: none;
}

div#section_text a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

