﻿.PapButton
{
    color: #202857;
    font-weight: bold;
}

.PapCommandButton
{
    border: thin outset #FFFFFF;
    background-color: #202857;
    color: white;
    font-weight: bold;
    font-size: 16;
}
.PapText
{
    color: #225d9f;
}
.ui-datepicker
{
    background-color: #FFFFFF;
    border: 1px solid black;
    display: none;    
}
.PapWindow
{
    border: medium ridge #225d9f;
    position: absolute;
    display: none;
    z-index: 9999;
   
    padding: 20px;
    background-color: whitesmoke;
}

 .PapHeader
 {
	font-size: large;
    font-weight: bold;
    color: #225d9f;
}

.PapBold
{
	font-weight: bold;		
}

.PapRegular
{
	font-weight: normal;		
}

.PapRedGrid { border: 0px; }

.PapRedGrid tr, .PapRedGrid th, .PapRedGrid td
{
    border-bottom: 1px solid gray;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.PapRedGrid tr:last-child, .PapRedGrid tr:last-child td { border-bottom: 0px; }

.PapFirstColumn
{
    margin-right: 5px;
}

.PapUploader ul li
{
    list-style-type: none;
}
.PapIFrame
{
    border-style: solid none solid none;
    border-width: 1px 0px 1px 0px;
    border-top-color: #225d9f;
    border-bottom-color: #225d9f;
}

body
{
}

.PapErrorForm
{
    background: #FFFFFF url(../../images/error-icn.png) no-repeat 10px center;
    border: 2px solid #CC0000;
    color: #CC0000;
    padding: 10px 10px 10px 40px;
    line-height: 1.4;
    margin: 0.5em 1em;
    font-weight: bold;
}

td.actTableLabelStyle, td.actTableLabelStyleWLight
{
	width: 150px;
	font-weight: bold;
	white-space: nowrap;
}


td.actTableLabelStyleBottom, td.actTableLabelStyleWLight
{
	width: 150px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: bottom;
}


td.actTableLabelStyleTop, td.actTableLabelStyleWLight
{
	width: 150px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

td.actTableLabelStyleWLight, td.actTableValueStyleWLight
{
	padding-bottom: 20px;
}

td.textAlignCenter {

	width: 100%;
	text-align: center;
}

td.large {
	font-size: large;
	width: 600px;
}

th.leftTextAlign {

	text-align: left;
}
th.rightTextAlign {

	text-align: right;
}

p.marginTop {
	margin-top: 18px;
}

div.height {
	height: 500px;
}

.radupload
{
	float: left;
    margin-bottom: 20px;
}

.bigModule
{
	clear: both;
}

.smallModule
{
	margin-bottom: 20px;
}

#controlContainer
{
	vertical-align: top;
    padding: 20px 10px;
}

.ruProgressArea
{
	position: absolute;
    top: 0;
	left: 10px;
}

.rc3
{
	padding-left: 40px !important;
}

.rc3 .title
{
	margin-left: -20px;
}
    
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70) !important;
    opacity: 0.7;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
}

.smallFont
{
	font-size: x-small;
}

.boldBlueFont
{
	font-size: 16px;
    font-weight: bold;
    color: #225d9f;
}
    
.TdStyle
{
	width: 15%;
    font-size: 16px;
}
    
.expandablePanelContents
{
	padding: 10px;
    line-height: normal;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.largeBoldFont
{
	font-size: large;
    font-weight: bold;
}
    
.NormalLi {
	list-style-type: decimal;
}

.NormalOl {
    list-style-type: decimal;
    padding-left: 50px;
	margin: auto;
}
    
.normalAplhaLi {
	list-style-type: lower-alpha; 
}
.lowerAlpha {
    list-style-type: lower-alpha; 
    padding-left: 50px;
	margin: auto;
}
    
.boldBlueFontNoSize
{
	color: #225D9F;
	font-weight: bold;
}