@charset "utf-8";
/* CSS Document */
	html, body	{
		background-image:url(img/background4.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-attachment:fixed;
		background-size:cover;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:0px;
		box-sizing: border-box;
		overflow:hidden;
		
	}
	:active, :focus { outline: none; -moz-outline-style: none; -webkit-outline-style: none; }
	a	{text-decoration: none;}
	.site	{
		min-width: 1024px;
		max-width: 1200px;
		width:90%;
		margin:0px 5%;
	}
	.ui-dialog	{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		font-size: 10pt !important; 
	}
	#header1	{
		top:0px;
		height:32px;
		line-height:32px;
		position: absolute;
		padding:0px;
		font-size:0.9em;
		background-color: transparent;
	}
	#header2	{
		top:30px;
		height:100px;
		background-color:#FFF;
		overflow: hidden;
		position: absolute;
		padding:0px;
		font-size:0.9em;
		border-radius: 10px 10px 0px 0px; 
		-moz-border-radius: 10px 10px 0px 0px; 
		-webkit-border-radius: 10px 10px 0px 0px; 
	}	
	#menu	{
		top:130px;
		height:35px;
		line-height:35px;
		background-color:transparent;
		color:#FFF;
		overflow: hidden;
		position: absolute;
		vertical-align: top; 
		padding:0px;
	}		
	#middle	{
		top:165px;
		bottom:20px;
		background-color:#FFF;
		position: absolute;
		overflow:hidden;
		padding:0px;
		border-radius: 0px 0px 10px 10px; 
		-moz-border-radius: 0px 0px 10px 10px; 
		-webkit-border-radius: 0px 0px 10px 10px; 
	}	
	#footer	{
		bottom:0px;
		height:20px;
		line-height:20px;
		font-size:0.7em;
		color:#FFF;
		position: absolute;
		margin:0px 5%;
		vertical-align: middle;
		padding:0px;
		background-color:transparent;
		font-weight:bold;
	}
	#content	{
		height:100%;
		width:100%;
		border:0px;
		box-sizing:border-box;
		position:absolute;
	}
	#logo	{
		padding-left:10px;
	}
	#title	{
		font-size:24pt;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		text-align:right;
		vertical-align:bottom;
		color:#2A7FAA;
		padding-right:10px;
		padding-bottom:10px;
		text-shadow: 0px 0px 5px rgba(200, 200, 200, 1);
	}
	#socialnet	{
		padding-right:10px;
		text-align:right;
	}
	#socialnet > img	{width:24px;height:24px;cursor: pointer;}
	#tabs	{vertical-align: bottom; padding-left:5px;text-align:left;margin:0px;}
	.tab	{
		text-align:center;
		border-radius: 5px 5px 0px 0px; 
		-moz-border-radius: 5px 5px 0px 0px; 
		-webkit-border-radius: 5px 5px 0px 0px; 
		margin-left:5px;
		border: 0px;
		min-width:130px;
		font-size: 10pt;
		background-color:#2A7FAA;
		color:#FFF;
		display: inline-block;
		vertical-align: middle;
		line-height: 20px;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
	}
	.activetab	{background-color:#FFF;color:#000;}	
	.tab:hover, .activetab:hover	{font-weight:bold!important}
	/*#tabs > a:hover	{color:#F00}*/	
	#displayaddress	{float: left; margin-left: 10px;}
	#displaydate {float: right; margin-right: 10px;}
	#infouser	{font-size: 10pt !important; font-weight:bold !important; color:#09F !important;}
	#btnlogout, #btnchangepasswd	{font-size: 8pt !important}
	#logindiv {vertical-align: bottom; text-align:right; padding-right:10px;font-size:10pt;color:#FFF}
	#logindiv > a	{cursor: pointer;}		
	#logindiv > a:hover	{text-decoration: underline; }
	#menuoptions	{float:left;}
	#menutools	{float:right; position: relative; display: inline-block; padding-top:5px;; padding-right:10px; }
	.menutab	{
		border: 0px;
		width: 165px;
		height: 28px;
		font-size: 11pt;
		color: white;
		margin-bottom:10px;
		/*margin: 10px;*/
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		line-height: 35px;
		text-align: center;
		cursor:pointer;
		border-radius: 0px 0px 5px 5px; 
		-moz-border-radius: 0px 0px 5px 5px; 
		-webkit-border-radius: 0px 0px 5px 5px; 
	}
	.menutab:hover, .restricted.activemenutab:hover	{ font-weight:bold}
	.activemenutab	{
		background-color: white;
		color: black;
	}
	.restricted.activemenutab	{
		/*background-color: #ffffb0 !important;
		color: black !important;*/
		background-color: white;
		color:#09F;
	}
	.restricted	{
		/*color:#ffff00 !important;
		background-color: black !important;
		*/
		color:#09F !important;
	}
	.toolbtn	{
		height: 24px;
		/*width:24px;*/
		cursor: pointer;
	}	
		.dlg-no-title .ui-dialog-titlebar {
			display: none;
		}
		.ui-corner-all { border-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-topleft: 0px;}
	#toolsoptions a {
		color: black;
		padding: 0px 5px;
		text-decoration: none;
		font-size:10pt;
		font-weight:400;
		display: block;
		line-height:25px;
		cursor:pointer;
	}
	
	#toolsoptions a:hover {background-color: #CCC;}
	
		.lblnoticia	{
		float:left;
		width:100px;
		text-align:right;
		vertical-align:top;
		padding:0px;
		margin-right:10px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.fldnoticia	{
		float:left;
		width:580px;
		text-align:left;
		vertical-align:top;
		margin-bottom:10px;
		padding:0px;
	}
