BODY 
{
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 11px; 
	font-size: 11px; 
	font-family:verdana;
	background: #FFFFFF;
}

.Bold
{
	font-weight: bold;
}

.Small
{
	font-size: 9px;
}

/* hyperlinks
 */
A.normal
{
    color: blue;
	font-size: 11px; 
	font-family:verdana;
    text-decoration:underline;
}
A.normal:hover
{
    color: blue;
	font-size: 11px; 
	font-family:verdana;
    text-decoration:underline;
}
A.normalBold
{
    color: blue;
	font-size: 11px; 
	font-family:verdana;
    text-decoration:underline;
    font-weight: bold;
}

/* basic style definitions
 */
 
.basic
{
	font-size: 11px; 
	font-family:verdana;
	background: #FFFFFF;
}

.basicForm
{
	font-size: 11px; 
	font-family:verdana;
	background: #f7f7f7;
}

.basicSmall
{
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	color:4B4B4B;
}

.basicBold
{
	font-size: 11px; 
	font-family:arial;
	font-weight:bold;
}

.basicGrayTable
{
	font-size: 11px; 
	font-family:verdana;
	font-weight:bold;
	border-bottom:1px dotted #888888;
}

.basicTabHeader
{
	font-size: 11px; 
	font-family:verdana;
	cursor: pointer;
	color: #000000;
	padding-bottom: 0px;
	border-bottom: 1px solid #B4B9BC;
	margin-bottom:0px;
	border-collapse: collapse;
	height: 25px;
}

.basicTabSelected
{
	background: yellow;
	font-weight: bold;
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin-left:5px;
	width:130px;
	text-align: center;
}

.basicTabUnselected
{
	background: #CCD4D8;
	border-top: 1px solid #B4B9BC;
	border-left: 1px solid #B4B9BC;
	border-right: 1px solid #B4B9BC;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left:5px;
	width:130px;
	text-align: center;
}

.basicTabNoResults
{
	background: #FFFFFF;
	border-top: 1px solid #B4B9BC;
	border-left: 1px solid #B4B9BC;
	border-right: 1px solid #B4B9BC;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left:5px;
	width:130px;
	text-align: center;
	cursor:default;
}

.basicTabSection
{
	font-size: 11px; 
	font-family:verdana;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.basicItemText
{
	font-size: 11px; 
	font-family:verdana;
}

.requiredField
{
	font-size: 11px; 
	font-family:verdana;
	color: red;
	padding: 0px;
}

.requiredFieldTable
{
	border: 1px solid red;
}

.basicError
{
	color:red;
	font-weight:bold;
	font-size:12px;
}

.basicGray13
{
	color:#444444;
	font-weight:bold;
	font-size:13px;
	font-family:verdana;
}

.basicBorderTopBot
{
	font-size: 11px; 
	font-family:verdana;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #eeeeee;
}

.basicBorderTopBotRight
{
	font-size: 11px; 
	font-family:verdana;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #eeeeee;
}

/* dividers
 */
.divBlue
{
    border-top: 2px solid #293A9E;
    height: 2px;
	font-size: 1px; 
	font-family:arial; 
	background:#FFFFFF;
}

.divBlack
{
	height: 1px;
	font-size: 1px; 
	font-family:arial; 
	background:#CCCCCC;
}

.divGrayThin
{
    border-top: 1px dotted #CCCCCC;
    height: 1px;
	font-size: 1px; 
	font-family:arial; 
	background:#FFFFFF;
}

.divGrayThinForm
{
    border-top: 1px dotted #CCCCCC;
    height: 1px;
	font-size: 1px; 
}
.divGrayThinSolid
{
    border-left: 1px Solid #888888;
    border-bottom:1px solid #888888;
    padding-left:4px;
}

.divGrayThinRight
{
	border-left:1px solid #888888;
	border-bottom:1px solid #888888;
	padding-left: 4px;
}

.divGrayThinLeft
{
	border-bottom:1px solid #888888;
	padding-left: 4px;
}

.divGrayThinBottom
{
	border-bottom:1px dotted #888888;
	height: 3px;
}

.divThin
{
	font-size: 1px; 
	font-family:arial; 
	border-bottom:1px dotted #888888;
}

.headerGray
{
	border-bottom:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
}

.errorText
{
	font-size: 11px; 
	font-family:arial;
	font-weight:bold;
	color: #990000;
	border:1px dotted #990000;
	background: #FFE8E8;
	padding-top: 3px;
	padding-bottom: 3px;
}

.messageText
{
	font-size: 11px; 
	font-family:arial;
	font-weight:bold;
	color: #40659B;
	border:1px dotted #40659B;
	background: #E5ECF8;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Simple declarations
 */
 
.pointer
{
    cursor: pointer;
}

.hidden
{
	display:none;
	color:white;
	font-size:3px;
}

.borderless
{
    border: 0px;
}

.normalFont
{
    font-weight: normal;
}

.dottedGrayBorder
{
    border:1px dotted #CCCCCC;
}

.hiddenBold
{
	display:none;
	font-weight:bold;
}

/* Input styles
 */

TEXTAREA
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
}

TEXTAREA.wide
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
}

TEXTAREA.small
{
	color:#7C139F;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
}

TEXTAREA.basic
{
	color:#7C139F;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
}

TEXTAREA.longText
{
	color:#7C139F;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
}

INPUT
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
}

INPUT.check
{
	text-align: left;
}

INPUT.Button
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
}

INPUT.longText250
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:250px;
}

INPUT.longText300
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:300px;
}

INPUT.shortText40
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:40px;
}

INPUT.normalText100
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:100px;
}

INPUT.phoneFirst
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:30px;
}

INPUT.phoneSecond
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:30px;
}

INPUT.phoneSecondEuro
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:100px;
}

INPUT.phoneThird
{
	color: #23257B;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	width:40px;
}

SELECT.select200
{
	width: 370px;
	height: 200px;
}

SELECT.select300
{
	width: 300px;
	height: 200px;
}

SELECT.select400short
{
	width: 400px;
	height: 80px;
}

SELECT.height80
{
	height: 80px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
}

SELECT.height60
{
	height: 60px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
}

SELECT.basicMulti
{
	height: 60px;
}

SPAN.cotextMenu
{
    position:absolute;
    text-align:left;
    width:200px;
    border:1px solid #EBD7A6;
    background: #FFFDEE;
    font-family:Verdana;
    visibility:hidden;
    padding-left: 5px;
    padding-top: 2px;
}

SPAN.menuItemNonSel
{
    border-top: 1px solid #FFFDEE;
    background: #FFFDEE;
    cursor: default;
}
SPAN.menuItemSel
{
    border-top:1px dotted #775E21;
    background: #FFF2D1;
    cursor: pointer;
}
SPAN.htmlEditor
{
    position:absolute;
    width:600px;
    border:1px solid #EBD7A6;
    background: #FFFFFF;
}
.centerText
{
	text-align:center;
}
.searchHelp
{
    background-image: url('../img/icons/help.png');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    cursor: pointer;
    text-indent: 30px;
}
.helpSection
{
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    border-left: 1px solid #005194;
    border-top: 1px solid #005194;
    border-bottom: 3px solid #005194;
    border-right: 3px solid #005194;
    font:lighter 14px/1.3 Arial,sans-serif;
    padding:5px;
    background: #EEEEEE;
    color: #005194;
}

.helpSection A
{
    color: #FFFFFF;
    background: #005194;
	font-size: 11px; 
	font-family:verdana;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #005194;
}

.bordered
{
    padding-left:5px;
    border:1px solid #999999;
}

.largeGrey {font-family:Tahoma; font-size:15px; font-weight:bold; color:#616161;}
