/* Default CSS Stylesheet for a new Web Application project */

.HeaderBackColor
{
    background-color: #CCD5DA;
}

.ContentBackColor
{
	background-color: #E5EAEC;
}

.PageBackColor
{
	background-color: #EEEEEE;
}

.TextColor
{
	color: #293D6B;
}

.TextHoverColor
{
	color: #293D6B;
}

.HoverBackColor
{
	background-color: #CCD5DA;
}

.FrameBorderColor
{
	background-color: #A8A8A8;
}

.errortext
{
	color: Red;
}

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #293D6B;
	background-color: White;
}

TH
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #CCD5DA;
}

TD
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}

TR
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}

DIV
{
    background-color: Transparent;
}

A:link 
{
    color: #990000;
    text-decoration:underline;
}

A:visited
{
    color: #990000;
    text-decoration:underline;
}

A:hover {
    color: #990000;
    text-decoration:underline;
}

.RequiredFielOnEntry
{

}

.titlepanel
{
	color: #293D6B;
	font-weight: bold;
	background-color: #CCD5DA;
	border-bottom: #A8A8A8 1px solid;
	border-right: #A8A8A8 1px solid;
	border-top: #A8A8A8 1px solid;
	border-left: #A8A8A8 1px solid;
	padding-top: 4px;
	padding-left: 8px;
	height: 22px;
}

.titlepanel_embedded
{
	color: #293D6B;
	font-weight: bold;
	background-color: #CCD5DA;
	border-bottom: #A8A8A8 1px solid;
	border-right: none;
	border-top: none;
	border-left: none;
	padding-top: 2px;
	padding-left: 8px;
	height: 22px;
	width: 100%;
}

.stdframe
{
	border-right: #49687B 1px solid;
	border-top: #49687B 1px solid;
	border-left: #49687B 1px solid;
	color: #293D6B;
	border-bottom: #49687B 1px solid;
}


.headerelement_job
{
	border-right: #A8A8A8 1px solid;
	border-top: #A8A8A8 1px solid;
	border-left: #A8A8A8 1px solid;
	color: #293D6B;
	background: #f4f7f8;
	border-bottom: #A8A8A8 1px solid;
}

.headerelement_dialog
{
	border-right: #A8A8A8 1px solid;
	border-top: #A8A8A8 1px solid;
	border-left: #A8A8A8 1px solid;
	color: #293D6B;
	border-bottom: #A8A8A8 1px solid;
}

.headerelement_dialog_shadow
{
	border-right: #49687B 3px solid;
	border-top: #49687B 1px solid;
	border-left: #49687B 1px solid;
	color: #293D6B;
	border-bottom: #49687B 3px solid;
}

.dbl_dialog_white
{
    border-right: #A8A8A8 2px solid;
	border-top: #A8A8A8 2px solid;
	border-left: #A8A8A8 2px solid;
	color: #293D6B;
	background: White;
	border-bottom: #A8A8A8 2px solid;
}

.StandardDialog 
{
    border-right:  1px solid;
	border-top:  1px solid;
	border-left:  1px solid;
	color: #293D6B;
	background: White;
	border-bottom:  1px solid;
}


.textalign_right
{
	text-align:right 
}


INPUT
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #293D6B;
}



SELECT
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #293D6B;
}

TEXTAREA
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #293D6B;
}

.UpdateProgress 
{
    width: 14%; 
    height: 50px;  
    background-color: White; 

    bottom: 50%; 
    left: 43%; 
    position: absolute; 
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    
    border-right: #49687B 3px solid;
	border-top: #49687B 1px solid;
	border-left: #49687B 1px solid;
	color: #293D6B;
	border-bottom: #49687B 3px solid;
}

.watermarked
{
    color: #888888;
}