/* Basic widgets */
body {
	background: #2d548d; 
	/*background: #666 url('../images/bg-website-optimizing-com.png');*/
	font-family: Arial;
	text-align: center;
	margin-left:0px;
	margin-right: 0px;
	font-size: 12px;
}

div.main {
	width: 800px;

	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;

	background-color: white;
	text-align: left;
}
.main_txt {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}	

/* Links */
a:active {
	text-decoration: underline;
	color: blue;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: blue;
	text-decoration: none;
}

a.footer:active {
	text-decoration: underline;
	color: black;
}
a.footer:link {
	text-decoration: none;
	color: black;
}
a.footer:visited {
	color: black;
	text-decoration: none;
}

a.important:active {
	text-decoration: underline;
	color: red;
}
a.important:link {
	text-decoration: none;
	color: red;
}
a.important:visited {
	color: red;
	text-decoration: none;
}

	.menu{
	padding-left:2px;
}
a.menu:active {
	vertical-align: middle;
	text-decoration: underline;
	color: white;
}
a.menu:link {
	vertical-align: middle;
	text-decoration: none;
	color: white;
}
a.menu:visited {
	vertical-align: middle;
	color: white;
	text-decoration: none;
}

.copy{
	font-size:8pt;
	color:white;
}
a.copy:active,a.copy:link,a.copy:visited{
	font-size:8pt;
	color:white;
}

img {
	border: 0px;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}

/* Some defaults */
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td.spaced {
	padding-top: 2px;
}

select.test {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;

	line-style: solid;
	border-width: 2px;
	border-color: blue;
}

/* Layout containers */
table.content {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 800px;
}

table.leftbar {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 2px;
}

td.rightbar {
	width: 100%;
}

table.rightbar {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 2px;
	margin-left: 2px;
	width: 100%;
}

/* Horizontal bar headers */
td.leftheader {
	background-color: #1b3c6f;
	color: white;
	height: 28px;
	vertical-align: middle;
}

td.rightheader {
	background-color: #7d818d;
	height: 28px;
	width: 100%;
	vertical-align: middle;
}

table.rightheader {
	width: 100%;
	border-collapse: collapse;	
}

td.viewcartbutton {
	text-align:right;
	width: 66px;
	height: 25px;
}

a.viewcartbutton {
	margin: 0px;
	padding: 0px;
}

img.viewcartbutton {
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	margin-right: 4px;	
}

div.navbar {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

div.indexnavbar {
	text-indent: 10px;
	font-size: 10px;
}

/* Option menu on the left */

ul.menu {
	margin: 0px;
	padding: 0px;
	padding-right: 2px;
	width: 132px;
	
	margin-left: 0px;
	font-size: 10px;
	color: white;
	text-align: center;
	
	list-style-type: none;
}

li.menuitem {
	margin-left: 0px;
	margin-bottom: 2px;

	padding: 0px;
	padding-left: 2px;
	text-align: center;
	background-image: url("../images/menugradient.jpg");
	height: 30px;
	vertical-align: middle
}

li.menuheader {
	margin-left: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("../images/menugradient.jpg");
	font-size: medium;
	font-weight: bold;
}

/* Text information on the right */
div.info {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

/* Text modifiers */
h1 {
	color: #1b3d6b;
	font-size: 14px;
}

h2 {
	color: #1b3d6b;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #1b3d6b;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

h5 {
	color: #1b3d6b;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
	margin-top: 20px;
}

h6 {
	color: red;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

ul.infolist {
	font-size: 12px;
}

/* Schedules table */
table.schedule {
	width: 100%;
	margin-right: 4px;
	font-size: 12px;
}

tr.scheduleheader {
	color: #1b3d6b;
	font-weight: bold;
	font-size: 12px;
}

/* Footer */
div.footer {
	text-align: center;
	font-size: 12px;
	background-image: url("../images/footerback.jpg");
	background-repeat: no-repeat;
	background-position: bottom; 
}

/* Nice colored table */
table.infotable {
	width: 90%;
	font-size: 12px;
}

tr.infotable-header {
	background-color: #ddccff;
}

tr.infotable-odd {
	background-color: #ddddff;
	height: 20px;
}

tr.infotable-even {
	background-color: #eeeeff;
	height: 20px;
}

td.infotable {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* Nice bordered rectangle for info dialogs */
div.inforect {
	background-color: #eeeeff;
	border-style: solid;
	border-color: #aaaaff;
	border-width: 1px;
	padding: 5px;
	margin: 10px;
}

div.question {
	margin-top: 15px;
}
