﻿.MyPage
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	font-family:Verdana;
	font-size:9pt;
}


A
{
	text-decoration:none;
}

A:hover {
	TEXT-DECORATION: none
}


.WaitLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000066;
}

/*Modal Popup*/
.modalBackground {
	background-color:Black;
	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;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000066;
	text-align:left;
}


.WaterMarkText
{
	border: solid 1px #cccccc;
	font-family:Tahoma;
	font-size: 7pt;
	font-style:italic;
	color: Gray;
}

/* Accordion */
.accordionHeader
{
    border: 0px solid #2F4F4F;
    color:#121F9A;
    /*background-color:Orange;*/
    /*background-image:url('Images/UploadImages1.jpg');*/
    background-repeat:no-repeat;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:30px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	/*text-decoration: none;*/
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color:#121F9A;
    /*background-color: #5078B3;	/*	Header plate background color*/
    /*background-image:url('Images/UploadImages1.jpg');*/
    background-repeat:no-repeat;
    
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:30px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	/*text-decoration: none;*/
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	/*color:black;*/
    background-color: white; /* #D3DEEF;*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
