/* ================================
    CSS STYLES FOR THE EVISION PORTAL
    v1.0
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#5E8BB4
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    text-decoration:none;
    font-weight: bold;
    cursor: hand;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:black;
}

.OtherTabsRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:red;
    text-decoration:none;
    font-weight: bold;
    cursor: hand;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabsRed:link    {
    text-decoration:    none;
    color: Red;
}

A.OtherTabsRed:visited {
    text-decoration:    none;
    color:Red;
}

A.OtherTabsRed:active  {
    text-decoration:    none;
    color:Red;
}

A.OtherTabsRed:hover   {
    text-decoration:    none;
    color:Red;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4D468D;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#4D468D;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#4D468D;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#4D468D;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#4D468D;
}

/* style for separator between site links */
.Accent
{
    color: #D3E4ED;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #5E8BB4;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #5E8BB4;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #5E8BB4;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #5E8BB4;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #5E8BB4;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D3E4ED;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #D3E4ED;
    background: #5E8BB4;
}

A:link  
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A:visited   
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A:active    
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A:hover 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:	underline;
    color:  #0174c5;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.SelectedMenu1 {
	background: #75C5F0;
	padding-left: 3px;
	padding-right: 3px;
}

.SelectedMenu2
{
	width: 24;
	height: 25;
	background: #5E8BB4;
	background-image: url('../images/menu_selected/Selected_menu_03.gif');
}

.SelectedMenu3 {
	width: 9;
	height: 2;
	background: #5E8BB4;
	background-image: url('../images/menu_selected/Selected_menu_05.gif');
}

.UnselectedMenu1 {
	background: #75C5F0;
	padding-left: 3px;
	padding-right: 3px;
}

.UnselectedMenu2
{
	width: 24;
	height: 25;
	background: #D3E4ED;
	background-image: url('../images/menu_unsel/unsel_menu_03.gif');
}

.UnselectedMenu3 {
	width: 9;
	height: 2;
	background: #D3E4ED;
	background-image: url('../images/menu_unsel/unsel_menu_05.gif');
}

.BannerLeft {
	width: 208;
	height: 100;
	background: white;
	background-image: url('../images/banner/banner_left.gif');
}

.BannerRight {
	width: 195;
	height: 100;
	background: white;
	background-image: url('../images/banner/CodeVision_logo.gif');
}

.BannerLine {
	height: 6;
	background: white;
	background-image: url('../images/banner/line.gif');
}

.LSFooter 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: #75C5F0;
	color: black;
	padding: 6;
}

.Separator 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	background: #75C5F0;
	color: White;
	padding-left: 3px;
	padding-right: 3px;
}

/* ttexto do News Scroller */
.texto_minidestaque_link {
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.texto_minidestaque {
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

/********************************
 *  Left Pane menu
 ********************************/

.MenuHeader2
{
	height: 29;
	background-image: url('../images/left_menu/left_menu_02.gif');
}

.MenuStart
{
	height: 6;
	background-image: url('../images/left_menu/left_menu_07.gif');
}

.MenuUnselected2
{
	height: 30;
	background-image: url('../images/left_menu/left_menu_09.gif');
}

.MenuSelected2
{
	height: 30;
	background-image: url('../images/left_menu/left_menu_13.gif');
}

.MenuEnd
{
	width: 170;
	height: 26;
	background-repeat: no-repeat;
	background-image: url('../images/left_menu/left_menu_15.gif');
}

.MenuTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:  bolder;
    color:#5E8BB4;
}

/********************************
 *  HTML Text Module
 ********************************/

.LSHtmlText {
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    color:Black;
}

.LSHtmlTextTitle {
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 22px;
    font-weight:bold;
    color:Black;
}



/********************************
 *  Statistic Module
 ********************************/

.StatQuestion {
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:Black;
}

.StatHipot {
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:normal;
    color:Black;
}

/********************************
 *  Simple menu
 ********************************/

.MenuUnselected
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	height: 25;
	background: #5E8BB4;
	behavior: url('../Button.htc');
}

.MenuUnselected_2
{
	height: 25;
	background: #5E8BB4;
}

.MenuSelected
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	height: 25;
	background: #D3E4ED;
	behavior: url('../Button.htc');
}

A.MenuSelected:link    {
    text-decoration:    none;
    color:#5E8BB4;
}

A.MenuSelected:visited {
    text-decoration:    none;
    color:#5E8BB4;
}

A.MenuSelected:active  {
    text-decoration:    none;
    color:#5E8BB4;
}

A.MenuSelected:hover   {
    text-decoration: none;
    color:white;
}

A.MenuUnselected:link    {
    text-decoration:    none;
    color:white;
}

A.MenuUnselected:visited {
    text-decoration:    none;
    color:white;
}

A.MenuUnselected:active  {
    text-decoration:    none;
    color:white;
}

A.MenuUnselectedLink:hover   {
    text-decoration:    none;
    color: White;
}

/*****************************************************
 *  Banner
 *****************************************************/

.bannerTable
{
	border-bottom: solid 1px #002D96;
}

.rightCell
{
	height: 100px;
	background-image: url('../images/vet/banner_middle.gif');
	background-repeat: repeat-x;
}

.rightCell2
{
	height: 52px;
	background-image: url('../images/vet/banner_middleH50.gif');
	background-repeat: repeat-x;
}

/*****************************************************
 *  DesktopDefault.aspx styles
 *****************************************************/

.rightPane
{
	background-color: #E1EDFD;
	border-right: solid 1px #002D96;
	/*border-left: solid 1px black;*/
	border-bottom: solid 1px #002D96;
	padding: 5px;
}

.MainTable
{
	border: solid 1px LightGrey;
}

/*****************************************************
 *  Button sytle
 *****************************************************/

.ButtonText
{
	font: 11px tahoma,arial,helvetica;
	font-weight: bold;
	color: Black;
}

/*.Button {
	font: 11px tahoma,arial,helvetica;
	cursor: hand;
	border: 1 solid #939393;
	background: #C5C5C5;
	background-image: url('/EVisionPortal/Images/Btn/btn_text_bg.gif');
}/**/

.ButtonOver {
	font: 11px tahoma,arial,helvetica;
	cursor: hand;
	border: 1 solid #939393;
	background: #B6B6B6;
}

/*****************************************************
 * SubMenus style
 *****************************************************/

.MenuBar
{
	background-image: url('../Images/Menu/menuBar.gif');
	background-repeat: repeat-x;
	/*background-color: #E1EDFD;*/
}

.SelectedMenuItem
{
	border: solid 1 #002D96;
	background-image: url('../Images/Menu/selected_back.gif');
	background-repeat: repeat-x;
	cursor: hand;
	/*background-color: #E1EDFD;*/
}

.UnselectedMenuItem
{
	border: solid 1 #75c5f0;
	background-color: #75c5f0;
}

.SubMenuItem
{
	/*background-color: #E1EDFD;*/
	background-image: url('../Images/Menu/selected_back.gif');
	cursor: hand;
	background-repeat: repeat-x;
}

.SubMenu
{
	background-image: url('../Images/Menu/menu_left.gif');
	background-repeat: repeat-y;
	padding: 3 0 3 0;
	border: solid 1 #002D96;
	font: 11px verdana,tahoma,arial,helvetica;
	background-color: #F6F6F6;
}


/*****************************************************
 * Forms style
 *****************************************************/

/* text style used for most labels in input controls */
.Label
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4D468D;
}

.Label2
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.NormalLabel
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.RequiredLabel
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Red;
}

.SectionLabel
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
}

.StdTextBox	
{
	font-family: Tahoma, verdana, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border:solid 1px #777777;
	padding-left: 3px;
	padding-right: 3px;
}

.StdDropDown	
{
	font-family: Tahoma, verdana, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border:solid 1px #777777;
	width: 100%;
	/*padding-left: 3px;
	padding-right: 3px;/**/
}

.PagerTextBox
{
	font-family: Tahoma, verdana, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border:solid 1px #777777;
	text-align: center;
}

.RadioBtns
{
	font-family: Tahoma, verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

.button
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor:	default;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
	width: 95px;
}

.FormLink 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A.FormLink:link  
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A.FormLink:visited   
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A.FormLink:active    
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:    none;
    color:  #0174c5;
}

A.FormLink:hover 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    text-decoration:	underline;
    color:  #0174c5;
}

/*****************************************************
* DataGrid
*****************************************************/

.DataGrid
{
    border: #063E86 1px solid;
    background-color: white;
}

.DataGridHead
{
    background-color: #007CC3;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px
}

A.DataGridHead:link  {
    text-decoration:    none;
    color:  white;
}

A.DataGridHead:visited   {
    text-decoration:    none;
    color:white;
}

A.DataGridHead:active    {
    text-decoration:    none;
    color:  white;
}

A.DataGridHead:hover {
    text-decoration:    underline;
    color: white;
}

.DataGridItem
{
    background-color: #ffffff;
    border-bottom: #063E86 1px solid;
    color: black;
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    padding-left: 5px
}

.DataGridItemAlt
{
    background-color: #EFF0F1;
    border-bottom: #063E86 1px solid;
    color: black;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    padding-left: 5px
}

.DataGrigFooter
{
    background-color: #063E86;
    line-height: 1pt
}

.DataGridPager
{
    background-color: #FFFFFF;
    border: #6699CC 1px solid;
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 12pt;
}

/*****************************************************
* DataGrid Consultas
*****************************************************/

.DataGridItem2
{
	background-color: #FEDD9A;
	border-bottom: #063E86 1px solid;
    color: black;
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    padding-left: 5px
}

.DataGridItemAlt2
{
	/*background-image: url('/EVisionPortal/Images/Menu/selected_back.gif');
	background-repeat: repeat-x;*/
    background-color: #FEFBE0;
	border-bottom: #063E86 1px solid;
    color: black;
    font-family:  Tahoma, Verdana, Arial;
    font-size: 12px;
    padding-left: 5px
}

/*****************************************************
 * MinMax Box
 *****************************************************/

.MinMaxOver
{
	border: solid 1 #002D96;
	background-image: url('../Images/Menu/selected_back.gif');
	background-repeat: repeat-x;
	cursor: hand;
	/*background-color: #E1EDFD;*/
}

.MinMaxNormal
{
	border: solid 1 #75c5f0;
	background-color: #75c5f0;
}

.MinMaxTable
{
	border: solid 1 #002D96;
	/*background-color: #E1EDFD;*/
	background-color: White;
}

.MinMaxTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    text-decoration:none;
    font-weight: bold;
}

/*****************************************************
 * Box Table
 *****************************************************/

.WindowBody
{
	BORDER-RIGHT: blue thin solid; 
	BORDER-TOP: blue thin solid; 
	MARGIN: 1px; 
	BORDER-LEFT: blue thin solid; 
	BORDER-BOTTOM: blue thin solid;
}

/*****************************************************
* Consultas
*****************************************************/

.VetHeader
{
	background-color: #FEDD9A;
	border: black 1px solid;
    padding: 3px 3px 3px 3px;
}

.QuickVet
{
	background-color: #FEDD9A;
    padding: 3px 3px 3px 3px;
}

.DayTable
{
	BORDER-RIGHT: black 1px solid;
	PADDING: 5px 5px 5px 5px;
	BORDER-LEFT: black 1px solid;
	BACKGROUND-COLOR: #feebba;
}

.ConsTable
{
	BORDER: #002d96 1px solid;
	BACKGROUND-COLOR: White;
}

.Calendar
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    background-color: white;
}

.OtherMonth
{
    color: Silver;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    background-color: white;
}

.SelectedDay
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    background-color: #75c5f0;
}

.CalendarHeader
{
	text-align:center;
	height:18px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CBDDF&,EndColorStr=#79A1DC);
	font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    /*background-color: #007CC3;
    color: white;
    */
}

.CalendarDayHeader
{
    font-family: Verdana, Arial;
    font-size: 10px;
}

.DocName
{
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: Black;
}

A.DocName:link    {
    text-decoration:    none;
    color:Black;
}

A.DocName:visited {
    text-decoration:    none;
    color:Black;
}

A.DocName:active  {
    text-decoration:    none;
    color:Black;
}

A.DocName:hover   {
    text-decoration: none;
    color:Black;
}

.ConsTime {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    text-decoration:none;
    font-weight: bold;
}

/**************************************************
 *  Login Window
 **************************************************/

.BackTable {
	background-image: url('../images/signin.gif');
	padding: 20px;
}

.LoginBackTable {
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=75);
	BACKGROUND-COLOR: white
}

/***********************************************
 * Tabs de atalhos
 ***********************************************/

.iconTitleText
{
	font: 16px tahoma,arial,helvetica;
	color: Black;
}

A.iconTitleText:link    {
    text-decoration:    none;
	color: Black;
}

A.iconTitleText:visited {
    text-decoration:    none;
	color: Black;
}

A.iconTitleText:active  {
    text-decoration:    none;
	color: Black;
}

A.iconTitleText:hover   {
    text-decoration: none;
    font-weight: bold;
	color: Black;
}

.iconDetailText
{
	font: 12px tahoma,arial,helvetica;
	color: Black;
}

.iconMenuTile
{
	font: 13px tahoma,arial,helvetica;
	font-weight: bold;
	color: Black;
}

/***********************************************
 * Application Left Menu
 ***********************************************/

.SelectedTabPath
{
	color: #f9cf01;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}

.UserNameTD
{
	border-top: solid 1px #b6e5ff;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 2px #04558e;
	border-right: solid 2px #04558e;
}

.AppMenuOuterTable
{
	border-top: solid 1px #04558e;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 2px #04558e;
}

.UserName
{
	background-color: 	#0174c5;
	color: 				#ffffff;
	font-size:			8pt;
	font-family:		Verdana;
}

.BackGround
{
	background-color: 	#0174c5;
	color: 				#000000;
	font-size:			11pt;
	font-family:		Verdana;
}

.Level0Section
{
	padding: 3 5 3 5;
	background-color: #5dbdf2;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	border-top: solid 1px #b6e5ff;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 1px #04558e;
	border-right: solid 1px #04558e;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#5dbdf2, EndColorStr=#0174c5) progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=75);
	cursor: hand;
}

.Level0SectionHover
{
	padding: 3 5 3 5;
	background-color: #0174c5;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	border-top: solid 1px #b6e5ff;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 1px #04558e;
	border-right: solid 1px #04558e;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#5dbdf2, EndColorStr=#0174c5);
	cursor: hand;
}

.Level0SectionSelected
{
	padding: 3 5 3 5;
	background-color: #0174c5;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	border-bottom: solid 1px #b6e5ff;
	border-right: solid 1px #b6e5ff;
	border-top: solid 1px #04558e;
	border-left: solid 1px #04558e;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#0174c5, EndColorStr=#5dbdf2);
	cursor: hand;
}

.Level0SectionText
{
	padding: 3 5 3 5;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
}

.LevelTD
{
	background-color: #b6e5ff;
	/*filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#5dbdf2);*/
}

.Level1Section
{
	background-color: #ffffff;/*#5dbdf2;*/
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}

.Level1SectionHover
{
	background-color: #b6e5ff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}

.Level1SectionSelected
{
	background-color: #ffffff;/*#5dbdf2;*/
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}

.FilialTD
{
	background-color: #b6e5ff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	padding-left: 3px;
	padding-bottom: 2px;
}

/***********************************************
 * Application Content Loader
 ***********************************************/

.ContentLoaderOuterTable
{
	border-top: solid 1px #04558e;
	border-right: solid 2px #04558e;
	border-bottom: solid 2px #04558e;
}

.ContentLoaderOuterTable2
{
	padding: 10 15 10 15;
	background-color: #fafafa;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.MainMenu
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#0174c5;
	border-top: solid 1px #b6e5ff;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 2px #04558e;
	border-right: solid 2px #04558e;
}

.Toolbar
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.Toolbar2
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #777777;
	border-right: solid 1px #000000;
}

.ToolbarItem
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border: solid 1px #cccccc;
}

.ToolbarItemNone
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border: solid 1px #cccccc;
	font-size: 7pt;
	font-weight: normal;
	font-family: Verdana;
}

.ToolbarItemHover
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#aaaaaa;
	border: solid 1px #444444;
}

.ToolbarItemText
{
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
	cursor: hand;
}

.ContentBackGround
{
	padding: 15 10 15 10;
	background-color: 	#ffffff;/*#5dbdf2;*/
	color: 				#000000;
	font-size:			11pt;
	font-family:		Verdana;
}

.ListingFrame
{
	border: 1px solid #949e9c;
}

.ToolbarQFItem
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border: solid 1px #cccccc;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: default;
}

.ToolbarQFItemHover
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#aaaaaa;
	border: solid 1px #444444;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: default;
}

.ToolbarQFItemSelected
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#aaaaaa;
	border: solid 1px #444444;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: default;
}

/***********************************************
 * Tabs Tree
 ***********************************************/

.TreeItem
{
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	cursor: default;
}

.TreeItemHover
{
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
	background-color: 	#b6e5ff;
	border: solid 1px #b6e5ff;
	cursor: default;
}

.TreeItemSelected
{
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
	background-color: 	#b6e5ff;
	border: solid 1px #04558e;
	cursor: default;
}

/************************************************
 * Listings
 ************************************************/

.Header
{
	background-color: 	#cccccc;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

.Pager
{
	padding-right: 10px;
	background-color: 	#cccccc;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #000000;
	font-size: 6pt;
	font-family: Verdana;
	font-weight: normal;
}

.QuickFilter
{
	background-color: 	#cccccc;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

.ListHeader
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cccccc;
	border-top: solid 1px #444444;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #444444;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
}

.ListHeaderHover
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#aaaaaa;
	border-top: solid 1px #444444;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #444444;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
	cursor: hand;
}

.ListHeaderEnd
{
	background-color: 	#cccccc;
	border-top: solid 1px #444444;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #444444;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
}

.ListItem
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	cursor: hand;
}

.ListItemSelected
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: 	#cad3e4;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #cad3e4;
	border-right: solid 1px #cad3e4;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	cursor: hand;
}

.DetailRowItem
{
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
	background-color: 	#ffffff;
}

.DetailTable
{
	background-color: 	#f6f6f6;
	border-bottom: solid 1px #dddddd;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#ddddff);
}

.DetailListItemLabel
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #dddddd;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

.DetailListItem
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #dddddd;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
}

.BannerAppMenu {
	background-image: url('../images/leftMenu.gif');
}

/*******************************************************
 * Filter
 *******************************************************/

.FilterHeader
{
	padding-left: 3px;
	background-color: #889dc2;
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

.FilterFieldsContainer
{
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #889dc2;
	border-bottom: solid 1px #889dc2;
	border-right: solid 1px #889dc2;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
}

/*******************************************************
 * Lookup 
 *******************************************************/
.LookupHeader
{
	padding-left: 5px;
	background-color: #0174c5;
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	border-top: solid 1px #b6e5ff;
	border-left: solid 1px #b6e5ff;
	border-bottom: solid 1px #04558e;
	border-right: solid 1px #04558e;
}

.LookupHeaderTitle
{
	color: #ffffff;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}

.LookupBtnArea
{
	border-top: solid 1px black;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
}

.LookupContentArea
{
	Padding: 10px 10px 10px 10px;
}

/*********************************************************
 * Multiple Sections
 *********************************************************/

.SectionsArea
{
	padding-top: 20px;
	padding-left: 5px;
	background-color: #b6e5ff;
	/*filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#5dbdf2);*/
}

.MSSection
{
	background-color: #b6e5ff;/*#5dbdf2;*/
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}

.MSSectionHover
{
	background-color: #ffffff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}

.MSSectionSelected
{
	background-color: #ffffff;/*#5dbdf2;*/
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	border-bottom: solid 2px #04558e;
	border-left: solid 2px #04558e;
}


/*********************************************************
 * Message Box
 *********************************************************/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.LookupHeader{
	background: #2b4866;
	border: none;
}

/* @group searchWrapper */
.searchWrapper
{
	border: #B3B7C1 solid 1px;
	background: #D2D9E2 url(./_img/fieldsetBG.jpg) top left repeat-x;
	overflow: hidden;
	_height: 1%;
	margin-bottom: 10px;
	font-family: Trebuchet, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;	
}
.searchWrapper
{
	font-size: 62.5%;
}
.searchWrapper h2
{
	display: block;
	background: url(./_img/bulletLegend.jpg) 10px center no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 0 5px 20px;
	margin: 0;
}
.searchWrapper input
{
	border: #C8CBD0 solid 1px;
	font-size: 1.1em;
	padding: 2px 4px;
	color: #4E6179;
}
.searchWrapper fieldset
{
	overflow: hidden; /*z-index: 7;*/
	border: none;
	margin: 0;
}
.searchWrapper #advancedSearch
{
}
.searchWrapper fieldset fieldset
{
	width: 40em;
	margin-left: 1.4em;
	padding: 4px;
	background: #D2D9E2;
	overflow: hidden;
}
.searchWrapper p
{
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
}
.searchWrapper p label
{
	color: #162538;
	font-size: 1.1em;
	display: block;
	margin-bottom: 2px;
}
.searchWrapper p input
{
	width: 100%;
}
.searchWrapper p.left50
{
	width: 49%;
	float: left;
	clear: left;
}
.searchWrapper p.right50
{
	width: 49%;
	float: right;
	clear: right;
}
.searchWrapper p.inputs
{
	padding-left: 7em;
	background: #C3CAD5;
	margin-bottom: 0;
	padding: 5px 0 5px 1em; /*z-index: 10;*/
}
.searchWrapper p.inputs input
{
	width: auto;
	background: none;
	border: none;
	cursor: pointer;
}
.searchWrapper p.inputs .submitBtn2
{
	color: #4E6179;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(./_img/searchInputBG.gif) 0 2px no-repeat;
	width: 6.8em;
	height: 2.2em;
	margin-left: 10px;
}
.searchWrapper p.inputs .resetBtn
{
	color: #4E6179;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(./_img/resetInputBG.gif) 0 2px no-repeat;
	width: 5.3em;
	height: 2.2em;
	margin-left: 10px;
}
.searchWrapper p.inputs input
{
	width: auto;
	background: none;
	border: none;
	cursor: pointer;
}
.searchWrapper p.inputs input
{
	width: auto;
	background: none;
	border: none;
	cursor: pointer;
}
.searchWrapper p.inputs a
{
	color: #4E6179;
	text-decoration: none;
	font-size: 1.1em;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(./_img/resetInputBG.gif) 0 2px no-repeat;
	width: 5.3em;
	line-height: 2.2em;
	margin-left: 10px;
	display: block;
	float: left;
}
.searchWrapper .filterCmds
{
	float: right;
	margin-top: -4em;
	margin-right: 10px; /*position: absolute; 	right: 10px; 	top: 10px;*/
}
.searchWrapper .filterCmds input
{
	width: auto;
	background: none;
	border: none;
	cursor: pointer;
}
.searchWrapper .filterCmds a
{
	color: #4E6179;
	text-decoration: none;
	font-size: 1em;
}
.searchWrapper .filterCmds input
{
	color: #4E6179;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(./_img/searchInputBG.gif) 0 2px no-repeat;
	width: 6.8em;
	height: 2.2em;
	margin-left: 10px;
}
.LookupBtnArea{
	margin: 0;
	padding: 0;	
}
.button{
	margin: 0;
	padding: 0;
	border: none;
	
	color: #4E6179;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background: url(./_img/resetInputBG.gif) 0 2px no-repeat;
	width: 53px;
	height: 22px;
	margin-left: 10px;
	cursor: pointer;
}
#okBtn, #novoBtn{
		background: url(./_img/searchInputBG.gif) 0 2px no-repeat;
	width: 6.8em;
	height: 2.2em;
}

/* @group fields */
.searchWrapper input.StdTextBox{
	width: 150px !IMPORTANT;
	cursor: pointer;
	background: url(./_img/icons/lupa.gif) 137px 2px no-repeat;
	float: left;
}
.searchWrapper input:focus.StdTextBox{
	background-color: #fff;
}
.searchWrapper input.DatePicker{
	width: 150px;
	padding: 2px;
	float: left;
	margin-right: 2px;
	
	background-color: #fff;
	border: #c8cbd0 solid 1px;
	font-size: 1.1em;
	color: #4e6179;
}
/* @end */
/* @end */
