/* CSS Interno */
body {
	background-color: #EFEFEF;
}

.msgr {
    color: #FF0000;
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

fieldset {
	background-color: #F0F0F8;
	border-bottom: 3px solid #888888;
	border-left: 1px solid #AAAAAA;
	border-right: 2px solid #888888;
	border-top: 1px solid #AAAAAA;
	padding: 5px;
}

fieldset legend {
	background-color: #F0F0F8;
	border: 1px solid #AAAAAA;
	color: #274D72;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#menuBar {
	background-color: #39608B;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 25px;
	width: 75%;
}

#userBar {
	background-color: #39608B;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	height: 25px;
	text-align: right;
	width: 25%;
}

#backgroundImage {
	background-color: #C0CBDD;
}

thead.gridHeader,th.gridHeader,td.gridHeader {
	background-color: #EFEFEF;
	color: #000000;
}

tbody.gridRecord,th.td.gridRecord,td.gridRecord {
	background-color: #F8F8F8;
	color: #000000;
}

.label {
	color: #39608B;
}

td.separator {
	border-top: 1px solid #39608B;
}

input.button, button.button {
    font-family: verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
	background-color: #274D72;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
    height: 25px;
    width: 110px;
    cursor: pointer;
}

input.buttonDisabled, button.buttonDisabled {
    background-color: #CCCCCC;
    border: 1px solid #888888;
    color: #888888;
    font-family: verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    width: 110px;
}

img.button {
    border: none;
    cursor: pointer;    
}

img.gridButton {
    border: none;
    cursor: pointer; 
    /*height: 20px;*/
    padding-left: 3px;
    padding-right: 3px;
    /*width: 20px;*/   
}

a:active, a:visited, a:link {
	color: #0000FF;
	font-family: verdana;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
	text-decoration: underline;
    cursor: pointer; 
}

a:hover {
	color: #8888FF;
	font-family: verdana;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
	text-decoration: underline;
    cursor: pointer; 
}

a.msgr {
	color: #FF4444;
	font-family: verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
	text-decoration: underline;
    cursor: pointer; 
}