/* Web Template : Travel Tracker (c) 2008 */


/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/newbackground.jpg);
	background-repeat: repeat-x;
}

a {
	font-size: 13px;
	color: #0000FF;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
	padding: 0 20px;
}

blockquote {
	padding-left: 3em;
	background: url(../images/blockquote.gif) no-repeat;
	font-style: italic;
}

h1 {
	margin-bottom: 0px;
	font-size: 195%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

h2 {
	margin-bottom: 0px;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* PRETTY TABLE */
table.prettytable {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.prettytable th {
  background: gainsboro;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}


/* MENU HEADER BLOCK */

#menu_header {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}

#menu_header h1 {
	float: left;
	width: 770px;
	height: 120px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
	background-image: url(../images/ttheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#menu_header a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* MENU BUTTONS */

#menu_buttons {
	width: 770px;
	height: 40px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background-color: #AFB874;
}

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

#menu_buttons li {
	display: inline;
}

#menu_buttons a {
	display: block;
	float: left;
	width: 109px;
	height: 30px;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 114%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu_buttons a:hover {
	background-color: #8EAAB9;
}

#menu_buttons .active a {
	color: #FFFFFF;
	background-color: #6C4B4B;
}

/* PAGE CONTAINER */

#page_container {
	width: 770px;
	margin: 0 auto;
	padding: 1px 0;
}

/* PAGE CONTENT BLOCK */

#content_block {
	float: right;
	width: 600px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

/* PAGE CONTENT SUB MENU */

#content_sub_menu {
	float: left;
	width: 160px;
	padding: 5px;
	background-color: #EDEBD5;
	background-image: url(../images/submenublock.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content_sub_menu h2 {
	background-image: url(../images/submenublockbr.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}

#content_sub_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#content_sub_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9CB0B8;
}

#content_sub_menu ul {
	margin: 0;
	padding: 0px 0px;
	color: #FFFFFF;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}


/* FOOTER OF PAGE */

#page_footer {
	clear: both;
	height: 150px;
	padding: 25px 0;
	background-color: #EAEAEA;
}

#page_footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#page_footer a {
	color: #666666;
}
