html, body {
	height:100%;width:100%; margin:0px; overflow: auto; padding:0px;
}

body, input, div {
	font-size:17px; font-family: "Trebuchet MS", "Arial", "Helvetica"
}

body.white {
	background-color:#fff;
	text-align:center;
}

body.clouds {
	background-color:#5881AA;
	background-image:url(../img/clouds2.jpg);
	background-repeat:no-repeat;
}


h1 {
	display: inline;
	margin-top: 0;
	font-size:28px;
}

h1 a {
	text-decoration: none;
	color:#000;
}

#main_container {
	width:800px;
	height:400px;
	left: 50%;
	margin-left: -400px;
	position: relative;
	vertical-align:top;
	margin-top: 20px;
	padding:0px;
}


#indexform .logo {
	width: 100px;
	height: 25px;
	vertical-align: middle;
	margin: 5px 5px 0px 5px;
	border: 1px solid #800000;
	padding: 1px;
}

#indexform .logo_checkbox {
	margin: 0px 50px 5px 50px;
	border: 0px;
}

#indexform #from {
	margin-left: 20px;
}
#indexform #to {
	margin-left: 12px;
	margin-top: 3px;
}

#footer {
	color: black;
	font-size: 12px;
	margin: 35px 0 0 0;
	text-align: center;
}

#footer a, a.visited {
	color: black;
}

.item {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 2px;
}

.item .logo {
	float: left;
	width: 100px;
	padding: -3px 10px 0 10px;
	margin-right: 20px;
}

.item .logo img {
	border: 1px solid #000000;
}

.item .star {
	border: 0px;
}

.item .description {
	float: left;
	font-size: 14px;
	width: 600px;
}

.item h2 {
	color: #000;
	margin: 0 5px -15px 0;
	padding: 0;
	display: inline;
}

.item a.title {
	text-decoration: none;
}

.item a.url {
	color: #800000;
}


/* BORDER */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../img/border.gif');
	height: 10px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -10px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	margin-left: 10px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 10px;              /* CHANGE: replace by the width of one of your corners */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #800000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align: left;               /* YCC: position of all texts inside */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.insideleft, .insideright {
	background-image: url('../img/border_vertical.gif');
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.insideright { background-position: 100% 0; } /* DNC: position right corner */

