﻿/* -------------------------------------------------------------- 
  
   Safadas.com CSS Main layout Styles
   * Version:   1.0 (07.08.2008)
   * Website:   http://www.safadas.com
   
-------------------------------------------------------------- */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

/* HEADER */

.header h1 a {display: block; width: 490px; height: 20px;}
.header a {color: #E2842C; font-weight: bold; }
.header a:hover {color: #B55500; }

.topMenu {margin: 0; padding: 6px 0 0 0; list-style-type: none; }
.topMenu li {display: inline; border-right: solid 1px #999999; padding: 0 0.5em; }
.topMenu li.intro {border: none; padding-right: 0; color: #B55500;} 
.topMenu li.last {border: none; }

#topMenus {clear: both; height: 27px; font-size: 1em; margin-right: 5px; }
#networksites {float: left; clear: left; }
#basiclinks {float: right; clear: right; }


#middleheader {padding: 0; clear: both;}

.s_table {
	width:500px;
	height:20px;
	background-image:url(../images/bck.jpg);
	background-repeat:repeat-y;
	text-indent:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	}



/* FOOTER */

.clearboth {clear: both; }


/* OUTROS */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.p2{ FILTER: alpha(Opacity=50); border: 1px black solid; }
.p1{ border: 1px black solid; }
.p3{ border: 1px black solid;  FILTER: alpha(Opacity=50); }
function po(o){o.className=='p1'?o.className='p2': o.className=o.className; }
function px(o){o.className=='p2'?o.className='p1': o.className=o.className; }
function pc(o){o.className='p3'; }

