﻿.sidebar
{
	border-color: #0099FF; 
	border-style: solid; 
	border-width: inherit; 
	height: 20px; 
	width: 180px;
}

.sidetable
{
	border-style: solid; 
	border-width: inherit; 
	border-color: #000000; 
    position: absolute; 
    width: 200px; 
    height: 562px; 
    top: 132px; 
    left: 27px;
    background-color:#99CCFF;
    border:box;
    margin:box;
    
}

.sidebutton
{
	width:177px;
	height:24px;
	font-family:Script MT Bold;
	Font-Size:large;
}

.header
{
	position:absolute;
	height:96px;
	width:1300px;
	top:25px;
	left:33px;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	border: 2px solid Black;
	background-color:#AAD4FF;
		position:absolute;
		visibility:hidden;
		top: 15px;
	left: 10px;
}

.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;
}

.registerbutton
{
	position:absolute;
	top: 159px;
	left: 29px;
	height: 24px;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/********************** Controls ****************/

.buttons
{
	height:25px;
 	width:180px;
 	background-color:ThreeDShadow Transparent;
	margin-top: 0px;
	font-size:small ;
}

.smallbutton
{
	height:25px;
 	width:60px;
 	background-color:ThreeDShadow Transparent;
	margin-top: 0px;
	font-size:small ;
}

.smallbutton1
{
	height:25px;
 	width:80px;
 	background-color:ThreeDShadow Transparent;
	margin-top: 0px;
	font-size:small ;
}

.textboxsize1
{
	height:20px;
	font-size:small;
	margin-bottom: 0px;
}
/************************* Accordion Control Styles *******************/
.accordionHeader
{
    border: 1px solid #FF4F4F;
    color:  Black ;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color:Black ;
}

/**** Table Styles ****/
.style8
{
	width:200px;
	border: thin solid #000000;
	text-align:center;
}
.style9
{
	text-align: center;
	width:600px;
}
.style10
{
    width: 250px;
    border: thin solid #000000;
    text-align:right;
}
.style11
{
    width: 500px;
    border: thin solid #000000;
    text-align:left;
}
