		/* Standard styles */
		body {
			margin: 0px;
			padding: 0px;
			background-color: #8297C3;
		}
		
		body, td {
			font-family: Arial, Verdana;
			color: #000;
			font-size: 10pt;
		}
		
		.fullSize {
			width: 100%;
			height: 100%;
		}
		
		.bigHeader {
			font-size: 16pt;
			font-weight: bold;
			color: #2E4495;
		}

		/* The main table including everything */
		.completePage {
			width: 100%;
			height: 100%;
		}
		
		
		/* The menu */
		.completeMenu {
			background-color: #FFF;
			background-image: url(/files/401/advanced/images/menu_run_new.png);
			width: 173px;
			height: 100%;
		}
		
		.menuButtonsContainer {
			background-color: #FFF;
			background-image: url(/files/401/advanced/images/menu_new.png);
			background-repeat: no-repeat;
			width: 100%;
			height: 551px;
			text-align: center;
		}
		
		.menuButtons {
			width: 100%;
			text-align: center;
		}
		
		.menuAgfanet {
			text-align: center;
			height: 100%;
		}
		
		.menuStart {
			height: 100px;
			padding-left: 12px;
			padding-top: 11px;
		}
		
		.menuEnd {
			height: 20px;
		}
				
		/* The main area */
		.completeMain {
			height: 100%;
			width: 100%;
		}
		
		.mainDesc {
			color: #FFF;
			font-weight: bold;
			font-size: 30px;
			padding: 5px;
			margin: 5px;
		}
		
		.mainLogo {
			height: 100px;
			text-align: right;
		}
		
		/* The info area */
		.completeInfo {
			width: 100%;
			height: 100%;
			background-color: #C7D0EA;
			border: 1px solid #09207B;
		}
		
		/* Buttons */
		.buttonActive {
			color: #2E4495;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;
			
			background-image: url(/files/401/advanced/images/button_active.png);
			background-repeat: no-repeat;
			cursor: hand;
		}

		.buttonInactive {
			color: #FFF;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;

			background-image: url(/files/401/advanced/images/button_inactive.png);
			background-repeat: no-repeat;
			cursor: hand;
		}
		
		.buttonDisabled {
			color: #B1B9D7;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;

			background-image: url(/files/401/advanced/images/button_inactive.png);
			background-repeat: no-repeat;
		}
		
		
		.menu_buttonActive {
			color: #2E4495;
			font-weight: bold;
			text-align: left;
			padding-left: 10px;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;
			
			background-image: url(/files/401/advanced/images/button_active.png);
			background-repeat: no-repeat;
			cursor: hand;
		}

		.menu_buttonInactive {
			color: #FFF;
			font-weight: bold;
			text-align: left;
			padding-left: 10px;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;

			background-image: url(/files/401/advanced/images/button_inactive.png);
			background-repeat: no-repeat;
			cursor: hand;
		}
		
		.menu_buttonDisabled {
			color: #B1B9D7;
			font-weight: bold;
			text-align: left;
			padding-left: 10px;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 143px;
			height: 29px;

			background-image: url(/files/401/advanced/images/button_inactive.png);
			background-repeat: no-repeat;
		}

		
		.basket_buttonActive {
			color: #2E4495;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 240px;
			height: 29px;
			
			background-image: url(/files/401/advanced/images/button_basket_active.png);
			background-repeat: no-repeat;
			cursor: hand;
		}
		
		.basket_buttonInactive {
			color: #FFF;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 240px;
			height: 29px;

			background-image: url(/files/401/advanced/images/button_basket_inactive.png);
			background-repeat: no-repeat;
			cursor: hand;
		}
		
		.basket_buttonDisabled {
			color: #B1B9D7;
			font-weight: bold;
			border: 0px solid #FFF;
			background-color: transparent;

			width: 240px;
			height: 29px;
			
			background-image: url(/files/401/advanced/images/button_basket_inactive.png);
			background-repeat: no-repeat;
		}
		
		/* The right border */
		.borderLeft {
			width: 5px;
		}
		
		.borderRight {
			width: 10px;
		}
		
		.borderBottom {
			height: 10px;
		}
		
		/* Upload page settings */
		.uploadItem {
			width: 300px;
		}
