﻿/*================================================================*/
/* Elements */
/*================================================================*/
html,body
{
    width:100%;
    height:100%;
    font-family: Arial;
    background-color: white;
    }

a.Link:link {color: #333333; font-weight: bold; text-decoration: none; }
a.Link:visited {color: #333333; font-weight: bold; text-decoration: none; }
a.Link:hover {color: #DF3800; font-weight: bold; text-decoration: underline; }
a.Link:active {color: #333333; font-weight: bold; } 

a.WhiteLink:link {color: white; text-decoration: none; }
a.WhiteLink:visited {color: white; text-decoration: none; }
a.WhiteLink:hover {color:  white; text-decoration: underline; }
a.WhiteLink:active {color: white; } 

a.RedLink:link {color: #DF3800; text-decoration: underline; font-weight: bold;}
a.RedLink:visited {color: #DF3800; text-decoration: underline; font-weight: bold;}
a.RedLink:hover {color:  #DF3800; text-decoration: underline; font-weight: bold;}
a.RedLink:active {color: #DF3800; font-weight: bold;} 

a.Header:link {color: #333333; text-decoration: underline; }
a.Header:visited {color: #333333; text-decoration: underline; }
a.Header:hover {color: #DF3800; text-decoration: underline; }
a.Header:active {color: #333333; } 

/*
a:link {color: #333333; text-decoration: underline; }
a:visited {color: #333333; text-decoration: underline; }
a:hover {color: #DF3800; text-decoration: underline; }
a:active {color: #333333; } 
*/

h1
{
    font-size: 26px;
    font-weight: bold;
    color: #DF3800;
    }

h2
{
    font-size: 20px;
    font-weight: bold;
    color: #DF3800;
    }

h3
{
    font-size: 12px;
    font-weight: bold;
    color: #295A9C;
    }
    
/*================================================================*/
/* MASTER PAGE */
/*================================================================*/

.MasterPage {
  width:770px; 
  background-color: White;
    }

.MasterPage_Header
{
    height: 80px; 
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px white;
    }

.MasterPage_Header_Logo
{
    float: left;
    }

.MasterPage_Header_Links
{
    width: 400px; 
    height:20px; 
    color: #333333;
    font-family: Verdana; 
    font-size: 10px; 
    font-weight:bold; 
    float: right;
    text-align:right;
    padding-top: 2px;
    padding-bottom: 2px;
    }
    
.MasterPage_Top 
{
    height: 20px; 
    background-color: #555555;
    font-size: 11px; 
    font-family: Arial; 
    font-weight: bold;
    color: white; 
    text-align: right;
    vertical-align: middle;
    padding: 5px 5px 0px 5px;
    border-left: solid 2px #CCCCCC;
    border-right: solid 2px #CCCCCC;
    
    }

.MasterPage_Center
{
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    }
    
.MasterPage_Menu
{
    width: 120px; 
    height: 100%;
    background-repeat: no-repeat;
    float: left; 
    border-right: solid 1px #CCCCCC;
    background-color: #DDDDDD;
    vertical-align: top;
    text-align: left;
    }

.MasterPage_Content 
{
    width: 640px;
    padding: 5px 0px 0px 0px;
    vertical-align: top;
    text-align: center;
    }

.MasterPage_Botton 
{
    height: 20px; 
    background-color: #555555;
    font-size: 11px; 
    font-family: Arial; 
    font-weight: bold;
    color: white; 
    text-align: center;
    border-left: solid 2px #CCCCCC;
    border-right: solid 2px #CCCCCC;
    border-bottom: solid 2px #CCCCCC;
    padding-top: 5px;
    }

/*================================================================*/
/* CONTENT */
/*================================================================*/

.title_picture_border
{
    width: 630px;
    height: 40px;
    border: solid 1px #CCCCCC;
    text-align: left;
    padding: 0px 0px 0px 0px;
    }

.content
{
    width: 620px;
    border: solid 1px #CCCCCC;
    background-color: #DFEFFF;
    padding: 20px 5px 5px 5px;
    text-align: justify;  
    background-repeat: no-repeat;   
    color: #333333;
    font-size: 12px;
    font-family: Arial;
    }
    
.contentAdm
{
    width: 620px;
    
    border: solid 1px #CCCCCC;
    background-color: #DFEFFF;
    padding: 20px 5px 5px 5px;
    text-align: justify;  
    background-repeat: no-repeat;   
    color: #333333;
    font-size: 12px;
    font-family: Arial;
    }

/*================================================================*/
/* HOME PAGE */
/*================================================================*/

.HomePage_Flash
{
    width: 630px; 
    height: 180px;
    border: solid 1px #B7DBFF; 
    }
.HomePage_Content
{
    width: 630px; 
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    }

.HomePage_Space
{
    width: 13px;
    height: 140px;
    float:left; 
    }

.HomePage_Line
{
    width: 1px;
    height: 142px;
    float:left; 
    background-color: Gray;
    }
    
.HomePage_Info
{
    width: 180px; 
    height: 130px;
    float:left; 
    border: solid 1px #CCCCCC; 
    background-color: #DDDDDD;
    padding: 5px 5px 5px 5px;
    text-align: justify;
    
    color: #333333;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    }
   
 .HomePage_News
 {
    padding: 0px 5px  0px 5px;
    text-align: left;
    font-size: 11px;
    font-family: Arial;
    color: #295A9C;
    border-bottom: dashed 1px #333333;
    }

/*================================================================*/
/* Others */
/*================================================================*/

.Image_Box
{
    border: dotted 1px gray; 
    padding: 2px 2px 2px 2px; 
    }

.Form_Box_Label
{
    float: left;
    text-align:left;
    width: 15%;
    }
    
.Form_Box_Text
{
    text-align:left;
    width: 85%;
    }

.Error_Box
{
    background-color: Transparent;
    text-align: left;
    }    
    
.Error_Hidden_Box
{
    background-color: White;
    text-align: left;
    }    

/*---------------------------------------------------------------------------------------------------------------*/
/* Classes do Menu Control                                                                                       */
/*---------------------------------------------------------------------------------------------------------------*/

.Menu_Style
{
  background-color:  Transparent;
  font-family: Arial;
}

.Menu_StaticMenuItemStyle /*Itens*/
{
  padding-top: 8px;  
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;  
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.Menu_StaticHoverStyle
{
  color: #DF3800;
  text-decoration: 'underline';
}

.Menu_StaticSelectedStyle /*Item Selecionado*/
{
  background-color:  Transparent;
  color: #DF3800;
  font-size: 15px;
  text-decoration: underline;
}

.Menu_DynamicMenuStyle
{
  background-color:  Transparent;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}

.Menu_DynamicMenuItemStyle
{
  background-color:  Transparent;
  padding-top: 2px;  
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;  
  color: green;
}

.Menu_DynamicHoverStyle
{
  background-color:  Transparent;
  color: black;
  text-decoration: underline;
}

.Menu_DynamicSelectedStyle
{
  background-color:  Transparent;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Classes do SiteMapPath Control                                                                                       */
/*---------------------------------------------------------------------------------------------------------------*/

.SiteMapPath_Style
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.SiteMapPath_PathSeparatorStyle
{
  color: #333333;
}

.SiteMapPath_CurrentNodeStyle 
{
  color: #333333;
}

.SiteMapPath_NodeStyle
{
  color: #333333;
}

.SiteMapPath_RootNodeStyle
{
  color: #333333;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Classes do GridView                                                                                */
/*---------------------------------------------------------------------------------------------------------------*/
.GridView_HeaderStyle
{
    /*background-color: #555555;*/
    color: #333333;
    font-weight: bold;
    }
    
.GridView_FooterStyle
{
    /*background-color: #507CD1;*/
    color: #333333;
    font-weight: bold;
    }
.GridView_PagerStyle
{
    /*background-color: #2461BF;*/
    color: #333333;
    text-align: center;
    }

.GridView_RowStyle
{
    /*background-color: #EFF3FB;*/
     border-bottom: solid 1px #333333;
    }
.GridView_SelectedStyle
{   
    /*background-color: #D1DDF1;*/
    color: #333333;
    font-weight: bold;
    }
.GridView_EditRowStyle
{
    /*background-color: #2461BF*/
    }
.GridView_AlternatingStyle
{   
    /*background-color: white;*/
    }
/*---------------------------------------------------------------------------------------------------------------*/
/* Classes do DetailsView                                                                                */
/*---------------------------------------------------------------------------------------------------------------*/
.DetailsView_HeaderStyle
{
    color: #333333;
    font-weight: bold;
    }
.DetailsView_FooterStyle 
{
    color: #333333;
    font-weight: bold;
    }
.DetailsView_PagerStyle 
{
    color: #333333;
    text-align: center;
    }
.DetailsView_RowStyle 
{
    }
.DetailsView_CommandRowStyle 
{
    font-weight: bold;
    }
.DetailsView_FieldHeaderStyle 
{
    font-weight: bold;
    color: #333333;
    }
.DetailsView_EditRowStyle 
{
    }
.DetailsView_AlternatingRowStyle 
{
    color: #333333;
    }
