﻿body
{
}
.bg
{
	background: -webkit-linear-gradient(#0A4F86, #99BBD4); /* Safari */
	background: -o-linear-gradient(#0A4F86, #99BBD4); /* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0A4F86, #99BBD4); /* Firefox 3.6 to 15 */
	background: linear-gradient(#0A4F86, #99BBD4); /* Standard syntax (must be last) */
	background-attachment: fixed !important;
	text-align: center !important;
}
.pxGray
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: -webkit-linear-gradient(white, lightgray); /* Safari */
	background: -o-linear-gradient(white, lightgray); /* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, lightgray); /* Firefox 3.6 to 15 */
	background: linear-gradient(white, lightgray); /* Standard syntax (must be last) */
	-pie-background: linear-gradient(#FFFFFF, #DADAD4);	
	behavior: url(PIE/PIE.htc);
	background-color: #E6E6E6;
}
.btn_menu
{
	background: -webkit-linear-gradient(#10447E, #0B2353); /* Safari */
	background: -o-linear-gradient(#10447E, #0B2353); /* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#10447E, #0B2353); /* Firefox 3.6 to 15 */
	background: linear-gradient(#10447E, #0B2353); /* Standard syntax (must be last) */
	z-index:99999999;
}
li.tooltips
{
	display: inline;
	position: relative;	
}
li.tooltips label
{
	z-index:1;
}
li.tooltips span
{
	position: absolute;
	width: 200px;
	color: blue;
	background: #EDEDED;
	border: 2px solid #FF9900;
	line-height: 100%;
	text-align: justify;
	visibility: hidden;
	border-radius: 6px;
	box-shadow: 2px 3px 10px #666666;
	padding: 5px 5px 5px 5px;
	z-index:99999999;
}
li.tooltips span:before
{
	content: '';
	position: absolute;
	top: 15px;
	right: 100%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-right: 12px solid #FF9900;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
li.tooltips span:after
{
	content: '';
	position: absolute;
	top: 15px;
	right: 100%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-right: 8px solid #EDEDED;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
li:hover.tooltips span
{
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
	z-index: 999;
	line-height: 100%;
	background-color: White;
}
.ListTitle
{
	font-size: 15px;
	color: #002147;
	display: inline;
	font-weight: bold;
}
li:hover
{
	color: #FF9900;
	cursor: default;
}

.btnDetalhes
{
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=    '#3d94f6' , endColorstr= '#1e62d0' );
	background-color: #3d94f6;
	-webkit-border-top-left-radius: 37px;
	-moz-border-radius-topleft: 37px;
	border-top-left-radius: 37px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 37px;
	-moz-border-radius-bottomright: 37px;
	border-bottom-right-radius: 37px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #1570cd;
	behavior: url(PIE/PIE.htc);
}
.btnDetalhes:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=    '#1e62d0' , endColorstr= '#3d94f6' );
	background-color: #1e62d0;
	-pie-background: linear-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	behavior: url(PIE/PIE.htc);
}
.btnDetalhes:active
{
	position: relative;
	top: 1px;
	behavior: url(PIE/PIE.htc);
}
.modalBackground
{
	background: black;
	filter: alpha(opacity=70);
	opacity: 0.8;
	behavior: url(PIE/PIE.htc);
}
.pnl_video
{
	width: 700px;
	height: 400px;
	background-color: White;
	border-radius: 8px;
	behavior: url(PIE/PIE.htc);
}
.close
{
	margin-right: -6px;
	margin-top: -6px;
	behavior: url(PIE/PIE.htc);
}
.divShadow
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color: #d9d9d9;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px 0px #888888;
	-webkit-box-shadow: 0px 0px 10px 0px #888888;
	box-shadow: 0px 0px 10px 0px #888888;
	width: 260px;
	height: 90px;
	margin: 10px;
	border-radius: 6px;
	text-align: justify;
	behavior: url(PIE/PIE.htc);
}
.divShadowTitle
{
	color: royalblue;
	font-size: 13px;
	font-weight: bolder;
	behavior: url(PIE/PIE.htc);
}
.divShadowText
{
	color: gray;
	font-size: 11px;
	behavior: url(PIE/PIE.htc);
}
.lblogo
{
	text-shadow: 0 0 1px black;
	behavior: url(PIE/PIE.htc);
}
.AjustedZIndex
{
	z-index:99999999;
}