﻿body {
	background:url(../images/bg.png) no-repeat top center #FFF;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;	
}
img {
	border: 0;	
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #184892;
	font-size: 12px;
	text-decoration: none;
}
.login input[type=text], input[type=password], textarea {
	outline: none;
	padding: 8px 6px 8px 6px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F9F9F9));
    background-image: -moz-linear-gradient(#fff, #F9F9F9);
    background-image: -ms-linear-gradient(#fff, #F9F9F9);
    background-image: -o-linear-gradient(#fff, #F9F9F9);
    background-image: linear-gradient(#fff, #F9F9F9);	
}
.login input[type=text]:focus, input[type=password]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}
.login input.error, textarea.error, select.error {
	background: #f7cbca;
	border-color: #ff0000;
}
.errorMessage {
	clear: left;
	color: #ff0000;
}
.search {
	outline: none;
	padding: 4px 6px 4px 6px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #BABABA;
	background:url(../images/icon_search.png) no-repeat;
	background-position: 195px 5px;
    background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 210px;
   -moz-box-shadow:    inset 0 0 5px #E0E0E0;
   -webkit-box-shadow: inset 0 0 5px #E0E0E0;
   box-shadow:         inset 0 0 5px #E0E0E0; 
}
.search:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}
h1 {
	/*color: #233973;*/
	color: #264094;
	font-family: sans-serif;
	font-size: 23px;
	/*letter-spacing: 1px;*/
	text-shadow: 1px 1px 0 #BABABA;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000;
	font-family: sans-serif;
	font-size: 23px;	
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;	
	margin-bottom: 10px;
	color: #8BBA3F;
}
h4 {
	/*color: #233973;*/
	color: #233973;
	font-family: sans-serif;
	font-size: 21px;
	margin: 0;
	padding: 0;
}
hr {
	color: #bababa;
	background-color: #bababa;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}

#page {
	text-align: center;
	width: 1024px;
	margin: 15px auto;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header {
	padding: 10px;
}

#header .logo h1 {
	font-size: 28px;
	margin-top: 15px;
	color: #22B14C;
	line-height: -10px;
	letter-spacing: -1px;
}

#mainContent {
	margin: 20px 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;  
  /*background: url(../imagens/shadow-h.png) no-repeat center top;*/
}

#footer {
	width: 100%;
	background-color: #0A3675;
	text-align: left;
	height: 100px;
	padding-bottom: 20px;
}
.address {
	font-size: 12px;
	color: #e0e0e0;
	line-height: 140%;
	float: left;
	padding: 20px 40px;
}
.sponsors {
	padding-top: 25px;
}

#navigationBar {
	text-align: left;
	margin: 5px 25px;
	padding-left: 5px;
	padding-right: 5px;
	background: #233973;
	/*background-image:-webkit-linear-gradient(top, #233973, #d3d3d3);
	background-image:-moz-linear-gradient(top, #233973, #d3d3d3);
	background-image:-ms-linear-gradient(top, #233973, #d3d3d3);
	background-image:-o-linear-gradient(top, #233973, #d3d3d3);
	background-image:linear-gradient(top, #233973, #d3d3d3);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navigation ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 8px 4px 12px 0;
	list-style: none;
}
.navigation ul li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.navigation ul li a {
	font-size: 12px;	
	color: #fff;
}
.navigation ul li:hover a {	
	color: #fff;
}
.navigation ul li:hover {
	background: #8BBA3F;
	color: #fff;
}
.navigation ul li ul {
	padding: 0;
	z-index: 1000;
	position: absolute;
	top: 38px;
	left: 0;
	width: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.navigation ul li ul li { 
	background: #394c81; 
	display: block; 
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.navigation ul li ul li:hover { 
	background: #8bba3f;
}
.navigation ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.leftAlign {
	float: left;
	padding-left: 15px;	
	padding-top: 15px;
}
.rightAlign {
	float: right;
	padding-right: 15px;	
	padding-top: 15px;
}
.userDetails {
	float: right;	
	font: 12px/18px sans-serif;
	color: #fff;
	padding: 10px;	
}
.userDetails a {
	font-size: 12px;
	color: #fff;
}
.userDetails a:hover {
	text-decoration: underline;	
}
.captionize {
	padding-bottom: 4px;	
}
.box-voluntario {
	border-top: 1px solid #BABABA;	
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;	

}
.foto-voluntario {
	float: left;
	padding: 2px 5px 48px 5px;
	margin-top: 5px;
	/*background-color: #e3e3e3;	*/
	height: 60px;
}
.dados-voluntario {
	float: left;
	font-size: 14px;
	color: #333;
	padding: 18px 35px 35px 20px;
	margin-top: 5px;
	border-right: 1px solid #CCC;
	/*background-color: #e0e0e0;*/
	height: 60px;	
	
}
.acoes-voluntario {
	float: left;
	margin-top: 5px;	
	padding: 0px 30px 25px 25px;
	/*background-color: #f0f0f0;	*/
	height: 80px;
}

.box-content {
	line-height: 18px;
}
.box-content .rowName {
	color: #999;
	text-align: right;
	padding-right: 5px;
	vertical-align: text-top;	
}
.box-content .rowName2 {
	color: #999;
	text-align: right;
	padding-right: 10px;
	vertical-align: text-top;	
}
.box-content td a {
	text-decoration: underline;	
}
.activity-stream {
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background: #fff;
	width: 580px;
	padding: 20px 30px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
}
.quadrante-agenda {
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	float: left;
	margin-left: 20px;	
	width: 220px;
	padding: 20px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
}
.avatarDiv {
	background-color:#E0E0E0;
	border: 1px solid #CCCCCC;
}
.icon-location {
	margin-top: 4px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../images/icon_location.png);
	background-repeat: no-repeat;
}
.icon-mail {
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 5px;	
	background-image: url(../images/icon_mail.png);
	background-repeat: no-repeat;
}
.icon-edit {
	padding-left: 52px;	
	padding-bottom: 10px;
	padding-top: 8px;
	background-image: url(../images/icon_edit.png);
	background-repeat: no-repeat;
}
.icon-edit a {
	font-size: 14px;	
}
.icon-edit a:hover {
	text-decoration: underline;
}
.icon-calendar {
	margin-top: 10px;
	padding-left: 52px;	
	padding-bottom: 10px;
	padding-top: 8px;
	background-image: url(../images/icon_calendar.png);
	background-repeat: no-repeat;
}
.icon-calendar a {
	font-size: 14px;	
}
.icon-calendar a:hover {
	text-decoration: underline;
}
.icon-certificate {
	margin-top: 10px;
	padding-left: 52px;	
	padding-bottom: 10px;
	padding-top: 8px;
	background-image: url(../images/icon_certificate.png);
	background-repeat: no-repeat;
}
.icon-certificate a {
	font-size: 14px;	
}
.icon-certificate a:hover {
	text-decoration: underline;
}
.icon-eye {
	padding-left: 25px;
	background: url(../images/icon_eye.png) no-repeat 0px 7px;
}
.icon-user {
	font-size: 12px;
	background: url(../images/icon_user.png) no-repeat 0px 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.login-message {	
	font: 12px/18px sans-serif;
	color: #fff;
	padding: 10px;
	padding-left: 15px;	
}
.login {
	width: 550px;
	margin: 30px auto 15px auto;
}
.login-box {
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-right: 5px;	
}
.login-header {
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px;	
    background-color: #394c81;
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7dcd60), to(#5aa53f));
    background-image: -moz-linear-gradient(#7dcd60, #5aa53f);
    background-image: -ms-linear-gradient(#7dcd60, #5aa53f);
    background-image: -o-linear-gradient(#7dcd60, #5aa53f);
    background-image: linear-gradient(#7dcd60, #5aa53f);*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #ccc;
}
.login-body {
	padding: 10px 20px 25px 20px;
	width: 235px;
	margin: 0 auto;
}
.login-body label {
	display: block;
	padding-left: 2px;
	padding-top: 10px;
	color: #555;
}
.login-body input {
	width: 225px;
}
.login-bottom {
	border-top: 1px solid #e0e0e0;	
	text-align: right;
	padding: 10px 20px;	
	background-color: #F7F7F7;
}
#calendarioVoluntario h2 {
	color: #333;
	font-family: sans-serif;
	font-size: 21px;	
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#eventosVoluntario {
	margin-left: 20px;
	float: left;
	width: 210px;
	padding: 20px;	
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-right: 5px;		
	float: left;
	font-size: 11px;
}
#eventosVoluntario a {
	font-size: 11px;
}
.quadrante {
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background: #fff;
	width: 560px;
	padding: 20px 30px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
}
.status-bar-container {
	width: 100%;
	height: 23px;
	margin-top: 5px;
	-moz-box-shadow: inset 0 0 5px #E0E0E0;
	-webkit-box-shadow: inset 0 0 5px #E0E0E0;
	box-shadow: inset 0 0 5px #E0E0E0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: -webkit-linear-gradient(top, #e0e0e0, #f0f0f0);
	background-image: -moz-linear-gradient(top, #e0e0e0, #f0f0f0);
	background-image: -ms-linear-gradient(top, #e0e0e0, #f0f0f0);
	background-image: -o-linear-gradient(top, #e0e0e0, #f0f0f0);
	background-image: linear-gradient(top, #e0e0e0, #f0f0f0);
}
/* width deve ser definido dinamicamente ao chamar a classe na tag style, o mesmo acontece com as bordas a direita quando o valor é de 100% */
.status-bar {
	width: 0;
	height: 20px;
	font-size:11px;
	color:#333;
	text-align:right;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.red-bar {
	background-color: #ffc1b5;
	background-image: -webkit-linear-gradient(top, #ffc1b5, #fe512f);
	background-image: -moz-linear-gradient(top, #ffc1b5, #fe512f);
	background-image: -ms-linear-gradient(top, #ffc1b5, #fe512f);
	background-image: -o-linear-gradient(top, #ffc1b5, #fe512f);
	background-image: linear-gradient(top, #ffc1b5, #fe512f);	
}
.orange-bar {
	background-color: #f3deaf;
	background-image: -webkit-linear-gradient(top, #f3deaf, #f3b73d);
	background-image: -moz-linear-gradient(top, #f3deaf, #f3b73d);
	background-image: -ms-linear-gradient(top, #f3deaf, #f3b73d);
	background-image: -o-linear-gradient(top, #f3deaf, #f3b73d);
	background-image: linear-gradient(top, #f3deaf, #f3b73d);	
}
.green-bar {
	background-color: #c8eeb0;
	background-image: -webkit-linear-gradient(top, #c8eeb0, #90c84d);
	background-image: -moz-linear-gradient(top, #c8eeb0, #90c84d);
	background-image: -ms-linear-gradient(top, #c8eeb0, #90c84d);
	background-image: -o-linear-gradient(top, #c8eeb0, #90c84d);
	background-image: linear-gradient(top, #c8eeb0, #90c84d);
}
.close-round-border {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;	
}
.text-highlighter {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 6px;	
	font-size: 14px;
	padding: 8px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.green-bkg-highlight {
	background-color: #5ca351;
}
.gray-bkg-highlight {
	background-color: #9e9e9e;
}
.link-wine {
	color: #bd5a35;
	text-decoration:underline;
}
.tabela-resumo {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	
	/*
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1; */
}
.tabela-resumo th {
	padding:14px 18px 15px 18px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.tabela-resumo th:first-child {
	text-align: left;
	padding-left:20px;
}
.tabela-resumo tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.tabela-resumo tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.tabela-resumo tr {
	text-align: center;
	padding-left:20px;
}
.tabela-resumo td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.tabela-resumo td {
	padding: 7px;
	padding-right: 16px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
	background: -moz-linear-gradient(top,  #fff,  #fbfbfb);
	
	/*
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
	
}
.tabela-resumo tr.even td {	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	
	/*background: #ff0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
}

/* caso o anterior não pegue, esta pega */
.tabela-resumo tr:nth-child(even) td {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	
	/*background: #ff0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
}

.tabela-resumo tr:last-child td {
	border-bottom:0;
}
.tabela-resumo tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tabela-resumo tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tabela-resumo tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.evento-subtitle {
	font-size: 13px;
	font-weight: bold;
}

#page ul.yiiPager .first,
#page ul.yiiPager .last
{
        display: inline;
}