body {
		margin: 0;
		font: 11px Verdana, sans-serif;
		background: #cacdd3 url('../Images/bg_storage-body.gif') left top repeat-x;
		text-align: center;
		}

table {
			font: 11px Verdana, sans-serif;
			}

/*** style for common elements ***/

a {
	color: #900;
	text-decoration: none;
	}
	
		a:hover {
				text-decoration: underline;
				}

col {		
		background: none;
		}				

img {
		border: 0;
		}

input, select, textarea {
		font: 11px Verdana, sans-serif;
		}

.clsinvalid {
	background: #ece8e8;
	}		

.button {
	width: 100%;
	margin: 4px 0 0;
}

/*** style for headers ***/

h1 {
		margin: 0;
		color: #900;
		font-size: 130%;
		}

h2 {
		margin-bottom: 0;
		color: #900;
		font-size: 120%;
		}

/*** style for main table ***/
#thisform {
		position: relative;
		margin: 10px auto; padding: 8px;
		width: 85%;
		background-color: #fff;
		border: solid 1px #d1d1d1;
		text-align: left;
}


#main {
		width: 100%; height: 600px; 
		table-layout: fixed;
		background: #e7e4e1;
		}

	#main td {
	}

.header {
		position: relative;
		padding: 6px;
		font-weight: bold;	
		}

	.headertext {
		position: absolute;
		bottom: 15px;
		left: 270px;
		margin: 0;
	}
		
.app {
		vertical-align: top;
		padding: 6px;
		background: #fff;
		}

		.scroll {
				overflow: auto;
				padding: 10px 20px;
				height: 478px;
				border-right: solid 1px #ccc;
				background: #fff url('../Images/bg_storage-content.gif') left top repeat-x;
				}
		
		.scroll td {
		}
/*** style for menu ***/
		
.menutop {
		font-weight: bold;
		background: #d2ccc3;
		}
				
.toprightmenu {
		font-weight: bold;
		text-align: right;
		}
				
		.menutop ul, .toprightmenu ul {
				margin: 0; padding: 0;
				list-style: none;
				}

		.menutop li {
				float: left;
				margin-right: 50px; padding: 5px 10px;
				}

		.toprightmenu li {
				padding: 5px 10px;
				}								

				.menutop a, .toprightmenu a {
						color: #8e8a84;
						}	
						
.menu {
		vertical-align: top;
		font-size: 11px;
		font-weight: bold;
		border-right: solid 5px #d2ccc3;
		background: #e7e4e1;
		/*
		background: #e7e4e1 url('../Images/bg_storage-menu-left.gif') right top repeat-y;
		*/
		}
				
		.menu ul {
				margin: 6px; padding: 0;
				list-style: none;
				background-color: #955e42;
				}

		.menu li {
				margin: 0; padding: 0;
				list-style: none;
				/*
				border-bottom: solid 1px #000;
				*/
				}				

				.menu a {
						padding: 8px 4px;
						display: block;
						height: 14px!important;height: 30px;
						color: #ccc;
						}

						.menu a:hover {
								background-color: #aa7e68;
								color: #fff;
								text-decoration: none;
								}						

/*** style for banners ***/								
.bannercolumn 
{
		width: 150px;
}

.banners {
		vertical-align: top;
		padding-top: 10px;
		text-align: center;
		}

		.banners img {
				margin: 2px 10px 2px 0;
				}		

marquee 
{
	width: 150px;
	overflow: hidden;
}

/*** style for subscriptionform ***/

.subscriptionform {
		width: 100%;
		margin-top: 20px;
		}
		
.agree p {
		margin: 0;
		}

.agree, .disclaimer {
		font-size: 10px;
		}

.disclaimer {
	padding: 2px 0px;
}

.abonnement {
	background-color: #900;
	color: #fff;
	}
		
.checkbox {
	float:left;
	margin:0;
	padding:0;
}

.label {
	margin-top:4px;
	float:left;
}
		
/*** style for contact form ***/

#contactform {
		width: 100%;
		border: 0;
		}

		#contactform td {
				vertical-align: middle;
				}

/*** style for landingpage ***/
.login {
	table-layout: fixed;
	margin: 10px 0;
}

	.login .col1 {
		width: 120px;
	}

	.login .col2 {
		width: 200px;
	}
	
	.login th {
		padding: 3px 2px 2px!important;padding: 4px 2px 2px;
		text-align: left;
		vertical-align: top;
	}
	
	.login td {
		vertical-align: top;
		padding: 1px!important;padding: 0;
	}
	
.userdata {
	margin: 10px 0;
}

	.userdata .col1 {
		width: 120px;
	}

	.userdata .col2 {
		width: 250px;
	}
	
	.userdata th {
		padding: 3px 2px 2px;
		text-align: left;
		vertical-align: top;
	}
	
	.userdata td {
		vertical-align: top;
		padding: 3px 2px 2px;
	}

img.badge {
	border:solid 1px #999;
}

/*** style for footer ***/

.footer ul {
		margin: 0; padding: 2px;
		height: 16px!important;height: 20px;
		list-style: none;
		background: #d2ccc3;
		}

.footer li {
		float: left;
		margin-right: 5px; padding: 0 5px;
		}				

		.footer li a {
				display: block;
				padding-top: 1px;
				color: #8e8a84;
				}

/*** style for logos beneath footer ***/

#logos {
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0 0;
	padding: 0;
}

	#logos td {
		margin: 0;
		padding: 0;
	}
