@import url("stencil_gb/css/stencil.menu.colors.css");
@import url("stencil_gb/css/stencil.menu.css");
@import url("gb_modules.css");

/* MAINSTRONGCOLOR: #2E4d7B */
/* MAINWEAKCOLOR: #D3DEEF */
/* MAINSTRONGACTIVECOLOR: #5078B3 */

/*Main Menu */

body{
      width:          100%;
      height:         100%;
      /*overflow:       hidden;*/
      margin:         0px;
      padding:        0px;
      font-family: Verdana, Helvetica, sans-serif;
}


div.tt, div.tt2
{
	position:       absolute;
    overflow:       auto;
    margin:         0px;
    padding:        0px;
}

div.tt {
    top:            0px;
    left:           0px;
    width:          100%;
    height:		     12%;
    z-index:        1;       
}
div.tt2 {
	top:            12%;
	height:         88%;
	width:          100%;
    z-index:        2;
}


/****************** Body ************************/

.subtitle {
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
   /* font-weight:    bold;*/
    font-weight:    normal;
    color: #5078B3;
    text-align:center;
    
}


.subsubtitle {
font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #5078B3;
}

.subsubtitleRed {
font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkRed;
}

.subsubtitle a{
font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #5078B3;
}

.subsubsubtitle {
    font-weight:    bold;
    color: #5078B3;
}

.subsubsubtitle a {
    font-weight:    bold;
    color: #5078B3;
}


/************** FORMS ******************/


.formLabel {
 text-align:right;
 color:#2E4d7B;
}

.formLabelBoldLeft {
 text-align:left;
 font-weight: bold; 
 color:#2E4d7B;
}

.formField {
 text-align:left;
}

.formFieldError {
 text-align:left;
 color:darkRed;
}

.wizard1 {
 text-align:left;
 color:#2E4d7B;
 background-color: #f2f2f2;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
}

.wizard2 {
 text-align:left;
 FONT-WEIGHT: bold; 
 color:#2E4d7B;
 background-color: lightyellow;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
}


/* evita que o texto apareça em Times New Roman por decisão do browser */
td {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
}

    
/* 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
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#5078B3;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#5078B3;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#5078B3;
}

A.SiteLink:hover
{
	color: #5078B3;
	text-decoration: underline;
}
    

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #2E4d7B;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #2E4d7B;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #2E4d7B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #2E4d7B;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #2E4d7B;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #2E4d7B;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #2E4d7B;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #2E4d7B;
}

A{
 text-decoration:none;

}


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: Black;
	background-color: Transparent;
	height: 1px;
}


.ErrorMsg
{
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	/*text-decoration: blink;*/
}

.grayMsg
{
	font-size: 11px;
	color:Gray;
	font-family: Verdana, Helvetica, sans-serif;
	/*text-decoration: blink;*/
}

.ErrorMsgRed
{
	font-size: 11px;
	color:Red;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:    bold;
	/*text-decoration: blink;*/
}


/* TABLES */

.table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
	border-bottom: 1px solid #2F4F4F;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #2F4F4F;
}
.table-a th
{
	border: 0px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align:left;
}


.table-a th a
{
	color: #FFFFFF;
      background: none;
      text-decoration: none;
	text-align:left;
}

.table-a td
{
	padding: 5px;
	background: #D3DEEF; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align:left;

}
.table-a tr:hover td
{
		background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top,  #FFF 0%, #EEEEEE 100%);
	color: #339;
}

.table-selected td
{	background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top,  #FFF 0%, #EEEEEE 100%);
	color: #339;
	font-weight:bold;
}

.table-selected
{	background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top,  #FFF 0%, #EEEEEE 100%);
	color: #339;
	font-weight:bold;
}
  /* TRANSPARENT */
  
 .table-transparent
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.table-transparent th
{
	border: 0px solid #2F4F4F;
    background-color: transparent;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align:left;
}


.table-transparent th a
{
      background: none;
      text-decoration: none;
	text-align:left;
}

.table-transparent td
{
	padding: 5px;
	background: none; 
	border-bottom: 0px;
	color: #669;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align:left;

}
.table-transparent tr:hover td
{
		background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -moz-linear-gradient(top,  #FFF 0%, #EEEEEE 100%);
	color: #339;
}
 
/*BOTOES*/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:3px; /* IE6 */
}
.buttons button[type]{
    padding:3px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:3px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/* CALENDAR */

.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/* acordion */

            
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 

 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 

 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.divContent
{
    background-color: Beige;
    border: 1px dashed #2F4F4F;
    padding: 2px;
    padding-top: 5px;
	display:inline-block;
}

/* combobox */

.CustomComboBoxStyle1 .ajax__combobox_textboxcontainer input {
    background-color: Transparent;
    border: none;
    vertical-align:middle;
    color: #5078B3;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}
.CustomComboBoxStyle1 .ajax__combobox_buttoncontainer button {
    background-color: Transparent;
    color: #5078B3;
    border: none;
}
.CustomComboBoxStyle1 .ajax__combobox_itemlist {
    background-color: #f2f2f2;
    color: #5078B3;
    border: none;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}
 
/* modalpopup */

.modalBackground
{	
	position:absolute;
   	height:100%;
	width:100%;
    	background-color:#CCCCFF;
  	filter:alpha(opacity=40);
  	opacity:0.5;

	z-index:19;
}

.InvalidField
{	
	background-color:#FCF0AD;
}

.em_menu
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 11px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	
	background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2E4d7B 3%, #5078B3 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2E4d7B), color-stop(1, #5078B3)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4d7B', endColorstr='#5078B3') !important;	
	
	color: #FFF !important;	
	
	border: solid 1px #0C65B6 !important;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}
.em_menu li
{
    color: white;
      font-family: Arial, Sans-Serif;
      font-size: 11px;
      font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
	
}

.em_menu a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	outline: none !important;
	display: block;
	padding:  2px 2px;
	margin: 0;
	
	border: 1px solid transparent;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);	
}

.em_menu li:hover
{
    background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2E4d7B 3%, #5078B3 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2E4d7B), color-stop(1, #5078B3)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4d7B', endColorstr='#5078B3') !important;	
	
	color: #FFF !important;	

	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}

 .tooltip {
	outline:none; 
	text-decoration:none;
	line-height:16px; 
	border:1px solid #DCA; background:none repeat scroll 0% 0% rgb(249, 237, 190);
	border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; 
 } 
 
 .rounded {
	outline:none; 
	text-decoration:none;
	line-height:16px; 
	border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; 
 } 

 .shadow {
	outline:none; 
	text-decoration:none;
	line-height:16px; 
	border-radius:4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; 
 } 
 
 .content_header
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 11px;
      font-weight: bold;
    padding: 4px;

    cursor: pointer;
	
	background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2E4d7B 3%, #5078B3 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2E4d7B), color-stop(1, #5078B3)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4d7B', endColorstr='#5078B3') !important;	
	
	color: #FFF !important;	
	
	border: solid 1px #0C65B6 !important;
	
	-webkit-border-radius: 6px 6px 0 0 !important;
	-moz-border-radius: 6px 6px 0 0 !important;
	border-radius: 6px 6px 0 0 !important;
}

.content_header li
{
    color: white;
      font-family: Arial, Sans-Serif;
      font-size: 11px;
      font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
	
	
}

.content_header a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	outline: none !important;
	display: block;

	
	border: 1px solid transparent;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);	
}
