﻿#PDASkin
{
    background-image:url('../Images/Demo/HTCSkin.jpg');
    background-repeat:no-repeat;
    width:358px;
    height:596px;
    float:left;
    color:Black;
    line-height:normal;
    text-align:left;
}

#PDASkin p, #PDASkin td, #PDASkin li, #PDASkin a
{
	color:Black;
	font-size:8pt;
	font:arial;
	line-height:normal;
}

#PDASkin li
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#PDAContent
{
    position:relative;
    width: 239px;
    height: 319px;
    margin-left: 59px;
    margin-top: 109px;
    font-family: 'Arial';
    font-size: 8pt;
    padding:0px;
}

div#PDAContent ul.menu
{

    margin: 0px;
	padding:0px;
    white-space: nowrap;
    border-top:solid 1px black;
    border-bottom:solid 1px black;
    list-style-position:outside;
    list-style:none;
    cursor: pointer;
}

div#PDAContent ul.menu li
{
    display:inline;
	margin:0;
	padding:0px 3px 0px 3px;
    border-right: solid 1px black;
    background-color: #decec6;
    cursor: pointer;
}

#PDAContent ul.menu li.selected
{
    background-color:White;
}

#PDAContent img.footer
{
    position:absolute;
    left:0px;
    bottom:0px;
}

#PDAContent table.table
{
    width:100%;
}

#PDAContent .col1
{
    width:100px;
}


#PDAContent input, #PDAContent select
{
    font-family: 'Arial';
    font-size: 8pt;
}

#PDAContent input.textboxshort
{
    border:solid 1px black;
    width:60px;
}

#PDAContent input.textbox, #panel2 p > input.text
{
    border:solid 1px black;
    width:120px;
}

#PDAContent input.button, #panel4 input.button, #panel5 input.button
{
    border:solid 1px black;
    margin-left:5px;
    font-weight:bold;
    background-color: #decec6;
}

#panel2 p,#panel3 p,#panel4 p,#panel5 p
{
    padding:0px 0px 0px 5px;
}

#panel2 h2,#panel3 h2,#panel4 h2,#panel5 h2
{
    margin:0px;
    padding:5px 0px 0px 5px;
    font-size:11pt;
    color:#00009c;
}

#panel4
{
    position:relative;
}

#panel4 input.button,#panel5 input.button
{
    position:relative;
    margin-top:20px;
    margin-left:5px;
}

#ErrorPanel
{
    position:relative;
    border:solid 1px black;
    margin-left:auto;
    margin-right:auto;
    margin-top:-120px;
    background-color:White;
    width:200px;
    display:none;
}

#ErrorPanel .header, #DPA .header
{
    position:relative;
    float:left;
    width: 100%;
    background-color: #00009c;
    color: White;
    font-weight: bold;
    border-bottom: solid 1px black;

}

#DPA
{
    position:relative;
    border:solid 1px black;
    margin-left:auto;
    margin-right:auto;
    margin-top:-220px;
    background-color:White;
    width:200px;
    height:250px;
    display:none;
}

#ErrorPanel > p, #DPA > p
{
    color:Black;
    margin:0px;
    padding:0px;
}

div#DPAContent
{
    position:relative;
    overflow:auto;
    max-height:225px;
    height:225px;
    background-color:White;
    float:left;

    
}

div#DPAContent p
{
    position:relative;
    color:Black;
    margin:0px;
    padding:0px;
    margin:0px 5px 0px 5px;
}

#ErrorPanel .header a, #DPA .header a
{
    position:relative;
    background-image:url('../Images/Demo/CloseButton.jpg');
    float:right;
    margin-right:5px;
    text-decoration:none;
    width:19px;
    height:20px;
}
#ErrorPanel div.header p, #DPA div.header p
{
    position:relative;
    float:left;
    padding:0px;
    margin:5px 0px 0px 5px;
    
}
p#Errormessage
{
    margin:5px;
}

.panel
{
    overflow:auto;
    height:200px;
}

#panelAddress table
{
    width:100%;
}

#panelAddress th
{
    background-color:#decec6;
    text-align:left;
    font-weight:bold;
}

#panelAddress td
{
    border-bottom:solid 1px #decec6;
}

#panelAddress a
{
    text-decoration:none;
    color:Black;
}

#divHelp
{
    padding: 5px;
    float:left;
    height:500px;
    width:500px;
}

#divHelp h1
{
	font-size:20px;
}

.newContent
{
    font:verdana;
    font-size:12px;
    text-align: justify;
    color: #7a70f9;
    line-height: 150%;
}

.newContent h1
{
    font-size:11pt;
}

.newContent address strong
{
    text-decoration:underline;
}

#footer p
{
   font-size: 12px;
   font-weight: bold;
   text-align: left;
}

.underline
{
	text-decoration:underline;
}

.italic
{
	text-deocoration:italic;
}

.bold
{
	font-weight: bold
}