html, body
{
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-family: Verdana, Lucida Sans,Lucida Grande,Arial !important;
    font-size: 12px !important;
    background: white;
    color: #333;
}

.logoutIcon
{
    background-image: url("../img/common/logout.png");
    background-repeat: no-repeat;
    height: 16px;
    text-align: center;
    width: 25px;
}

.changePasswordIcon
{
    background-image: url("../img/common/changePassword.png");
    background-repeat: no-repeat;
    height: 16px;
    text-align: center;
    width: 25px;
}

.mainDiv  .panel
{
    background-color: #D0E9FC;
}

.centralPanelTitle
{
	font-size: 16px;
	color: white;
	font-weight: bold;
	height: 20px;
	text-align: center;
	background-color: #D0E9FC;
}

.headerStatusPanel
{
	background: #D0E9FC;
    background: -moz-linear-gradient(left, #FFFFFF, #D0E9FC);
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#D0E9FC));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#D0E9FC', GradientType=1);
}

.menuPanel
{
    background: #D0E9FC;
    background: -moz-linear-gradient(top, #FFFFFF, #D0E9FC);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D0E9FC));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#D0E9FC', GradientType=0);
}

.tablaDialogo
{
	font-size: 12px !important;
}

.tablaDialogoLabel
{
	text-align: right;
}

.tablaHeaderDialogo
{
	background-color: #EFEFEF;
    margin-bottom: 3px;
    padding: 0px;
    text-align: center;
	font-size: 11px;
	font-weigth: bold;
}

hr.spacer 
{
    background-color: #EDEDED;
    border: 0 none;
    height: 1px;
    width: 100%;
}

fieldset {
	border: 1px solid #E7E7E7;
}

fieldset table {
	margin: 1px;
}

legend {
	color: #333333;
	white-space: nowrap;
}

.gridHeader {
    background-color: #EFEFEF;
    border: 1px solid #D3D3D3;
    padding: 3px 5px 2px 7px;
    text-align: left;
    font-size: 10px;
}