﻿.global
 {
     position:absolute;
     left: 50%; 
     top: 0;
     width: 1000px;
     height: 100%;
     margin-left: -500px; /* half of the width */
 }
.pagetext{ font-size: 10pt; font-family: Verdana; }
.pagetextsmall{ font-size: 8pt; font-family: Verdana; }
.pagetextsmaller{ font-size: 7pt; font-family: Verdana; }
.pagetexttransparent
{
	font-size: 10pt;
	background-color: transparent;
	text-decoration: none;
}
.pagetextsmalltitle
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}
.pagetextwhite
{
	font-size: 10pt;
	font-family: Verdana;
	color: white;
}
.pagetextred
{
  font-size: 10px;
  color: red;
  line-height: 13px;
  font-family: Verdana;
  text-decoration: none;
}
.pagetextwhitesmall{ font-size: 8pt; font-family: Verdana; color: white;}
.pagetextwhitesmallBOLD
{
	font-size: 7.5pt;
	font-family: Verdana;
	color: white;
	font-weight: bold;
}
.pagetextwhitesmaller{ font-size: 7pt; font-family: Verdana; color: white;}
.pagetextwhitesmallerBOLD{ font-size: 7pt; font-family: Verdana; color: white; font-weight: bold;}
.pagetextTitle
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}
.pagetextRed
{
	font-size: 10pt;
	font-family: Verdana;
	color: red;
}
.pagetextTitleRed
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: red;
}
.pagetextTitleWhiteLink
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.pagetextHeader
{
	font-size: 13pt;
	font-family: Verdana;
	font-weight: bold;
}
.pagetextMenu
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: white;
}
.pagetextwhitetrading
{
  font-size: 12px;
  color: white;
  line-height: 13px;
  font-family: Verdana;
  text-decoration: none;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
