﻿.div {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #000080;
    background-color: White;
    width: 100%;
    height: 50%;
}

.panel1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
}

.Panel_Titulo_Romaneio {
    background-color: #007bff;
    color: whitesmoke;
    height: auto;
    /*text-shadow: #000 1px 1px 2px;*/
    text-shadow: 1px 2px 2px whitesmoke;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /*padding: 0px 10px 10px 10px;*/
    /*position: relative;*/
    border: 1px solid #124d77;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    -webkit-border-radius: 6px;
}


.Panel_Titulo {
    background-color: navy;
    color: whitesmoke;
    height: auto;
    /*text-shadow: #000 1px 1px 2px;*/
    text-shadow: 1px 2px 2px whitesmoke;
    text-align: center;
    vertical-align: middle;
    width: 1015px;

    /*padding: 0px 10px 10px 10px;*/
    /*position: relative;*/
    border: 1px solid #124d77;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    -webkit-border-radius: 6px;
}

.panel2 {
    position: absolute;
    left: 50%;
    margin-left: -200px;
}

.Panel_default {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    border: 1px solid #124d77;
    border-radius: 2px;
    color: navy;
    font-family: Verdana;
    font-weight: bold;
    height: auto;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    padding: 0px 10px 10px 10px;
    position: absolute;
    text-shadow: #000 5px 5px 10px;
    top: 35%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}

.Panel_default-botao{
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000080;
    border-style: solid;
    border-color: #000080;
    height: 26px;
    width: 150px;
}

.Panel_default-textbox {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    color: navy;
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    /*background-color: #FFFFFF;
    color: #000080;*/
    border-style: solid;
    border-color: #000080;
}

.menuitem img {
    width: 30px;
    height: 30px;
}

a:link {
    color: rgb(0,0,128);
    text-decoration: none;
}

a:visited {
    color: rgb(0,0,128);
    text-decoration: none;
}

a:hover {
    COLOR: #000080;
    text-decoration: underline;
}

a:active {
    color: rgb(0,0,128);
}

body {
    font-family: Tahoma, Verdana, Helvetica;
    background-color: #FFFFFF;
    color: #000080;
}

.estilo1 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    background: #FFFFFF;
    color: #000080;
    border: 1 solid #000080;
    width: 190px;
    cursor: pointer;
    height: 20px;
}

.estilo2 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    background: #000080;
    color: #FFFFFF;
    border: 1px solid #000080;
    width: 190px;
    height: 20px;
}

.estilo3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    background: #E1E1FF;
    color: #000080;
    border: 1px solid #000080;
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
}

.btnConectar {
    font-family: Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000080;
    border-style: solid;
    border-color: navy;
    height: 26px;
    width: 150px;
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}

.btnConectar:hover {
    cursor: pointer;
}

.linkbuttonConectar {
    font-family: Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000080;
    border: solid 2px #000080;
    width: 250px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}

.linkbuttonConectar:hover {
    cursor: pointer;
}

.btnExcluir {
    font-family: Verdana;
    font-weight: bold;
    width: 150px;
    background-color: #FFFFFF;
    color: Red;
    border-style: solid;
    border-color: Red;
    border-width: 2px;
    height: 26px;
    /*border: 1px solid navy;*/
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}
    .btnExcluir:hover {
        cursor: pointer;
    }

.btnCancelar {
    font-family: Verdana;
    font-weight: bold;
    width: 150px;
    background-color: #FFFFFF;
    color: #ffc107;
    border-style: solid;
    border-color: #d19f08;
    border-width: 2px;
    height: 26px;
    /*border: 1px solid navy;*/
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}
    .btnCancelar:hover {
        cursor: pointer;
    }

.btnSelecionar{
    font-family: Verdana;
    font-weight: bold;
    width: 150px;
    background-color: #FFFFFF;
    color: green;
    border-style: solid;
    border-color: Red;
    height: 26px;
}

.Copyright {
    font-weight: bold;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #000080;
    border-style: solid;
    border-color: #000080;
}

.botao {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-bottom: 2px;
    background-color: Transparent;
    vertical-align: bottom;
    height: 21px;
}

.btnHover {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
    .btnHover:hover {
        background-color: #D1D1FD;
        color: navy;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }


.botao_atualizar {
    border: thin inset navy;
    margin-bottom: 2px;
    background-color: Transparent;
    vertical-align: bottom;
    height: 19px;
    font-weight: bold;
    color: navy;
    width: 23px;
}

.botao_ok {
    background-position: left center;
    border-style: none;
    border-color: silver;
    border-width: medium;
    margin-bottom: 2px;
    background-image: url('imagens/button_ok.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left;
    vertical-align: bottom;
    height: 21px;
    width: 100px;
    text-align: right;
}

.botao_warning {
    background-position: left;
    border-style: none;
    border-color: silver;
    border-width: medium;
    margin-bottom: 2px;
    background-image: url('imagens/button_warning_01.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left;
    vertical-align: bottom;
    height: 21px;
    width: 100px;
    text-align: right;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.Pager a {
    border: solid 1px #F1F1FF;
}

.Pager a:hover {
    border: solid 1px navy;
    background-color: #D1D1FD;
    text-decoration: none;
}

.Pager span {
    border: solid 1px navy;
    background-color: #D1D1FD;
}

.Notificacao {
    margin: 2px;
    color: red;
    border: solid 1px red;
    width: 100%;
    background-color: White;
    border-collapse: collapse;
}

    .Notificacao th {
        color: #AA0000;
        padding: 5px;
        font-size: small;
    }

    .Notificacao td {
        padding: 3px;
        border: solid 1px red;
        text-align: left;
        vertical-align: top;
        font-size: small;
    }

.RolagemHorizontal {
    overflow: auto;
    overflow-x: scroll;
}

.RolagemHorizontal_collapsible {
    overflow: auto;
    overflow-x: scroll;
    background-color: whitesmoke;
    border: 1px solid navy;
    font: inherit;
    height: auto;
    padding: 8px;
    padding-top: 7px;
    width: 800px;
}

.RolagemVertical {
    width: 100%;
    overflow: auto;
    overflow-y: scroll;
}

.RolagemHorizontalVertical {
    overflow: auto;
    overflow-x: scroll;
    overflow-y: scroll;
}

.ListBoxScrollBars {
    overflow: auto;
}

.ListBox_Pessoas {
    overflow: auto;
}

.tabela_detalhes {
    border: thin solid #000080;
    width: 100%;
    border-collapse: collapse;
}

.imagem {
    width: 25px;
    height: 25px;
}

.imagem_btnExcluir {
    width: 16px;
    height: 16px;
}

.TextBoxUpperCase {
    text-transform: uppercase;
    color: black;
}

.TextBoxLowerCase {
    text-transform: lowercase;
    color: black;
}

input[type=text] {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    outline: none;
    padding: 2px 2px;
    margin-left: 1px;
    }

input:focus {
    background-color: #D1D1FD;
}

.input[type=radio] {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    outline: none;
    padding: 2px 2px;
    margin-left: 1px;
    margin-bottom: 0px;
}

.input[type=checkbox] {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    outline: none;
    padding: 2px 2px;
    margin-left: 1px;
    margin-bottom: 0px;
}
.checkbox {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

select {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    outline: none;
    margin-bottom: 0px;
}

.dropdownlist_personal {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    outline: none;
    padding: 2px 2px;
    margin-left: 1px;
    margin-top: 9px;
    margin-bottom: 0px;
}

.dropdownlist_rec {
    background-color: #F1F1FF;
    border: solid 1px #646464;
    font-size: 14px;
    height: 50px;
    padding: 2px 2px;
    margin-left: 1px;
    margin-top: 9px;
    margin-bottom: 0px;
    outline: none;
    width: 100px;
}

select:focus {
    background-color: #D1D1FD;
}

.PromptCssClass {
    background-color: navy;
    color: white;
}

.StartNextButtonStyle {
    visibility: hidden;
}

.StepNextButtonStyle {
    visibility: hidden;
}

.NavigationButtonStyle {
    visibility: hidden;
}

.LinkButton {
    border-bottom: 1px solid navy;
}

.LinkButtonExcluir {
    border-bottom: 1px solid red;
}

.modalBackground1 {
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.modalBackground {
    background-color: #9090e1;
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.modalWindow {
    background: #9090e1;
    color: white;
    padding: 0px 10px 10px 10px;
    position: relative;
}

.modalWindow_Mensagem {
    background: #9090e1;
    color: white;
    padding: 0px 10px 10px 10px;
    Position: center;
    Height: auto;
    Width: auto;
    margin: 0px !important;
}

.popup_Panel {
    background: #F1F1FF;
    color: navy;
    padding: 0px 10px 10px 10px;
    position: relative;
    border: 1px solid #124d77;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
    height: auto;
}
.popup_Panel-botao {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
}

.popup_Panel-textbox {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    color: navy;
    font-family: Verdana;
    font-weight: bold;
    /*background-color: #FFFFFF;
    color: #000080;*/
    border-style: solid;
    border-color: #000080;
}

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #E1E1FF; 
}

.autocomplete_completionListElement
{
    background-color: white;
    color: windowtext;
    border: solid;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    margin: 0px !important;
    height: auto;
    width: 500px;
}

.autocomplete_ajax_completionListElement {  	margin : 0px!important;	background-color : inherit;	color : windowtext;	border : buttonshadow;	border-width : 1px;	border-style : solid;	cursor : 'default';	overflow : auto;	height : 200px;    text-align : left;     list-style-type : none;}
.autocomplete_ajax_highlightedListItem {	background-color: #ffff99;	color: black;	padding: 1px;}
.autocomplete_ajax_listItem {	background-color : window;	color : windowtext;	padding : 1px;}

.autocomplete_list {visibility:visible;margin:0px!important;padding:1px;background-color:GrayText;color:Black;
     border:buttonshadow;border-width:1px;border-style:solid;cursor:default;text-align:left;list-style-type:none;
     font-weight:normal;font-family:Verdana;font-size:12px;width:500px;}
.autocomplete_highlighted_listitem {background-color: Silver;color:Black;padding:3px;width:500px;}
.autocomplete_listitem {background-color:Window;color:Gray;font-family: Verdana;font-size: 12px;padding:3px;width:500px;}

.autocomplete_list_auto {visibility:visible;margin:0px!important;padding:1px;background-color:GrayText;color:Black;
     border:buttonshadow;border-width:1px;border-style:solid;cursor:default;text-align:left;list-style-type:none;
     font-weight:normal;font-family:Verdana;font-size:12px;width:auto;}
.autocomplete_list_auto1 {visibility:visible;margin:0px!important;padding:1px;background-color:GrayText;color:Black;
     border:buttonshadow;border-width:1px;border-style:solid;cursor:default;text-align:left;list-style-type:none;
     font-weight:normal;font-family:Verdana;font-size:12px;width:auto;overflow:auto;}
.autocomplete_listitem_auto {background-color:Window;color:Gray;font-family: Verdana;font-size: 12px;padding:3px;width:auto;}
.autocomplete_highlighted_listitem_auto {background-color: Silver;color:Black;padding:3px;width:auto;}


.tableCaption caption 
{
    background-color: red;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-style:solid;
    border-bottom-color: white;
}

.ChecBoxlist {
    background-color: red;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-style:solid;
    border-bottom-color: white;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: scroll;
}

.DivClose
{
    display:none;
    position:absolute;
    width:250px;
    height:220px;
    border-style:solid;
    border-color:Gray;
    border-width:1px;
    background-color:#99A479;
}

.LabelClose
{
    vertical-align:text-top;
    position:absolute;
    bottom:0px;
    font-family:Verdana;
}

.accordion{
    height: auto;
}
.accordionContent 
{
    background-color: #E1E1FF;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    /*width:20%;*/
}

.accordionHeaderSelected 
{
    background-color: #E1E1FF;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    /*width:20%;*/
}

.accordionHeader 
{
    background-color: #E1E1FF;
    border: 1px solid #2F4F4F;
    color: navy;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    /*width:20%;*/
}

.accordionHeaderSelected-orc {
    background-color: Navy;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width:100%;
    }
.accordionHeader-orc {
    background-color: Navy;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width:100%;
    }

.accordionContent-orc {
    background-color: #D3DEEF;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width:100%;
    }

.href
{
    color:White;  
    font-weight:bold;
    text-decoration:none;
}

.collapsiblePanelHeader
{
    color: navy;
    background-color: #E1E1FF;
    border: 1px solid navy;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
    width: 1000px;
    height: auto;
    padding: 8px;
}
.collapsiblePanelBody
{
    background-color: whitesmoke;
    border: 1px solid navy;
    font: inherit;
    height: auto;
    padding: 8px;
    padding-top: 7px;
    width: 800px;
}      

.dropdownlist_produtos{
    background-color: whitesmoke;
    color: navy;
    font-size: 14px;
    font-family: tahoma;
    font-style: italic;
    font-weight: bold;
}
.lbProdutos{
    background-color: whitesmoke;
    color: navy;
    font-size: 18px;
    font-family: tahoma;
    font-style: italic;
    font-weight: bold;
}

/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
    border:1px solid #b4cbdf;
    padding-top:0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background:url("../../tab_active.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background:url("../../tab_left_active.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background:url("../../tab_right_active.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background:url("../../tab_hover.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background:url("../../tab_left_hover.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background:url("../../tab_right_hover.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    background:url("../../tab_Inactive.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
    background:url("../../tab_left_inactive.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    background:url("../../tab_right_inactive.gif") no-repeat right;
    padding-right:6px;
    margin-right: 2px;
}

.StepStyle{
    color: #333333;
    vertical-align:Top;
    height: auto;
    max-height: 400px;
}

Label {
    background-color: navy;
    color: whitesmoke;
    padding: 0px 0px 0px 0px;
    text-shadow: 1px 2px 2px whitesmoke;

    border: 1px solid #124d77;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    -webkit-border-radius: 6px;

    height: auto;
    width:auto;
}

.SideBar_nfs{
    border: 1px solid #124d77;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    -webkit-border-radius: 6px;
}

.staticHoverStyle {
    display: none;
    visibility: hidden;
    background-color:Navy;
    color: White;
}

.box-arredondado {
    border: 1px solid navy;
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
}

/*CSS for dropdown box*/
.ddl
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 3px 3px 5px #CCC;
-moz-border-radius: 8px;
-webkit-border-radius: 5px;
white-space: pre;
}
.ddl:hover
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
.ddl_default
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 3px 3px 5px #CCC;
-moz-border-radius: 8px;
-webkit-border-radius: 5px;
}
.ddl_default:hover
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid navy;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
.ajax__calendar {
 position:absolute;
 }

.textbox
{
width: 200px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}

/*.textbox:hover
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #aaa;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}*/

/*CSS for textarea*/

.textbox-textarea
{
width: 200px;
height: 90px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
.textbox-textarea:hover
{
width: 200px;
height: 90px;
border-radius: 3px;
border: 1px solid #aaa;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}

.header_style
{
width: 100px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}

/*@charset "utf-8";*/
/* CSS Document */

.tooltipPopup {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid navy;*/
}
.tooltipPopup .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #E1E1FF;
    color: #000080;
    text-align: justify;
    text-justify: inter-word;
    border: 2px solid navy;
    border-radius: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 4px;
    padding: 5px 0;
    box-shadow: 1px 1px 5px #F1F1FF;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; 
}
.tooltipPopup:hover .tooltiptext {
    visibility: visible;
}
.tooltipPopup .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: navy transparent transparent transparent;
}
.tooltipPopup .tooltiptext {
    opacity: 0;
    transition: opacity 1s;
}
.tooltipPopup:hover .tooltiptext {
    opacity: 1;
}

.ComboBox {
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 3px 3px 5px #CCC;
-moz-border-radius: 8px;
-webkit-border-radius: 5px;
}

.radioButtonList {
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 12px;
font-family: Verdana;
box-shadow: #CCC 3px 3px 5px;
-moz-border-radius: 8px;
-webkit-border-radius: 5px;
}
.radioButtonList hover {
background-color: #E1E1FF;
}

.radiobutton {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.radio 
{
width: 400px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 12px;
font-family: Verdana;
box-shadow: #CCC 3px 3px 5px;
-moz-border-radius: 8px;
-webkit-border-radius: 5px;
}
.radio:hover
{
background-color: #E1E1FF;
}
table.radio input {
    width: 20px;
    display: block;
    float: left;
}
table.radio label {
    width: 350px;
    display: block;
    float: left;
}
