﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	scrollbar-face-color: White;
	scrollbar-shadow-color: Gray;
	scrollbar-highlight-color: Gray;
	scrollbar-3dlight-color: Gray;
	scrollbar-darkshadow-color: Gray;
	scrollbar-track-color: Gray;
	scrollbar-arrow-color: Gray;
	overflow: auto;
}

div.scroll
{
	font-size: 10pt;
	overflow: auto;
	color: black;
	font-family: Verdana,Arial;
	background-color: transparent;
	text-align: justify;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
	height:100%;
}

div.scroll_splitted
{
	float:left;
	font-size: 10pt;
	overflow: auto;
	color: black;
	font-family: Verdana,Arial;
	background-color: transparent;
	text-align: justify;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
	height:100%;
}

div.scroll_splitted_right
{
        float:left;
	width:50%;
}

#fullheight
{
	height:100%;
}

.LeftTopAssociation
{
	background-image: url(../../Resources/Images/Association/logo_lefttop.gif);
	background-repeat: no-repeat;
	width:130px;
	height:150px;
}

.SecondTopAssociation
{
	background-image: url(../../Resources/Images/Association/logo_secondtop.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
}

.RightTopAssociation
{
	background-image: url(../../Resources/Images/logo_righttop.gif);
	background-repeat: no-repeat;
	width:131px;
	height:150px;
}

.MiddleTopAssociation
{
	background-image: url(../../Resources/Images/titlelogobkgrnd.gif);
	text-align: center;
	height:150px;
}
	
.LeftTop
{
	background-image: url(../../Resources/Images/logo_lefttop.gif);
	background-repeat: no-repeat;
	width:130px;
	height:150px;
}

.RightTop
{
	background-image: url(../../Resources/Images/logo_righttop.gif);
	background-repeat: no-repeat;
	width:131px;
	height:150px;
}

.MiddleTop
{
	background-image: url(../../Resources/Images/titlelogobkgrnd.gif);
	text-align: center;
	height:150px;
}

.LeftMiddle
{
	background-image: url(../../Resources/Images/leftbkgrnd.gif);
	background-repeat: repeat-y;
	width: 130px;
	vertical-align: top;
	text-align: right;
}

.Middle
{
}

.RightMiddle
{
	background-image: url(../../Resources/Images/rightbkgrnd.gif);
	background-repeat: repeat-y;
	width: 131px;
	vertical-align: top;
	text-align: left;
}

.LeftMenu
{
	width: 100%;
	text-align: right;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
	color: #A80000;
}

.LeftMenuItemSelected
{
	width: 90%;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	color: #A80000;
	font-family: Verdana,Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	text-align: right;
}

.LeftMenuItem, a.LeftMenuItem
{
	width: 90%;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #A80000;
}


.RightMenu
{
	width: 100%;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding-bottom: 5px;
	color: #A80000;
}

.RightMenuItemSelected
{
	width: 90%;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	color: #A80000;
	font-family: Verdana,Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	text-align: left;
}

.RightMenuItem, a.RightMenuItem
{
	width: 90%;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: #A80000;
}

.TextTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #a80000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.TextNormal
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-align: justify;
}

.TextImportant
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	color: #a80000;
	font-style: italic;
}

.TextAdmin
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	color: #a80000;
	font-style: italic;
}

.TextCentered
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-align: center;
}

.TextTitleCentered
{
	font-weight: bold;
	font-size: 12px;
	color: #a80000;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-align: center;
}

td
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.TextLink
{
	font-size: 11px;
	color: #a80000;
	font-family: Verdana, Arial;
	text-decoration: underline;
	font-style: italic;
}

.TextBox
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-size: 10px;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana,Arial;
	text-decoration: none;
}

.CenteredZone
{
	text-align: center;
}