body {
	font-family:Helvetica;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 13px;
}

#body {
	background:#231f20 url(../images/body.jpg) repeat-x;
}

img { 
	border: 0 none; 
}

p, div, table {
	margin:0px;
	padding:0px;
}

pre {
	font-family:Helvetica;
	font-size: 13px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: o-pre-wrap;
}

/************ Page Layout *************/
#container {
}	

/* Header */
#header {
	width:900px;
	margin:auto;
	height:103px;
	position:relative;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
}

#header_share {
	position:absolute;
	right:184px;
	top:22px;
	width:80px;
	z-index:10;
}

#header_login {
	position:absolute;
	right:0px;
	top:25px;
	width:200px;
	text-align:right;
	color:#ffffff;
}

#header_login a, #header_login a:link, #header_login a:active, #header_login a:visited, #header_login a:hover {
	color:#ffffff;
}

#account {
	position:absolute;
	top:68px;
	right:0px;
	width:263px;
	color:#ffffff;
	font-size:12px;
}

#account a {
	color:#ffffff;
}

/* Navigation */
.bar {
	height:40px;
	background:url(../images/nav.gif) center center repeat-x;
}

.nav {
	width:900px;
	margin:0px auto;
	list-style: none;
	padding:0px;
}
	
.nav li {
	float:left;
	height:40px;
	padding:0px;
	margin:0px;
	background:url(../images/nav_tab.gif) no-repeat top left;
}

.nav li a {
	float:left;
	height:27px;
	padding:14px 9px 0px;
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
}

.nav li a.selected, .nav li a:hover {
	background:#636363;
}

#back {
	position:absolute;
	top:9px;
	right:30px;
}

#hours {
	padding:15px 30px;
	color:#999999;
	height:15px;
}

.content #categories {
	position:absolute;
	top:8px;
	right:30px;
	width:220px;
	text-align:right;
}

/* Main Body */
.content {
	width:900px;
	margin:auto;
	position:relative;
	background:url(../images/content_half.gif) repeat-y;
}

.page_full {	
	background:#515151 url(../images/content.gif) no-repeat top left;
}

.page_half {
	background:url(../images/content_half_top.gif) no-repeat;
}

.page_half_bottom {
	background:url(../images/content_half_bottom.gif) no-repeat bottom left;
	height:40px;
}

.page_third {
	background:url(../images/content_third_top.gif) no-repeat;
}

.page_third_bottom {
	background:url(../images/content_third_bottom.gif) no-repeat bottom left;
	height:40px;
}

.page_admin {
	background:#ffffff;
	color:#444444;
	padding:15px 20px;
}

.page_white {
	background:#ebebeb url(../images/content_white.gif) no-repeat top left;
	color:#444444;
}

.page_full, .page_half, .page_third, .page_admin, .page_white {
	min-height:400px;
}

div#message {
	float:right;
	width:182px;
	height:179px;
	padding:60px 150px 0px 35px;
	color:#444444;
	margin-top:1px;
	background:url(../images/microphone.gif) top left no-repeat;
}

/* Footer */
#footer {
	width:900px;
	margin:auto;
	height:150px;
	background:url(../images/footer.gif) top left repeat-x;
}

#footer .links {
	margin-top:20px;
	color:#808080;
	text-align:center;
}

#footer .links a {
	color:#808080;
	text-transform:lowercase;
	font-size:11px;
}

#footer_categories {
	float:left;
	width:710px;
	padding:8px 0px;
	font-size:11px;
}

#credit {
	float:left;
	margin:12px 0px 15px;
	width:400px;
}

#copyright {
	float:right;
	margin:12px 0px 15px;
	text-align:right;
	width:400px;
}

/************** Links *****************/
a:link, a:visited {
	text-decoration: none;
	border:0px;
	color:#ffffff;
}

a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

.right a, .right a:link, .right a:visited, .right_third a:link, .right_third a:visited, .page_admin a:link, .page_admin a:visited, .page_admin a, .page_white a:link, .page_white a:visited, .page_white a {
	color:#666666;
}

.right a:hover, .right_third a:hover, .page_admin a:hover, .page_white a:hover {
	color:#222222;
}

.white, a.white, a.white:link, a.white:visited, a.white:hover {
	color:#ffffff;
}

.gray, a.gray, a.gray:link, a.gray:visited, a.gray:hover {
	color:#cfcfcf;
}

span.red, a.red, a.red:link, a.red:visited, a.red:hover, h4.red, i.red, input.red {
	color:#BE1E2D;
}

span.blue, i.blue, a.blue, a.blue:link, a.blue:visited, a.blue:hover, h4.blue, .blue {
	color:#033250;
}

.yellow, span.yellow, a.yellow, a.yellow:link, a.yellow:visited, a.yellow:hover {
	color:#dacf53;
}

/*************** Forms ****************/
form {
	margin: 0px;
	padding: 0px;
}

input[type=text], input[type=password], input[type=file], textarea { 
	background: #ffffff !important; 
	color:#555555;
	border:0px;
	padding:4px 4px 2px;
	border:1px solid #cccccc;
	font-family:Helvetica;
	font-size:13px;
}

input.button { 
	cursor: hand;
	cursor: pointer; 
}

input.default {
	color:#1a4f71;
}

/*.content .default {
	color:#999999;	
}*/

.label {
	margin-bottom:10px;
}

.label input, .label select {
	margin-top:2px;
}

.texteditor {
	background:#ebebeb;
	border:1px solid #d7d7d7;
	padding:5px;
}

.texteditor iframe {
	border:1px solid #7c7c7c;
}

.textarea {
	position:relative;
}

.textarea_bottom {
	position:relative;
	height:7px;
}

.textarea_top_left {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
	background:url(../images/textarea.gif) top left;
}

.textarea_top_right {
	position:absolute;
	top:0px;
	right:0px;
	z-index:3;
	width:7px;
	background:url(../images/textarea.gif) top right;
}

.textarea_bottom_left {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:4;
	width:100%;
	height:7px;
	background:url(../images/textarea.gif) bottom left;
}

.textarea_bottom_right {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:5;
	width:7px;
	height:7px;
	background:url(../images/textarea.gif) bottom right;
}

/***** Validation *****/
label.error {
	margin-left: 5px;
	width: auto;
	display: inline;
	color:#B80A0A;
	display: none;
}

/*************** Buttons ***************/
/*input.submit_20 {
	background:url(../images/submit_20.jpg) no-repeat;
	width:20px;
	height:20px;
	border:none;
	color:#686868;
	font-size:10px;
	text-align:center;
}

input.submit_40 {
	background:url(../images/submit_40.jpg) no-repeat;
	width:40px;
	height:20px;
	border:none;
	color:#686868;
	font-size:10px;
	text-align:center;
}

input.submit_80 {
	background:url(../images/submit_80.jpg) no-repeat;
	width:80px;
	height:20px;
	border:none;
	color:#686868;
	font-size:10px;
	text-align:center;
}*/

.submit_20, .submit_40, .submit_80, .submit {
	background:url(../images/button_75.gif) no-repeat;
	width:73px;
	height:21px;
	text-align:center;
	font-weight:bold;
	padding:0px 25px 0px 10px;
	color:#686868;
	border:none;
	font-size:11px;
	font-family:Arial Narrow, Arial, Verdana;
}

a.submit {
	padding:5px 25px 0px 10px;
	height:20px;
	width:38px;
	float:left;
}

.page_white .submit_20, .page_white .submit_40, .page_white .submit_80, .page_white .submit, .right .submit {
	width:89px;
	height:23px;
	background:url(../images/button_90.gif) no-repeat top left;
	color:#ffffff;
	padding-bottom:3px;
	font-size:12px;
}

.page_white a.submit, .right .submit a {
	width:54px;
	height:22px;
	color:#ffffff;
}

/************** Search ****************/
#search {
	position:absolute;
	top:40px;
	right:0px;
	width:261px;
	height:28px;
	background:url(../images/search.png) top left no-repeat;
	padding:0px 0px 0px 40px;
}

#search input[type=text] {
	border:0px;
	background:none;
	padding:1px 4px;
	width:200px;
	height:16px;
}

/************* Headings ***************/
h1 {
	font-size:24px;
	color:#B3B3B3;
	padding:20px 0px 0px;
	height:70px;
	margin:0px;
}

#container h1 a {	
	color:#B3B3B3;
}

#page_admin h1 {
	padding:10px 0px 8px;
	height:auto;
}

h1.bar {
	background:url(../images/bar.gif) no-repeat;
	padding:20px 30px 0px;
	width:840px;
	height:52px;
}

h2 {
	font-size:20px;
	font-weight:normal;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

.page_white h2 {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444444;
	padding:0px;
	margin:0px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#0B4468;
	padding:0px;
	margin:0px;
	display:inline;
}

h4 {
	font-size:10px;
	font-weight:normal;
	color:#888888;
	padding:0px;
	margin:0px;
	display:inline;
}

/*************** Lists ****************/
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

li {
	margin: 0px;
	padding: 0px;
}

/*************** Divs *****************/
div.blue {
	padding:10px;
	background:url(../images/submit_blue.jpg) no-repeat;
	width:143px;
	height:31px;
	color:#ffffff;
	font-size:15px;
	vertical-align:middle;
}

div.red {
	margin:6px;
	padding:6px;
	color:#990000;
	border:1px solid #990000;
	background-color:#f8f0f0;
}
tr.red {
	color:#990000;
	background-color:#f8f0f0;
}
#container tr.red a {
	color:#990000;
}

div.green {
	margin:6px;
	padding:6px;
	color:#608112;
	border:1px solid #8DA820;
	background-color:#eff4e5;
}

div.info {
	margin:6px;
	padding:6px;
	color:#0084bc;
	border:1px solid #33ccff;
	background-color:#f9fdff;
}

div.center {
	margin:auto;
	text-align:center;
	width:400px;
}

.fade {
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

.fade_60 {
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}

.fade_50 {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

.fade_40 {
	opacity:.40;
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4;
}

/* Pages */
.p{
	display:inline;
	width:20px;
	padding:2px 5px 3px 5px;
	margin:0px 2px;
	font-weight:bold;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
}

.p a, .p a:link, .p a:hover, .p a:visited {
	color:#000000;
} 

.clickable {
	cursor:pointer;
	cursor:hand;
}

/************** Tables ***************/
table {
	border-collapse:collapse;
}

.row {
	border-bottom:1px solid #cccccc;
}

tr.row td td {
	border-bottom:none;
}

th.column {
	border-right:1px solid #d2d2d2;
}

td.column {
	border-right:1px solid #d2d2d2;
	/*border-bottom:1px solid #d2d2d2;*/
}

table.norow td {
	border:none;
}

th, .thead td {
	background:#8b8b8b;
	padding:6px 4px 2px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:2px solid #646464;
	text-align:left;
}
#container th h4 a.red {
	font-size:11px;
	color:#870101;
}

#container th a {
	color:#ffffff;
}

thead.green, .thead.green {	
	border:0px;
}

thead.green th, .thead.green td {
	background:#4faad8;
	color:#ffffff;
	border-bottom:2px solid #2e6d95;
}

th.DESC {
	background:#bbbbbb url(../images/arrow_down.gif) no-repeat right center;
	color:#444444;
}

th.ASC {
	background:#bbbbbb url(../images/arrow_up.gif) no-repeat right center;
	color:#444444;
}

#container th.DESC a, #container th.ASC a {
	color:#444444;	
}

.tr {
	border-bottom:1px solid #d7d7d7;
	clear:both;
}

.td {
	float:left;
	padding:8px 12px 6px;
}

.even {
	background-color:#ffffff;
}

.odd {
	background-color:#f3f3f3;
}

/******** Divs *********/
.pad {
	padding:5px 30px;
}

.half {
	float:left;
	width:420px;
}

.left {
	float:left;
	width:450px;
	color:#ffffff;
}

.left_third {
	float:left;
	width:300px;
	color:#ffffff;
}

div.right {
	float:left;
	width:450px;
	color:#404040;
}

.right {	
	color:#404040;
}

.right_third {
	float:left;
	width:600px;
	color:#404040;
}

.preview {
/*	z-index:50;
	display:none;
	position:absolute;
	width:350px;
	padding:10px 15px;
	/*background:url(../images/preview_box.gif) no-repeat;*/
	/*background:#efefef;
	border:1px solid #cfcfcf;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;*/
}

.absmiddle {
	vertical-align:middle;
}

.clear {
	clear:both;
}

.arrow_left {
	width:20px;
	height:17px;
	position:absolute;
	left:430px;
	background:url(../images/arrow_white_left.gif) no-repeat;
}

.arrow_right {
	width:20px;
	height:17px;
	position:absolute;
	left:450px;
	background:url(../images/arrow_blue_right.gif) no-repeat;
}

/*********** Round Tables ************/
/*div.round_top {
	width:911px;
	height:5px;
	background:url(../images/table_round_full_top.jpg) no-repeat top center;
}

div.round_body {
	width:881px;
	padding:5px 15px;
	background:url(../images/table_round_full_body.jpg) repeat-y top center;
}

div.round_bottom {
	width:911px;
	height:5px;
	background:url(../images/table_round_full_bottom.jpg) no-repeat top center;
}

div.round_half {
	width:400px;
}

div.round_half_top {
	width:400px;
	height:5px;
	background:url(../images/table_round_half_top.jpg) no-repeat top center;
}

div.round_half_body {
	width:370px;
	padding:5px 15px;
	background:url(../images/table_round_half_body.jpg) repeat-y top center;
}

div.round_half_bottom {
	width:400px;
	height:5px;
	background:url(../images/table_round_half_bottom.jpg) no-repeat top center;
}
/****** Tabs ******/
ul.tabs {
	list-style:none;
	padding:0px 3px;
	margin:6px 0px 8px;
	height:23px;
}

ul.tabs li {
	float:left;
	margin:0px 2px;
	border:1px solid #cfcfcf;
	background:#e2e2e2;
	position:relative;
}

ul.tabs li.selected, ul.tabs li:hover {
	background:#f2f2f3;
	border-bottom:1px solid #f2f2f3;
}

/*ul.tabs li:hover ul {
	display:block;
}*/

ul.tabs li a {
	float:left;
	padding:5px 12px 2px;
	height:15px;
	text-align:center;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.selected a, ul.tabs li.selected a:link, ul.tabs li.selected a:active, ul.tabs li.selected a:hover, ul.tabs li.selected a:visited {
	color:#666666;
	text-decoration:none;
}

ul.tabs li ul {
	display:none;
	list-style:none;
	position:absolute;
	z-index:20;
	margin:23px 0px 0px -1px;
	padding:0px;
	width:200px;
	border:none;
	left:0px;
}

ul.tabs li ul li {
	float:none;
	background:#f2f2f3;
	margin:0px;
	padding:0px;
	width:100%;
	border:none;
	height:20px;
}

ul.tabs li ul li a, ul.tabs li ul li a:link, ul.tabs li ul li a:active, ul.tabs li ul li a:visited {
	height:14px;
	padding:4px 6px 2px;
	margin:0px;
	text-align:left;
	background:#f2f2f3;
	border:1px solid #cfcfcf;
	border-top:none;
	width:96%;
}

ul.tabs li ul li a:hover {
	background:#ffffff;
	height:14px;
}

/*#account {
	border:none;
	top:3px;
	position:absolute;
	right:105px;
	z-index:45;
}

#account li {
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	margin:0px 2px;
	background:#888888;
	border:1px solid #666666;
}

#account li a {
	color:#ffffff;
	padding:5px 8px 0px;
	height:17px;
}

#account li:hover {
	background:#dddddd;
	border:1px solid #bbbbbb;
	height:auto;
}

#account li a:hover {
	color:#666666;
}*/

.order_tabs {
	background:url(../images/order_content.gif) bottom left no-repeat;
	height:381px;
	width:820px;
}

.order_tabs .order_tab {
	width:260px;
	height:23px;
	padding:12px 0px 0px;
	margin:0px 3px 0px 0px;
	text-align:center;
	background:url(../images/order_tab.gif) no-repeat;
	color:#4D4D4D;
	text-decoration:underline;
	float:left;
}

.order_tabs .selected {
	background:url(../images/order_tab_selected.gif) no-repeat;
}

.order_tabs .order_content {
	padding:20px 25px;
}

/******** Inline *********/
.inline {
	padding:6px;
	position:relative;
	min-height:13px;
	margin:2px 0px;
}

.inline:hover {
	background:#eef1fb;
	border:1px dashed #cfcfcf;
	padding:5px 5px;
}

.inline:hover .inline_edit {
	top:2px;
	right:0px;
}

.inline_edit {
	position:absolute;
	top:4px;
	right:1px;
	display:none;
	width:20px;
}

/***** Link Exchange *****/
.link_exchange a, .link_exchange a:link, .link_exchange a:hover, .link_exchange a:visited {
	font-weight:bold;
}

.LinkURL {
	
}

.link_exchange div.description, div.LinkListing {
	margin:15px 0px;
}

.link_exchange div.more {
	font-style:italic;
}

/******* Tooltip *******/
#tooltip, .tooltip {
	position: absolute;
	z-index: 3000;
	/*background-color: #eee;*/
	opacity: 0.95;
	filter: alpha(opacity=95);
	font-size:12px;
	max-width:250px;
	/*height:46px;*/
}
#tooltip div, .tooltip div {
	/*background:url(../images/tooltip.gif) no-repeat;*/
	background:#efefef;
	border:1px solid #cfcfcf;
	width:auto;
	padding: 10px; 
	margin:0px;
	font-size:12px;
	font-weight:normal;
	color:#444444;
}

#tooltip .url, .tooltip .url {
	display:none;
	/*width:150px;
	height:6px;
	background:url(../images/tooltip.gif) no-repeat bottom left;*/
}

/******* Tablesorter *******/

/*.sortable, .unsortable {
	width:100%;
}	

.sortable thead tr, .unsortable thead tr {
	background:#666666;
	color:#FFFFFF;
}

.sortable thead tr .headerSortDown {
	background:#999999 url(../images/arrow_down.gif) no-repeat right center;
}

.sortable thead tr .headerSortUp {
	background:#999999 url(../images/arrow_up.gif) no-repeat right center;
}

.sortable thead th {
	cursor: hand;
	cursor: pointer;
	padding: 5px 5px;
}

.unsortable thead th {
	padding:3px 5px;
}

.even {
	background-color:#ffffff;
}

.odd {
	background-color:#f3f3f3;
}

.sortable tbody tr td, .unsortable tbody tr td {
	vertical-align: top;
	padding:3px 5px;
}

.sortable tbody tr td.hidden, .unsortable tbody tr td.hidden {
	padding:0px;
	border:none;
}

/******* Datepicker *******/
/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/******* Select Box **********/
.select {
	background:url(../images/select.gif) top left no-repeat;
	height:27px;
	width:100%;
	border-right:1px solid #464646;
	font-size:13px;
	text-align:left;
	position:relative;
}

.select.g {
	background:url(../images/select_green.gif) top left no-repeat;
	height:26px;
}

#container .select a {
	float:left;
	height:21px;
	padding:6px 0px 0px 35px;
	color:#ffffff;
	width:90%;
}

.select ul {
	display:none;
	list-style:none;
	margin:0px;
	padding:0px;
	border:1px solid #efefef;
	position:absolute;
	left:1px;
	margin-top:25px;
	background:#ffffff;
	width:100%;
	z-index:50;
	max-height:200px;
	overflow:auto;
}

.select ul li {
	height:auto;
}

#container .select ul a, #container .select ul a:link, #container .select ul a:active, #container .select ul a:visited {
	float:left;
	padding:3px 5px 2px;
	font-size:12px;
	line-height:12px;
	border-bottom:1px solid #efefef;
	color:#333333;
	background:#ffffff;
	text-align:left;
	width:95%;
	height:auto;
}

#container .select ul a:hover {
	background:#dedede;
	text-decoration:none;
}

/***** Thickbox *****/
#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333;}
#TB_secondLine {font: 10px Arial, Helvetica, sans-serif;color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {position: fixed;z-index:99;top: 0px;left: 0px;height:100%;width:100%;}

.TB_overlayMacFFBGHack {background: url(../images/overlay.png) repeat;}
.TB_overlayBG {background-color:#000;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}

* html #TB_overlay { /* ie6 hack */position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed;background: #ffffff;z-index: 100;color:#000000;display:none;border: 2px solid #666666;text-align:left;top:50%;left:50%;/*border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;*/}
* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {display:block;margin: 20px 0 0 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-top: 1px solid #666;border-left: 1px solid #666;}

#TB_caption{padding:7px 30px 10px 25px;}
#TB_closeWindow{height:20px;position:absolute;top:3px;right:3px;}
#TB_closeAjaxWindow{padding:5px;margin-bottom:1px;text-align:right;float:right;}
#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}
#TB_title{background:#888888;height:27px;color:#ffffff;/*border-top-left-radius:2px;border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;*/}

#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}
#TB_ajaxContent.TB_modal{padding:15px;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position: fixed;display:none;height:13px;width:208px;z-index:102;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:102;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}
* html #TB_HideSelect { /* ie6 hack */position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}