@import url("calendar.css");

body {
	font-size: 12px;
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	font-size: 12px;
	font-family: "Bitstream Vera Sans", sans-serif;
	border: 1px solid #333333;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th {
	background: url('images/headingbar.png');
	border: 1px solid #333333;
	height: 16px;
	font-weight: normal;
}

/* for IE, with IE5/Mac backslash filter \*/
* html th {
	height: 14px;
}

td {
	padding-left: 3px;
	padding-right: 3px;
}

hr {
	border: 0;
	height: 1px;
	color: #333333;
	background-color: #333333;
}

optgroup {
	font-style: italic;
	font-weight: normal;
}

.right {
	float: right;
}

.rightalign {
	position: absolute;
	right: 0;
}

.bold {
	font-weight: bold;
}

.helpIcon {
	cursor: pointer;
}

.highlight:hover {
	background: #7BADD6;
}

.error {
	font-weight: bold;
	color: #F00;
}

.icon {
	vertical-align: text-bottom;
}

.stop_table {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #555555;
	width: 100%;
}

.validation-advice {
	font-weight: bold;
	color: #F00;
}

#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
}

#logo {
	background: #FFFFFF;
	position: relative;
	height: 65px;
}

#photo {
	position: absolute;
	top: 0;
	right: -2px;
	height: 66px;
	width: 320px;
}

#navbar {
	background: url('images/navbar.png');
	background-repeat: repeat-x;
	position: relative;
	width: 750px;
	height: 41px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 16px;
	z-index: 10;
}

#loginbar {
	background: #666666;
	position: relative;
	width: 750px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 1.5em;
}

#loginbar a {
	color: #CCCCCC;
}

#devbar {
	background: #FF0000;
	position: relative;
	width: 750px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 1.5em;
	text-align: center;
}

#navbar ul {
	margin-top: 10px;
}

#navbar li {
	position: relative;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#navbar .currentPage {
	text-decoration: underline overline;
}

#navbar ul li ul {
	display: none;
	position: absolute;
	left: 5px;
	top: 19px;
	height: 30px;
	width: 250px;
	background: transparent;
	z-index: 100;
	margin-top: 0;
	padding: 0;
}

#navbar ul li ul li {
	background: #999999;
	border: 1px solid #333333;
	font-size: 12px;
	margin-top: 10px;
	position: relative;
	top: 10px;
	list-style-type: none;
}

#navbar ul li:hover ul, #navbar ul li.over ul { display: block; }

.largeMenuItem {
    height: 50px;
    width: 150px;
    overflow: hidden;
    display: block;
    text-indent: 10000px;
}

#largeMenuTour {
    background: url('images/menu_tour.png') top left no-repeat;
}

#largeMenuTour:hover {
    background-position: bottom left;
}

#largeMenuText {
    background: url('images/menu_text.png') top left no-repeat;
}

#largeMenuText:hover {
    background-position: bottom left;
}

#largeMenuAccount {
    background: url('images/menu_account.png') top left no-repeat;
}

#largeMenuAccount:hover {
    background-position: bottom left;
}

#largeMenuStats {
    background: url('images/menu_stats.png') top left no-repeat;
}

#largeMenuStats:hover {
    background-position: bottom left;
}

#largeMenuMp3 {
    background: url('images/menu_mp3.png') top left no-repeat;
}

#largeMenuMp3:hover {
    background-position: bottom left;
}

#largeMenuMobile {
	background: url('images/menu_mobile.png') top left no-repeat;
}

#largeMenuMobile:hover {
	background-position: bottom left;
}

#largeMenuSupport {
    background: url('images/menu_support.png') top left no-repeat;
}

#largeMenuSupport:hover {
    background-position: bottom left;
}

#largeMenuDashboard {
    background: url('images/menu_dashboard.png') top left no-repeat;
}

#largeMenuDashboard:hover {
    background-position: bottom left;
}

#content {
	background: #666666;
	color: #FFFFFF;
	position: relative;
	width: 730px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 10px;
}

#content a {
	color: #CCCCCC;
}

#left {
	position: relative;
	width: 500px;
}

#left table {
	max-width: 90%;
}

#right {
	position: absolute;
	top: 0;
	left: 530px;
	width: 200px;
	margin-top: 10px;
	max-height: 90%;
	overflow: visible;
	z-index: 1;
}

#right table {
	width: 90%;
}

#helpBox {
	display: none;
}

#phone_image {
	background: url('images/text_preview.jpg');
	width: 305px;
	height: 382px;
}

#text_preview {
	position: absolute;
	top: 205px;
	left: 72px;
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
	height: 179px;
	width: 170px;
	padding: 2px;
	color: #000000;
	border: 1px solid red;
}

#map {
	width: 700px;
	height: 500px;
	color: #333333;
	border: 1px solid #333333;
}

#siteSeal {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}

#compass {
	background: url('images/compass.jpg');
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 200px;
}

#footer {
	text-align: center;
	color: #CCCCCC;
	font-size: 8px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
