body, div, form
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

.ok { background-color:#f0fff0; }
.error { background-color:#fff0f0; }

fieldset { padding:15px 15px 15px 15px; }

hr 
{
  height: 0.25px;
  color: silver;
  width: auto;
}

h1
{
   font-size: 14pt;
   margin:1 1 1 1;
}

h2
{
   font-size:12pt;
   margin:1 1 1 1;
}
 
h3
{
   font-size: 14pt;
   margin:1 1 1 1;
}
 
h4
{
   font-size: 8pt;
   margin:1 1 1 1;
}

td { font-size: 8pt; }

A
{
   cursor: hand;
   color:Gray;    
   font-size: 8pt;
   TEXT-DECORATION: none;
}

A:hover { color: #0099FF; }
A:active { color: #3f669d; }
A:link { color: Gray; }
A:linkcuerpo:hover { color: #0099FF; }
A:linkcuerpo:active { color: #3f669d; }

SELECT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 0px silver;
	height: 25;
	cursor:auto;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

INPUT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 25;
	cursor:auto;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
   }

INPUT:text;INPUT:button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 25;
	cursor:auto;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
   }

INPUT:radio
{
	background-color:transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    border: solid 0px white;
	cursor:hand;
   }

#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}

#calendarDiv span,#calendarDiv img{	float:left; }
#calendarDiv .selectBox,#calendarDiv .selectBoxOver
{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}
#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}
#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}
#calendarDiv .activeDay{ color:#FF0000; }
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div { float:left; }
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}
#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect { width:70px; }
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}
#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img { cursor:pointer; }
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

.email
{
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 15px;
	width: 200px;
	cursor:auto;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
   }

.money
{
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 15px;
	width:75px;
	cursor:auto;
	text-align:right;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
   }

.text
{
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 15px;
	cursor:auto;
    SCROLLBAR-FACE-COLOR: #cccccc; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
   }

.button
   {
	font-size: 12px;
	font-weight: normal;
	color: navy;
	background-color:white;
    border: solid 1px #bfcddb;
	height: 20px;
	cursor:hand;
	}

.numericBullet
   {
	font-size: 18px;
	font-weight: bold;
	color: orange;
	background-color:transparent;
	}

.tinyText
    {
	font-size: 9px;
	color:Gray;
	background-color:transparent;
	}
		
.titleFrame
   {
	font-size: 14px;
	font-weight: bold;
	color:Gray;
	background-color:transparent;
	}		
	
.titleRotator
   {
	font-size: 16px;
	font-weight: bold;
	color:darkgreen;
	background-color:transparent;
	}		

.titleFooter
   {
	font-size: 16px;
	font-weight: bold;
	color:green;
	background-color:transparent;
	}		

.titleGeneral
   {
	font-size: 14px;
	font-weight: bold;
	color:black;
	background-color:transparent;
	}		

.labelField
   {
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:transparent;
	}

.labelFieldColored
   {
	font-size: 11px;
	font-weight: bold;
	color:orange;
	background-color:transparent;
	}

.imgLink{cursor:hand;}

.ui-autocomplete-loading { background: white url('media/wait/2.gif') right center no-repeat; }

.rounded 
   {
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   -khtml-border-radius: 20px;
   border-radius: 20px;
   }
