@charset "utf-8";
/* CSS Document */

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.2em; }
h1 a { color:#fff; border: none; }
h1 em{ color: #83ABF5; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #83ABF5;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #83ABF5;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
	
a:link {
	color: #FF6600;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #83ABF5;
	font-style: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.body_admin{
	background-color: #CEDEFB;
	color:#000000;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.body_site{
background-image:url(imagens_site/fundo.jpg);

}

.body_paginas {
	background-color: #CEDEFB;
	color:#000000;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.tab_album {
	background-color: #333333;
	color:#FFFFFF;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.arial_14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.arial_12px  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial_11px  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.thumbnail{
	padding: 5px 5px 5px 5px ; 
	background-color: #FFFFFF;
	border:1px dashed #6899F2;
	float: center; 
	margin-right: 5px;
	margin-bottom: 5px;
/*	margin-top: 5px;
	margin-left: 5px;
*/
}

.button{
border:solid 2px #999999;
font-size:11px;

}


	
#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #83ABF5;
	}	
	
#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }
