/*
Global
*/
body, td
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	margin: 0, 0, 0, 0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#3B4DA0;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#707070;
	scrollbar-shadow-color:#707070;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84A8BE;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B4DA0;
	text-decoration: none;
}

.ZeroWidth
{
	width: 0px;
	border: none 0px;
}

/* ERRORS */
.Error
{
	color:Red;
	font-weight:normal;
}

/* TABLEROWS */
.Zebra
{
	background-color: #E6EEF2;
}

.TopRow
{
	background-color: #84A8BE;
	font-weight: bold;
	color: #FFFFFF;
}

/* FONTS */

/*
Fonts, Title
*/
.titelBigGrey
{
	font-size: 13px;
	font-weight: bold;
	color: #707070;	
}

.titelBigLightBlue
{
	font-size: 13px;
	font-weight: bold;
	color: #84A8BE;	
}

.titelBigDarkBlue
{
	font-size: 13px;
	font-weight: bold;
	color: #3B4DA0;	
}

.titelBigThinGrey
{
	font-size: 13px;
	font-weight: normal;
	color: #707070;	
}


.titelBoldDarkblue
{

	font-size: 12px;
	font-weight: bold;
	color: #3B4DA0;
}
.SubtitelBoldGrey
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


.footerSmallThinGrey
{
	font-size: 10px;
	font-weight: normal;
	color: #707070;	
}

/*
Links
*/
.linkBigThickDarkBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B4DA0;
	text-decoration: none;
}
.linkBigThickDarkBlue:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B4DA0;
	text-decoration: none;
}

/* BORDER */

/*
Cyan thick border
*/
.borderThickCyanB
{
	border-bottom: solid 5px #00ADA8;
}

/*
Violet thick border
*/
.borderThickDarkBlueR
{
	border-right: 8px solid #3B4DA0;
}

/*
Grey thin border
*/
.borderThinGreyB
{
	border-bottom: solid 1px #707070;
}

.borderThinGreyT
{
	border-top: solid 1px #707070;
}

.borderThinGreyL
{
	border-left: solid 1px #707070;
}

.borderThinGreyR
{
	border-right: solid 1px #707070;
}

.borderThinGreyBTLR
{
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}

.borderThinGreyTB
{
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
}

.borderThinGreyBL
{
	border-bottom: solid 1px #707070;
	border-left: solid 1px #707070;
}

.borderThinGreyTL
{
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
}

/*
White thin border
*/
.borderThinWhiteR
{
	border-right: solid 1px #FFFFFF;
}
.DividerDotsVertical {
	background-image: url(../Images/divider_dots_v.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.DividerDotsVerticalright {
	background-image: url(../Images/divider_dots_v.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.DividerDotsHorizontal {

	background-image: url(../Images/divider_dots_h.gif);
	background-repeat: repeat-x;
	background-position: center;

}
.DividerDotsHorizontalBot {

	background-image: url(../Images/divider_dots_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.borderGreenLeftBotRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;


}
.borderGreenBotRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;

}
.borderGreenBot {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;

}
.borderGreenLeftTopBotRight {
	border: 1px solid #00A7A3;
	background-color: #EBEBEB;

}
.borderGreyLeftBotRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #C9C9C9;

}

.borderGreyLeftTopBotRight {
	background-color: #EEEEEE;
	border-top: 1px none #C9C9C9;
	border-right: 1px none #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-left: 1px none #C9C9C9;





}
.ImgBorder {
	border: 1px solid #333333;
	
.borderGreyTop {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #C9C9C9;
}
.TextBoxDefinition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.borderThinGreyTBL {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #707070;

}
.borderThinGreyTR {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;

}
