﻿/* ------------------------------------------ */
/*          General style sheets              */
/* ------------------------------------------ */
.cssDotNetGenerated
{
	display: none;
	padding: 0px;
	margin: 0px;
}

.cssBodyStyle
{
    background-color: #EA9D58;
    color: #1E4C72;
    font-family: Arial;
    margin: 0px auto 0px auto;
    padding: 0;
    height: 100%;
    text-align: center;
    z-index: 1010;
}

.cssServerWaitBackgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0px auto 0px auto;
    filter: alpha(opacity=40);
    opacity: 0.4;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    cursor: wait;
}

.cssPopupDivBackgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0px auto 0px auto;
    filter: alpha(opacity=40);
    opacity: 0.4;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    cursor: wait;
}


.cssPageTable
{
    width: 790px;
    font-size: 16px;
    height: 380px;
    text-align: center;
    background-color: #e4eef7;
    padding: 0px;
    z-index: 1020;
    margin: 10px auto;
    border: solid 2px #496D8C;
}

.cssDivTitle
{
	background-color: ActiveCaption;
    height: 25px;
    text-align: center;
    font-size: 18px;
}

.cssTitleFrame
{
    height: 50px;
    background-color: #B8D2EA;
    color: #1E4C72;
}

.cssSpanTitle
{
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
}

.cssTextBox
{
    width: 225px;
    font-family: Arial;
    font-size: 16px;
}

.cssUserPasswordTextBox
{
    width: 240px;
    text-align: left;
    direction: ltr;
    font-family: Arial;
    font-size: 16px;
}

.cssStatusMessage
{
    color: #1E4C72;
    font-size: 16px;
    font-weight: bold;
}

.cssErrorMessage
{
	color: #ff0000;
	font-size: 16px;
}

.cssComboBox
{
    vertical-align: middle;
    font-family: Arial;
    font-size: 16px;
}

.cssCheckBox
{
    vertical-align: middle;
    cursor: pointer;
}

.cssSpanHand
{
    vertical-align: middle;
    cursor: pointer;
}

.cssBlueLink
{
    cursor: pointer;
    vertical-align: middle;
    text-decoration: underline;
    color: #3333ff;
}

.cssSpaceLine
{
    font-size: 5px;
}

.cssSpaceLineX10
{
    font-size: 10px;
}

.cssMessageBoxDiv
{
    background-color: #E4EEF7;
    color: #1E4C72;
    position: absolute;
    top: 80px;
    margin: 0px auto 0px auto;
    padding: 0px;
    z-index: 10005;
    border: ridge;
    display: none;
}

.cssContactsPopupDiv
{
	font-size: 16px;
	background-color: #E4EEF7; 
	color: #1E4C72; 
	position:absolute; 
	height:340px; 
	width:750px;
	top: 15px;
	display: none;
    border: solid 2px #496D8C;
    z-index: 1030;
}

.cssContactsInnerDiv
{
	font-size: 16px;
	background-color: #EA9D58; 
	color: #1E4C72; 
	height:370px; 
	width:790px;
    margin: 10px auto;
	display: none;
    border: solid 2px #496D8C;
    z-index: 1030;
}

/* ------------------------------------------ */
/*            Buttons Stylesheets             */
/* ------------------------------------------ */
.cssNavigationButtons
{
	width: 100px;
	cursor: pointer;
	color: #000040;
	height: 34px;
    font-size: 16px;
    font-weight: bold;
	background-color: White;
	border-right: 1px solid #00040;
	border-top: 1px solid #B8D2EA ;
	border-left: 1px solid #B8D2EA;
	border-bottom: 1px solid #000040;
}

.cssNavigationButtonsMargins
{
    width: 10px;
}

.cssWindowsSpanTitle
{
	color: CaptionText;
}

.cssWindowsDivTitle
{
    width: 100%; 
    height: 25px;
    background-color: activecaption;
    text-align: center;
    font-size: 18px;
}

.css3DButtonBlue
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-image: url(../Images/BlueOvalCenter.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 16px;
	color: #1E4C72;
	white-space: nowrap;
	height: 41px;
}

.css3DButtonBlueHover
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-image: url(../Images/BlueOvalCenter.gif);
	background-repeat: repeat-x;
	background-position: 0px -41px;
	font-size: 16px;
	color: #1E4C72;
	white-space: nowrap;
	height: 41px;
}


.cssLeft3DButtonBlue
{
	background-image: url(../Images/BlueOvalLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	width: 26px;
	height: 41px;
}

.cssLeft3DButtonBlueHover
{
	background-image: url(../Images/BlueOvalLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	cursor: pointer;
	width: 26px;
	height: 41px;
}

.cssRight3DButtonBlue
{
	background-image: url(../Images/BlueOvalRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	width: 26px;
	height: 41px;
}

.cssRight3DButtonBlueHover
{
	background-image: url(../Images/BlueOvalRight.gif);
	background-repeat: no-repeat;
	background-position:0px -41px;
	cursor: pointer;
	width: 26px;
	height: 41px;
}

.css3DButtonYellow
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-image: url(../Images/YellowOvalCenter.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 16px;
	color: #1E4C72;
	white-space: nowrap;
	height: 50px;
}

.css3DButtonYellowHover
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-image: url(../Images/YellowOvalCenter.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	font-size: 16px;
	color: #1E4C72;
	white-space: nowrap;
	height: 50px;
}

.cssLeft3DButtonYellow
{
	background-image: url(../Images/YellowOvalLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	width: 26px;
	height: 50px;
}

.cssLeft3DButtonYellowHover
{
	background-image: url(../Images/YellowOvalLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
	width: 26px;
	height: 50px;
}

.cssRight3DButtonYellow
{
	background-image: url(../Images/YellowOvalRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	width: 26px;
	height: 50px;
}

.cssRight3DButtonYellowHover
{
	background-image: url(../Images/YellowOvalRight.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
	width: 26px;
	height: 50px;
}

