/***************\
  General setup
\***************/

body {
	margin:0;
	padding:0;
	text-align:center;
	background: #0A436B;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}


table, td, tr, th, ul, ol, li, form {
	padding:0;
	margin:0;
}

a, a:visited {
	color: #1E5883;
	text-decoration:underline;
}

a:hover {
	color: #F8962A;
	text-decoration:underline;
}

a.lineonhover 
{
	text-decoration:none !important;
}

a.lineonhover:hover 
{
	text-decoration:underline !important;
}

p 
{
	margin:0;
	padding-bottom:1em;
}

/*************\
  Main Styles
\*************/

#main_outer {
	width:776px;
	padding:0;
	margin:0 auto;	
	background:#0A436B url(../images/mainbkg.gif) top center repeat-y;
}

#main {
	width:756px;
	margin: 0 10px;
	background:#F8F8F8 url(../images/contentbkg.jpg) top right no-repeat;
	position:relative;
}

#main #content {
	width:520px;
	float:left;
	text-align:left;
	padding: 21px 0 0.5em 19px;
}


#main #content h1 {
	font:14px normal Verdana, Arial, Helvetica, sans-serif;
	color:#4a85b1;
	font-weight:normal;
	padding-left:20px;
	padding-bottom:6px;
	margin-bottom:19px;
	background:url(/images/titlebullet.gif) 0px 2px no-repeat;
	border-bottom:1px dashed #DDD;
}

#main #content h2 {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#f8962a;
	font-weight:bold;
	margin: 18px 0;
}

#main #content h3 {
	font:11px normal Verdana, Arial, Helvetica, sans-serif;
	color:#4a85b1;
	font-weight:bold;
	margin: 0;
	margin-top:12px;
	padding-bottom:1em;
}

#main #content h4 
{
	margin:0;
	margin-top:10px;
	padding-bottom:6px;
}

/****************\
  Browsing Pages
\****************/

.browse ul.categories 
{
    margin-bottom:18px;
}

.browse ul.categories a 
{
    text-decoration:none;
}

.browse ul.categories a:hover 
{
    text-decoration:underline;
}

.browse ul.categories li
{
    display:none;
    list-style:none;
}

.browse ul.categories li.depth0
{
    display:block;
    margin-left:2em;
    font-size:120%;
    margin-top:9px;
    font-weight:bold;
}

.browse ul.categories li.depth1
{
    display:block;
    margin-left:4em;
    font-size:110%;
    margin-top:6px;
}

.browse ul.categories li.depth2
{
    display:block;
    margin-left:6em;
    margin-top:3px;
}

.browse ul.categories li.depth3
{
    display:block;
    margin-left:8em;
    font-size:90%;
}

/*********************\
  Subnavigation Menu
\*********************/

#main #rightmenu_outer {
	width:207px;
	float:right;
	background: url(../images/rightcolbkg_top.gif) top center no-repeat;
	margin-top:10px;
	padding-top:1px;
}

#main #rightmenu_bottom {
	background:#F8F8F8 url(../images/rightcolbkg_bottom.gif) top center no-repeat;
	height:10px;
}

#main #rightmenu {
	width:175px;
	margin:0 18px 0 12px;
	background:#FFF url(../images/rightcolbkg_inner.gif) bottom right no-repeat;
	border: 1px solid #C7C7C7;
	border-top:none;
	position:relative;
	padding-bottom:70px;
}


#main #rightmenu img {
	width:125px;
	height:100px;
	margin:0 auto 7px;
}

#main #rightmenu #rightmenuframe {
	width:175px;
	height:127px;
	position:absolute;
	left:0;
	top:-10px;
	z-index:750;
	background:url(../images/picturetape.gif) top center no-repeat;
}

#main #rightmenu h3 {
	width:101px;
	margin:13px auto 4px;
	padding-left:23px;
	background:url(../images/menubullet.gif) 6px 4px no-repeat;
	text-align:left;
	color: #4A85B1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#main #rightmenu h3.nosubnav 
{
    background:url(../images/menubullet_nosubnav.gif) 8px 2px no-repeat;
}

#main #rightmenu ul {
	list-style:none;
	border-top: 1px solid #BDBDBD;
	width:124px;
	margin:0 auto;
	text-align:left;
}

#main #rightmenu ul li {
	list-style:none;
	border-bottom: 1px solid #BDBDBD;
	width:124px;
}

#main #rightmenu ul li a {
	display:block;
	width:101px;
	background:none;
	color:#202020;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:23px;
	padding-top:6px;
	padding-bottom:5px;
}

#main #rightmenu ul li a:hover, #main #rightmenu ul li a.current, #main #rightmenu ul li a.current:hover {
	background:#F2F2F2;
}

/**************\
  Input Blocks
\**************/

.mainsearch .inputform {
	background:url(/images/inputbkg_top_search.jpg) top left no-repeat;
}

.mainsubmit .inputform {
	background:url(/images/inputbkg_top_submit.jpg) top left no-repeat;
}

.mainemail .inputform {
	background:url(/images/inputbkg_top_email.jpg) top left no-repeat;
}

.mainrecommend .inputform {
	background:url(/images/inputbkg_top_recommend.jpg) top left no-repeat;
}

.inputform_outer .req 
{
    font-size:80%;
    color:#900;
    white-space:normal !important;
}

.inputform_outer {
	width:520px;
	position:relative;
	background:url(/images/inputbkg_main.gif) top left repeat-y;
	margin-bottom:3px;
}

.inputform_outer .inputform {
	width:420px;
	position:relative;
	z-index:120;
	padding-left:70px;
	padding-right:30px;
	padding-top:13px;
	padding-bottom:14px;
}

.inputform_outer .inputform_bottom {
	width:520px;
	height:20px;
	position:absolute;
	bottom:-1px;
	left:0;
	background:url(/images/inputbkg_bottom.gif) top left no-repeat;
	z-index:100;
}


.inputform_outer .inputform table {
	border-collapse:collapse;
}

.inputform_outer .inputform th {
	width:90px;
	font-size:11px;
	padding: 2px 0;
	text-align:right;
	vertical-align:top;
}

.inputform_outer .inputform td {
	font-size:11px;
	width:340px;
	white-space:nowrap;
	padding: 2px 0;
}

.inputform_outer .inputform td input {
	font-size:11px;
	width:300px;
	display:block;
	float:left;
	margin-left:4px;
	clear:right;
}

.inputform_outer .inputform td input.labelled {
	width:225px;
}

.inputform_outer .inputform td input.currency {
	width:285px;
}

.inputform_outer .inputform td input.submit {
	width:40%;
}

 .inputform_outer .inputform td textarea {
	font-size:11px;
	width:300px;
	display:block;
	float:left;
	margin-left:4px;
	clear:right;
	height:350px;
}

.inputform_outer .inputform td textarea.labelled {
	width:225px;
}

.inputform_outer .inputform td .wysiwyg
{
    margin-left:4px;
}

.inputform_outer .inputform td select {
	font-size:11px;
	width:290px;
	display:block;
	float:left;
	margin-left:4px;
}

.inputform_outer .inputform td select.labelled {
	width:230px;
}

.inputform_outer .inputform td label {
	display:block;
	float:left;
	width:67px;
	text-align:right;
	clear:left;
}

.inputform_outer .inputform td .forwardlinks {
	display:block;
	clear:both;
	width:auto;
	padding-left:4px;
	font-size:85%;
}

.inputform_outer .inputform td .forwardlinks ul
{
    list-style:none;
}

.inputform_outer .inputform td.image input 
{
    width:200px;
}

.inputform_outer .inputform td.image label 
{
    width:55px;
}

.inputform_outer .inputform .ticklist ul 
{
    list-style:none;
    margin:0;
    padding:3px 0;
}

.inputform_outer .inputform .ticklist ul li
{
    display:block;
    clear:both;
}

.inputform_outer .inputform .ticklist label
{
    float:none !important;
    display:inline !important;
    vertical-align:middle;
}

.inputform_outer .inputform .ticklist input.checkbox,
.inputform_outer .inputform .ticklist input.radio, 
.inputform_outer .inputform .ticklist .radio input,
.inputform_outer .inputform .ticklist .checkbox input
{
    float:none !important;
    display:inline !important;
    vertical-align:middle;
    width:20px;
}

.inputform_outer .inputform .ticklist input.text
{
    float:none !important;
    display:block;
    clear:both;
    vertical-align:middle;
    margin-bottom:4px;
}

.inputform_outer .inputform select option.depth0 
{
    background: #DAEAF6;
    color:#0A436B;
}

.inputform_outer .inputform select option.depth1 
{
    background: #ECF4FA;
}

.inputform_outer .inputform select option.depth2 
{
}

.errors 
{
    width:auto;
    background:#FFF3F3;
    color:#900;
    border:1px solid #C00;
    padding:6px 15px;
    margin-bottom:16px;
}

.errors ul 
{
    list-style-position:inside;
}

.inputform_outer .inputform .submithelp a.help 
{
	display:block;
	height:0px;
	padding-top:24px;
	width:24px;
	background:transparent url(../images/icon_help.gif) 1px 1px no-repeat;
	border:none;
	overflow:hidden;
	cursor:help;
	position:relative;
	left:-24px;
}

.inputform_outer .inputform .submithelp 
{
	display:block;
	height:2px;
	width:2px;
	float:left;
	position:relative;
	clear:none;
}

.inputform_outer .inputform .submithelp .popup
{
	background:none;
	display:none;
	position:absolute;
	bottom:1px;
	left:-32px;
	width:466px;
	z-index:10000;
	text-align:left;
	font-weight:normal;
}

	.inputform_outer .inputform .submithelp .popup span.top 
	{
		display:block;
		width:auto;
		height:0;
		padding-top:9px;
		background:transparent url(../images/helppopup-top.gif) top left no-repeat;
	}

	.inputform_outer .inputform .submithelp .popup span.middle 
	{
		display:block;
		width:auto;		
		background:#CFC url(../images/helppopup-middle.gif) top left repeat-y;
		padding:0 9px;
	}

	.inputform_outer .inputform .submithelp .popup span.bottom 
	{
		display:block;
		width:auto;
		height:0;	
		padding-top:28px;
		background:transparent url(../images/helppopup-bottom.gif) top left no-repeat;
	}


/********\
  Header
\********/

#header {
	width:756px;
	height:146px;
	margin: 0 10px;
	background:#D9E9F6 url(../images/headerbanner.jpg) top left no-repeat;
	position:relative;
}

#header #utilities {
	height:24px;
	width:391px;
	position:absolute;
	top:12px;
	right:0;
	background:url(../images/bannerutilsbkg.jpg) top right no-repeat;
	font-size:11px;
	text-align:right;
	padding-right:26px;
	z-index:1000;
}

#header #utilities a {
	text-decoration:none;
	padding-left:11px;
	background:url(../images/linkbullet-off.gif) left center no-repeat;
	color:#000;
	position:relative;
	top:5px;
	margin-left:12px;
}

#header #utilities a:hover {
	background:url(../images/linkbullet-on.gif) left center no-repeat;
}

#header ul#mainnavigation {
	position:absolute;
	top:110px;
	left:275px;
	height:36px;
	width:478px;
	z-index:1000;
}

#header ul#mainnavigation li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

#header ul#mainnavigation img {
	border:0;
	margin:0;
}

#header a#headerlogolink {
	display:block;
	position:absolute;
	height:0px;
	padding-top:120px;
	width:245px;
	left:10px;
	top:5px;
	overflow:hidden;
}

/*********\
  Footers
\*********/

#inner_footer {
	width:756px;
	background:url(../images/innerfooterbkg.gif) top center repeat-x;
	height:15px;
	font-size:9px;
	padding-top:2px;
	clear:both;
}

#footer_outer {
	width:776px;
	padding:0;
	margin:0;
	background:#0A436B url(../images/footerbkg.gif) top center no-repeat;
}

#footer {
	width:756px;
	margin: 0 10px;
	background:none;
	color:#fff;
	padding:18px 0;
	font-size:10px;
}

#footer a, #footer a:hover {
	color:#fff;
	text-decoration:underline;
	line-height:16px;
}

/*****************\
  Tabbed Displays
\*****************/

.entrydisplay .tabstrip li {
	background:#F2F2F2 url(../images/entrytabbkg.gif) top left no-repeat;
	width:125px;
	height:29px;
	display:block !important;
	float:left;
	border-bottom:1px solid #C8C8C8;
	position:relative;
	top:0;
	font-size:10px;
	z-index:500;
}

.entrydisplay .tabstrip li a {
	width:113px;
	height:22px;
	display:block;
	text-decoration:none;
	text-align:right;
	vertical-align:middle;
	padding-right:12px;
	padding-top:7px;
	line-height:100%;
}

.entrydisplay .tabstrip li.tab_calendar a {
	padding-top:2px;
	height:27px;
	background:url(/images/icon_availability.gif) 26px center no-repeat;
}

.entrydisplay .tabstrip li.tab_clientinfo a {
	width:83px;
	padding-top:2px;
	padding-left:30px;
	height:27px;
	background:url(/images/icon_info.gif) 24px center no-repeat;
}

.entrydisplay .tabstrip li.tab_pictures a {
	background:url(/images/icon_pictures.gif) 44px center no-repeat;
}

.entrydisplay .tabstrip li.tab_profile a {
	background:url(/images/icon_profile.gif) 56px center no-repeat;
}

.entrydisplay .tabstrip li.tab_featuredproduct a {
	width:83px;
	padding-top:2px;
	padding-left:30px;
	height:27px;
	background:url(/images/icon_product.gif) 40px center no-repeat;
}

.entrydisplay .tabstrip li a span {
	text-decoration:none;
	vertical-align:middle;
	color:#000;
	font-weight:bold;
}

.entrydisplay .tabstrip li a:hover span {
	color:#0A436B;
}

.entrydisplay .tabstrip li.selected {
	background-color:#F9F5E3;
	border-bottom:none;
	top:2px;
}

.entrydisplay .tabstrip 
{
    height:29px;
	border-bottom:1px solid #C8C8C8;
}

.entrydisplay .tabpanels {
	clear:both;
}

.entrydisplay .tabpanels li {
	background:#F9F5E3 url(../images/entrytab_bkg.gif) top left repeat-y;
	width:519px;
	position:relative;
	padding-top: 9px;
}

.entrydisplay .tabpanels li .content {
	display:block;
	width:473px;
	margin:0 23px;
}

.entrydisplay .tabpanels li .top {
	width:19px;
	height:19px;
	background:url(../images/entrytab_topright.gif) top right no-repeat;
	display:block;
	position:absolute;
	top:-1px;
	left:500px;
	z-index:1000;
}

.entrydisplay .tabpanels li .bottom {
	display:block;
	background:#F9F5E3 url(../images/entrytab_bottom.gif) bottom left no-repeat;
	height:20px;
	width:519px;
}

/* Tab display contents */

.entrydisplay 
{
    font-size:10px;
}

.entrydisplay h3 
{
    font-size:12px !important;
    font-weight:bold !important;
    color: #000 !important;
}

.entrydisplay h4 
{
    font-size:11px !important;
    font-weight:bold !important;
    color: #0a436b !important;
    padding:0 !important;
    margin:3px 0 !important;
}

.entrydisplay cite.postingid {
	position:absolute;
	top:11px;
	right:24px;
	font-style:normal;
	color:#444;
	font-weight:bold;
}

.entrydisplay cite.postingtype {
	position:absolute;
	top:23px;
	right:24px;
	font-style:normal;
	color:#444;
	font-weight:normal;
}

.entrydisplay cite.postingtag {
	position:absolute;
	top:37px;
	right:24px;
	font-style:italic;
	color:#000;
}

.entrydisplay cite.category {
	font-style:normal;
	color:#444;
	font-weight:normal;
	text-indent:0;
	padding:0;
}

.entrydisplay cite.date {
	font-style:normal;
	color:#444;
	font-weight:normal;
	font-style:italic;
}

.entrydisplay cite.phone 
{
    font-style: normal;
    display:block;
    margin:1px 0;
}

.entrydisplay cite.website 
{
    font-style: normal;
    display:block;
    margin:1px 0;
}

.entrydisplay cite.website a
{
    text-decoration:underline !important;
    font-weight:bold;
    color:#4a85b1;
}

.entrydisplay address 
{
    font-style: normal;
    font-weight:bold;
    display:block;
    margin:1px 0;
}

.entrydisplay .logo {
	float:right;
	margin:8px;
	margin-right:0;
}

.entrydisplay .logo img{
	border:3px #CCF inset;
}

.entrydisplay .logo dfn 
{
    font-style:normal;
    font-size:9px;
    display:block;
    text-align:center;
    margin-top:3px;
}

.entrydisplay table.summaryutils 
{
    margin-top:10px;
    border-collapse:collapse;
    clear:both;
}

.entrydisplay table.summaryutils td.address 
{
    width:45%;
}

.entrydisplay table.summaryutils td.links 
{
    width:55%;
}

.entrydisplay table.profileutils
{
    border-collapse:collapse;
    clear:both;
}

.entrydisplay table.profileutils td
{
    padding:0;
    padding-bottom:8px;
    vertical-align:top;
}

.entrydisplay table.profileutils td h4
{
    margin-top: 1em;
}

.entrydisplay table.profileutils td.affiliates 
{
    width:65%;
}

.entrydisplay table.profileutils td.address 
{
    width:65%;
}

.entrydisplay table.profileutils td.links 
{
    width:35%;
}
.entrydisplay table.profileutils td.links h4 { text-align: right; }


.entrydisplay table.profileutils td.services 
{
    width:35%;
}
.entrydisplay table.profileutils td.services h4 { text-align: right; }

/* Quality & Affiliate Icons */

.entrydisplay .qualityiconrow 
{
    margin-top:10px;
}

.entrydisplay .qualityiconrow img 
{
    border:none;
    margin:0;
    padding:0;
}

.entrydisplay .qualityiconrow a 
{
    display:block;
    float:left;
}


.entrydisplay table.qualityicondetails 
{
    background:#FFF;
    border-collapse:collapse;
    margin-bottom:1em;
}

.entrydisplay table.qualityicondetails td
{
    border:1px solid #4a85b1;
    vertical-align:top;
    padding:5px;
    padding-right:7px;
    width:50%;
}

.entrydisplay .qualityicondetails img 
{
    border:none;
    margin:0;
    padding:0;
    vertical-align:top;
}

.entrydisplay .qualityicondetails a 
{
    display:block;
    float:left;
    margin-right:3px;
}

.entrydisplay .qualityicondetails span 
{
    vertical-align:top;
}

.entrydisplay .qualityicondetails span.noquality
{
    color:#CCC;
}

.entrydisplay .affiliateiconrow 
{
}

.entrydisplay .affiliateiconrow img 
{
    border:none;
    margin:0;
    padding:0;
}

.entrydisplay .affiliateiconrow a 
{
    display:block;
    float:left;
    margin:3px 6px 3px 0;
}

.entrydisplay .serviceiconrow 
{
    width:90px;
}

.entrydisplay .serviceiconrow img 
{
    border:none;
    margin:0;
    padding:0;
}

.entrydisplay .serviceiconrow a 
{
    display:block;
    float:right;
    margin:2px 0 2px 4px;
}

/* Entry Utility Icons */

.entrydisplay .displaylinks 
{
}

.entrydisplay .displaylinks img 
{
    border:none;
    margin:0 auto;
    padding:0;
    display:block;
}

.entrydisplay .displaylinks a 
{
    display:block;
    float:right;
    width:60px;
    text-align:center;
    color:#000;
    text-decoration: none !important;
    font-weight: bold;
    margin-bottom:8px;
}



/*****************\
  Pagination Bars
\*****************/

table.pagination 
{
    border: 1px dotted #CCC;
    border-style: dotted none;
    width:100%;
}

table.pagination td 
{
    width: 50%;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:10px;
    color:#666;
}

table.pagination select 
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:10px;
}

table.pagination td a.pageto, table.pagination td a.pageto:visited
{
    margin: 0 2px;
    color:#666;
    position:relative;
    top:-1px;
}

table.pagination td a.pagetocurrent, table.pagination td a.pagetocurrent:visited
{
    margin: 0 2px;
    color:#f8962a;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

table.pagination td input.pagearrow
{
    margin: 0 2px;
}


.noresults 
{
    padding:10px;
    color:#300;
}

/*********************\
  Icon tooltip popups
\*********************/

#iconpopup {
    left:0pt;
    position:absolute;
    top:0pt;
    visibility:hidden;
    width:111px;
    z-index:3000;
}

#iconpopup .top {
    background:transparent url(/images/icons/popup-top.gif) no-repeat scroll center top;
    height:5px;
    line-height:1px;
    overflow:hidden;
    width:111px;
}

#iconpopup .bottom {
    background:transparent url(/images/icons/popup-bottom.gif) no-repeat scroll center top;
    height:39px;
    line-height:1px;
    overflow:hidden;
    width:111px;
}

#iconpopup .content {
    background:transparent url(/images/icons/popup-middle.gif) repeat-y scroll left top;
    font-size:9px;
    height:auto;
    overflow:hidden;
    width:111px;
}

#iconpopup #iconpopup_message {
    padding:0pt 4px;
}

/**********************\
  Date Widget calendar
\**********************/

#datewidget_calendar 
{
}

#datewidget_calendar table
{
    background:#FFF url(/images/rightcolbkg_inner.gif) bottom right no-repeat;
    padding:2px;
    border:1px outset #1E5883;
    border-collapse:collapse;
}

#datewidget_calendar table th, #datewidget_calendar table td 
{
    padding:1px;
}

#datewidget_calendar table thead tr.month td, #datewidget_calendar table thead tr.month th
{
    padding-bottom:3px;
}

#datewidget_calendar table tbody th 
{
    padding-top:2px;
}


#datewidget_calendar table a, #datewidget_calendar table a:visited  
{
    text-decoration:none;
}

#datewidget_calendar table tbody a:hover 
{
    background:#1E5883 !important;
    color:#FFF !important;
}

#datewidget_calendar table thead a:hover 
{
    color:#000 !important;
    font-weight:bold !important;
}

/************************\
  Gallery display device
\************************/

.gallery 
{
    width:420px;
    margin:10px auto;
}

.gallery .galleryentry 
{
    width:175px;
    height:200px;
    padding:10px;
    float:left;
}

.gallery .galleryentry .gallerypicture
{
    text-align:center;
}

.gallery .galleryentry .gallerypicture a img
{
    border: 1px solid #000;
    margin: 0 auto;
}

.gallery .galleryentry .gallerycaption
{
    text-align:center;
}


/***********************\
  Availability Calendar
\***********************/

.availabilitycalendar_entry 
{
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:11px;
    margin-top:10px;
}

.availabilitycalendar_entry table.calendar 
{
    color: #0a436b;
    border-collapse:collapse;
    cursor:default;
    width:200px;
}

.availabilitycalendar_entry table.calendar td
{
    border:1px solid #d7cea5;
    width:25px;
    height:22px;
    overflow:hidden;
    vertical-align:top;
    text-align:right;
    padding:0;
    padding-right:3px;
    margin:0;
}

.availabilitycalendar_entry table.calendar thead td
{
    background:#c2b681;
    padding:0;
    vertical-align:middle;
    text-align:center;
}

.availabilitycalendar_entry table.calendar thead th.heading
{
    background:#0a436b;
    color:#f9f5e3;
    height:24px;
    vertical-align:middle;
    text-align:center;
    text-transform:uppercase;
}

.availabilitycalendar_entry img 
{
    border: none;
}

.availabilitycalendar_entry table.calendar thead th.headingspacer 
{
    height:5px;
}

.availabilitycalendar_entry td.availability_noday 
{
    background:#eee8ce;
}

.availabilitycalendar_entry td.availability_unknown 
{
}

.availabilitycalendar_entry td.availability_Ys
{
    background:#89e881;
}

.availabilitycalendar_entry td.availability_Pt 
{
    background:#ffc039;
}

.availabilitycalendar_entry td.availability_No 
{
    background:#fda19b;
}

.availabilitycalendar_entry .calendarframe
{
    position:relative;
}

.availabilitycalendar_entry .calendarframe .tl 
{
    position:absolute;
    height:6px;
    width:6px;
    background: url(/images/calendar/titletl.gif) top left no-repeat;
    top:0;
    left:0;
}

.availabilitycalendar_entry .calendarframe .tr 
{
    position:absolute;
    height:6px;
    width:6px;
    background: url(/images/calendar/titletr.gif) top left no-repeat;
    top:0;
    left:194px;
}

.availabilitycalendar_entry .left  
{
    padding: 0 5px 0 4px;
}

.availabilitycalendar_entry .right 
{
    padding: 0 4px 0 5px;
}

.availabilitycalendar_entry .calendarlegend th  
{
    padding:14px 0 6px 0;
}

.availabilitycalendar_entry .calendarlegend td.label  
{
    padding-right:20px;
}

/*******\
  DMenu
\*******/

ul.dmenu {
	width:90px;
	border:1px solid #C7C7C7;
	border-top:none;
	padding:0;
	margin:0;
	list-style:none;
	background:#FFF;
	text-align:left;
}

ul.dmenu li {
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
}

ul.dmenu li a {
	zoom:1;
	display:block;
	width:70px;
	color:#000;
	text-align:left;
	padding: 7px 10px 5px;
	text-decoration:none;
	border-top:1px solid #C7C7C7;
}

ul.dmenu li a:hover {
	color:#FFF;
	background:#F9962A;
}

.blurb 
{
	margin:1em;
	padding-bottom:1em;
}

.blurb ul 
{
	list-style:none;
	margin-left:1em;
}

.blurb ul li
{
	background:transparent url(/images/listbullet.gif) center left no-repeat;
	padding-left:1.0em;
}