﻿@import url("common.css");

#divMenu
{
	width: 100%;
	background-image: url("../img/padrao01.gif");
	background-repeat: repeat;
	padding-top: 1px;
	padding-left: 2px;
	height:2.2em;
}

a:hover.mnItemStyle
{
	color: #000000;
	/*background-color: #808080;*/
}

a:hover.mnItem
{
	color: #000000;
	/*background-color: #808080;*/
}

#MenuSuperior .menuSuperiorOver,
#MenuSuperior .menuSuperiorLevel0,
#MenuSuperior .menuSuperiorLevel1,
#MenuSuperior .menuSuperiorLevel2
{
	border: solid 1px #fff !important;
	font-size: 11px;
	font-weight:normal;
	text-align: left;
	padding-left: 0.2em;
	height: 1.6em;
	cursor: pointer;
	background-color: #eee;
	color: #bb0000;
	width: 15em;
}

#MenuSuperior .highlighted
{
	background-color: #C6cfd7;
	color: #000;	
}

#MenuSuperior ul { list-style:none;margin:0;padding:0;width:auto; }
#MenuSuperior ul.dynamic { z-index:1; }
#MenuSuperior a { text-decoration:none;white-space:nowrap;display:block; }
#MenuSuperior a.static { padding-left:0.15em;padding-right:0.15em; }


fieldset
{
	border: 1px solid #FF0000;
	padding: 0.4em;
	background-color: #E5E5E5;
	margin: 0;
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
    -moz-border-radius-topright: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
}

.bottomSpace
{
	padding-bottom: 0.2em;
}



.gridViewTable
{
    border:#aaa 1px solid;
	width: 80%;
	text-align: center;
}

.gridViewTable td {
    font-family: Verdana, Arial;
    font-size: 0.8em;
}

.gridViewHeader, .gridViewPager
{
    background-image: url(../images/bgsprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#cbcbcb;
}
.gridViewHeader th
{
    padding: 5px;
    font-family: Verdana, Arial;
	font-size: 0.6em;
}
.gridViewHeader td
{
	font-weight: bold;
	text-align: center;
}
.gridViewHeader a:hover, .gridViewPager a:hover
{
    text-decoration: underline;
}
.gridViewFooter
{
    background-image: url(../images/bgsprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
    background-color:#cbcbcb;
	font-weight: bold;
}
.gridViewFooter td
{
    padding: 5px;
    font-family: Verdana, Arial;
	font-size: 0.6em;
}
.gridViewPager table
{
    text-align:center;
    margin:auto;
}
.gridViewPager table td
{
    border:0px;
    padding:5px 2px 5px 2px;
}
.gridViewPager td
{
    border-top: #aaa 1px solid;
    font-family: Verdana, Arial;
	font-size: 0.6em;
}
.gridViewPager a
{
    text-decoration:none;
    padding:2px 5px 2px 5px;
    /*border-top:solid 1px #fff;
    border-right:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    border-left:solid 1px #fff;*/
}
.gridViewPager span
{
    font-weight:bold;
    text-decoration:none;
    padding:2px 5px 2px 5px;
}

tr.gridViewRow td, tr.gridViewRowClickable td, 
tr.gridViewRowAlternate td, tr.gridViewRowAlternateClickable td
{
    padding: 5px;
    border-right: solid 1px #aaa;
    font-family: Verdana, Arial;
	font-size: 0.6em;
}
tr.gridViewRow, tr.gridViewRowClickable
{
    background-color: #efefef;
}
tr.gridViewRowAlternate, tr.gridViewRowAlternateClickable
{
    background-color: #dfdfdf;
}

tr.gridViewRowClickable:hover, tr.gridViewRowAlternateClickable:hover
{
    background-color:#ccc;
	background-image:url(../images/bgsprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}

tr.gridViewRowClickable td, tr.gridViewRowAlternateClickable td
{
    background: inherit;
    cursor: pointer;
}

.ajax__tab_body
{
    font-size: inherit !important;
    font-family: inherit !important;
}

.ajax__tab_xp .ajax__tab_header 
{
    text-align: left;
}