/* =============================================
    CSS STYLES FOR MEDCONCERT COMMAND CENTER 
    v1.0 - 12.02.2003
   =============================================
*/   

.FormButton 
{
	height: 18px;
	font-size: 8pt;
	font-family: Verdana;
	color: #D9DDFF;
	background: #282C61;
	border: 1px solid #676DA4;
	cursor: hand;
}

.Heading8pt
{
	font-size: 8pt;
	font-family: Verdana;
	color: #666699;
	font-weight: bold;
}


.Heading9pt
{
	font-size: 9pt;
	font-family: Verdana;
	color: #666699;
	font-weight: bold;
}

.Heading10pt
{
	font-size: 10pt;
	font-family: Verdana;
	color: #666699;
	font-weight: bold;
	line-height:14pt;
}

.Heading10ptBlack
{
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}

.ErrorMessage
{
	COLOR: red;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.ErrorMessageNormal
{
	COLOR: red;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}

.ColorPrimary
{
	color: #666699;
}


/*   
	ccTable -	These are styles for standard data display tables; 
				not used for tables with edit/delete icons
*/
.ccTable
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #676DA4;
	padding: 3px 5px 5px 3px;
}

.ccTableHeading
{
	background: #676DA4;
	color: white;
	font-weight: normal;
}	

.ccTableRow
{
	background: white;
	color: Black;
}

.ccTableRowAlt
{
	background: #eeeeee;
	color: Black;
}

.ccTableCell
{
	border-right: 1px solid #676DA4;
}

.ccTableCellNoBorder
{
}

/*
	ccTableAL
*/
.ccTableAL
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
}

.ccTableALHeading
{
	color: white;
	font-weight: normal;
}

.ccTableALHeadingCellNoRight
{
	background: #676DA4;
	border-left: 1px solid #676DA4; 
	border-bottom: 1px solid #676DA4; 
	border-top: 1px solid #676DA4;
}

.ccTableALHeadingCell
{
	background: #676DA4;
	border-left: 1px solid #676DA4; 
	border-bottom: 1px solid #676DA4; 
	border-top: 1px solid #676DA4;
	border-right: 1px solid #676DA4;
}

.ccTableALRow
{
	background: white;
	color: Black;
}

.ccTableALRowAlt
{
	background: #eeeeee;
	color: Black;
}

.ccTableALCell
{
	border-left: 1px solid #676DA4; 
	border-bottom: 1px solid #676DA4; 
	border-right: 1px solid #676DA4;
}

.ccTableALCellNoRight
{
	border-left: 1px solid #676DA4; 
	border-bottom: 1px solid #676DA4; 
}

.ccRow16px
{
	color: #666699;
	background: #eeeeee; 
	padding: 5px;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
}

.LogonHeading
{
	padding: 5px; 
	background: white;
	border: 1px solid #676DA4;	
}

.LogonTextBox
{
	BORDER: #666699 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.LogonCheckBox
{
	CURSOR: hand;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	COLOR: "#333333";
}

.LogonLink
{
	color: "blue";
	font-size: 7pt;
	font-family: "verdana";
}

.LogonPadding7
{
	padding-left: 7px; 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.LogonPadding3
{
	padding-left: 3px; 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}



.InstructionBox
{
	background-color: #FFFFFF;
	border: solid 1px #282C61;
	padding: 5px;
	width: 750px;
	margin-left: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


.TableCell 
{
	background-color: #282C61;
	border-right: 1px solid #676DA4;
}

.TableCellNoRight 
{
	background-color: #282C61;
}