﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc url("../Images/body_bg.gif") repeat left top;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: Green; /*#034af3;*/
}

a:hover
{
    color: #0EE050; /*#1d60ff;*/
    text-decoration: none;
}

a:active
{
    color: Green; /*#034af3;*/
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 97%;
    background-color: #fff;
    margin: 10px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.pageInner
{
    width: 860px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2E8B57; /*#4b6c9e;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #E7E012; /*#EEEE00; /*#f9f9f9;*/
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px 0px 12px;
    margin: 12px 8px 12px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #2F4F4F; /*#3a4f63;*/
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index: 999;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 9998;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #2E8B57; /*#465c71;*/
    border: 1px #4e667d solid;
    color: #E7E012; /*#EEEE00; /*#dde4ec;*/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 9998;
}

div.menu ul li a:hover
{
    background-color: #EEEE00; /*#bfcbd6;*/
    color: White; /*#465c71;*/
    text-decoration: none;
    background-image: url("../Images/bgmenu.png");
    background-attachment: scroll;
    z-index: 9998;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 9998;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 8px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 300px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
     width: 30%;
     margin-left:auto;
     margin-right:auto;
     
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 90px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 68px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Outros
----------------------------------------------------------------*/

fieldset
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    /*width: 582px;*/
}

.divSpaceBottom
{
    padding-bottom: 5px;
}

.botao
{
    background-position: 0% 0%;
    padding: 4px 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F7F7F7 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#CDCDCD)) !important;
    background: -webkit-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -moz-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -ms-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -o-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#CDCDCD',GradientType=0 );
    font-family: "Segoe UI";
    text-decoration: none;
    font-weight: normal;
    color: Gray;
    box-shadow: inset 0 1px 1px #fff, 0 2px 3px #666;
    cursor: pointer;
    position: relative;
    text-align: center;
    top: 0px;
    left: 0px;
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-repeat: repeat;
    background-attachment: scroll;
}

.botao:hover
{
    box-shadow: inset 0 2px 5px #fff, 0 2px 3px #444;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #B0B0B0;
    color: #666666;
}

.botao:active
{
    box-shadow: inset 0 2px 5px #fff, 0 1px 3px #666 !important;
    font-weight: normal;
    text-decoration: none;
    top: 2px;
    border: 1px solid #cccccc;
    color: Gray;
}

.tooltip
{
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}
.tooltip span
{
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span
{
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}
.tooltip:hover img
{
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
.tooltip:hover em
{
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}
.classic
{
    padding: 0.8em 1em;
}
.custom
{
    padding: 0.5em 0.8em 0.8em 2em;
}
* html a:hover
{
    background: transparent;
}
.classic
{
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}
.critical
{
    background: #FFCCAA;
    border: 1px solid #FF3334;
}
.help
{
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.info
{
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.warning
{
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.pnMessage
{
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow:6px 6px 10px #333333;
    -webkit-box-shadow: 6px 6px 10px #333333;
    -moz-box-shadow: 6px 6px 10px #333333;
    font-family: Segoe UI, Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
    font-size: 12pt;
}

.autocomplete_completionListElement
{
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

.Shadow
{
    box-shadow:6px 6px 10px #333333;
    -webkit-box-shadow: 6px 6px 10px #333333;
    -moz-box-shadow: 6px 6px 10px #333333;
    border-radius: 0.5em;
}

.modalBackground
{
    background-color: #999;
    filter: alpha(opacity-]=70);
    opacity:0.7;
}

/* ComboBox styles */

#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url('../Images/toolkit-bg.gif');
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url('../Images/toolkit-arrow.gif');
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url('../Images/aqua-bg.gif');
    background-position: top left;
    background-repeat:no-repeat;
    border: 0px none;
    padding: 0px 0px 0px 8px;
    font-size: 10pt;
    color:GrayText;
    height: 25px;
    width: 150px;
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url('../Images/aqua-arrow.gif');
    background-position: top left;
    background-repeat:no-repeat;
    border: 0px none;
    height: 25px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url('../Images/windows-arrow.gif');
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

.tituloGradiente
{
    font-size: 30px;  
   background : -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FFEF82));  
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
   display: block;
    float: left;
    text-align: left;
    width: auto;
    font-family:Segoe UI;
}

.DropCombo
{
    background-position: 0% 0%;
    padding: 4px 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F7F7F7 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#CDCDCD)) !important;
    background: -webkit-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -moz-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -ms-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    background: -o-linear-gradient(top, #F7F7F7, #CDCDCD) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#CDCDCD',GradientType=0 );
    font-family: "Segoe UI";
    text-decoration: none;
    font-weight: normal;
    color: Gray;
    box-shadow: inset 0 1px 1px #fff, 0 2px 3px #666;
    cursor: pointer;
    position: relative;
    text-align: center;
    top: 0px;
    left: 0px;
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-repeat: repeat;
    background-attachment: scroll;
}

.backListCheckBox
{
     margin-bottom:auto;
    margin-top:auto;
    background-position: 0% 0%;
    padding: 1px 6px;
    margin-right: 0px;
    margin-bottom: 5px;
    border: 1px solid #6D040B;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background-color: #BD1218 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BD1218), color-stop(100%,#6F040A)) !important;
    background: -webkit-linear-gradient(top, #BD1218, #6F040A) !important;
    background: -moz-linear-gradient(top, #BD1218, #6F040A) !important;
    background: -ms-linear-gradient(top, #BD1218, #6F040A) !important;
    background: -o-linear-gradient(top, #BD1218, #6F040A) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD1218', endColorstr='#6F040A',GradientType=0 );
    font-family: "Segoe UI";
    font-weight: normal;
    color:White;
    box-shadow: inset 0 1px 1px #FA0001, 0 1px 1px #666;
    position: relative;
    /*top: 0px;
    left: 0px;*/
    background-color:White;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background-repeat: repeat;
    background-attachment: scroll;
    padding-left:10px;
    
}




/* Mensagem styles */
blockquote {
	margin: 15px;
 	padding: 7px 10px 7px 32px;
  	background: #FAFAFA url(/Images/quote.gif) no-repeat 8px 10px !important;
	background-position: 10px 10px;
	border: 1px solid #4b6c9e; 
	border-left: 5px solid #4b6c9e;  
	font-weight: bold;
    font-size: 1.1em;
}
