﻿body, tabel
{
    font-size: 9pt;
    font-family: arial, Verdana;
    color: #333333;
    line-height: 16px;
   }
   
   select, input,option, textarea {
    background-color: #f5f5f5;
    font-size: 8.5pt;
    font-family: arial, Verdana;
 color: #333333;

	}
 input, select {border:1px solid #e0e0e0;}
.PanelCenter
{
    text-align: center;
    }
    
    .VCE
{
    border-right: blue 1px dashed;
    padding-right: 2px;
    border-top: blue 1px dashed;
    padding-left: 2px;
    padding-bottom: 5px;
    border-left: blue 1px dashed;
    color: red;
    padding-top: 5px;
    border-bottom: blue 1px dashed;
    background-color: white;
    width: 170px;
    font-size: 8.6pt;
    font-family: Arial   

}
.vceHighlight
{
    background-color: #ffffcc;
}
.btnFireBrick
{
    border: 1px solid silver;
    background-color: #b22222;
    color: White;
    cursor: pointer;
    font-weight: bold;
    font-size: 8.5pt;
    
   
}
.ModalBack
{
    background-color: #000000;
    z-index: 900;
    opacity: .60;
    filter: alpha(opacity=60);
}

 .ModalFront
{   
    z-index: 1010;
    display: none;
}
 .ModalPopup
{
    position: absolute;
    background-color: White;
    top: 0;
    left: 0;
    border-right: #ff8c00 2px solid;
    border-top: #ff8c00 2px solid;
    border-left: #ff8c00 2px solid;
    border-bottom: #ff8c00 2px solid;
}

/*Hover Menu*/
.popupMenu
{
    position: absolute;
    visibility: hidden; 
     top:0;
    left:0;
   
}


.popupHover {
	background-image:url('images/header-opened.png');
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#F5F7F8;
	cursor: pointer;
}


.AccHeader
{
    
    
    padding-right: 5px;
    color: blue;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 2px;
    background: url(images/bullet2.jpg) left center no-repeat;
    text-align: left;
    border-right: #224265 0px dotted;
    border-top: #224265 0px dotted;
    border-left: #224265 0px dotted;
    border-bottom: #224265 0px dotted;
    margin-top: 2px;
    margin-bottom: 2px;
}
.AccHeader a, .AccHeader a:visited
{
     color: #336600;     
    font-weight:bold;
     text-decoration: none;
}
.AccHeader a:hover
{    color: #555a64;     
    font-weight:bold;
    text-decoration: none;
    text-align: left;
}
.AccHeader a:active
{    color: #555a64;     
    font-weight:bold;
    text-decoration: none;
    text-align: left;
}

.AccContent
{
      border-right: #cccccc 1px dotted;
    padding-right: 5px;
    border-top: #cccccc 1px dotted;
    padding-left: 5px;
    padding-bottom: 5px;
    border-left: #cccccc 1px dotted;
    padding-top: 10px;
    border-bottom: #cccccc 1px dotted;
    text-align: left;
}
.Accordion
{
    width: 430px;   
    text-align: left;
}