/*
  ABLS Team WebSite - Common CSS
  Copyright (c) 2004 ABLS Team Snc
*/


/* HTML Elements */

BODY
{
  background-color: #6699CC;
  background-image: url("../img/ly_background.gif");
  background-position: center;
  color: #ffffff;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10pt;
  margin: 4px;
}

CAPTION
{
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
}

A:link
{
  color: #ccffff;
}

A:visited
{
  color: #99ccff;
}

A:hover
{
  color: #ffffff;
}

A:active
{
}

P
{
  font-size: 9pt;
  text-align: left;
}

TD
{
  font-size: 9pt;
}

TH
{
  background-color: #003366;
  font-size: 9pt;
  color: white;
  padding: 4px;
}

HR
{
  border: dotted 1px #ffffff;
  height: 0pt;
}

IMG
{
  border: 0px;
}

TABLE
{
  border: 0px;
}


/* Text and paragraph */

.Huge
{
  font-size: 12pt;
}

.Big
{
  font-size: 10pt;
}

.Normal
{
  font-size: 8pt;
}

.Small
{
  font-size: 7pt;
}

.Tiny
{
  font-size: 6pt;
}


/* Miscellaneous text */

.Invitation
{
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
}


/* Form controls */

.FormTable
{
  background-color: #CCCCFF;
  border: solid 2px #4682B4;
  color: #000000;
}

.FormTitleCell
{
  background-color: #4682B4;
}

.FormTitleText
{
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
}

.FormSubTitleText
{
  font-size: 11pt;
  color: #ffffff;
}

.FormSubmitCell
{
  background-color: #4682B4;
  text-align: right;
}

.FormField
{
  font-size: 8pt;
  white-space: nowrap;
}

.FormHints
{
	background-color: #DFDFFF;
	color: #000000;
	font-size: 8pt;
	height: 100%;
	padding: 4px;
  vertical-align: top;
}

.FormButton
{
  font-size: 10pt;
}

.FormSelect
{
  border: solid 1px #0099cc;
  color: #000000;
  font-size: 9pt;
}

.FormTextBox
{
  border: solid 1px #0099cc;
  color: #000000;
  font-size: 9pt;
}


/* Areas */

.AreaTable
{
  border: solid 1px #4682B4;
  width: 100%;
}

.AreaTitle
{
  background-color: #4682B4;
  color: #ffffff;
  padding: 4px;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
}

.AreaDescription
{
  font-size: 8pt;
  padding: 4px;
  text-align: left;
}

.AreaCommandBar
{
  background-color: #6699ff;
  text-align: right;
}


/* Page title boxes */

.TitleBoxTable
{
  background-color: #4682B4;
  border: solid 1px #6699cc;
  margin-bottom: 16px;
  text-align: center;
}

.TitleBoxImageCell
{
  background-color: #4682B4;
  width: 48px;
}

.TitleBoxImagePicture
{
  border: solid 1px #6699cc;
}

.TitleBoxCaptionCell
{
  text-align: left;
  width: 200px;
}

.TitleBoxCaptionText
{
  color: #ffffff;
  font-size: 18pt;
  font-weight: bold;
}

.TitleBoxDescriptionCell
{
  text-align: left;
}

.TitleBoxDescriptionText
{
  color: #ffffff;
  font-size: 10pt;
}


/* Boxes */

.MsgBoxError
{
  background-color: #FFA07A;
  border: solid 2px #ff0000;
  color: black;
  font-size: 8pt;
  margin: 8px;
  padding: 8px;
}

.MsgBoxInformation
{
  background-color: #B0E0E6;
  border: solid 2px #4682B4;
  color: #000000;
  font-size: 8pt;
  margin: 8px;
  padding: 8px;
}

.MsgBoxSuccess
{
  background-color: #98FB98;
  border: solid 2px #008000;
  color: #000000;
  font-size: 8pt;
  margin: 8px;
  padding: 8px;
}

.MsgBoxWarning
{
  background-color: #ffff00;
  border: solid 2px #ffa500;
  color: #000000;
  font-size: 8pt;
  margin: 8px;
  padding: 8px;
}

.FolderBox
{
  background-color: #0066cc;
  background-image: url("../../inc/img/background_folders.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: solid 1px #333399;
  font-size: 10pt;
  margin-top: 20px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 40px;
}

.FileBox
{
  background-color: #3366cc;
  background-image: url("../../inc/img/background_files.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: solid 1px #333399;
  font-size: 10pt;
  margin-top: 20px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 40px;
}

