.button {
	background-image: url(images/button_bg.gif); 
	border:none;
	color:white;
	width:72px;
	height:21px;
	background-color: #f6f6f6;
	cursor: pointer;
	font-size:9pt;
}


.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(/zquejas/border-radius.htc);
}

.zurichbox {
	border:solid 1px #f6f6f6; background-color: #f6f6f6;padding:5px;
}

/* lightbox */
.overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ccccff;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity = 50);
	
}

.progressTopRight {
	float: right; margin-right:10px
}

.progressTopRight img {
	vertical-align: middle;
}

.progress {
	display: none;
	margin-top: 5px;
	color: gray;
	width: 200px;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #F7F7F7;
	padding: 5px;
}

/* mensajes de validacion ajax en formularios */
.errormsg {
	color: red;
}

/*picklist*/
.pickListBody
{
	border-color:black;
	background-color:white;		
}

.pickListHeader
{
	background-image: url(images/header-bg.gif); 
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	font-weight: bold;
	padding-top:2px;
	color:gray;
}	
			

/* grid */
.grid
{
	border: 1px lightgrey solid;
	border-collapse: collapse;
}

.grid th 
{
	background-image: url(images/grid-hdr-bgcolor.gif); 
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	padding:3px;
	border: 1px lightgrey solid;
	color: #003399; 
}

.grid td 
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:9pt;
	padding:2px;
	border:	1px lightgrey solid;		
}

.grid tr.altColor td
{
	background-color:#F7F7F7;
}

.grid tr.normalColor td
{
	background-color:white;
}
.grid th a
{
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	font-weight:bold;
	padding:3px;
	color: #003399;
}

.grid th a:link
{
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	padding:3px;
	color: #003399;		
}

.grid th a:visited
{
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	padding:3px;
	color: #003399;	
}
	
.grid th a:hover
{
	text-decoration:none;
	color:red;
	background-color:yellow;		
}

.grid TR.hilite TD
{
	background-color:#E3E4FA;
	cursor: pointer;
}	

/* forms */
.formgrid
{
	/*border: 1px #00a6eb dotted;
	border-collapse: collapse;*/
	background-color: #f6f6f6; 
}

.formgrid TH
{
	/*background-image: url(images/zurich_bg.gif); 
	background-repeat: repeat-x;*/
	/*border-bottom: 1px #00a6eb dotted;*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:10pt;
	font-weight: bold;
	padding-top:2px;
	padding-left:4px;
	height: 24px;
	text-align:left;
	color: #003399
}

.formgrid TD
{
	color:black;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
}

.formgrid TD.formlabel
{
	text-align: right;
}

.formgrid TD.required
{
	 font-style: italic;
	 text-decoration: underline;
}

.formgrid TD.formlabelcrud
{
	text-align: left;
	padding-left:7px;
}

/* navigation controls */
.navcontrols
{
	width:200px;
}

.navcontrols td
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:9pt;
	border-width:0px;
	padding:0px;
	margin:0px;	
}

.banner
{
	background-image: url(images/zurich_bg.gif); 
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size:10pt;
	padding:3px;
	/* border: 1px #eeeeee solid; */
	color: white
}

/* regular tags */
BODY	
{
	font-family: Verdana;
	font-size: 9pt;
	background: white;
	margin: 0px;
}

H1 
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #003399;
}

H2 
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}

H3 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

P 
{
	font-family: Arial;
	font-size: 9pt;
}

/* hyperlinks */
A
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	font-weight:normal;
}

A:link 
{
	color:blue;
}

A:visited 
{
	color:blue;
}

A:hover 
{
	color:red;
	background-color:yellow;
}

/* message box */
.alert
{
	text-align:center;
	color:blue;
	padding:5px;
	font-family:  "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	border: 1px #9caeeb solid;
	background-color: #edf1fc;	
}

.message
{
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	font-family:  "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
}

input[type="submit"], input[type="button"], button
{
	cursor:pointer;	
}


input[type="text"], select, textarea, input[type="password"]
{
	border:solid 1px #CCCCCC;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="password"]:focus
{
	border:solid 1px red;
	background-color:FFFF99;
}


.tool {
	cursor:pointer;	
	vertical-align: middle;
	margin-top:2px;
}

.tool2 {
	cursor:pointer;	
}

/* END IE6 hack */

/*
BEGIN MENU
*/

.menuBody 
{
	height:1100px; 
	margin-left:0px;
	margin-right:0px;
	border-right:dotted 1px silver;
}

.menuContainer
{
	width: 95%;
	border-bottom:dotted 1px #FFFFFF;
}

.menuTitle
{
	background-color:#608CC8;
	color:white;
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:6px;
	height:24px;
}

.menuItems
{
	padding-bottom:0px;
	text-align:left;
	background-color:#F0F3F8;
}

.menuItem
{
	padding-left:16px;
	color:black;
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px dotted #CCD5E6;
}

div.menuTitle:hover, div.menuItem:hover
{
	cursor:pointer;	
	background-color:Lavender;
	color:blue;
}


	/* BEGIN IE6 hack */
	.menuTitleHover
	{
		cursor:pointer;	
		background-color:Lavender;
		color:blue;
		font-family:Verdana;
		font-size:9pt;
		font-weight:normal;
		padding-left:6px;
		padding-top:6px;
		padding-bottom:6px;
		height:24px;
	}
	
	.menuItemHover
	{
		cursor:pointer;	
		background-color:Lavender;
		color:blue;
		padding-left:16px;
		font-family:Verdana;
		font-size:8pt;
		font-weight:normal;
		padding-top:6px;
		padding-bottom:6px;
	}
	/* END IE6 hack */


/* END MENU */
