﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    background-color: #000000;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
  
    scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #ff6600;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: 000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #cccccc;
	
}

 A:link, A:visited
{
    text-decoration: none;
    color: #FFFFFF;
}       
  
   

A:hover
{
    text-decoration: underline;
    color: #FFFFFF;
 }
   A:Active
{
    text-decoration: none;
    color: #FF6600;
}     
 
A.TopNav:link, A.TopNav:visited
{
    text-decoration: none;
    color: #FFFFFF;
}  
   A.TopNav:Active
{
    text-decoration: none;
    color: #FF6600;
} 
A.GV:link, A.GV:visited
{
    text-decoration: none;
    color: #FFFFFF;
}     

A.GV:hover
{
    text-decoration: underline;
    color: #FFFFFF;
 }
   A.GV:Active
{
    text-decoration: none;
    color: #009933;
}     
 .PopupProject2
{
    padding: 20px;
    border: 1px groove #EFEFEF;
    position: absolute;
    visibility: hidden;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    float: right;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    display: none;
}

 /* "Wire frame" div used to transition from the button to the info panel */
.PopUpTransitionStart
{
    display: none;
    z-index: 2;
    background-color: #000000;
    border: 1px solid #333333;
}

/*  Info panel to be displayed as a flyout when the button is clicked */
.PopUpProject
{
    display: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 505px;
    z-index: 2;
    font-size: 12px;
    border: solid 1px #CCCCCC;
    background-color: #000000;
    padding: 5px;
    height: 600px;
}
.PopUpProjectDescr
{
    width: 500px;
    z-index: 2;
    font-size: 12px;
    background-color: #000000;
    text-align: right;
}

/*Modal Popup
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
*/
.modalPopup
{
    border: 1px solid Gray;
    background-color: #000000;
    padding: 3px;
    width: 500px;
}

/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox
{
    border: 2px solid #CCCCCC;
    background-color: #000000;
    padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
