﻿/* Main Page Styles */
body {background-color:white;}
table.white {background-color:White;}
/* html {scrollbar-base-color:White; scrollbar-arrow-color:Red} */

/* Text Style */
.copy {font-family:Georgia; font-variant:small-caps; font-size:8pt}
.content {font-family:Georgia; font-size:10pt; font-weight:normal; text-decoration:none}
a.contentlink:link {font-family:Georgia; font-size:10pt; font-weight:bold; text-decoration:none; color:Black}
a.contentlink:visited {font-family:Georgia; font-size:10pt; font-weight:bold; text-decoration:none; color:Red}
a.contentlink:active {font-family:Georgia; font-size:10pt; font-weight:bold; text-decoration:none; color:Red}
.navLink:link {font-family: Georgia;font-size: 12pt; font-variant:small-caps; text-decoration:none; padding-left: 10px; color: #000000; background-color: #FFFFFF;}
.navLink:active {font-family: Georgia;font-size: 12pt; font-variant:small-caps; padding-left: 10px; color: #FFFFFF; background-color: #FF0000;}
.navLink:visited {font-family: Georgia;font-size: 12pt; font-variant:small-caps; text-decoration:none; padding-left: 10px; color: #000000; background-color: #FFFFFF;}
a.homelink:active {font-family:Georgia; font-size:12pt; font-weight:bold; text-decoration:none; color:#FFFFFF}
a.homelink:link {font-family:Georgia; font-size:12pt; font-weight:bold; text-decoration:none; color:#FFFFFF}
a.homelink:visited {font-family:Georgia; font-size:12pt; font-weight:bold; text-decoration:none; color:#FFFFFF}
.navText {font-family:Georgia; font-size:10pt; font-variant:small-caps; color:Black}
.navDynamicText {font-family:Georgia; font-size:10pt; font-variant:small-caps; color:Black;
    border-bottom-color:Red; border-bottom-width:thin; border-bottom-style:inset; border-left-color:Red; border-left-width:thin; border-left-style:inset}
.navOverText {font-family:Georgia; font-size:10pt; font-variant:small-caps; color:Red;}

/* Controls */
.button {background-color:White; border:thin solid Red; font-family:Georgia; font-variant:small-caps; font-size:11pt}
.buttonover {background: url(./Images/NavTab.jpg); border:none; font-family:Georgia; font-variant:small-caps; font-size:11pt}
    /*border-bottom-style:outset; border-bottom-width:thin; border-bottom-color:#3F4073;
    border-left-style:inset; border-left-width:thin; border-left-color:#3F4073;} */   

/*.scrollb{scrollbar-base-color:Red; scrollbar-arrow-color:white; scrollbar-track-color:Gray}*/

#triggers a 
{
    cursor:pointer;
    margin: 5px 5px;
}

.overlay_css
{
    /* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFFFFF;
	
	width:600px;	
	min-height:200px;
	border:1px solid Red;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px Red;
	-webkit-box-shadow: 0 0 90px Red;	
}

.overlay_css .close
{
    background-image:url('./images/close_icon.jpg');
    position:absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.scroll-pane
			{
				height: 400px;
				overflow: auto;
				width:450px;
			}
/**/
