/* 
    Document   : principal
    Created on : 29/06/2009, 23:16:17
    Author     : Active
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

img {
    border:none;
}

body{
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-family:Arial;
    font-size:12px;
    background-color:white;
}
#todo {
    z-index:0;
    width: auto;
    text-align:left;   
}

#titulo {    
    margin-top: 0px;
    margin-left: 0px;
    width: auto;
    height: auto;    
}
#idusuario {    
    width:300px;
    height:100px;
    font-size: 10px;
    margin-top:-20px;
    background-image: url(../recursos/barrausuario.png);    
}
.textousuario {
    margin-top: 20px;
}

#painelsuperior {
    height:50px;
    width:auto;;
    background-color: #ccccff;
    border-style: groove;
    border-color: #cccccc;
}

#painelbotoes {
    height:50px;
    width:auto;
    margin-top:-40px;
    border-style: groove;
    background-color: #ccccff;
    border-color: #cccccc;
}

#painelfiltro {
    height:30px;
    width:auto;
    margin-top:0px;
    border-style: groove;
    background-color: #ccccff;
    border-color: #cccccc;
}

#painelaviso {
    height:30px;
    width:auto;
    margin-top:0px;
    border-style: groove;
    background-color: #ccccff;
    border-color: #cccccc;
}

#menu {
    width:auto;
    margin-left: 0px;
}

#corpo {
    scrollbar-arrow-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-face-color:#cccccc;
    overflow:auto;
    width:1024px;
}

#corpocadastro {
    width:auto;
    margin-top:60px;    
}

#rodape{    
    width:auto;
    height:40px;
    margin-top: 320px;
}

/*.grid {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;
        background:#C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;    	
}

.grid nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.grid alt {
	background: #F5FAFA;
	color: #797268;
}

.gridth spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;	
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.grid specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;	
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}*/
.orders {
    border: thin solid black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width:780px;
    background: #FFD700;
}
.orderHeader {
    text-align: center;
    font-style: normal;    
    background: Teal;       
}
.eventRow{
    background:white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    
}
.oddRow{
    background:silver;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    
}

.quadro {
    width:40px;
    height:20px;
    margin-left:50px;
}

.quadro2 {
    width:45px;
    height:20px;
    margin-left:50px;
}
