/* GENERAL CSS */
body {
	background-image:url(../images/backgrnd.jpg);
	background-color: #454346;
	margin: 0px 0px 0px 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#575757;
}

/* LINK STYLES */

a:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
	   
a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
		  
a:hover {
	font-size: 11px;
	color: #CC6600;
	text-decoration: underline;
}
		
a:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color:Transparent;
	border:0px;
}
		 
/* WINTHIN TEXT */

a.lnkText:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}
	   
a.lnkText:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}
		  
a.lnkText:hover {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}
		
a.lnkText:active {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}

		 
/* main MENU */

a.lnkMainMenu:link {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	   
a.lnkMainMenu:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
		  
a.lnkMainMenu:hover {
	font-size: 11px;
	color: #eaeaea;
	font-weight: bold;
	text-decoration: underline;
}
		
a.lnkMainMenu:active {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color:Transparent;
	border:0px;
}

/* LEFT MENU LINKS*/

a.lnkLeftMenu:link {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
	   
a.lnkLeftMenu:visited {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
		  
a.lnkLeftMenu:hover {
	font-size: 11px;
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}
		
a.lnkLeftMenu:active {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color:Transparent;
	border:0px;
}


a.lnkLeftParentMenu:link {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
	   
a.lnkLeftParentMenu:visited {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
		  
a.lnkLeftParentMenu:hover {
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}
		
a.lnkLeftParentMenu:active {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:Transparent;
	border:0px;
}

/* TEXT STYLES */

.contentTitle {
	height:68px;
	vertical-align:middle;
	text-align:left;
	font-size:20px;
	color: #666666;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}

.contentTitlePorto {
	color: #CC6600;
}

.contentSubTitle{
	height: 20px;
	vertical-align:middle;
	font-size: 12px;
	color: #565656;
	font-weight: bold;
	border:0px;
}

.popupTitle {
	height:40px;
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	color: #666666;
	font-weight: bold;
	background-color:Transparent;
	border:0px;
}

.popupTitlePorto {
	color: #CC6600;
}

.text {
	font-size: 10px;
	color: #333333; 
	text-decoration: none; 
}

.textWhite {
	font-size: 10px;
	border:0px;
	color: #ffffff;
}

.textPorto {
	color: #CC6600; 
	font-weight: bold; 
	font-size: medium; 
}
		
.contact {
	 color: #333333;
	 font-size: 9px;
 }
		 
.errMessage {
	font-size: 10px;
	color:#990000;
	font-weight:bold;
	text-decoration: none; 
}
	   
		 
/*  TABLES STYLES  */

.tblHeader {
	height:19px;
	font-size: 11px;
	color:#666666;
	text-decoration: none; 
}

.tblRow {
	height:19px;
	font-size: 11px;
	color:#666666;
	text-decoration: none; 
}

.tdRow {
	font-size:10px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* CONTROLS */

form { 
	margin: 0px; 
}

.inputGeneral {
	font-weight:normal;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-left: #000000 1px solid;
	border-right: #656E74 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #656E74 1px solid;
}

.btnContact {
	font-size: 10px;
	color: #1F2E35;
	background-color: #FFFFFF;
	height: 20px;
	border-left: #000000 1px solid;
	border-right: #656E74 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #656E74 1px solid;
}

.submitLogin {
	font-size: 10px;
	color: #1F2E35;
	background-color: #FFFFFF;
	height: 16px;
	margine: 0px 2px 2px 2px;
	border-left: #000000 1px solid;
	border-right: #656E74 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #656E74 1px solid;
}

select {
	font-weight:normal;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-right: #000000 1px solid;
	border-left: #656E74 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #656E74 1px solid;
}

textarea {
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	height: 80px;
	width: 300px;
	
	border-right: #000000 1px solid;
	border-left: #656E74 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #656E74 1px solid;

	scrollbar-track-color: #DEDEDE;
	scrollbar-face-color: #858585;
	scrollbar-darkshadow-color: #858585;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #858585;
	scrollbar-arrow-color: #000000;
}

input {
	font-weight:normal;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-right: #000000 1px solid;
	border-left: #656E74 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #656E74 1px solid;
}

/* IMAGES STYLES */

.picture {
	border: 1px solid;
	border-color:#999999;
	cursor: hand;
} 
