﻿html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
/*************************************************
		   PRIMEIRA PAGINA DO SISTEMA
**************************************************/
.TableDefault {width:100%; height:100%; margin-top:0; margin-bottom:0; vertical-align:top;}
/*************************************************
         FIM PRIMEIRA PAGINA DO SISTEMA
**************************************************/
.InputLabel
{
	font-family: Verdana, Ariral Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
	text-transform:uppercase;
}

.InputTextBox
{
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	height:15px;
	padding:3px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
	text-transform:uppercase;
}
/***********************************************/
/************    MODAL LOGIN     ***************/
/***********************************************/
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 390px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 390px;
    height: 200px;
    padding: 0px;
}
.modalTop
{
    width: 390px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 0px;
}
a { color:#5c5c5c; text-decoration: none; cursor:pointer; }
a:link, a:visited, a:active {text-decoration: none;}
a:hover {text-decoration: none; color:#0184c4;}
/***********************************************/