.banner2 {
	background-color:#990000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
	border: 1px #eeeeee solid;
	color: white;
	height: 20px; 
	margin-bottom: 0px
}

.banner
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:#990000;
	color:white;
	width:100%;
	padding:3px;
}

.bannernew {
	background-image: url(images/header-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: gray;
	height: 20px; 
	margin-bottom: 0px
}

/* forms */
.formgridnew {
	border: 1px lightgrey solid;
	border-collapse: collapse;
	background-color: #F7F7F7;
}

.formgridnew TH {
	background-image: url(images/grid-hdr-bgcolor.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	border: 1px lightgrey solid;
	text-align: left;
	color: gray;
}

.formgridnew TD {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
}

.formgridnew TD.formlabel {
	text-align: right;
	padding-right: 7px;
	vertical-align: top;
}

.formgridnew TD.required {
	font-style: italic;
	text-decoration: underline;
}

.formgridnew TD.formlabelcrud {
	text-align: left;
	padding-left: 7px;
}

/* 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 */
.gridnew {
	border: 1px lightgrey solid;
	border-collapse: collapse;
} 

.gridnew th {
	background-image: url(images/grid-hdr-bgcolor.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	border: 1px lightgrey solid;
	color: gray;
}

.gridnew td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	padding: 2px;
	border: 1px lightgrey solid;
}

.gridnew tr.altColor td {
	background-color: #F7F7F7;
}

.gridnew tr.normalColor td {
	background-color: white;
}

.gridnew th a {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	color: gray;
}

.gridnew th a:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	padding: 3px;
	color: gray;
}

.gridnew th a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	padding: 3px;
	color: gray;
}

.gridnew th a:hover {
	text-decoration: none;
	color: red;
	background-color: yellow;
}

.gridnew TR.hilite TD {
	background-color: #E3E4FA;
	cursor: pointer;
}

/* navigation controls */
.navcontrols {
	width: 200px;
}

.navcontrols td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.grid
{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	background-color:#CCCCCC;
}


.grid TH
{
	color:white;
	background-color:#990000;
	font-family:Arial;
	font-size:9pt;
	padding:3px;
}

.grid TD
{
	color:black;
	background-color:#F7F7F7;
	font-family: Arial;
	font-size: 9pt;
	padding:5px;
}

/* alternate color for grids */
TD.altColor
{
	background-color:#F7F7F7;
}


.banner
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:#990000;
	color:white;
	width:100%;
	padding:3px;
}

/* regular tags */
BODY	
{
	background-color:white;
	font-family: Verdana;
	font-size: 10pt;
	/*background: white;*/
}

H1 
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

H2 
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

H3 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

P 
{
	font-family: Arial;
	font-size: 10pt;
}

/* hyperlinks */
A
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	font-weight:normal;
}

A:link 
{
	color:#464646;
}

A:visited 
{
	color:#464646;
}

A:hover 
{
	color:#990000;
	background-color:grey;
}



/* message box */
.alert
{
	text-align:center;
	color:blue;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	font-family: Verdana;
	font-size: 10pt;
}

.message
{
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	font-family: Verdana;
	font-size: 10pt;

}
.messages

{
      text-align:justify;
      border-style:solid;
      border-width:1px;
      border-color:gray;
      background-color:ivory;
      padding:5px;
      font-family: Verdana;
      font-size: 8pt;

}

/* forms */
label
{
	padding-left: 4px;
}

.formgrid
{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	background-color:#F7F7F7;
}


.formgrid TD
{
	color:black;
	font-family: Arial;
	font-size: 9pt;
}

.formgrid TH
{
	text-align:left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top:2px;
	color:white;
	background-color:#990000;
	padding-left:4px;
	border-bottom-color:#990000;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

/* forms */

.formgrid2
{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	background-color:#F7F7F7;
}


.formgrid2 TD
{
	color:black;
	font-family: Arial;
	font-size: 9pt;
}

.formgrid2 TH
{
	text-align:left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top:2px;
	color:white;
	background-color:#990000;
	padding-left:4px;
	border-bottom-color:#990000;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.tool
{
	cursor:pointer;
}
input[type="submit"], input[type="button"], button, img.tool
{
	cursor:pointer;	
}


input[type="text"], select, textarea, input[type="password"]
{
	border:solid 1px #9999CC;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="password"]:focus
{
	border:solid 1px red;
	background-color:FFFF99;
}


/*
BEGIN MENU
*/

.menuBody 
{
	height:1100px; 
	margin-left:10px;
	margin-right:0px;
	border-right:dotted 1px silver;
	
}

.menuContainer
{
	width: 100%;
	border-bottom:solid 1px #990000;
}

.menuTitle
{
	background-color:#F7F7F7;
	color:black;
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	padding-left:6px;
	padding-top:7px;
	height:24px;
}

.menuItems
{
	padding-bottom:10px;
	text-align:left;
	background-color:white;
}

.menuItem
{
	padding-left:16px;
	color:#464646;
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	padding-bottom:5px;
}

div.menuTitle:hover, div.menuItem:hover
{
	cursor:pointer;	
	background-color:Lavender;
	color:blue;
}


	/* BEGIN IE6 hack */
	.menuTitleHover
	{
		cursor:pointer;	
		background-color:#990000;
		color:white;
		font-family:Verdana;
		font-size:9pt;
		font-weight:normal;
		padding-left:6px;
		padding-top:7px;
		height:24px;
	}
	
	.menuItemHover
	{
		cursor:pointer;	
		background-color:#990000;
		color:white;
		padding-left:16px;
		font-family:Verdana;
		font-size:8pt;
		font-weight:normal;
		padding-bottom:5px;
	}
	/* END IE6 hack */


/* END MENU */
