/*
 * Version: $Revision: 1.7 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2004-2006 BeSite
 */

BODY
{
	margin: 0;
	padding: 0;
	background-color: white;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

PRE
{
	font-size: 11px;
}

IMG.Icon, IMG.IconDelete, IMG.IconEdit, IMG.IconSave, IMG.IconNew, IMG.IconPDF, IMG.IconImage, IMG.IconEditLang, IMG.IconOpen, IMG.IconLang, IMG.IconZip, IMG.IconMime, IMG.IconExport
{
	border: 0px;
	width: 16px;
	height: 16px;
}

IMG.IconLang
{
	width: 20px;
}

IMG.IconMime
{
	margin-right: 5px;
}

A.Icon
{
	text-decoration: none;
}

A IMG
{
	border: 0px;
}

TD.Submit
{
	text-align: center;
	margin: auto;
}

DIV.Browse
{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

TD.form TEXTAREA, TD.form SELECT
{
	vertical-align: top;
}

INPUT, TEXTAREA, SELECT
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	width: 300px;
}

SELECT
{
	padding: 0px;
}

INPUT.Radio, INPUT.RadioRequired, INPUT.CheckBox, INPUT.CheckBoxRequired
{
	border: 0px;
	width: inherit;
	height: inherit;
}

BODY#IE INPUT.Radio, BODY#IE INPUT.RadioRequired, BODY#IE INPUT.CheckBox, BODY#IE INPUT.CheckBoxRequired
{
	border: 0px;
	width: 13px;
	height: 13px;
    background-color: transparent;
}

DIV.MsgCenter, DIV.MsgCenterError, DIV.Msg, DIV.MsgError
{
	padding-top: 10px;
	padding-bottom: 10px;
}

DIV.MsgCenter, DIV.MsgCenterError, DIV.Center
{
	text-align: center;
}

DIV.Msg, DIV.MsgError
{
	text-align: left;
}

DIV.MsgCenterError, DIV.MsgError, P.Error
{
	color: red;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Small
{
	font-size: 8pt;
}

.Clear
{
	clear: both;
}

H1, H2, H3, H4, H5, H6
{
	margin-bottom: 5pt;
}

H1
{
	font-size: 14pt;
	margin-top: 10pt;
}

H2
{
	font-size: 12pt;
	margin-top: 8pt;
}

H3
{
	font-size: 11pt;
	margin-top: 7pt;
}

H4, H5, H6
{
	font-size: 10pt;
	margin-top: 6pt;
}

P, LI
{
	margin-top: 0;
	margin-bottom: 5pt;
}

UL
{
	margin-top: 0;
	margin-bottom: 0;
}

IMG
{
	border: 0;
}

FORM
{
	margin: 0;
	padding: 0;
}

SPAN.ErrorInvalid
{
	color: red;
	font-weight: bold;
}

/* UberTooltip for help */

/* outer border and main layer */
#tipDivHelp
{
	border: 1px solid #007340;
	font-size: 9pt;
	background-color: white;
	color: black;
	text-align: left;
	width: 250px;
}

/* inner white border */
#tipDivHelp DIV
{
	border: 1px solid #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* "click for manual" note */
#tipDivHelp DIV.TooltipNote
{
	color: #333;
	font-size: 8pt;
	line-height: 12pt;
	font-style: italic;
	padding: 0;
	padding-top: 5px;
}
