﻿BODY {
	font-family: trebuchet, "trebuchet ms", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
}


TH {
	font-family: trebuchet, "trebuchet ms", sans-serif;
	font-size : 12px;
	color : #EDD8EA;
}


A {
	color: #FF0000;
	text-decoration: none; 
	}
A:link {
	color: #FF0000;  font-family: trebuchet, "trebuchet ms", sans-serif; text-decoration: none
	}

A:visited {
	color: #FF0000;  font-family: trebuchet, "trebuchet ms", sans-serif; text-decoration: none
	} 

A:active {
	color: #FF0000;  font-family: trebuchet, "trebuchet ms", sans-serif; text-decoration: none
	} 

A:hover {
	text-decoration: underline; color: #CC0000
	}

form * {
	margin:0;padding:0;
}

/*  --------------------- H ------------ */
h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	
}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff1080;
}

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }


/* ------------------- fonts -------------- */

.bodysmall {
	font-size: 12px;
}

.pagetitle {
	font-size: 24px;
	color: #40c2f3;
}

.pagesubtitle {
	font-size: 16px;
	color: #F041A9;
	margin-bottom: 5px;
}
.separator {
	margin: 0px;
	padding: 0px;
	border-top: 1px #999 solid;
	margin: 5px 0px;
}

.fontalert {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
/*
------------------------------------------------------------------------------------------
					Main boxes
------------------------------------------------------------------------------------------
*/

#mainAlign {
	text-align: center;
	margin:0 auto;
	
}

#mainSite {
	position: relative;
	width: 1000px;
	margin:0 auto;
	text-align:left;
	overflow: hidden;
}

#mainContent {
	float: right;
	text-align:left;
	background-color: #fff;
	width: 780px;
	margin-top: 10px;
}	

#siteTop {
	overflow: hidden;
	width: 1000px;
	height: 160px;
	border-bottom: 1px #999 solid;
}

#siteTop .left {
	float: left;
	width: 400px;
	margin-top: 0px;
}

#siteTop .right {
	float: right;
	width: 300px;
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}

#siteTop .right .logininfo {
	text-align: left;
	height: 30px;
}

#siteTop .right .logininfo .loginlabel {
	float: left;
	text-align: right;
	width: 110px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding-top: 2px;
}

#siteTop .right .logininfo .logincontent {
	float: right;
	text-align: left;
	width: 185px;
}

#siteTop .right .password {
	text-align: right;
	clear: both;
}

#siteTop .right .error {
	text-align: center;
	height: 22px;
	font-weight: bold;
}

#siteTop .right .loggedas {
	text-align: right;
	font-weight: normal;
	padding-left: 3px;
	margin-top: 35px;
}

#mainPage790 {
	float: left;
	width: 790px;
	margin-bottom: 20px;
}

#mainPage380left {
	float: left;
	width: 375px;
	border: 1px #999 solid;
	padding: 5px;

}

#mainPage380right {
	float: right;
	width: 375px;
	border: 1px #999 solid;
	padding: 5px;
	margin-bottom: 10px;
}


#div790 {
	float: left;
	width: 790px;
}


/* ----------------------- OPEN MENU ----------------- */

#menuopen {
	float:left;
	width: 200px;
	overflow: hidden;
	margin-top: 10px;
}

#menuopen ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 10px;
}

#menuopen li {
	border-bottom: 1px #efefef solid;
}

#menuopen ul li a {
	display: block;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #999;
	border: none;
	text-transform: lowercase;
}

#menuopen a:hover {
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}

#menuopen .active{
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}

#menuopen .active a{
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}


/* ------------------------- MENU ----------------- */

#menu {
	float:left;
	width: 200px;
	overflow: hidden;
	margin-top: 10px;
}

#menu .title {
	display: block;
	padding: 6px 0px 2px 0px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	color: #666;
	border: none;
	text-transform: lowercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 10px;
}

#menu li {
	border-bottom: 1px #efefef solid;
}

#menu ul li a {
	display: block;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #999;
	border: none;
	text-transform: lowercase;
}

#menu a:hover {
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}

#menu .active{
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}

#menu .active a{
	color: #40c2f3;
	background: url('/images/arrow_blue.jpg') no-repeat 0%;
}



/* ---------------------------------- BOTTOM TEXT  ----------------------------- */
#bottomContainer{
	text-align: center;
	background-color: #F041A9;
	padding: 5px;
	margin-top: 15px;
	width: 1000px;
	clear: both;
}

#bottomContainer .big a {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
}
#bottomContainer .small {
	font-family: arial;
	font-size: 8pt;
	color: #fff;
}

#bottomContainer .small a {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #efefef;
}




TABLE { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
 } TD { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
 } TR { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
 }
.CaixaTexto
{
    border-style:solid; border-width:1px; FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: #FFFFFF;
    padding-left:2px;
    padding-right:2px;
    padding-top:1px;
    padding-bottom:1px;
}

.BButton
{
    BACKGROUND-COLOR: #efefef;
    BORDER-BOTTOM: 1px solid #333333;
    BORDER-LEFT: 1px solid #333333;
    BORDER-RIGHT: 1px solid #333333;
    BORDER-TOP: 1px solid #333333;
    PADDING: 0;
    COLOR: #FF0000;
    CURSOR: hand;
    FONT-FAMILY: verdana, verdana, helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}

.BButton2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #ffb0df;
	text-align: center;
	height: 36px;
	width: 181px;
	cursor: hand;
	border: 0;
	background-image: url(/images/btn_bg.jpg);
}

.BButton2:active
{
	cursor: hand;
}


.BButton2small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #ffb0df;
	text-align: center;
	height: 21px;
	width: 74px;
	cursor: hand;
	border: 0;
	background-image: url(/images/btn_bg_small.jpg);
}

.BButton2small:active
{
	cursor: hand;
}

/* ------------------------ Forms ------------------------- */
input {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color: #c5c5c5;
	background: #f6f6f6;
} 

legend {
	color:#F041A9; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
fieldset {
	border:1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
	padding: 5px;
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	padding: 3px;
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */

label {
	float:left; /* Take out of flow so the input starts at the same height */
	width: 300px; /* Set a width so the inputs line up */
	text-align: right;
	padding-right: 3px;
}

.uploaddocs label {
	float:left; /* Take out of flow so the input starts at the same height */
	width: 200px; /* Set a width so the inputs line up */
	text-align: right;
	padding-right: 3px;
}

.signupfieldset {
	width: 700px;
}

.uploaddocs {
	width: 740px;
}


/* -------------------ALERT BOX ----------------- */
#alertbox {
	width: 500px;
	padding: 5px;
	background-color: #ff0000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px #ff9999 solid;
	margin: 10px 0px;
	clear: both;
}



.Grid
{
}

.Grid .Bottom
{
    BACKGROUND-COLOR: #C0C0C0;
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder
}
.Grid .Hi
{
    BACKGROUND-COLOR: #666666;
    COLOR: #EFEFEF;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.Grid .Lo
{
    BACKGROUND-COLOR: white;
    COLOR: #52455F;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}

.Grid .Font1
{
    COLOR: #52455F;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}


.Grid .Top
{
    BACKGROUND-COLOR: #C0C0C0;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.Grid .Li
{
    BACKGROUND-COLOR: white
    COLOR: #52455F;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal
}
.Grid .Li2
{
    BACKGROUND-COLOR: white;
    COLOR: #52455F;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal
}


/* ------------------------ PROFILES ------------------------- */
.profileViewAll {
	width: 594px;
	background-color: #efefef;
}

.profileViewTop {
	float: left;
	width: 575px;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px #333 solid;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #999;
}

.profileViewLeft {
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px #333 solid;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #fff;
}


.profileViewRight {
	float: left;
	width: 465px;
	padding: 3px;
	border: 1px #333 solid;
	background-color: #fff;
}

.profileViewRight .title {
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}

.profileViewRight .text {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}

.profileViewPhotosDiv {
	float: left;
	width: 575px;
	padding: 4px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px #333 solid;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #999;
}

