/* 
$Revision: 1150 $
$Date: 2005-12-27 15:57:27 -0200 (Tue, 27 Dec 2005) $
*/


/* Tags Gerais */


body { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

a[href]       { color: #000000; }
a[href]:hover { color: #0066CC; }

big   { font-size: 12px; }
small {	font-size: 9px;  }
h1    { font-size: 24px; }

h2 {
	background: #EEEEEE;
	font-size: 18px;
	font-weight: bold;
	border : solid #666666 1px;
	padding: 3px;
	margin-top: 0px;
}

h3    { font-size: 14px; }

td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	background: #EEEEEE;
	border : solid #666666 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

select {
	background: #EEEEEE;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    border : solid #666666 1px;
}

textarea {
	background: #EEEEEE;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border : solid #666666 1px;
}

input[type="radio"], input[type="checkbox"], input[type="image"] {
	border: none;
	background: none;
}

input.radio, input.check, input.image {
	border: none;
	background: none;
}

/* Classes */

table.listStyle1 { width: 100%; border: 1px solid Black; }
table.listStyle1 th { background-color: #013F90; color: white; text-align: left; }
table.listStyle1 tr.even { background-color: #E0E0E0; }
table.listStyle1 tr.odd  { background-color: #F0F0F0; }
table.listStyle1 tr.even th { background-color: #013F90; }
table.listStyle1 tr.odd  th { background-color: #0146A0; }
table.listStyle1 tbody.step1 tr.even        { background-color: #D6E1F5; }
table.listStyle1 tbody.step1 tr.even td.red { background-color: #F5DBD6; }
table.listStyle1 tbody.step1 tr.odd         { background-color: #E8EFFC; }
table.listStyle1 tbody.step1 tr.odd  td.red { background-color: #FCEBE8; }
table.listStyle1 tbody.step1 tr:first-child td { border-top: 1px solid #FFFFFF; }
table.listStyle1 tbody.step1 tr:last-child  td { border-bottom: 1px solid #808080; }
table.listStyle1 tbody.step2 tr td:first-child { padding-left: 10px }

ul.tabStyle1 {
	height: 20px;	
	margin: 0px;	
	margin-bottom: 1px;	
	padding-left: 10px;
	background: url(../imgs/tab_bottom.gif) repeat-x bottom;
}

ul.tabStyle1 li {
	margin: 0px; 
	padding: 0px;
	display: inline;	
	list-style-type: none;
}

ul.tabStyle1 a:link, ul.tabStyle1 a:visited {	
	float: left;
	background: #f3f3f3;
	font-size: 10px;	
	line-height: 14px;	
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;	
	border: 1px solid #ccc;	
	text-decoration: none;	
	color: #666;
}

ul.tabStyle1 li.active a:link, ul.tabStyle1 li.active a:visited {
	border-bottom: 1px solid #fff;
	background: #fff;	
	color: #000;
}

ul.tabStyle1 a:hover	{
	background: #fff;
}



div.menuStyle1 {
	padding: 5px;
	background: #EEEEEE;
	border : solid #666666 1px;
}

div.menuStyle1 ul {
	display: inline;
	margin-left: 0px;
	border : solid #666666 1px;
}

div.menuStyle1 li {
	display: inline;
	margin: 0px;
	margin-left: 5px;
	white-space: nowrap;
	border : solid #666666 1px;
	clear: both;
}

div.actionBarStyle1 {
	padding: 3px;
	background-color: #013F90;
}

div.stepBar {
	margin-bottom: 1px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

/* Formulários */

#MedicalInf {
	background-color: #DDDDDD;
	border: solid #000000 1px;
}

#OdontoInf {
	background-color: #DDDDDD;
	border: solid #000000 1px;
}

.required {
	color: red;
}

div.pre {
	white-space: pre;
}


/* Calendário */
#HeaderCalendar.calendar {
	text-align: center;
	font-weight: bold;
}
#HeaderCalendar.calendar a {
	text-decoration: none;
}
#HeaderCalendar.calendar a:hover {
	text-decoration: underline;
}