/***** standard element styles *****/

body {
	font: 12px verdana;
	padding: 0px;
	margin: 0px;
	}
img {
	border: 0;
	}

form {
	display: inline;
	}

/***** base colors *****/

a {
	text-decoration: none;
	color: #06f;
	}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #f60;
	}

.red {
	color: #f30;
	}
	
.green {
	color: #0c0;
	}
	
.blue {
	color: #06f;
	}
	
.orange {
	color: #f60;
	}

.lightgrey {
	color: #aaa;
	}

/***** style text *****/

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.0em;
	}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	width: 98%; /* IE doesn't render italic text to the correct width */
	}

/***** element styles *****/


#page_container {
	width: 922px;
	position: relative;
	margin: 0 auto;
	border: 2px solid #eee;
	background-color: #fff;
	}

#header {
	clear: both;
	padding: 0px;
	min-height: 70px;
	}

#header img {
	margin: 5px;
	}

#header h1 {
	display: none;
	}

#menu {
	position: relative;
	height: 21px;
	clear: both;
	}

#content_container {
	clear: both;
	width: 922px;
	padding: 0px;
	}

#toolbar {
	padding: 5px 5px 3px 10px;
	background-color: #333;
	border-bottom: 2px solid #000;
	text-align: right;
	}

#toolbar a {
	color: #fff;
	}

#content {
	padding: 10px;
	min-height: 300px;
	xheight: expression('300px'); /* IE doesn't render min-height - this works in it's place */
	}

div.leftcontent {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#currencyinfo {
	clear: both;
	padding: 5px;
	color: #aaaaaa;
	text-align: center;
	}

#footer {
	clear: both;
	padding: 5px;
	background-color: #000;
	}

#footer a {
	font-weight: bold;
	color: #fff;
	}

input.submitbutton {
	background-color: #ccc;
	color: #333;
	text-align: center;
	width: auto;
	padding: 0px 2px;
	margin: 0px 0px 0px 5px;
	border: 2px outset #eee;
	}

div.sidebox {
	position: relative;
	float: right;
	clear: right;
	width: 220px;
	margin: 0px 0px 5px 0px;
	}

div.roundedbox_light, div.roundedbox_dark, div.right_panel {
	position: relative;
	float: right;
	clear: right;
	width: 220px;
	margin: 0px 0px 5px 0px;
	}

div.roundedbox_light div.content, div.roundedbox_dark div.content {
	padding: 5px 10px 5px 10px;
	}

div.roundedbox_light div.top, div.roundedbox_dark div.top {
	font-size: 1px;
	height: 5px;
	background: transparent url(/images/rounded_top.gif) top center no-repeat;
	}

div.roundedbox_light div.bottom, div.roundedbox_dark div.bottom {
	font-size: 1px;
	height: 5px;
	background: transparent url(/images/rounded_bottom.gif) bottom center no-repeat;
	}

div.panel {
	position: relative;
	clear: both;
	}

div.editZone {
	position: relative;
	padding: 2px;
	margin: -1px;
	border: 1px dashed #aaaaaa;
	}

div.editZone a.zonelink,
div.editZone a.zonelink:link,
div.editZone a.zonelink:visited,
div.editZone a.zonelink:active {
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	text-align: center;
	background-color: #ffffff;
	color: #0066ff;
	padding: 2px;
	margin: 0px;
	border: 1px solid #000000;
	}

#calTasks tr td table tr td,
#calDate tr td table tr td,
#calTasks tr td,
#calDate tr td {
	text-align: center;
	}

/************* User Profile Styles *****************/

div.userpic {
	float: right;
	width: 250px;
	background-color: #333;
	}

/************* Tabbed Info Styles *****************/

ul.tabnav {
	width: 590px;
	margin: 10px 0px 15px 0px;
	padding: 2px 5px 3px 5px;
	background: url(/images/tab_bottom.gif) repeat-x bottom;
	}

ul.tabnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

ul.tabnav a,
ul.tabnav a:link,
ul.tabnav a:active,
ul.tabnav a:visited {
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 3px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}
	
/* Hidden from IE/Win */
ul[class~=tabnav] a,
ul[class~=tabnav] a:link,
ul[class~=tabnav] a:active,
ul[class~=tabnav] a:visited {
	padding: 3px 5px 3px 5px;
	}

ul.tabnav a.active,
ul.tabnav a:link.active,
ul.tabnav a:active.active,
ul.tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}
	
ul.tabnav a:hover {
	background: #fff;
	}

/************* Search Panel Styles *************/

#searchcriteria {
	width: 580px;
	float: left;
	padding: 10px;
	background-color: #eee;
	}

#searchresults {
	width: 600px;
	float: left;
	padding: 0px;
	}

#searchresults div.result {
	width: 590px;
	float: left;
	clear: both;
	padding: 5px;
	}

/************* Calendar Styles *****************/

#calendar_container {
	width: auto;
	}

div.dayname_container {
	width: 898px;
	padding: 0px 0px 0px 35px;
	clear: both;
	float: left;
	}

div.dayname_container div {
	width: 121px;
	float: left;
	text-align: center;
	font-size: 10px;
	background-color: #666;
	color: #fff;
	}

div.date_container {
	width: 898px;
	padding: 0px 0px 0px 35px;
	clear: both;
	float: left;
	}

div.date_container div {
	width: 121px;
	float: left;
	text-align: center;
	font-size: 10px;
	background-color: #eee;
	color: #333;
	}

div.week_container {
	position: relative;
	border: 1px solid black;
	width: 900px;
	clear: both;
	height: 413px;
	overflow: scroll;
	/** height: 864px; **/
	}

div.hours_container {
	position: relative;
	border-right: 1px solid #333;
	float: left;
	width: 33px;
	}

div.hours_container div {
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 35px;
	font-size: 9px;
	z-index: 2;
	}

div.hours_container a,
div.hours_container a:hover {
	display: block;
	line-height: 9px;
	padding: 13px 0px 13px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-align: center;
	z-index: 1000;
	}

div.hours_container div.peaktime {
	background-color: #666;
	}

div.hours_container div.peaktime a,
div.hours_container div.peaktime a:hover {
	color: #fff;
	}

div.day_container {
	position: relative;
	width: 120px;
	height: 864px;
	background-color: transparent;
	float: left;
	border-right: 1px solid #333;
	}

div.day_container div {
	border-bottom: 1px solid #ccc;
	height: 35px;
	font-size: 9px;
	z-index: 2;
	}

div.day_container a {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	font-family: tahoma;
	font-size: 9px;
	color: #000;
	}

div.day_container a.red:hover,
div.day_container a.blue:hover,
div.day_container a.green:hover,
div.day_container a.orange:hover,
div.day_container a.purple:hover,
div.day_container a.grey:hover {
	color: #fff;
	background-color: #333;
	}

div.day_container a h4,
div.day_container a p {
	font-family: tahoma;
	font-size: 9px;
	padding: 2px 4px 0px 4px;
	margin: 0px;
	}

div.day_container a.red {
	background-color: #f99;
	}

div.day_container a.blue {
	background-color: #99f;
	}

div.day_container a.green {
	background-color: #0c6;
	}

div.day_container a.orange {
	background-color: #fc0;
	}

div.day_container a.purple {
	background-color: #c9f;
	}

div.day_container a.grey {
	background-color: #aaa;
	}

#calendar_filter {
	position: relative;
	float: right;
	text-align: right;
	padding: 10px;
	border: 1px solid #999;
	background-color: #eee;
	margin: 0px 2px 0px 0px;
	}

div.week_switcher {
	position: relative;
	width: auto;
	height: 30px;
	margin: 0px 2px 10px 0px;
	}

div.week_switcher div {
	position: relative;
	float: right;
	margin: 0px 0px 0px 10px;
	}

div.week_switcher div.previous {
	background: transparent url(/images/prev_week.gif) top left no-repeat;
	}

div.week_switcher div.this {
	background: transparent url(/images/this_week.gif) top left no-repeat;
	}

div.week_switcher div.next {
	background: transparent url(/images/next_week.gif) top right no-repeat;
	}

div.week_switcher a,
div.week_switcher a:active,
div.week_switcher a:link,
div.week_switcher a:visited,
div.week_switcher a:hover {
	font-weight: bold;
	color: #333;
	display: block;
	width: 103px;
	height: 23px;
	padding: 7px 0px 0px 37px;
	}

/******************************/

#summaryfooter {
	margin: 10px 0;
	padding: 0px;
	font-size: 0.8em;
	}

#summaryfooter div {
	padding: 5px 0;
	position: relative;
	float: left;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
#summaryfooter div.left {
	width: 200px;          /* LC width */
	/*right: 200px;          /* LC width */
	/*margin-left: -100%;*/
	/*float: left;*/
	}
	
#summaryfooter div.center {
	/*width: 100%;*/
	width: 180px;
	float: left;
	}
	
#summaryfooter div.right {
	width: 200px;          /* RC width */
	margin-right: -200px;  /* RC width */
	}

/*** IE6 Fix ***/
* html #summaryfooter div.left {
	left: 200px;           /* RC width */
	}

* html #summaryfooter {
	float: left;
	}
	
#summaryfooter div.pagingcomment {
	text-align: center;
	clear: both;
	float: left;
	padding: 5px 0;
	border: 0px;
	margin: 0 -100px
	}
	

/******************************/

.mini {
	border: 1px solid #005CB2;
	margin-bottom:10px;
	}

.miniHead {
	background-color: #B2C1DA;
	border-bottom: 1px solid #88ACE3;
	padding: 2px;
	font-variant: small-caps;
	color: #000F41;
	}

.miniHead a {
	color: #000F41;
	}

.miniBody {
	padding: 6px 4px 10px 4px;
	background-color: #EBF3FD;
	min-height: 46px;
	}

.miniFoot {
	background-color: #D8E8FC;
	padding: 2px;
	text-align: right;
	}

/******************************/

#orderDiv {
	clear: both;
	position: relative;
	width: 600px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}

#orderDiv div.greybar {
	float: left;
	text-align: right;
	background-color: #eee;
	width: 590px;
	padding: 5px;
	margin: 5px -3px 5px 0px;
	border-bottom: 1px solid #eee;
	}

#orderDiv div.whitebar {
	float: left;
	text-align: right;
	background-color: #fff;
	width: 600px;
	padding: 5px;
	margin: 5px -3px 5px 0px;
	}

#orderDiv div.preorder {
	width: 580px;
	float: left;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	}

#orderDiv div.preorder span.itemnumber {
	color: #ccc;
	}

#orderDiv div.preorder div.column1 {
	width: 110px;
	float: left;
	}

#orderDiv div.preorder div.column2 {
	width: 310px;
	float: left;
	}

#orderDiv div.preorder div.column3 {
	width: 160px;
	float: left;
	}

/******************************/

#orderDiv div.itemtable {
	float: left;
	margin: 10px 0px 10px 0px;
	}

#orderDiv div.invoiceheading {
	float: left;
	padding: 5px;
	width: 590px;
	background-color: #333;
	color: #fff;
	}

#orderDiv div.invoiceheading h1 {
	float: left;
	font-size: 18px;
	}

#orderDiv div.invoiceheading h2 {
	float: right;
	font-size: 12px;
	}

#orderDiv div.invoiceinfo {
	float: left;
	padding: 5px;
	width: 590px;
	}

#orderDiv div.invoiceinfo div.right {
	float: right;
	}

#orderDiv div.itemtable div {
	float: left;
	padding: 5px;
	}

#orderDiv div.itemtable div span {
	display: block;
	float: left;
	}

#orderDiv div.itemtable div.header,
#orderDiv div.itemtable div.footer {
	font-weight: bold;
	background-color: #999;
	color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

#orderDiv div.itemtable div span.col1 {
	width: 470px;
	}

#orderDiv div.itemtable div span.col2 {
	width: 30px;
	}

#orderDiv div.itemtable div span.col3 {
	width: 440px;
	}

#orderDiv div.itemtable div span.col4 {
	width: 60px;
	}

#orderDiv div.itemtable div span.col5 {
	width: 60px;
	text-align: right;
	}

/***** horizontal menu styles *****/

.dropdown {
	position: relative;
	z-index: 1000;
	}

.dropdown div.login {
	float: right;
	}

.dropdown div.login a {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	}

.defaultcursor {
	cursor: default;
	}

.dropdown div {
	position: relative;
	float: left;
	z-index: 1000;
	}
	
.dropdown .item1,
.dropdown .item1:hover,
.dropdown .item1-active,
.dropdown .item1-active:hover {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	}

.dropdown .item2,
.dropdown .item2:hover,
.dropdown .item2-active,
.dropdown .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 10px verdana;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	}

.dropdown .arrow,
.dropdown .arrow:hover {
	padding: 3px 16px 4px 8px;
	}

.dropdown .item2 img,
.dropdown .item2-active img {
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
	}

.dropdown .section {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	}

/******************************/

#successmsg {
	position: relative;
	display: block;
	width: 550px;
	margin: 50px 0px 0px 50px;
	padding: 0px;
	border: 1px solid #009900;
	background: #ccffcc url(/images/success_medium.gif) 5px 5px no-repeat;
	}

#successmsg h2 {
	margin: 10px 0px 15px 50px;
	}

#successmsg p {
	border-top: 1px dashed #009900;
	margin: 5px;
	padding: 5px;
	}

#successmsg input {
	position: absolute;
	width: auto;
	bottom: 5px;
	right: 5px;
	background-color: #00aa00;
	border: 1px solid #006600;
	color: #ffffff;
	font-weight: bold;
	}

#successmsg a,
#successmsg a:active,
#successmsg a:visited,
#successmsg a:link {
	color: #009900;
	}

/******************************/

#errormsg {
	position: relative;
	display: block;
	width: 550px;
	margin: 50px 0px 0px 50px;
	padding: 0px;
	border: 1px solid #990000;
	background: #ffaaaa url(/images/error_medium.gif) 5px 5px no-repeat;
	}

#errormsg h2 {
	margin: 10px 0px 15px 50px;
	}

#errormsg p {
	border-top: 1px dashed #990000;
	margin: 5px;
	padding: 5px;
	}

#errormsg input {
	position: absolute;
	width: auto;
	bottom: 5px;
	right: 5px;
	background-color: #aa0000;
	border: 1px solid #660000;
	color: #ffffff;
	font-weight: bold;
	}

#errormsg a,
#errormsg a:active,
#errormsg a:visited,
#errormsg a:link {
	color: #990000;
	}

/******************************/

ul.ranks {
	width: 392px;
	list-style-type: none;
	}

ul.ranks li {
	margin: 0 0 0.5em 0;
	padding: 2px;
	}

ul.ranks li span {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

ul.ranks li.previous {
	color: #999999;
	}

ul.ranks li.current {
	list-style-image: url(/images/current_rank.gif);
	background-color: #eeeeee;
	}

ul.ranks li.next {
	list-style-image: url(/images/next_rank.gif);
	}

ul.ranks li dl {
	width: 240px;
	margin: 5px 0 0px 20px;
	padding: 3px;
	font-size: 10px;
	border: 1px solid #aaaaaa;
	}

ul.ranks li dl dd {
	margin-left: 10px;
	}

/******************************/

div.lessonbutton1 {
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 10px 20px 10px;
	background: transparent url(/images/lesson_button1.jpg) no-repeat;
	}

div.lessonbutton1 a,
div.lessonbutton1 a:hover,
div.lessonbutton1 a:visited,
div.lessonbutton1 a:link {
	display: block;
	padding: 5px 10px;
	width: 180px;
	height: 100px;
	color: #fff;
	text-decoration: none;
	}

div.lessonbutton2 {
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 10px 20px 10px;
	background: transparent url(/images/lesson_button2.jpg) no-repeat;
	}

div.lessonbutton2 a,
div.lessonbutton2 a:hover,
div.lessonbutton2 a:visited,
div.lessonbutton2 a:link {
	display: block;
	padding: 5px 10px;
	width: 180px;
	height: 100px;
	color: #fff;
	text-decoration: none;
	}

div.lessonbutton3 {
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 10px 20px 10px;
	background: transparent url(/images/lesson_button3.jpg) no-repeat;
	}

div.lessonbutton3 a,
div.lessonbutton3 a:hover,
div.lessonbutton3 a:visited,
div.lessonbutton3 a:link {
	display: block;
	padding: 5px 10px;
	width: 180px;
	height: 100px;
	color: #fff;
	text-decoration: none;
	}

div.lessonbutton1 a:active,
div.lessonbutton2 a:active,
div.lessonbutton3 a:active {
	color: #fff;
	background: transparent url(/images/lesson_button4.jpg) no-repeat;
	}

/******************************/

span.pb {
	display: block;
	margin: 20px 0;
	border-top: 1px dashed #cccccc;
	}

span.pb h4 {
	display: block;
	width: 100px;
	color: #cccccc;
	background-color: #fff;
	height: 1em;
	margin-top: -0.75em;
	}

/******************************/

table.datagrid {
	border-collapse: collapse;
	text-align: left;
	text-align: center;
	}

table.datagrid thead tr th {
	color: #333;	
	padding: 0.4em 0;
	background-color: #ccc;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	}

table.datagrid tfoot tr th {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	}

table.datagrid tr td, tr th {
	border-bottom: 1px solid #999;
	padding: 0.6em 0.4em;
	line-height: 1.5em;
	}

/******************************/

div.report_filter {
	margin: 5px 0 15px 0;
	border-top: 1px solid #000;
	border-right: 0px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	background-color: #eee;
	}

div.report_filter div.report_filter_option {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	}

div.report_filter div.report_filter_buttons {
	float: right;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	}

div.report_filter div.report_filter_option input,
div.report_filter div.report_filter_buttons input,
div.report_filter div.report_filter_option select {
	vertical-align: middle;
	}

div.report_filter div.report_filter_buttons input.button {
	width: auto;
	overflow: visible;
	background-color: #ccc;
	color: #333;
	text-align: center;
	padding: 0px 2px;
	margin: 0px 0px 0px 2px;
	border: 2px outset #eee;
	}

div.report_filter span.dynamicerror {
	display: block;
	text-align: center;
	padding: 4px 0;
	clear: both;
	}