﻿/* Font classes */
.ECLarge
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
}
.ECMedium
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}
.ECSmall
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Background/outline for divs and tables */
.ECHeaderPanel 
{
	background-color: #95C1E8;
	color: Black;
	font-weight: bold;
}

.ECPanel 
{
	border: 1px solid black;
	background-color: White;
	color: Black;
}

/* Appearance of controls */
.ECButton
{
	border: 1px solid black;
	background-color: White;
	color: Black;
}

.ECTextbox
{
	border: 1px solid black;
	background-color: White;
	color: Black;
}

.ECDropdown
{
}

.ECTaskTextInput 
{
}

ECTaskDropDown
{
}

.ECTaskTable {
	position:relative;
	margin: .25em 0em .25em .25em;
	width:250px;
	border:1px #AAAAAA solid;
}
.ECTaskButton{background-color:white;border:1px #000000 solid;width:140px;font-family:Arial;font-size:8pt;}
.ECTaskSelect{font-family:Arial;font-size:8pt;}
.ECTaskSelectSmall{font-family:Arial;font-size:8pt;}
.ECTaskTextBox{width:80px;border:1px #000000 solid;font-family:Arial;font-size:8pt;}
.ECTaskLabel{font-family:Arial;font-size:8pt;color:#000000; }
td.ECTaskCell {padding: .25em}
td.ECTaskCellShrink {padding: .25em 0em .25em .25em}

#loginDialog 
{
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	border: 1px solid black;
	top: 35%;
}

#loginHeader
{
	height: 50px;
	vertical-align: middle;
	color: White;
	background-color: #5b8cb5;
	background-position: center right;
	background-image: url(../../images/client_logo.gif);
	background-repeat: no-repeat;
}

/*
#VT1
{
	 position: absolute; right: 2px; bottom: 2px;
}
*/
.ECThemeLabel{font-family:Verdana,Arial;font-size:8pt;color:White; }
