

/* arquivo escrito pelo css_funcs.php - não editar aqui */

a { color: #000; text-decoration: none;}
a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #585858; background: ; text-decoration: none; }
a:active { color: #000; text-decoration: underline }

a.login { color: #000000; text-decoration: none;}
a.login:link { color: #000000; text-decoration: none; }
a.login:visited { color: #000000; text-decoration: none; }
a.login:hover { color: #000000; background: ; text-decoration: none; }
a.login:active { color: #000000; text-decoration: none; }

a.user { color: #FFF; text-decoration: none;}
a.user:link { color: #FFF; text-decoration: underline; }
a.user:visited { color: #FFF; text-decoration: underline; }
a.user:hover { color: #ffff99; background: ; text-decoration: none; }
a.user:active { color: #FFF; text-decoration: underline; }

a.light_link_red { color:#FF0000; text-decoration:none;}
a.light_link_red:link { color:#FF0000; text-decoration:underline;}
a.light_link_red:visited { color:#FF0000; text-decoration:underline;}
a.light_link_red:hover { color:#000; background: ; text-decoration:none; background-color:#FFB4B4; }
a.light_link_red:active { color:#FF0000; text-decoration:underline; }

a.light_link_green { color:#008000; text-decoration:none;}
a.light_link_green:link { color:#008000; text-decoration:underline;}
a.light_link_green:visited { color:#008000; text-decoration:underline;}
a.light_link_green:hover { color:#000; background: ; text-decoration:none; background-color:#B2D9B2; }
a.light_link_green:active { color:#008000; text-decoration:underline; }

body  {
	/*font: 85% Verdana, Geneva, sans-serif;*/
	font: 0.8em/21px arial,sans-serif;
	/*font: 85% Trebuchet MS, Arial, Helvetica, sans-serif;*/
	background: #f5f5fe;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ge4e4ff;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:2px;
	margin-top: 1px;
	margin-bottom: 1px;
	}
table {
	align: center;
	width: 100%;
	valign: center;
	/*border: #e6e6e6;*/
	border: 1px #cccccc;
}
/*table.header {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px;
	width: 100%;
}*/
.header { 
	background: #00008B; /*darkblue*/
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.container { 
	width: 99,9%;
	background: #f4f4ff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #00008B;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.mainContent { 
	margin: 0px 130px 0px 130px; 
	padding: 5px 5px 5px 5px; 
}
input.lcbutton {
	font:8pt tahoma;
	color:black;
}
input.lcbutton_disable input[disabled], {
	font:8pt tahoma;
	color:black;
}
input.smallbutton {
	font:7pt tahoma;
	color:black;
}
input.smallbutton_noborder {
	font:7pt tahoma;
	color:black;
	padding: 0px !important;
}

input.largebutton {
	font-size:15px;
	font-weight:bold;
	width:60%;
	height:50px;
	background-color:yellow;
/*
   color:#FFFFFF;
   background-color:#666666;
   border-color:#330000;
*/
}

body.popup {
	color: #000;
	width: 300px;
	align: left;
}
table.condo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse:collapse;
	border: 2px solid black;
	width: 600px;
	align: center;
	background-color: ;
}
.titles { 
	font-size: 20px;
	text-align: center;
}
td.box{
	width:300px;
	height:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#d8d8f2;
	border-style:solid;
	border-width:6.7px;
	border-color:blue;">';
}
.searchBox {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #000;
	background-color: #C0C0C0;
	font-family: Helvetica;
	height: 15px;
	font-weight: bold;
}

.verticaltext {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	writing-mode: tb-rl;
    filter: flipv fliph;
}

/*
.verticaltext {
/*   -moz-transform-origin: 0% 100%;  */
   -o-transform: rotate(-90deg);
/*   -o-transform-origin: 0% 100%; */
   -webkit-transform: rotate(-90deg);
/*   -webkit-transform-origin: 0% 100%; */
/*    transform: rotate(-90deg) translate(0, 100%); */
/*    transform-origin: 0% 100%; */

/* text-align: center; */
	-moz-transform: rotate(-90deg);
writing-mode: tb-rl;
filter: flipv fliph; 
}
*/

td.budget_bar
{
width:100px;
height:100px;
}

tr td.service_group
{
line-height: 7px;
height: 7px;
}

td.venue_box
{
width:130px;
height:132px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background-color:#C4C4C4;
border-style:solid;
border-width:1.7px;
border-color:black;
}


.data { color: #0505d3; font-style:italic;}
a.data:link { color: #0505d3; font-style:italic; text-decoration: underline; }
a.data:visited { color: #0505d3; font-style:italic; text-decoration: underline; }
a.data:hover { color: #2F4F4F; font-style:italic; text-decoration: none; }
a.data:active { color: #0505d3; font-style:italic; text-decoration: underline }
.datafield { color: #46addd; font-weight:bold;}

.input.check {
float: left;
margin-top: 90px;
}

.chk-box{	
vertical-align: bottom; 
margin-right:0px; 
}

.indexHeightTable{
	height: 190px;
	/* fix_width: 25%; */
}


select {
    font-size: 12px;
}


input.small_10px {
    font-size: 10px;
}

.background_yellow {
    background: yellow;
    color: DarkSlateGrey;
    font-size: 11px !important;
}

.background_red {
    background: #FFB4B4;
    color: black;
    font-size: 12px !important;
}

.background_green {
    background: #90EE90;
    color: black;
    font-size: 12px !important;
}

.mandatory_ok {
    background: #90EE90;
}

.mandatory_not_ok {
    background: red;
}

.tableListas td, .tableListas th {
	padding: 0 10px;
}

table.fixed_width { table-layout:fixed; }
table.fixed_width td { overflow: hidden; }

/*
#tableOne select {
    font-size: 10px;
}
*/

/*
.imgClass { 
background-image: url(http://triodp.com.br/data/catIcon.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 186px;
height: 53px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
}
.imgClass:hover{ 
  background-position:  0px -52px;
}

.imgClass:active{
  background-position:  0px -104px;
}
*/

/*
.celula_fixa { 
	width: 200px;
	height: 80px;
	overflow: auto;
}
*/
