﻿.dragContainer{
	background-color: #333333;
	height: 670px;
	width: 800px;
	border-bottom-color: black;
}
.dragContainerP{
	background-color: Transparent;
	height: 670px;
	width: 800px;
	border-bottom-color: black;
	text-align:center;
}

.dragHeader{
	background-color: #B20019;
	height: 60px;
	width: 800px;	
	cursor: pointer;
	text-align:center;
}

.dragBody{
	background-color: #D5D2CA;
	height: 575px; 
	width: 800px;
	text-align: left;
}
.dragContainerS{
	background-color: #333333;
	height: 250px;
	width: 350px;
	border-bottom-color: black;
	text-align:center;
}
.dragContainerT{
	background-color: Transparent;
	height: 250px;
	width: 350px;
	border-bottom-color: black;
	text-align:center;
}

.dragHeaderS{
	background-color: #B20019;
	height: 34px;
	width: 350px;	
	cursor: pointer;
	text-align:center;
}
.dragContainerSE{
	background-color: #333333;
	height: 274px;
	width: 370px;
	border-bottom-color: black;
	text-align:center;
}
.dragContainerTE{
	background-color: Transparent;
	height: 274px;
	width: 370px;
	border-bottom-color: black;
	text-align:center;
}

.dragHeaderSE{
	background-color: #B20019;
	height: 34px;
	width: 370px;	
	cursor: pointer;
	text-align:center;
}
.dragBodySE{
	background-color: #D5D2CA;
	height: 240px; 
	width: 370px;	
	text-align:center;
	font-family: Arial;
	font-size: 9pt;
	color: #666666
}
.dragBodyS{
	background-color: #D5D2CA;
	height: 216px; 
	width: 350px;	
	text-align:center;
	font-family: Arial;
	font-size: 9pt;
	color: #666666
}

.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: Yellow;
	background-color: Black;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    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: white:
}

.watermark {
	background: #F0F0F0;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.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;
}

.modalPopupT 
{
   background-color:transparent;  
   padding:1em 6px;
}

.modalPopup2
{
   background-color:#ffffdd;
    width:270px;
   vertical-align :top;
}

.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;
}

.PopUpLoginA 
{
    background-color:Transparent;
    Height: 430px;
    Width: 360px;
    border-bottom-color: black;
    z-index:1003;
}
.PopUpLoginB 
{
    background-color: #333333;
    Height: 430px;
    Width: 360px;
    border-bottom-color: black;
    z-index:1003;
}
.PopUpLoginBody 
{
    background-color: #D5D2CA;
    Height: 396px;
    Width: 360px;
    border-bottom-color: black;
    z-index:1003;
}
.dragHeaderL{
	background-color: #B20019;
	height: 34px;
	width: 360px;	
	text-align:center;
}
.modalBackgroundLogin {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:90000 !important;
}
     
