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

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

BODY, TABLE, INPUT, BUTTON, 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
{
	border: 0px;
	width: 16px;
	height: 16px;
}

IMG.IconLang /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	height: 11px;
}

IMG.IconMime /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	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, BUTTON, TEXTAREA, SELECT
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	border: 1px solid black;
	padding: 2px;
	width: 300px;
}

INPUT, TEXTAREA, SELECT
{
	background-color: white;
}

INPUT.File
{
	margin-right: 6px;
}

INPUT.ExtraSmall
{
	width: 50px;
}

INPUT.Small
{
	width: 100px;
}

SELECT
{
	padding: 0px;
	width: 306px;
}

INPUT.Radio, INPUT.CheckBox
{
	border: 0px;
	width: auto;
	height: auto;
}

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

DIV.Msg
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}

DIV.MsgCenter, DIV.Msg.Center /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	text-align: center;
}

DIV.MsgError, DIV.Error, P.Error /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	color: #cf0808;
}

DIV.MsgError, DIV.MsgCenterError /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	background-image: url(/bsl/img/icons/error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 8px 7px 6px 36px;
	text-align: left;
	min-height: 24px;
	border: 1px solid #cf0808;
	background-color: white;
}

BODY#IE DIV.MsgError /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	_height: 24px;
}

DIV.MsgCenterError /* legacy _BSL_COMPAT_VERSION_ 13 */
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Small
{
	font-size: 8pt;
}

.Center
{
	text-align: center;
}

.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;
}

INPUT.MaxSizeCounter
{
	width: 25px;
	border: 0;
}
