/***************** BODY, CONTAINER **************/

body {
   font-family: Verdana, Georgia, Helvetica, Sans-serif;
	font-size: medium;
	margin: 0;
	background: #778899;
	text-align: center;
	color: #000;
}

#container {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 750px;
	text-align: left;
	background-color: white;
	padding: 10px;
}

/***************** HEADER, SLOGAN, NAVBAR **************/

#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 8px;
}


.banner{
	border: 0px;
	padding: 0px;
	margin: 0 auto;
}

#clear{
	clear: both;
	height: 6px;
}

#clr{
	clear: both;
	height: 1px;
	width: 100%;
}

#fatada{
	margin: 0 auto;
	margin-top: 4px;
}
/***************** MAIN, CONTENT **************/

#main {
	margin-top: 10px;
}

#feature {
	float: left;
	width: 71%;
	border: 1px solid #6495ED; /* medium blue */
	background-color: #F5F5F5;
	padding: 0px 5px 5px 5px; /* top right bottom left */
	font-size: 80%;
	color: #000;
}

#content {
	float: left;
	width: 72%;
	font-size: 80%;
	margin-bottom: 10px;
}

#content h1 {
	margin: 5px 5px 10px 5px; /* top right bottom left -- CCW */
	font-size: 100%;
	border-bottom: solid 1px #3366ff; /* medium blue */
	font-variant: small-caps;
	padding-left: 16px;
}

#content p {
	text-indent: 25px;
}

#content a {
	text-decoration: none;
	border-bottom: solid 1px #24008f;
	color: #24008f;
}

#content a:hover {
	border-bottom: dashed 1px #24008f;
}

#content li {
	list-style-image: url('images/arrow-blue.gif');
}

/***************** SIDEBAR, etc **************/

#sidebar {
	float: right;
	border: solid 1px #336699; /* medium blue */
	width: 25%;
	padding: 0px 5px 5px 5px; /* top right bottom left */
	font-size: 70%;
	color: #000;
	margin-bottom: 1%;
}

/* styles shared between sidebar, feature, and services */
#sidebar p, #feature p{
	text-indent: 5px;
	margin: 0px;
}

#sidebar p.right, #feature p.right{
	text-align: right;
}

#sidebar p.date, #feature p.date {
	font-size: 100%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

#sidebar a, #feature a,#meniu a{
	color: #000;
	text-decoration: underline;
}

#sidebar a:hover, #feature a:hover,#meniu a:hover{
	color: red;
}

#sidebar h1 {
	color: #fff;
	background-color: #336699;
	margin: 0px -5px 5px -5px; /* top right bottom left, CCW order */
	font-size: 100%;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	padding: 5px;
}

#sidebar h1 img {
	vertical-align: middle;
	margin-left: 5px;
}

#feature h1 {
	color: #fff;
	background-color: #336699;
	margin: 0px 0px 5px 0px; /* top right bottom left, CCW order */
	font-size: 100%;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	padding-left: 5px;
}

#feature h1 {
	margin-left: -5px;
}

#feature h3 {
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#sidebar h2, #feature h2 {
	color: white;
	margin: 0; /* top right bottom left, CCW order */
	font-size: 100%;
	padding-left: 5px;
}

/***************** FOOTER **************/

#footer {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	border-top: solid 1px #336699; /* medium blue */
}


#footer a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
	color: #000; /* medium blue */
}

#footer a:hover {
	color: #ff0000;
}






#navlist
{
padding: 1px;
margin: 2px;
font-weight: bold;
background: #e6e6e6;
color: #006;
width: 100%;
}

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #004080 dotted;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #000080;
background: white;
}




table,td
{
border               : 1px solid #CCC;
border-collapse      : collapse;
margin: 0 auto;
}

table
{
	border                :none;
	border                :1px solid #CCC;
	width: 500px;
}

thead th,
tbody th
{
background            : #FFF url(images/th_bck.gif) repeat-x;
color                 : #666;  
padding               : 5px 10px;
border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 100%;
	padding               : 10px 0;
	font-weight: bold;
	color                 : #666;
	margin: 0 auto;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}

.back{
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #000;
}

.paginacurenta{
	font-weight: bold;
	color: Red;
}
