﻿/****
 * EKBO-Colors:
 *
 *  /*dark lavender* / #55307e
 *  /*lavender* / #b5a3c9
 *  /*light lavender* / #d9d0e1
 *  /*title red* / #bf0043
 *
 *
 * /*disabled Text* /Black
 *
 * use Colors like this: background-color: /*light lavender* / #55307e 
 *  without the space between the * and /
 ***/
 
BODY
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background-color: White;
	overflow: hidden;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

input[disabled]
{
	/* disabled inputs are black-colored */
	/* Works ONLY in FireFox (>2) and Opera */	
	color: /*disabled Text*/Black;
}

select[disabled]
{
	/* disabled inputs are black-colored */
	/* Works ONLY in FireFox (>2) and Opera */	
	color: /*disabled Text*/Black;
}

textarea[disabled]
{
	/* disabled textareas are black-colored */
	/* Works ONLY in FireFox (>2) and Opera */	
	color: /*disabled Text*/Black;
}

.SubmittalsTable
{
	border: thin solid #000000;
	border-collapse: collapse;
}

.SubmittalsTable td
{
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
}

.AlignRight
{
	/*
	position: absolute;
	right: 0px;
	*/
	float: right;
}

.AlignLeft
{
	/*
	position: absolute;
	left: 0px;
	*/
	float:left;
}

/* define z-index for CalendarExtender */
.ajax__calendar_container
{
	z-index: 1;
}
