﻿
body
{
	margin: 20px;
	background-color: #777777;
	background: #fcfcfc;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	margin: 0;
	background: #FFFFFF url(    '../../img/fondo.gif' ) repeat-x left top;
}
a
{
	color: #4a6a4f;
}


.titulo
{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.subtitulo
{
	text-align: center;
	font: verdana;
}
/* ################ botones */

.boton
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    height: 28px;
    font-weight: bold;
    font-size: 11px;
    color: #444;
    font-family: Verdana, Arial;
    background-image: url('fbImage.png');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: 0 -245px;
    background-color: #EEE;
    cursor: pointer;
}
.boton:hover
{
    background-image: url('');
}


/* ################ inputs */

.input
{
    border: solid 1px #9eadc7;
    padding: 3px;
    background-color: #ffffff;
    border-width: 1px;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.divError
{
	color: #cc0000;
	margin: 5px;
	padding: 2px; /*border:solid 1px #cc0000;*/
	text-align: left;
}

.uiInfoTable .label
{
	color: #666666;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	/*width: 100px;*/
	vertical-align: top;
}
.linkBar a
{
	color:white;
	text-decoration: none;
}
.linkBar a:hover
{color:white;
	text-decoration: underline;
}

.rowHighLight
{
	background-color: #FFFFFF;
}
.rowHighLight:hover
{
	cursor: pointer;
	background-color: #edf0f3;
}
