/* GENERAL */

a{
	text-decoration: none;
	font-family: Corbel;
	color: #777d84;
	cursor: pointer;
}

html{
	height: 100%;
}

body{
	margin: 0 auto;
    height: 100%;
    padding: 0;
    /*font-family: Arial;
	font-size: 12px;*/
    font-size: 13px; 
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Comic Sans MS;
	font-weight: normal;
}

#screen{
	width: 100%;                
	margin: 0;      
	position: absolute;
	height: 100%;
}

#dataPanel{
	position: absolute;
	width: 1024px;
	margin-left: -512px;      
	left: 50%;
	background: url(/pictures/mainBackground.gif);
	background-repeat: no-repeat;
}

#dataPanelChristmas{
	position: absolute;
	width: 1024px;
	margin-left: -512px;      
	left: 50%;
	background: url(/pictures/mainBackgroundChristmas.png);
	background-repeat: no-repeat;
}

.loadingPictureArea{
	clear: left;
	text-align: center;
	height: 19px;
	padding-bottom: 10px;
}

.loadingTextArea{
	text-align: center;
	font-family: Comic Sans MS;
	font-size: 1.1em;
	color: #777d84;
	font-weight: bold;
}

/* HEADER */

#dataPanelTop{
	width: 100%;
	height: 185px;
	/*background: url(/pictures/headerGlobal.jpg);*/
	/*margin-bottom: 6px;*/
}

#headerLogoutLine{
	/*width: 470px;*/
	width: 535px;
	height: 35px;
	padding-top: 100px;
	/*margin-left: 405px;*/
	margin-left: 370px;
}

#headerLogoutLine .iconArea{
	height: 37px;
	width: 35px;
	float: left; 
}

#headerLogoutLine .quickSearch{
	height: 35px;
	float: left;
	width: 380px;
}

#headerLogoutLine .quickSearchFieldLabel{
	color: #5e656d;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	text-align: center;
	width: 150px;
	border-left: 1px solid #5e656d;
	border-top: 1px solid #5e656d;
	border-bottom: 1px solid #5e656d;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #FFFFFF;
}

#headerLogoutLine .quickSearchTextField{
	border-width: 0;
	/*height: 17px;*/
	/*padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;*/
	padding-left: 0.1em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

#headerCurrentInformationLine{
	height: 44px;
	clear: left;
	right: 15px;
	min-width: 31px;
	position: absolute;
	top: 135px;
}

#headerCurrentInformationLine .headerCurrentInformationLeft{
	background: url(/pictures/headerCurrentInfoLeft.gif);
	width: 12px;
	height: 44px;
	float: left;
}

#headerCurrentInformationLine .headerCurrentInformationRight{
	background: url(/pictures/headerCurrentInfoRight.gif);
	width: 10px;
	height: 44px;
	float: left;
}

#headerCurrentInformationLine .headerCurrentInformationLeftDataArea{
	background: url(/pictures/headerCurrentInfo.gif);
	width: auto;
	background-repeat: repeat-x;
	height: 44px;
	float: left;
}

#headerCurrentInformationLine .currentInformationText{
	/*font-family: Corbel;*/
	font-family: Comic Sans MS;
	/*font-family: Arial;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	font-size: 0.85em;
	color: #5e656d;
}

/* MENU */

#navigationArea{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.menuArea{
	width: 982px;
	height: 34px;
	background: url(/pictures/menuMain.gif);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-top: 9px;
}

#navigationArea li{
	width: 123px;
	height: 34px;
	cursor: pointer;
	float: left;
	position:relative;
	z-index:500;
}

#navigationArea .unactive{
	text-align: center;
	margin-right: 17px;
	margin-left: 17px;
}

#navigationArea .unactive:hover{
	background: url(/pictures/activeTab.png);
}

#navigationArea .unactiveText{
	color: #868b91;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 7px;
}

#navigationArea .active{
	background: url(/pictures/activeTab.png);
	text-align: center;
	margin-right: 17px;
	margin-left: 17px;
}

#navigationArea .active:hover{
	background: url(/pictures/activeTab.png);
}

#navigationArea .activeText{
	color: #767d85;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 7px;
	font-weight: bold;
}

#navigationArea ul{
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	text-align: left;
}

/*#menu{
	height: 34px;
	margin-right: 20px;
	margin-left: 20px;
}

#menu .unactive{
	width: 123px;
	height: 34px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 17px;
	margin-left: 17px;
}

#menu .unactive:hover{
	background: url(/pictures/activeTab.png);
}

#menu .unactiveText{
	color: #868b91;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 7px;
}

#menu .active{
	width: 123px;
	background: url(/pictures/activeTab.png);
	height: 34px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 17px;
	margin-left: 17px;
}

#menu .active:hover{
	background: url(/pictures/activeTab.png);
}

#menu .activeText{
	color: #767d85;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 7px;
	font-weight: bold;
}*/

/* SUBMENU */

#submenu{
	/*position: absolute;	*/
	width: 240px;
	/*margin-top: -12px;*/
	/*display: none;*/
	/*z-index: 2;*/
	margin-top: 10px;
}

#submenu .submenuTop{
	margin-top: 4px;
	background: url(/pictures/boxSubmenuTop.png);
	width: 240px;
	height: 7px;
}

#submenu .submenuBottom{
	background: url(/pictures/boxSubmenuBottom.png);
	width: 240px;
	height: 10px;
}

#submenu .submenuMainArea{
	background: url(/pictures/boxSubmenu.png);
	width: 240px;
	height: auto;
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}

/*.submenuDisplayArea{
	padding-left: 5px;
	padding-right: 5px;
}*/

.submenuTitleArea{
	margin-bottom: 3px;
	padding-top: 5px;
}

.submenuTitleText{
	color: #585f68;
	font-family: Comic Sans MS;
	font-size: 1em;
	width: 235px;
	padding-bottom: 3px;
	font-weight: bold;
}

.submenuText{
	color: #585f68;
	font-family: Comic Sans MS;
	font-size: 0.95em;
	/*width: 100%;*/
	width: 190x;
	padding-bottom: 5px;
	cursor: pointer;
}

.submenuText:hover{
	color: #000000;
}

.submenuTitleIcon{
	float: left; 
	width: 10px; 
	margin-top: 5px;
	background: url(/pictures/submenuBullet.gif);
	background-repeat: no-repeat;
}

.submenuWithoutTitleIcon{
	clear: left;
	float: left; 
	width: 10px; 
	margin-top: 5px;
	background: url(/pictures/submenuBullet.gif);
	background-repeat: no-repeat;
}

.submenuIcon{
	clear: left;
	float: left; 
	width: 10px; 
}

/* FOOTER */

#dataPanelBottom{
	width: 100%;
	height: 37px;
	background: url(/pictures/footGlobal.gif);
	background-repeat: no-repeat;
	margin-left: 14px;
}

#dataPanelBottom .text{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 0.8em;
	text-align: center;
	padding-top : 11px;
}

/* MAIN AREA */

#mainPanel{
	width: 995px;
	margin-bottom: 6px;
	margin-left: 14px;
	height: auto;
	/*min-height: 425px; */
}

/* SUBPANEL */

#subPanel{
	width: 995px;
	margin-bottom: 6px;
}

#subPanel .subPanelTop{
	background: url(/pictures/mainPanelTop.gif);
	width: 995px;
	height: 10px;
}

#subPanel .subPanelTabArea{
	height: 33px;
	background: url(/pictures/tabBackground.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#subPanel .subPanelTab{
	width: 415px;
	height: 33px;
	background-repeat: no-repeat;
	float: left;
}

#subPanel .subPanelSmallTab{
	width: 225px;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#subPanel .subPanelBottom{
	background: url(/pictures/mainPanelBottom.gif);
	width: 995px;
	height: 12px;
}

#subPanel .subPanelDataArea{
	background: url(/pictures/mainPanel.gif);
	width: 995px;
	background-repeat: repeat-y;
	height: auto;
	clear: left;	
}

.displayedInformationArea{
	padding-left: 5px;
	padding-right: 10px;
}

#subPanel .subPanelTitle{
	height: 20px;
	width: 100%;
	/*margin-top : -9px;*/
	/*margin-left : 10px;*/
	cursor: pointer;
	/*padding-top: 6px;*/
	/*background-color: #FF0000;*/
	padding-bottom:5px;
}

#subPanel .subPanelTabTitle{
	height: 28px;
	width: 450px;
	padding-top: 6px;
	margin-left: 2px;
}

#subPanel .subPanelSmallTabTitle{
	/*height: 28px;*/
	width: 184px;
	padding-top: 8px;
	/*margin-left: 2px;*/
	text-align: center;
	/*background-color: #FF0000;*/
}

/* FORMS */

.fieldLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 110px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	/*padding-top: 3px;
	padding-bottom: 3px;*/
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.fieldLabelForSafari{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 110px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.textAreaFieldLabel{
	margin-top: 1px;
}

.fieldSmallBigLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 160px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.fieldSmallBigLabelForSafari{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 160px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.fieldBigLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 200px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.fieldBigLabelForSafari{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 200px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.checkboxLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
}

.radioLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	padding-right: 10px;
	width: 270px;
}

.fieldVeryBigLabel{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 250px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.fieldVeryBigLabelForSafari{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	float: left;
	width: 250px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
}

.dropDownBox {
	border-width: 0;
	color: #657F95;
	font-size: 1em;
	/*border: 1px solid #777d84;*/
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	border-right: 1px solid #777d84;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 2px;
	margin: 0;
}

.dropDownBoxWithAllBorders{
	border-width: 0;
	color: #657F95;
	font-size: 1em;
	border: 1px solid #777d84;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin: 0;
}

.textField {
	border-width: 0;
	height: auto;
	/*height: 1em;*/
	padding-left: 0.1em;
	/*padding-left: 0.3em;*/
	/*padding-right: 3px;*/
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	/*font-size: 15px;*/
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.textFieldReadOnly{
	border-width: 0;
	height: auto;
	padding-left: 0.1em;
	/*padding-right: 3px;*/
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #80858b;   
	border-top: 1px solid #80858b;   
	border-bottom: 1px solid #80858b;   
	font-family: Comic Sans MS;
	background-color: #e3e5e7;
	margin: 0;
}

.textFieldWithAllBorder{
	border-width: 0;
	height: auto;
	padding-left: 0.1em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1em;
	color: #657F95;
	border: 1px solid #777d84;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.textFieldWithAllBorderError{
	border-width: 0;
	height: auto;
	padding-left: 0.1em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1em;
	color: #657F95;
	border: 1px solid #FF0000;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.dropDownBoxError {
	border-width: 0;
	color: #657F95;
	font-size: 1em;
	/*border: 1px solid #777d84;*/
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 2px;
	margin: 0;
}

.textAreaError {
	border-width: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.textFieldError {
	border-width: 0;
	height: auto;
	/*height: 1em;*/
	padding-left: 0.1em;
	/*padding-left: 0.3em;*/
	/*padding-right: 3px;*/
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	/*font-size: 15px;*/
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.checkboxArea{
	float: left;
	padding-right: 5px;
}

.textArea {
	border-width: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	color: #657F95;
	border-right: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	font-family: Comic Sans MS;
	background-color: #eef3f8;
	margin: 0;
}

.button{
	border: 1px solid #6f757c;
	background-color: #6f757c;
	width: 150px;
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 1em;
	cursor: pointer;
	/*padding-top: 1px;
	padding-bottom: 2px;*/
	/*height: 26px;*/
	height: 1.9em;
	/*padding-bottom: 1px;*/
}

.bigButton{
	border: 1px solid #6f757c;
	background-color: #6f757c;
	width: 210px;
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 1em;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 2px;
}

.smallButton{
	border: 1px solid #e5e6e8;
	background-color: #F0F0F0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding: 3px;
	text-align: center;
}

.smallButton:hover{
	background-color: #F5FAFE;
}

#formButtonArea{
	width: 990px;
	height: 30px;
	margin-top: 10px;
	clear: left;
}

#formButtonArea .buttonContainer{
	height: 100%;
	/*width: 300px;*/
	margin-left: 350px;
}

#formButtonArea .big2ButtonsContainer{
	height: 100%;
	/*width: 450px;*/
	margin-left: 280px;
}

#formButtonArea .bigButtonContainer{
	height: 100%;
	/*width: 640px;*/
	margin-left: 175px;
}

#formButtonArea .buttonPosition{
	float: left;	
}

/* ERROR MESSAGES */

#errorMessagePanel{
	width: 995px;
	height: 39px;
	background: url(/pictures/errorBackground.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#errorMessagePanel .errorMessage{
	color: #e2001a;
	font-family: Comic Sans MS;
	font-size: 1em;	
	padding-left: 65px;
	padding-top: 10px;
	font-weight: bold;
	/*margin-top: 10px;*/
}

/* WARNING MESSAGES */

#warningMessagePanel{
	width: 995px;
	height: 39px;
	background: url(/pictures/warningBackground.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#warningMessagePanel .warningMessage{
	color: #f29400;
	font-family: Comic Sans MS;
	font-size: 1em;	
	padding-left: 170px;
	padding-top: 9px;
	font-weight: bold;
	/*margin-top: 10px;*/
}