/* ------------------------------------------------------------------
Base Tags- Styles to be used globally throughout a site
------------------------------------------------------------------ 
Resets CSS
------------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,select,textarea,p,blockquote,th,td {
font-size:100%;
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

fieldset,img { border:0; }

address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

caption,th { text-align:left;}

/* Fonts
--------------------------------------------------------------------------------- */
body {
font:12px arial,helvetica,clean,sans-serif;
}

pre,code { font:115% monospace;}

/* Tags
------------------------------------------------------------------ */
html,body {
background:#696969 url(../images/bg.gif) top repeat-x;
color:#333;
height:100%;
}

p { margin-bottom:15px; }

ul {
list-style-type:square;
margin-left:10px;
margin-bottom:10px;
}

ol {
list-style-type:decimal;
margin-left:10px;
margin-bottom:10px;
}

li {margin-left:25px;}


dl { /* Set defaults here */}

dt { /* Set defaults here */}

dd { /* Set defaults here */}

blockquote {
background:#CCCCCC;
color:#333333;
margin:10px;
padding:10px;
}

td,th { vertical-align:top; }

h1, h2, h3, h4, h5, h6 { /*add properties that will be in all h tags here*/ }

h1 {
font-size:18px;
line-height:110%;
margin-top: 5px;
margin-bottom: 10px;
}

h2 {
font-size:16px;
line-height:110%;
margin-bottom: 5px;
}

h3 {
font-size:14px;
line-height:110%;
margin-bottom: 5px;
}

h4 {
font-size:13px;
line-height:110%;
}

h5 {
font-size:11px;
}

h6 {
font-size:10px;
line-height:110%;
}

small {
font-size:10px;
}

fieldset {
padding:5px 0;
}

/* Form Elements
------------------------------------------------------------------ */

input[type=text] {
border:1px solid #707070;
color:#000000;
font-size:11px;
height:14px;
line-height:14px;
padding:2px;
}

input.input-text  {
border:1px solid #707070;
color:#000000;
font-size:11px;
padding:4px;
}

.input-text-watermark {
border:1px solid #707070;
color:#999999;
font-size:11px;
padding:4px;
}

select {height:20px;}

.input-mltext {
border:1px solid #707070;
color:#000000;
font-size:11px;
padding:4px;
}

.input-check { padding:3px;}

/* Links
------------------------------------------------------------------ */
a img { border:0; }

a,a:link,a:visited {
color:#238BC6;
text-decoration:none;
}

a:hover {
color:#333;
text-decoration:underline;
}

/* Global
------------------------------------------------------------------ */

.clear {
clear:both;
height:1px;
margin-bottom:-1px;
overflow:hidden;
}

.clear2 {
clear:both;
height:10px;
overflow:hidden;
}

/* === Clearfix === */

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden;
}

.clearfix {display:block;}

html[xmlns] .clearfix {display:block;}

* html .clearfix {height:1%;}

/* === End Clearfix === */

.left {float:left;}
.right {float:right;}

.normal {font-weight:normal;}

.separator {
background:#fff url(images/line_gray_horizontal.gif) repeat-x;
clear:both;
float:left;
height:1px;
margin:10px 0;
padding:0;
width:100%;
}

.req {
color:#FF0000;
font:bold 9px Verdana, Arial, Helvetica, sans-serif;
}




/* ---------------------------------------------------------------------
Master Classes - Styles for page layout, color and all around greater control
------------------------------------------------------------------------ 
Layout Container
------------------------------------------------------------------ */

/* Misc Controls
------------------------------------------------------------------ */

.weatherteaser{
color:#fff;
font-size:11px;
}

/* weather-teaser top form
------------------------------------------------------------------ */

.weather-teaser{
display:inline;
float:left;
color:#fff;
font-size:11px;
width: 700px;
}


/* Websearch top form
------------------------------------------------------------------ */
#search-box{
float:right;
width: 280px;
}

.top-websearch-entry {float:right;}


/* Control Panel - Gridview
------------------------------------------------------------------ */
.AspNet-GridView {
color: #333;    
float:none;
font-size:11px;
padding: 0;    
width: 100%;
}
.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div.AspNet-GridView-Pagination span {
color: #333;
background: #E9E9E9;
font-weight: normal;
}
.AspNet-GridView table {
border: solid 1px #ccc;
width: 100%;

}
.AspNet-GridView th {
background: #D4EAFA;
font-weight: normal;
border-bottom: solid 1px #B9B9B9;
border-right: solid 1px #fff;
text-align:center;    
vertical-align:bottom;
margin-top:0;
}
.AspNet-GridView th a {
color: #0091E8;    
}
.AspNet-GridView table tbody tr td {
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
padding-top: 2px;
padding-bottom: 2px;    
float:none;
}
.AspNet-GridView table tbody tr.AspNet-GridView-Selected td {}
.AspNet-GridView table tfoot tr td {}
.AspNet-GridView .left { text-align:left; padding-left:5px; vertical-align:middle; }
.AspNet-GridView .right { text-align:right; padding-right:5px; vertical-align:middle; }
.AspNet-GridView-Empty { text-align:center; padding-top:120px; padding-bottom:125px; font-size:medium; color: #000333; }

.AspNet-GridView tr { background: #fff; padding:5px;}
.AspNet-GridView tr:hover { background: #EFF8FD; cursor: pointer }

.AspNet-GridView-NoHover  {}

.MediaList {}

.MediaList ul {	
border: none;
list-style: none;
margin: 0;
padding: 0;
}

.MediaList li {
border: 1px solid #ccc;
float:left;
margin-bottom:10px;
padding:3px;
text-align:center;
}

.MedialList .AspNet-DataList { width:100%; text-align:center }


.AspNet-GridView tr.auditHeader th { color:#0091E8; padding:2px;  text-align:left;}
.AspNet-GridView tr.auditItem td { text-align:left; padding:2px;}
.AspNet-GridView  tr.AspNet-GridView-Alternate td { background-color:#FAFAFA;}

/* Login
------------------------------------------------------------------ */
.AspNet-Login { text-align:right }
.login-block {background:#eee; border:medium none;margin:2px;padding:5px;text-align:center;width:230px;}
.AspNet-Login-TitlePanel{background:#666; color:#EEEEEE; font-size:13px; font-weight:bold; margin:0 0 10px; padding:4px; text-align:center;}
.AspNet-Login-UserPanel{margin:0 0 5px;}
.AspNet-Login-UserPanel label em{ font-style:normal;}
.AspNet-Login-UserPanel input{width:120px;}
.AspNet-Login-PasswordPanel {margin:0 0 10px;}
.AspNet-Login-PasswordPanel label em{ font-style:normal;}
.AspNet-Login-PasswordPanel input{width:120px;}
.AspNet-Login-RememberMePanel{margin:0 0 5px;}
.AspNet-Login-SubmitPanel{clear:both;}
.AspNet-Login-SubmitPanel input{cursor:pointer;}
.AspNet-Login-PasswordRecoveryPanel{margin:5px 0 0;}
.AspNet-PasswordRecovery { text-align:center; border: solid 1px black;}
.AspNet-PasswordRecovery-UserName-TitlePanel {}
.AspNet-Login-FailurePanel span{color:#f00; font-weight:bold;}
.AspNet-Login-FailurePanel {margin: 0 0 5px;}

/* TextBoxCalendar
------------------------------------------------------------------ */
.rgc-title
{
font-size: x-small;
background-color: White;
text-align: center;
}
.rgc-day-title
{
background-color: Silver;
border: solid 1px Black;
text-align: center;
}
.rgc-weekend
{
font-size: x-small;
border: solid 1px Black;
text-align: center;
}
.rgc-weekday
{
font-size: x-small;
border: solid 1px Black;
text-align: center;
}
.rgc-r1
{
font-size: x-small;
border: solid 1px Black;
text-align: center;
}
.rgc-r2
{
font-size: x-small;
border: solid 1px Black;
text-align: center;
}
.rgc-other
{
background-color: Silver;
color: #999999;
border: solid 1px Black;	
height: 37px;
}

/* Statements
------------------------------------------------------------------ */
.rate-detail dl dt { 
float:left;
width:auto;
}

.rate-detail dl dd {
float:right;
font-weight:bold;
text-align:right;
width:auto;
}

.rate-sub-total { 
background:#E5E5E5;		
height:auto;
width:100%; 
}

.rate-total { 
background:#A7A7A7;
height:auto;
overflow:hidden;
width:100%;
}

/* cp.css
------------------------------------------------------------------ */




.editForm label{
width:120px;
font-weight:normal;
float:left;
margin-top:5px;
}
.editForm div.text
{
float:left;
display:inline;	
margin-left:120px!important;	
margin-left:124px;	
margin-top:5px;
color:Gray;
font-size : 0.89em;	

}
.editForm input.text_field{
float:left;
width:300px;
margin-top:5px;
}

.editForm input{	
margin-right : 5px;
}

.editForm table.item td.left
{
width:305px;
vertical-align:top;
top:2px;
}	

.editForm td{
float:left;	
margin-right:5px;
}


.editForm textarea{
float:left;
width:300px;
margin:0;
margin-top:5px;
}

.editForm input.button{
margin-top:0px;
padding-left:2px;
padding-right:2px;
border:#999 1px solid;
background:#F2F2F2 url("../images/button_back.gif") repeat-x;
}

.editForm input.submit{
margin-top:0px;
padding-left:2px;
padding-right:2px;
border:#999 1px solid;
background:#F2F2F2 url("../images/button_back.gif") repeat-x;
}

.button{
margin-top:0px;
padding-left:2px;
padding-right:2px;
border:#999 1px solid;
background:#F2F2F2 url("../images/button_back.gif") repeat-x;
}


/* ---------------------------------------------------------------------
Master Classes - Styles for page layout, color and all around greater control
------------------------------------------------------------------------ 
Layout Container
------------------------------------------------------------------ */
#wrapper {
height:auto;
margin:0 auto;
min-height:100%;
width:1030px;
}
#container {
background: #fff url("../images/bg_sidebar.png") repeat-y left top;
border: 3px solid #565758;
border-bottom: none;
border-top: none;
height:auto;

/* this was commented because it was cutting the contact search overflow:hidden;*/

margin:0;
min-height:600px;
text-align:left;
}

.nosidebar #container  {background-color:none; background-image:none;}
.nosidebar .rightContent {width:1010px;}

.rightContent {
padding:5px;
width: 770px;
float:left;
}

.rightContent h1{margin-top:-20px;}
/* PreHeader
------------------------------------------------------------------ */
.preheader {	
margin:0 auto;
position:relative;	
text-align:left;
padding: 1px 0 1px 15px;
vertical-align:bottom;
color:#fff;
font-size:11px;
width:97%;
}
.preheader a:link, .preheader a:visited {
color:#fff;
font-size:11px;
padding:0px 2px;
}
.preheader a:link.selected, .preheader a:visited.selected {
color:#942a10;
}
.preheader #search {
color:#E6EAEB;
margin:0;
position:absolute;
right:21px;
text-transform:lowercase;
top:28px;
}
form#headerSearch {
margin:0;
padding:1px;
position:absolute;
right:0;
top:5px;
}
div#headerSearch {
color:#9F9F9F;
margin:0;
padding:1px;
position:absolute;
right:0;
}
.search-button {
background: #000 url(../Images/bu-headersearch.gif) top left no-repeat;
width:26px;
height:16px;
border: none;
}
.search-more {
cursor:hand; cursor:pointer;
float:none;
}

/* Header
------------------------------------------------------------------ */
#headerTop {
background:#565758;
height:1px;
left:5px;
margin:0px auto;
position:relative;
width:auto;
}
#header {
background:#191B1D url(../Images/bg_header.jpg) top repeat-x;
border-top:3px solid #565758;
height:77px;
left:0;
margin:0 auto;
position:relative;
top:0;	
text-align:left;
}
#header h1 { margin: 8px 0 0 8px;}

#header #headerImg_right {
color:#fff;
position:absolute;
right:20px;
text-align:center;
top:10px;
width:auto;
}
.landing {
height:200px;
margin:0;
width:auto;
}

/* Sidebar (sb = Sidebar)
------------------------------------------------------------------ */

.sidebar {
float:left;
height:100%;
min-height:100%;
padding: 4px;
width: 235px;
}
.sb-block-gradient-bdr {
border:3px solid #C4CCD2;
margin:5px auto;
}
.sb-block-gradient {
background: #fff url("../images/bg-gray-gradient.png") bottom repeat-x;
border:1px solid #666;
padding:5px;
width:auto;
height: auto !important;
height:100%;
overflow: hidden;
}
.sb-block-gradient img {margin-right:5px;}

.sb-block-gradient h1 {
color:#268EC9;
font-size:18px;
font-weight:normal;
margin-bottom:0px;
width:auto;
}

.sb-block-gradient h5 {
width:auto;
}

.sb-block-gradient h5.normal {
margin:5px 5px 0px 0px;
width:65px;
text-align: center;
}
.feedback-btns ul {
list-style-type:none;
margin:3px 0px 0px 0px;
}
.feedback-btns li {
margin-left:0px;
float:left;
}
.sb-block {
margin:10px auto;
width:230px;
}
.sb-block-top {
background:#999 url(../images/contentbox_top.gif) top left no-repeat;
height:31px;
}
.sb-block-mid {
background:url(../Images/contentbox_mid.gif) bottom no-repeat;
border-bottom:2px solid #D3D3D3;
height:100%; /* fixes IE 6 bug */
min-height:100%;
font:12px arial, helvetica, clean, sans-serif;
width:auto;
}
.sb-block-content {
margin: 0px auto;
padding:5px;
}
.sb-block h1 {
font:normal 15px Arial, Helvetica, sans-serif;
margin:0px 10px;
line-height: 31px;
}
.sb-block ul {
line-height:165%;
list-style-type:none;
margin:10px auto;
margin-bottom:0px;
width: auto;
}
.sb-block li {
border-bottom: 1px solid #D5DEE4;
height: 20px;
clear:both;
font-size:11px;
margin-left:0px;
}
.sb-block li.last {
border-bottom: none;
}
.sb-block ul a {
color:#333;
float:left;
width: 120px;
padding-left:3px;
}
.sb-block ul a:hover {
color:#238BC6;
}

/* Pick List Sidebar
------------------------------------------------------------------ */

.pl-content li {
background:url(../images/blt_blue_sqr.png) left no-repeat;
padding-left:10px;
margin-left:10px;
line-height:110%;
height:auto; overflow:hidden;
}
.pl-content span {
width: 20px;
font-weight:bold;
float:right;
padding-right:3px;
text-align:right;
}


/* At a Glance
------------------------------------------------------------------ */

.glance-content span {
float:right;
width: 90px;
font-weight:bold;
padding-right:3px;
text-align:right;
}
/* Related Actions
------------------------------------------------------------------ */

.ra-content li {
background:url(../images/blt_blue_sqr.png) left no-repeat;
padding-left:10px;
margin-left:10px;
}
.ra-content span.ra-morearrow {
width: 20px;
font-weight:bold;
float:right;
padding-right:3px;
text-align:right;
margin-top:5px;
}
/* Community Tips
------------------------------------------------------------------ */

.ct-content {
padding: 10px;
}
.ct-content p {
font-size:11px;
line-height:150%;
margin-bottom:0px;
padding:10px;
}
.ct-content h1 {
background:url(../images/ico-tips-ct.png) left top no-repeat;
color: #238BC6;
font-size: 14px;
font-weight: bold;
line-height: 125%;
padding-left:20px;
}
.ct-content li {
background:url(../images/ico-tips-ct.png) left top no-repeat;
height: auto;
overflow:hidden;
padding-left:20px;
}
.ct-content li a:link {
width:auto;
color:#0091E8;
}
.helpful-tip {
border: 1px solid #B7B7B7;
border-left: none;
border-right: none;
width:auto;
height: auto !important;
height:100%;
overflow: hidden;
padding: 5px;
margin-top: 3px;
}
.helpful-tip h5 {}
.helpful-tip ul {
list-style-type:none;
margin:0px;
float: right;
}
.helpful-tip li {
background:none;
border-bottom: none;
clear:none;
display:inline;
margin-left:0px;
padding-left:0px;	
}
.ct-content small {color: #999;}
li.addtip {
background:none;
padding-left:0px;
padding-top:15px;
}
/* Content Boxes
------------------------------------------------------------------ */

.box-gray {
background:#FAFAFA;
border: #D3DCE3 1px solid;
margin:0 0 5px 0;
padding:10px;
height: auto !important; height:100%;
overflow: hidden;
}
.box-gray fieldset {	
padding:0;
width:300px;
}
.box-gray dt {
width:75px;
float:left;	
font-size:11px;
font-weight:bold;
line-height: 20px;
margin-right:5px;	
text-align:right;
}
.box-gray fieldset dd {
margin:0 0 5px 0;
}
/* Footer
------------------------------------------------------------------ */

#containerBtm {	
margin: 0 auto;
padding:0;
width:auto;
}

#footer { 
color:#fff;
height:auto;
margin:0;
overflow:hidden;
padding-top:15px;
text-align:center;
width:auto;
}

#btmNav_container ul {}

#btmNav_container li {
display:inline;
list-style-type:none;
padding-right:15px;
}

#btmNav_container li a {color:#fff;}


#copyright {
color:#fff;
font-size:10px;
}

#copyright a {color:#ccc;}

.booktCaption a {
color:#ccc;
font-size:10px;
text-decoration:none;
}

.booktCaption a:hover {text-decoration:underline;}

/* mainMenuNav
------------------------------------------------------------------ */

#navigation-area {
background:#000 url(../images/mmNav_bg.gif) top repeat-x;
border-top:1px solid #818181;
font:13px Arial, Helvetica, sans-serif;
height:38px; 
letter-spacing:0px;
position:relative;
width:auto;
}

#navigation-area #phone {
color:#fff;
font:22px Arial, Helvetica, sans-serif;
position:absolute;
right:21px;
top:4px;
}
#navigation-area .cust-name {
background:#6CBDE3 url(../images/bg_custName.jpg) top repeat-x;
color:#000;
height:35px;
line-height:35px;
padding: 0 10px;
position:absolute;
right:0;
}
position {
color:#000;
position:absolute;
padding: 0 10px;
right:0;
font-size:xx-small;
}
.halfrow {height:10px;}
.breadcrumbs {margin:0px}
.pic-header {color: Black; font-size:18px; font-weight: bold; float:left}

/* Buttons
------------------------------------------------------------------ */

a.button, a:link.button, a:visited.button {
background: url(../images/btn_end.png) top right no-repeat scroll;
color: #fff;
display: block;
float: left;
font: normal 15px Arial, Helvetica, sans-serif;
height: 28px;
margin-right: 0;
letter-spacing:1px;
padding-right: 10px; /* sliding doors padding */
text-decoration: none;
}
a.button span {
background: url(../images/btn_span.png) no-repeat;
color: #fff;
display: block;
line-height: 28px;
padding: 0 0 0 10px;
}
a.button:hover {
outline: none;
}
a.button:hover span {
}
/* Asp Buttons
------------------------------------------------------------------ */

.action-btns {float:left; width:100%;}
.btn {
border: none;
color: #fff;
font:normal 15px Arial, Helvetica, sans-serif;
height: 28px;
letter-spacing:1px;	
width: 73px;	
}
.btn-blue-wide  {
background:url(../images/btn_blue_gloss_wide.png) no-repeat; 
width: 125px;
}

.btn-grn-gloss {background:url(../images/btn_grn_gloss.png) no-repeat;}

.btn-red-gloss {background:url(../images/btn_red_gloss.png) no-repeat;}

.btn-blue-gloss {background:#2c93ce url(../images/btn_blue_gloss.png) top left no-repeat;}

.btn-topsearch {text-align:right}

.actions { margin:0; border:none;}

.full-edit-actions {margin:0;}


/* Action Buttons
------------------------------------------------------------------ */

.btn-actions {
background:#CDCDCD url(../images/grid-action-btn-bg.png) top repeat-x;
border:1px outset #ccc;
color:#333;
font-size:10px;
padding:3px 5px;
}

a.btn-actions, a:link.btn-actions, a:visited.btn-actions  {
color:#333;
font-size:10px;
text-shadow:#fff;
}

a:hover.btn-actions  {color:#999; text-decoration:none;cursor:default}

.btn-actions-more {padding-right:20px;}
.btn-actions-drop {background:#fff; border:1px solid #ccc; color:#666; padding:5px;}
.btn-actions-drop a {color:#333;}

.btn-actions-red {background:#B53636 url(../images/btn-red.png) top repeat-x; color: #fff;}
.btn-actions-green {background:#30CD76 url(../images/btn-green.png) top repeat-x; color: #fff;}
.btn-actions-blue {	background:#1F84BD url(../images/btn-blue.png) top repeat-x; color: #fff;}

/* Grid
------------------------------------------------------------------ */

.grid-header {
background: #555;
color:#fff;
padding:5px;
margin:0px;
height:auto;
font-size: 16px;
font-weight: bold;
}
.grid-content {
border:1px solid #D3DCE3;
height:auto;

min-height:135px;
overflow: hidden;
}
.quick-full-edit {
text-align: left;
padding-left: 5px;
width: 75px;    
}
.quick-full-edit img {
float: left;
margin-right:5px;
}
/* Revise Search Block
------------------------------------------------------------------ */

.box-gray-thick {
background: #FAFAFA;
border: #D3DCE3 5px solid;
height:auto;
padding:10px;
overflow:hidden;
margin: 5px auto;
width:auto;
}

.box-gray-thick dl {
float:left;
margin-right:15px;
}
.box-gray-thick .input-text {
height:20px;
width:160px;
padding:1px;
}
.box-gray-thick .input-select { }
.box-gray-thick dt {
color:#999;
font-size:11px;
margin-right:5px;
line-height: 20px;
}
.box-gray-thick dd {
margin:0px 0px 5px 0px;
}
.box-gray-thick dd input {width:160px}
.box-gray-thick dd input.abc123 {width:20px}
.box-gray-thick dd select {width:160px}

dl.related-searches {
margin-top:10px;
padding-top:10px;
width: auto !important;
float:left;
}
dl.related-searches dt {float:left;}
.box-gray-thick .tgsf{margin:5px 45px 0 0;width:195px;}
.box-gray-thick .tgsf .links{margin-top:6px; width:120px;}


/*.box-gray-thick .search-more a {position:relative; top:6px;}

.box-gray-thick .links-search{float:left; margin-top:5px;}*/
.box-gray-thick a#ctl00_ctl00_ctl00_sc_mc_content_ctl_ccSearchForm_lbClear {position:relative; top:-15px; float:right;}
.box-gray-thick .more-opt-ctn{padding-right:45px; margin-top:5px;}
.box-gray-thick .more-opt-ctn .more-opt{margin-right:10px; margin-top:-3px; width:75px;}

/* Control Panel - Details
------------------------------------------------------------------ */

.detail-content {padding:5px; background-color:white;}

.detail-content h5 {
background: #E5E5E5;	
font:bold 12px Arial, Helvetica, sans-serif;
margin:0px;	
padding:5px 0px 0px 0px;
vertical-align:middle;	
}

.detail-content dl 
{	
background-color:White;
float:left;
width:100%;	
}

.detail-content dt {
color: #666;
float:left;
font:normal 11px Arial, Helvetica, sans-serif;
margin:4px 0;
text-align:left;
width:12%;
}
.detail-content dd {
float:left;
margin:4px 0;	
}
.detail-content .actions {
border-top: 1px solid #ccc;
padding-top: 10px;
text-align: right;
width:100%
}

/* Generic 2 Column for use inside the detail-content div */

.detail-content .dl-2col dl {
float:left;
white-space:nowrap;
width:48%;
}
.detail-content .dl-2col dt {
color: #666;
float:left;
margin:4px 0;
text-align:left;
vertical-align:middle;	
width:25%;
}
.detail-content .dl-2col dd {
float:left;
margin:4px 0;
width:25%;
}

/* Generic 2 Column */

.dl-2col dl {
float:left;
white-space:nowrap;
width:48%;
}
.dl-2col dt {
color: #666;
float:left;
margin:4px 0;
text-align:left;
vertical-align:middle;	
width:25%;
}
.dl-2col dd {float:left; margin:4px 0; width:25%;}

/* Ajax Menu Tabs - Tabs Container (tc)
------------------------------------------------------------------ */

.tc-cap {
background:url("../images/bg_tab_detail_lcap.png") top left no-repeat;
height:auto;
min-height:400px;
width:100%;
}
.tc  /*. ajax__tab_header A container element that wraps all of the tabs at the top of the TabContainer. */ {
background:url("../images/bg_tab_detail_span.png") top right no-repeat;
font-size: 10px;
float:left;
margin:0 0 0 2px;
height:auto;
overflow:hidden;
width: 100%;
}
.tc .tabitem { }

.tc h5 { clear: both }

.tc .ajax__tab_header  {}
.tc .ajax__tab_panel {}
.tc .ajax__tab_panel h5{margin-bottom:5px;}

.tc .ajax__tab_outer {} /* An outer element of a tab, often used to set the left-side background image of the tab.*/
.tc .ajax__tab_inner {background:none; border-right:1px solid #fff; padding:0; margin:0;} /* An inner element of a tab, often used to set the right-side image of the tab */

#__tab_ctl00_ctl00_ctl00_sc_mc_content_tabActions_tabRates {border-right:none;}

.tc .ajax__tab_tab /* An element of the tab that contains the text content. Child CSS classes:none. */
{
background:url("../images/bg_tab_detail_span.png") repeat-x top center;
color:#fff;
padding:0 5px 8px 5px;
margin-left:4px;
} 

.tc .ajax__tab_body {padding: 10px; max-width:700px;} /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.*/
.tc .ajax__tab_hover {} /* This is applied to a tab when the mouse is hovering over ajax__tab_outer */
.tc .ajax__tab_active {}
.tc .ajax__tab_hover .ajax__tab_tab {background:url("../images/bg_tabs_detail_hover.png") repeat-x top center;}
.tc .ajax__tab_active .ajax__tab_tab { background:url("../images/bg_tabs_detail_hover.png") repeat-x top center;}


/* Control Panel - Popup
------------------------------------------------------------------ */

.pop-bg {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

.pop-panel {
background-color: #fff;
border: 10px solid #333;
height:auto;
}

.pop-tbar {
background: #2A91CC url(../images/bg_modal_hdr.png) top repeat-x;
border-bottom: 1px solid #2681B7;
color:#fff;
cursor: move;
font-size: 14px;
font-weight: bold;
height: 25px;
line-height:25px;
margin:0;	
text-align:left;
}
.pop-panel-close {
position:absolute;
right:5px;
top:6px;
cursor:pointer;
}

.pop-panel img {margin: 0 5px;}

.pop-content { padding:15px;}
.pop-content{margin-top:10px;}
.pop-content h5 {
background: #E5E5E5;
clear:both;
font:bold 12px Arial, Helvetica, sans-serif;
margin:5px 0;
padding: 3px 10px;
}
.pop-content dl {
float:left;
font:normal 11px Arial, Helvetica, sans-serif;
white-space: nowrap;
width:100%;
}
.pop-content dt {
color: #666;
float:left;
margin:4px 0;
text-align:left;	
width:12%;
}
.pop-content dd {
float:left;
margin:4px 0;
width: auto;
}


.pop-content .dl-2col dl {
float:left;
white-space:nowrap;
width:48%;
}
.pop-content .dl-2col dt {
color: #666;
float:left;
margin:4px 0;
text-align:left;
vertical-align:middle;	
width:25%;
}
.pop-content .dl-2col dd {
float:left;
margin:4px 0;
width:25%;
}
.pop-content .actions {	
border-top: 1px solid #ccc;
padding:10px 0px 0 0;
text-align:right;
width: 100%;
}
.modal-auditHistory { 
background: #e9e9e9;
bottom: 0;
left:0;
position:absolute;
text-align:center;
width:100%
}

.pop-photo dt {	width:20%;}
.pop-photo dd {	width:80%;}

#user-roles-shortcuts{ font-size:8pt; margin:0 auto; text-align:center; }

/* CP - Lead Action: Menu Tabs
------------------------------------------------------------------ */

.rnd_box_graywhite {}
.rnd_box_graywhite-content {
background-color:#fff;
overflow: hidden;
padding:10px;
width:auto;
}

/* Rounded Boxes
------------------------------------------------------------------ */
.ltbluepanel {width: 100%;}
.ltbluepanel-content {
padding:5px;
background: #F4FAFE;
margin: 0 auto;
width:100%;
}
.bluepanel {}
.bluepanel-content {
padding:5px;
background: #D4EAFA;
height:auto;	
overflow:hidden;
}
.bluepanel-content h5 {	margin-bottom: 5px; background-color: transparent;}
.bluepanel-content select {}
.bluepanel-content p {	margin-bottom: 0;}
.rnd_box_green {
margin: 0px auto;
width:100%;
}
.rnd_box_green-content {
background: #CCF5CC;
padding:5px;
}
/* Rounded Tab Box
------------------------------------------------------------------ */

.roundtop-dkgray { width:100%;}

.request-info {float:left;	width:320px;}
.property-info {float:right; width:390px;}
.roundtop-dkgray-header {
background: #555;
color:#fff;	
font-size: 14px;
font-weight: bold;
height:20px;
line-height:20px;
margin:0px;
padding:0 0 0 2px;
}

a.roundtop-dkgray-link {color:#ccc; float:right; font-size:10px; margin-right:8px; text-decoration:underline}

.roundtop-dkgray-content {
background:#FAFAFA;
border:1px solid #D3DCE3;
height: auto !important;
overflow: hidden;
padding:5px;
}
.roundtop-dkgray-content dl {}
.roundtop-dkgray-content dt {
float:left;
font-size:11px;
font-weight: bold;
margin-right: 5px;
text-align:right;
width:25%;
}
.roundtop-dkgray-content dd {float: left; width:65%;}

.roundtop-dkgray-content .input-text {
width:275px;
margin:10px;
height:40px;
overflow:auto;
}
.roundtop-dkgray-content .thumbnail {
background: #fff;
border:1px solid #D3DCE3;
margin:0px 5px 5px 0px;
padding:1px;
position: relative;
}
.roundtop-dkgray-content h2 {
margin-left:0px
}
.roundtop-dkgray-content h3 {
font-size:11px;
list-style-type: none;
margin-left:0px;
}
.roundtop-dkgray-content h4 {
font-size:10px;
font-weight: normal;
}

/* Detail - Actions
------------------------------------------------------------------ */
.detail-actions {
}
.detail-actions .actions {
float:left;
font-size: 12px;
margin-top: 5px;
margin-left:10px;
}
.detail-actions .action {}

/* Grid - Actions
------------------------------------------------------------------ */
.grid-actions {
background:#333;
height: 26px;
width:auto;
}
.grid-actions .pagination {
color: #fff;
float:right;
line-height:26px;
margin-right:5px;
}

.grid-actions-tc {padding:5px 0 0 5px;}

.grid-actions .actions {
color: #fff;
float:left;
font-size: 12px;
margin-top: 5px;
margin-left:10px;
}
.grid-actions h2 span {
font-size: 12px;
font-weight:normal;
}


/* Panel - Dark Gray
------------------------------------------------------------------ */

.panel-dk-gray {
margin: 10px auto;
width:100%;
}
.panel-dk-gray_hdr {
background:#333;
height: 26px;
overflow: hidden;
width:100%;
margin:0; padding:0;
}
.panel-dk-gray_hdr h2 {
color:#fff;
line-height:26px;
font-size: 16px;
padding: 0 0 0 10px;
width:auto;
}
.panel-dk-gray_hdr .pagination {
color: #fff;
float:right;
line-height:26px;
margin-right:10px;
}
.panel-dk-gray_hdr a {color:#fff;}
.panel-dk-gray_hdr a:hover {color: #0091E8;}
.panel-dk-gray_hdr .new {
color: #fff;
float:left;
font-size: 12px;
line-height:26px;
margin-left:10px;
}
.panel-dk-gray h2 span {
font-size: 12px;
font-weight:normal;
}
/* Process Leads Request
------------------------------------------------------------------ */

.summary {
}
.alerts {
color:#E84141;
width: 100px;
text-align:center;	
font:bold 20px "Arial, Helvetica, sans-serif";
margin-top: 20px;
}
.alerts h1 {
margin:0px;
}
ul.summary {
list-style-type:none;
margin:10px 0px;
padding: 0px 20px;
width: auto;
padding-bottom:20px;
}
.summary li {
background:url(../images/blt_red_circle.png) left no-repeat;
line-height: 225%;
padding-left:10px;
margin-left:0px;
}
ul.vline {
border-right: 1px solid #ccc;
}

/* Control Panel - Feedback
------------------------------------------------------------------ */

.modalfeedbackpanel {
background-color: #fff;
border: 10px solid #333;
height:auto;
overflow:hidden;
width:350px;
position:fixed !important;
float:none;
}
.modalfeedbackpanel h2 {
background: #2A91CC url(../images/bg_modal_hdr.png) top repeat-x;
border-bottom: 1px solid #2681B7;
color:#fff;
font-size: 14px;
font-weight: bold;
height: 25px;
margin:0px;
line-height:25px;
cursor: move;
}
.modalfeedbackpanel img {
margin: 0px 5px;
}
.modalfeedbackpanel-content {
padding: 20px;
}
.modalfeedbackpanel-content h5 {
background: #ddd;
padding: 2px;
clear:both;
}
.modalfeedbackpanel-content dl {
float:left;
margin: 10px 0px;
}
.modalfeedbackpanel-content dt {
color: #666;
float:left;
font-size:11px;
line-height:20px;
margin-right:5px;
text-align:right;
width: 80px;
}
.modalfeedbackpanel-content dd { margin:2px 0px;}

.modalfeedbackpanel-content .input-text {
height:18px;
width:160px;
padding:1px;
}
.modalfeedbackpanel-content .actions {
border-top: 1px solid #ccc;
padding-top: 10px;
text-align: right;
width:100%
}

/* Control Panel - Dashboard Columns
------------------------------------------------------------------ */

.dashboard-col {	
height:auto;
margin:0 5px 0 5px;
overflow: hidden;
width:364px;
}
.dashboard-col-hdr {
height: 63px;
width:100%;
}
.dashboard-col-hdr h1 {
font: normal 30px "arial, helvetica, clean, sans-serif";
line-height:63px;
margin: 0 0 0 85px;
}
.dashboard-col-content {padding: 3px;}
.dashboard-col-content h2 {	color: #fff;}
.dashboard-col-botcap {
height:3px;
width:100%;
}
.dashboard-col-hdr-leadinfo {	background: #fff url("../images/hdr_lead_info.png") top left no-repeat;}
.dashboard-col-hdr-leadactions {background: #E4F1FC url("../images/hdr_lead_actions.png") top left no-repeat;}
.dashboard-leadinfo {background: #E4F1FC;}
.dashboard-leadactions {background:#CCF5CC;}
.dashboard-col-botcap-blue {background:#E4F1FC url("../images/botcap_blue.png") bottom left no-repeat;}
.dashboard-col-botcap-grn {	background:#E4F1FC url("../images/botcap_grn.png") bottom left no-repeat;}

/* Control Panel - Dashboard Panel Blocks
------------------------------------------------------------------ */

.dashpanel {
margin: 10px auto;
width:auto;
}
.dashpanel_hdr {
background:#333;
cursor: pointer;
height: 26px;
overflow: hidden;
width: auto;
}
.dashpanel_hdr h2 {
color:#fff;
line-height:26px;
font-size: 16px;
padding: 0px 0px 0px 10px;
width:auto;
}
.dashpanel_hdr .tips {
float:left;
margin: 5px 0px 0px 10px;
}
.dashpanel_hdr .close {
float:right;
margin: 8px 10px 0px 0px;
}
.dashpanel h2 span {
font-size: 12px;
font-weight:normal;
}
.dashpanel_content {
background:#fff;
height:auto;
width:100%;
overflow:hidden;
}
.grid-title {
height: 25px;
width:347px;
margin: 15px auto 3px auto;
text-align:center;
background:url("../images/bg_span_gray.png") top right no-repeat;
}
.grid-title-span {
background:url("../images/bg_cap_gray.png") top left no-repeat;
font-size: 12px;
font-weight: bold;
height: 25px;
width: 100%;
line-height: 25px;
text-align:center;
}
/* Dashboard Lead Stats
------------------------------------------------------------------ */

.dash-lead-stats-block {
margin:10px auto;
width:100%;
}
.dash-lead-stats-block dl {
line-height:165%;
list-style-type:none;
margin:10px auto;
margin-bottom:0px;
width: auto;
clear:both;
}
.dash-lead-stats-block dt {
border-bottom: 1px solid #D5DEE4;
font-size:11px;
font-weight: bold;
float:left;
margin-left:0;
padding: 5px 10px 0px;
width: 185px;
}
.dash-lead-stats-block dd {
border-bottom: 1px solid #D5DEE4;
float:left;
padding: 5px 10px 0px;
text-align:right;
width: 55px;
}
.dash-lead-stats-block .last {
border-bottom: none;
}
.dash-lead-stats-block dd.graycol {
background-color: #F4F4F4;
}
.dl-title {
font-size: 10px;
padding: 10px 10px 0;
}

/* Control Panel -  Dashboard Gridview
------------------------------------------------------------------ */


.dashboardgrid .AspNet-GridView {
color: #333;
width: 100%;
font-size:11px;
}
.dashboardgrid .AspNet-GridView div.AspNet-GridView-Pagination, .dashboardgrid .AspNet-GridView div.AspNet-GridView-Pagination a, .dashboardgrid .AspNet-GridView div.AspNet-GridView-Pagination span {
color: #333;
background: #E9E9E9;
font-weight: normal;
padding: 2px;
}
.dashboardgrid .AspNet-GridView table {
border: solid 1px #CCCCCC;
width: 100%;
}
.dashboardgrid .AspNet-GridView table thead tr th {
background: #D4EAFA;
font-weight: normal;
border-bottom: solid 1px #D3DCE3;
border-right: solid 1px #D3DCE3;
padding: 2px;
}
.dashboardgrid .AspNet-GridView table thead tr th a {
color: #0091E8;
}
.dashboardgrid .AspNet-GridView table tbody tr td {
color: #333;
background: White;
padding: 2px;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
}
.dashboardgrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {background: #FAFAFA;}
.dashboardgrid .AspNet-GridView table tbody tr.AspNet-GridView-Selected td {}
.dashboardgrid .AspNet-GridView table tfoot tr td {}
.dashboard-grid-leftcol {
font-weight:bold;
width: 105px;
}
.dashboard-grid-innercol {
width:58px;
text-align:right;
}

.tags-options {width: 100%; }
.tags-options h5 {margin-left: 30px; }
.tags-options ul {
color:#666;
font-size:11px;
line-height:250%;
list-style-type:none;    
margin-left:0;

margin-bottom:0;
}
.tags-options li  {}

.tags-options li input {
margin-right:10px;
vertical-align:middle;
}

/* Tags
------------------------------------------------------------------ */
.addtag  {
margin: 0 auto;
width: 95%;
}

.addtag-content {
margin: 0 auto;
width: 355px;
}

.addtag-content span {line-height:25px;}

.addtag-content .input-text {
margin-left: 15px;
margin-right: 15px;
}
/* Autcomplete
--------------------------------------------------------------------*/
.autocomplete_completionListElement {  
background-color: #f5f5f5;
border-width: 1px;
border-style: solid;
cursor: default;
color: Black;
height: 100px;
list-style-type: none;
margin: 0;
overflow: auto;
text-align: left;
visibility: hidden;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
background-color: #ffff99;
color: black;
padding: 1px;
margin: 0px!important;
}
/* AutoComplete item */
.autocomplete_listItem {
background-color : #f5f5f5;
color : black;
padding : 1px;
margin: 0px!important;
}
/* Message Label */
.msglabel {
color: red;	
float: none;
font-size: medium;
}
.innerpnlmsg {	text-align: center;}

.outerpnlmsg {
background-color: Transparent;
float: none;
padding-top: 4px;
padding-bottom: 4px;
text-align:center;
width: 100%;
}

/* Action Menus */
.ddmenu-top { text-decoration:none; border: dotted 1px #f5f5f5; color: Black; display: block; width: 60px; padding:6px; font-family: arial; font-size: 11px; font-weight: bold }
.ddmenu-top-btn { color:Black; text-decoration:none; border: dotted 1px #f5f5f5; color: Black; display: block; width: 60px; padding:6px; font-family: arial; font-size: 11px; font-weight: bold }
a.ddmenu-top-btn:hover { background-color:#faf0e6; border: 1px solid #868686; text-decoration:none }
.ddmenu-action {
padding:3px; 
font-weight: normal;
color: #fff;
color: #0091E8;
width: 200px;
}
.ContextMenuBreak { margin:1px 1px 1px 32px; padding:0px; height:1px; overflow:hidden; display:block; border-top: 1px solid #C5C5C5}
.ContextMenuItem { margin: 1px 0 1px 0; display: block; color: #003399; text-decoration: none; cursor: pointer; padding: 4px 19px 4px 13px; white-space: nowrap }
a.ContextMenuItem {margin: 1px 0 1px 0; display: block; color: #003399; text-decoration: none; cursor: pointer; padding: 4px 19px 4px 13px; white-space: nowrap}
a.ContextMenuItem-Selected { font-weight: bold; }
a.ContextMenuItem:hover {background-color: #FFE6A0; color: #003399; border: 1px solid #D2B47A; padding: 3px 18px 3px 11px; text-decoration:none;}

/* Validation */
.invalidtextbox{background-color: #ff9999;}
.invalidlabel{color: red;}



/* Javascript DropDown Field 
------------------------------------------------------------------ */

.trigger {
border:1px solid #707070;
color:#000;
padding:3px;
display:block;
}
.activetrigger {
border:1px solid #707070;
color:#000;
padding:3px;
display:block;
}

.dropcontainer{position:relative;}

.dropcontainer ul{
background:#fff;
border:1px solid #999;
border-bottom:none;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
}
.dropcontainer ul a{display:block;}
.dropcontainer ul a:hover{background:#fff;}
.dropdownhidden {
top:0;
left:-999em;
}
.dropdownvisible{
top:0;
left:0;
}


/* System Messages
------------------------------------------------------------------ */
.system-msg {
background:#E2F9E3;
border:1px solid #99CC99;
color:#006600;
margin:5px;
padding:5px;
}
.system-msg-warning {
background:#FF6600;
border:1px solid #FF6600;
color:#FFFF99;
margin:5px;
padding:5px;
text-align:center;
}
.system-msg-error {
background: #F00;
border:1px solid #900;
color:#fff;
margin:5px;
padding:5px;
text-align:center;
}

/* Misc
------------------------------------------------------------------ */

.fulledit-auditHistory { 
background: #e9e9e9;
border:1px solid #ccc;
float:none;
margin:25px auto 5px auto;
padding:4px;
text-align:center;
width:98%;	
}

.thumbnails {
height:150px;
padding:4px 4px 9px 4px;
width:200px;	
}

/* Calendar
------------------------------------------------------------------ */

.ajax__calendar { z-index:9999; position:absolute }

.ajax__calendar .ajax__calendar_container { z-index:9999; position:absolute }

/*
.ajax__calendar_other  { z-index: 9999; }

.ajax__calendar_container { z-index : 9999; position:relative }
.ajax__calendar {
display: block;
left: 0px;
position: relative;    
top: 0px;
visibility: visible; 
z-index:9999;
}
.ajax__calendar iframe 
{
left: 0px;
top: 0px;
z-index:9999;
}
*/


/* Availability Calendar
------------------------------------------------------------------ */
.availcal {
font-size: 10px;
background:#eee;
border: solid 1px #fff;
color: #000;
float:left;
}
.availcal td {border: solid 1px #fff;}

.availcal-dayheader {
font-size: 10px;
background: #B5B5B5;
height:15px;
color: #000;
}
.availcal-day {
background:#ABC7AB;
border: solid 1px #fff;
color: #000;
}
.availcal-unavailable {
background:#fff url(/App_SharedStyles/images/bg-cal-unavail.png) no-repeat center;
border: solid 1px #fff; 
color: #999;
/*cursor: not-allowed;*/ 
}

.availcal-avail-morning {}
.availcal-avail-afternoon {}

.availcal-notapplicable {
border: solid 1px #fff;
color: #ddd;
}
.availcal-nextprev {}
.availcal-othermonth {
border: solid 1px #fff;
color: #ddd;
}
.availcal-selectedday {
border: solid 1px #fff;
background: #FDC760;
color: #000;
}
.availcal-selectorstyle {
}
.availcal-title td {
background:#eee;
height:20px;
font-weight: bold;
font-size:11px;
padding: 3px;
margin: 0px;
}
.availcal-today {
font-weight:bold;
color:#000;
}
.availcal-weekend {
background:#ABC7AB;
border: solid 1px #fff;
color:#000;
}
.reviseSearchBlock .ajax__calendar_container {
background:#fff;
border:1px solid #999;
position: relative;
z-index:99;
}
#room-booking-details-block .ajax__calendar_container {
background:#fff;
border:1px solid #999;
position: relative;
z-index:99;
}


/* Action tabs
------------------------------------------------------------------ */


/*. ajax__tab_header A container element that wraps all of the tabs at the top of the TabContainer. */ 
.action-tabs  {	
font-weight:bold;
padding:10px;
}

.action-tabs .ajax__tab_panel { background:#fff; width:100%;}

.action-tabs .detail-content { padding:10px; margin:0; }

.action-tabs .rnd_box_graywhite-content {padding:10px; margin:0; border:1px solid #666; }

/* An outer element of a tab, often used to set the left-side background image of the tab.*/
.action-tabs .ajax__tab_outer {
background:url("../images/tab-bg-outer.png") no-repeat top left;
margin-right:5px !important;margin-right:0;	
	height:49px; overflow:hidden;
}

/* An inner element of a tab, often used to set the right-side image of the tab */
.action-tabs .ajax__tab_inner {background:url("../images/tab-bg-inner.png") no-repeat top right; height:49px; overflow:hidden;} 

/* An element of the tab that contains the text content. Child CSS classes:none. */
.action-tabs .ajax__tab_tab {	
background:none;
color:#fff;
text-align:center;
padding:20px
} 

.action-tabs .ajax__tab_body {} /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.*/

.action-tabs .ajax__tab_hover {} /* This is applied to a tab when the mouse is hovering over ajax__tab_outer */

.action-tabs .ajax__tab_active {}

.action-tabs .ajax__tab_hover .ajax__tab_outer {background:url("../images/tab-bg-outer.png") no-repeat left -60px;}

.action-tabs .ajax__tab_hover .ajax__tab_inner {background:url("../images/tab-bg-inner.png") no-repeat right -60px;}

.action-tabs .ajax__tab_active .ajax__tab_outer {background:url("../images/tab-bg-outer.png") no-repeat left -120px;}

.action-tabs .ajax__tab_active .ajax__tab_inner { background:url("../images/tab-bg-inner.png") no-repeat right -120px;}

/* Control Panel - Cards
------------------------------------------------------------------ */

.card-content { height:auto; width:auto }

.card-content h5 {
background: #E5E5E5;
clear:both;
font:bold 12px Arial, Helvetica, sans-serif;
margin:10px 0;
padding: 3px 10px;
}

.card-content dl {
float:left;
white-space:nowrap;
width:95%;
margin-left:10px;
}

.card-content dt 
{	
color: #666;
float:left;
margin:4px 0;
text-align:left;
vertical-align:middle;	
width:24%;
}
.card-content dd {float:left; margin:4px 0; }

/* Control Panel - Gantt
------------------------------------------------------------------ */

.unit-gantt #ddMonth {
background:#333;
color:#fff;
height:25px;
line-height:25px;
text-align:center;
}

.gant {
font-size:small
}
.gant .weekday {
background-color:Gray;	
}
.gant .headline {
background-color:Gray;
width:300px;
border:solid 1px black;
border-bottom-width:0px;
padding:2px
}
.gant .hzline {
height:1px;
background-color:Black;
margin-left:0px;
margin-right:0px
}
.gant .unitrow {}
.gant .unitrow dl {
float:left;
white-space:nowrap
}
.gant .unitrow dt {
color: #666;
float:left;
border-left:solid 1px black;
text-align:left;
width:300px;
padding-left:5px
}
.gant .unitrow dd {
width:15px;
margin:0;
text-align:center;
float:left;
border-left:solid 1px black
}
.gant .monthrow {}
.gant .monthrow dl {
float:left;
white-space:nowrap
}
.gant .monthrow dt {
float:left;
border-left:solid 1px black;
text-align:left;
width:300px;
padding-left:5px
}
.gant .monthrow dd {
margin:0;
text-align:center;
float:left;
border-left:solid 1px black
}
.gant .booked {
background-color:Red;
width:100%;
}
.gant .notbooked {
background-color:White;
width:100%

}
.gantt-col1 {width:300px;}

.unit-gantt {
	background:#fff;
	border:1px solid #333;
font-size:12px;
font-family:"Arial", Helvetica, sans-serif;
}

.unit-gantt table, .unit-gantt tr, .unit-gantt td, .unit-gantt th {margin:0; padding:0;} 
.unit-add {
background:#555;
border-bottom:1px solid #555;
border-right:1px solid #555;
height:44px;
line-height:22px;
}
.unit-gantt tr
{
	border-top:1px solid #278FCA;
	border-bottom:1px solid #278FCA;
    height:11px;
}
.unit-gantt td
{
   white-space: nowrap;
}
.unit-headline {
background:#eee;
height:24px;
line-height:24px;
border-bottom:1px solid #D3DCE3;
border-right:1px solid #D3DCE3;
}
.unit-name {
background:#fff;
height:18px;
line-height:18px;
border-bottom:1px solid #D3DCE3;
border-right:1px solid #D3DCE3;
}
.unit-gantt .month {
background:#333;
color:#fff;
height:25px;
line-height:25px;
text-align:center;
border-left:1px solid #D3DCE3;
}

.weekday {height:19px}
.weekday tr td {
height:19px;
line-height:19px;
text-align:center;
width:14px;
border:1px solid #D3DCE3;
border-top:none;
vertical-align:middle;	
}
.weekday-even {background:#D4EAFA;text-align:center; border-bottom:1px solid #D3DCE3; border-left:1px solid #D3DCE3}
.weekday-odd {text-align:center; border-bottom:1px solid #D3DCE3; border-left:1px solid #D3DCE3}


.bookt-row-header  {
background:#fafafa;
height:24px;
line-height:24px;
border-bottom:1px solid #D3DCE3;
border-right:1px solid #D3DCE3;
border-left:1px solid #D3DCE3;
}
.bookt-row{
height:18px;
line-height:18px;
border-top:1px solid #D3DCE3;
border-bottom:1px solid #D3DCE3;
border-right:1px solid #D3DCE3;
}

table.bookt-row-days {
height:18px;
line-height:18px;
}

table.bookt-row-days tr td {
text-align:center;
width:14px;
border-right:1px solid #D3DCE3;
}

.bookt-blue {
background: #278FCA;
border-left:1px solid #278FCA;
border-right:1px solid #278FCA;
cursor: pointer; cursor: hand;
}
.bookt-green {
background: #6BD05D;
border-left:1px solid #6BD05D;
border-right:1px solid #6BD05D;
}



.book-bo table, .bkh table, .bkon table, .bkoa table, .bkow table, .bkp table,.bkpf table
.bknr table,
.bknd table,
.bkod table,
.bkpp table,
.bke0,
.bke1,
.bke2,
.bke3,
.bke4,
.bke5
{
    border:none; cursor: pointer; cursor: hand;
    }

.bksp,.bkse
{
   width : 100%;
   height : 100%;
   /*border:1px solid #278FCA;*/
   padding:0;margin:0;                   
}
.book-bo, .bkh, .bkon, .bkoa, .bkow, .bkp,.bkpf
.bknr,.bknd,.bkod,.bkpp,
.bke0,.bke1,.bke2,.bke3,.bke4,.bke5,
.bkcf,.bkci,.bkco,.bkcx,.bkpc,.bkh
{
border: 0px solid #278FCA; cursor: pointer; cursor: hand;}

.bko {
background:white;
/*border:1px solid #278FCA;*/
border-left:1px solid #278FCA;
border-rigth:1px solid #278FCA;
cursor: pointer; cursor: hand;
}

.book-bo {background:#409ED3;border-right:1px solid #409ED3;}
.bkh {background:#FF3972;border-right:1px solid #FF3972;}
.bkon {background:#FFCB47;border-right:1px solid #FFCB47;}
.bkoa {background:#BF76A4;border-right:1px solid #BF76A4;}
.bkow {background:#6BD05D;border-right:1px solid #6BD05D;}
.bkp {background:#81E4E8;border-right:1px solid #81E4E8;}

.bkpf{background:#409ED3;border-right:1px solid #409ED3;}
.bknr{background:#FF3972;border-right:1px solid #FF3972;}
.bknd{background:#FFCB47;border-right:1px solid #FFCB47;}
.bkod{background:#BF76A4;border-right:1px solid #BF76A4;}
.bkpp{background:#6BD05D;border-right:1px solid #6BD05D;}

.bke0{background:#409ED3;border-right:1px solid #409ED3;}
.bke1{background:#FF3972;border-right:1px solid #FF3972;}
.bke2{background:#FFCB47;border-right:1px solid #FFCB47;}
.bke3{background:#BF76A4;border-right:1px solid #BF76A4;}
.bke4{background:#6BD05D;border-right:1px solid #6BD05D;}
.bke5{background:#81E4E8;border-right:1px solid #81E4E8;}
.bke6{background:#F8981F;border-right:1px solid #F8981F;}
.bke7{background:#E30E24;border-right:1px solid #E30E24;}
.bke8{background:#817F82;border-right:1px solid #817F82;}
.bke9{background:#B5B5B5;border-right:1px solid #B5B5B5;}
.bke10{background:#B0DE00;border-right:1px solid #B0DE00;}

.bkcf{background:#409ED3;border-right:1px solid #409ED3;}
.bkci{background:#FF3972;border-right:1px solid #FF3972;}
.bkco{background:#FFCB47;border-right:1px solid #FFCB47;}
.bkcx{background:#BF76A4;border-right:1px solid #BF76A4;}
.bkpc{background:#6BD05D;border-right:1px solid #6BD05D;}

.bkrs{background:#6BD05D;border-right:1px solid #6BD05D;}
.bkrns{background:#FFCB47;border-right:1px solid #FFCB47;}

#legend tr td{color:#ffffff;display:block;margin:0 0 2px;padding:2px 7px;}
#legend .bkon,#legend .bknd,#legend .bke2,#legend .bkco,#legend .bkrns{color:#62614D;}
.bksp,.bkse{border:none;}
.unit-gantt tr.headers-tape-chart{border:none;}
.unit-gantt tr.first-property-tape-chart{border-top:none;}
.unit-gantt tr.last-property-tape-chart{border-bottom:none;}
.unit-gantt td.bkst{border-bottom:none;border-left:1px solid #278FCA;border-top:1px solid #278FCA;}
.unit-gantt .bkse td.bkst{border-bottom:none;border-left:1px solid #278FCA;border-top:1px solid #278FCA;height:16px;}
.unit-gantt .bkse td.end-book{border:none;border-right:1px solid #278FCA;border-bottom:1px solid #278FCA;}
.unit-gantt td.end-book{height:15px;border-bottom:1px solid #278FCA;}
.unit-gantt td.bkot{border:none;border-left:1px solid #278FCA;border-right:1px solid #278FCA;height:16px;}
.unit-gantt td.bkob{border:none;border-left:1px solid #278FCA;height:16px;}
.bksp tr,.bkse tr{border:none;}
.NavBar {
color: black; background-color:#E6E6E6; font-family:Arial; font-style:normal; font-size:13px; border-left: #ccc 1px solid; border-right: #ccc 1px solid; border-top: #ccc 1px solid; border-bottom: #ccc 1px solid; padding: 0px 10px 0px 10px;
}

/* Control Panel - Header Search
------------------------------------------------------------------ */
.search-button {
background: url(../images/btn_hdr_search.png) top left no-repeat;
border: none;
margin-left:2px;
height:16px;
width:16px;
}

.gotosite-button {
background: #000000 url(../Images/btn_site.png) top left no-repeat;
width:20px;
height:16px;
border: none;
}

.input-search-watermark {
border:1px solid #fff;
float:left;
font-size:12px;
color:#999;
height:14px;
padding:0;
width: 150px;
vertical-align:  bottom;
}

.input-search {
border:1px solid #fff;
float:left;
font-size:12px;
height:14px;
padding:0;
width: 150px;
vertical-align:bottom;
}

.tc-cap .DragHandleClass{background:url(../images/ico_move.png) no-repeat top left; width:200px; height:17px; margin-top:-4px;}
.tc-cap .DragHandleClass .cnt{margin-left:25px;}
.tc-cap li{list-style:none;}

.site-menu { float:left; width:98%}

.site-menu .AspNet-Menu-Horizontal {
position:relative;
z-index: 300;}

.site-menu li /* all items*/ {
border-left:#ccc inset 1px;
height: 25px;
float: left;
margin: 0;
padding: 5px 0;
width: auto;
z-index: 1;	
text-transform: none;	
}

.site-menu ul /* Tier 1 borders*/ {
border:none;
list-style:none;
margin:0;
padding:0;
z-index: 1;
}
.site-menu ul.AspNet-Menu /* Tier 1 */ {margin-left:0; width:98%}

.site-menu li:hover, .site-menu li.AspNet-Menu-Hover  /* Tier 1 mouse over*/ {
height: 27px;
background: #000 url(../images/mmNav_bg_hover.gif) center bottom no-repeat;
border-bottom: none;
text-decoration: none;
z-index: 1;
}

.site-menu a, .site-menu a:visited, .site-menu span /* all anchors and spans (nodes with no link) */ {
background:transparent;
color:#fff;
display:block;
line-height:27px;
margin:0;
padding:0 10px;
text-decoration:none;
width:auto;
}

.site-menu ul.AspNet-Menu ul  /* Tier 2 - drop down box location */ {
left: 0;
margin:0;
top:35px;
}
.site-menu ul.AspNet-Menu ul li  /* Tier 2 list items */ {
background: #333;
border-bottom: solid 1px #ccc;
clear: left;
display:block;
height:27px;
float:left;	
margin:0;
padding:  0;	
width: 200px;
}

.site-menu ul.AspNet-Menu ul li a:hover /* Tier 2 hover */ {background-color:#0670A6; text-decoration:none;}

.site-menu ul.AspNet-Menu ul ul  /* Tier 3 Positioning */ {
top:0;
left: 200px;
z-index: 2;
}

li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren span.AspNet-Menu-NonLink /* Tier 3 Image */ { background: url(../images/ico_menuarrow.gif) 185px  no-repeat; }
li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren span:hover.AspNet-Menu-NonLink /* Tier 3 Mouseover */ {background:#0670A6 url(../images/ico_menuarrow.gif) 185px  no-repeat;}

.site-menu li.AspNet-Menu-Leaf a,  .site-menu li.AspNet-Menu-Leaf span /* leaves */ {background: none;}

.site-menu li:hover a, /* hovered text */ .site-menu li:hover span, .site-menu li.AspNet-Menu-Hover a, .site-menu li.AspNet-Menu-Hover span, .site-menu li:hover li:hover a, .site-menu li:hover li:hover span, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .site-menu li:hover li:hover li:hover a, .site-menu li:hover li:hover li:hover span, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
	background:#000;
color: #fff;
display:block;
}
.site-menu li:hover li a, /* the tier above this one is hovered */ .site-menu li:hover li span, .site-menu li.AspNet-Menu-Hover li a, .site-menu li.AspNet-Menu-Hover li span, .site-menu li:hover li:hover li a, .site-menu li:hover li:hover li span, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .site-menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
background: #000;
color: #fff;
}

/* Autcomplete
--------------------------------------------------------------------*/
.autocomplete_completionListElement {  
background: #ccc;
border: 1px solid #ccc;
cursor: default;
color: #000;
font-size:11px;
height: 100px;
list-style-type: none;
margin: 0;
overflow: hidden;
text-align: left;
visibility: hidden;
}


/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
background-color: #ffff99;
color: black;
padding: 1px;
margin: 0;	
}
/* AutoComplete item */
.autocomplete_listItem {
background-color : #fff;
border-bottom:1px dotted #ccc;
color: #000;
padding : 2px;
margin: 0;
}

/* Update Progess */
.TransparentGrayBackground {	
background-color:Gray;
filter:alpha(opacity=70);
height: 100%;	
left: 0;	
min-height: 100%;
min-width: 100%;
opacity:0.7;
position: fixed;	
top: 0;
width: 100%;
z-index:100002;
}
.UpdateProgress {
background-color:#fff;
border: solid 1px black;
height:50px;
left: 50%;
padding-top: 13px;	
position: absolute;
text-align: center;
top: 50%;		
vertical-align: middle;
width:140px;
z-index:100003;
}
/* Calendar Extender */
.ajax__calendar_disabled {
background-color: White;
color: White;
}


/* Reviews and Ratings
--------------------------------------------------------------------*/

.review-provider {float:right; margin:10px;}

.ratings-link {
font-weight:bold;
float:left;
}

.ratings-link a, .ratings-link a:link, .ratings-link a:visited { color:#882255;}
.ratings-link img {vertical-align:middle;}

.ratings-block { border-bottom:1px dotted #ccc;margin:10px 10px 25px 10px; padding-bottom:10px;}

.ratings-block h4 { color:#d07828; margin:0; padding:0;}
.ratings-block h5 {margin:0; padding:0;}
.ratings-block h6 {margin:0 0 10px 0;}
.ratings-block h6 span { color:#882255; font-weight:normal;}
.ratings-block p {font-size:12px; margin:0 0 10px 0; }

.ratings-stars {height:auto; margin:0 15px 0 0; overflow:hidden; float:left; width:auto;}

.ratingStar {
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 12px;
margin:0;
padding: 0;
width: 13px;
}
.filledRatingStar { background-image: url(/images/FilledStar.png); }
.emptyRatingStar { background-image: url(/images/EmptyStar.png); }
.savedRatingStar {background-image: url(/images/SavedStar.png);}

.review-response {padding: 10px; background:#F6F3E6; border:1px solid #E7D388;}

.sb-block-mid #ctl00_ctl00_ctl00_sc_mc_ccRelatedActions_ccPropertyDetails_pnlMore div {width:130px; background:#fff;padding:5px; vertical-align:middle; min-height:15px; border-bottom:1px solid #ccc;position:relative; top:0; left:75px;}

/* Photos page
--------------------------------------------------------------------*/

.photos-block { border:1px solid #ccc; height:auto; overflow:hidden; padding:5px; }
.photo-drag-spot {border: dashed 2px navy;font-weight:bold;background: Yellow; color: Red}
.photos-block .thumbnails { background-color:#fff; border:1px solid #ccc; padding:3px; display:block;}
.photos-info { margin:0 0 0 20px; width:375px;}
.photos-info dl dt { width:75px;}

.photos-block-drag {
background:url(../images/ico_move2.png) no-repeat top left;
cursor:move;
float:right;
padding-left:20px;
text-align:right;
}
#content_tabActions_tabPhotos_ccMedia_up .photos-block .thumbnails img {
width:200px;
}

/* Booking page
--------------------------------------------------------------------*/

.book-customer { float:left; width:350px; padding-right:10px; border-right:1px solid #ccc; }
.book-customer h1, .book-details h1 { border-bottom: 1px solid #ccc; font:bold 16px Arial, Helvetica, sans-serif; margin-bottom:0; height:100%;  }
.book-customer dt {width:100px;}
.book-customer dd {width:160px;}
.book-details {float:left; padding-left:10px; width:350px; }
.book-details dt {width:100px}
.book-details dd {width:160px}


/* Property Search Modal
--------------------------------------------------------------------*/

.prop-search-filter {
border:1px solid #ccc; 
float:left;
margin-right:10px;
padding:5px;
width:20%;
}

.prop-search-results {
float:left;
width:75%;
}

.prop-search-filter dl {
float:left;
font:normal 11px Arial, Helvetica, sans-serif;
width:180px;
}
.prop-search-filter dt {	
color: #666;
float:left;
text-align:left;	
width:60px;
}
.prop-search-filter dd {
float:left;
width:120px;
}

.prop-search-filter dd select{width:115px;}
.prop-search-filter dd input[type=text]{width:110px;}

.book-details .prop-property dd {
float:left;
width:120px;
}

/* Central Repository Docs
----------------------------------------------------------------------*/

.repository dl{float:left; width:350px; margin-left:10px;}
.repository dt{margin-top:10px;}
.repository img{float:left; width:auto;}
.repository h1{border-bottom:1px solid #7F98A7; margin-bottom:10px; color:#2389CA; float:left; margin-left:5px;}
.repository h2{border-bottom:1px solid #7F98A7; margin-bottom:10px; color:#2389CA; float:left; margin-left:5px;}
.repository ul{list-style-image:url(/images/summary_arrow.png); margin-top:10px;}
.repository li{margin-bottom:5px;}
.repository dl.rightpanel{margin-left:30px; list-style-image:url(../images/summary_arrow.png)}
.repository dl.largevideo{width:97%; margin-left:10px;}


/* YouTube Videos
----------------------------------------------------------------------*/
#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:5px;
	width:440px;
}


.yt_holder {
    background: #f3f3f3;
    padding:5px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-bottom:15px;
	width:95%;
}


.yt_holder ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 255px;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 250px;
    margin-bottom: 5px;
	padding:2px;
	margin-left:0px;

}

.yt_holder ul li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.yt_holder ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.yt_holder .currentvideo {
	background: #e6e6e6;
}

/* Nutshell
----------------------------------------------------------------------*/
.nutshell-header{width:97%; margin-left:10px;}
.nutshell-header .title{font:22px bold Arial, Helvetica, sans-serif; color:#06466C; text-transform:uppercase; margin-top:15px;}
.nutshell-header .subtitle{font:30px bold Arial, Helvetica, sans-serif; color:#2389CA; text-transform:uppercase; margin-left:150px; margin-top:5px;}
.nutshell-header p{font-size:11px;}
.nutshell-header .separator{height:5px; background-color:#D3DCE3;}
.nutshell-header img{margin-top:30px; float:right; margin-right:15px;}


.RequestInfo input, .RequestInfo textarea {
margin:3px 0;
width:180px;
}

.RequestInfo textarea {
margin:3px 0;
width:180px;
height:100px;
}

.RequestInfo .button {
margin: 10px 20px 15px 0px;
border: none;
color: #fff;
font-size: 13px;
font-weight: bold;
width:73px;
height:28px;
float:right;
background: url(../Images/bu_clear.gif) top repeat-x;
}

.book-details dd{width:250px;}

/* MultiSelect Dropdown
----------------------------------------------------------------------*/
.popupMenu {
visibility:hidden;
background-color:#FFF;
opacity:.9;
filter: alpha(opacity=90);
overflow-x: hidden;
overflow-y: scroll;
height:120px ;
width:150px;
border-style:solid;
border-color:Gray; 
border-width:1px;
}

.popupHover {
background-position:left top;
background-color:#F5F7F8;
width:120px;
}

.regularText {
font-family:Verdana;
font-size:12px;
}

.ddlMenu {
width:120px;
overflow-y:auto; 
overflow-x:hidden;
}

/* Customize Settings
----------------------------------------------------------------------*/
.content-upForm h5 {border-bottom:1px solid #ccc; padding:5px; }
.content-upForm dl {border-bottom:1px solid #e5e5e5; padding-top:2px;}
.content-upForm dt {width:42%;}

/* Multiple Uploads
----------------------------------------------------------------------*/
.upload_wrapper{padding:0px 20px 0px 20px}
.detail_content{border:solid 1px black; background:#fff; padding:10px;}
.detail_content object[style]{width:252px; height:50px;}
.Flajaxian_FileBox{font-family:Arial,Verdana,sans-serif;font-size:12px;display:none;width:99%}
.Flajaxian_FileBox[style]{top:0;left:0;margin-bottom:5px}
.Flajaxian_FileBoxHeader{width:250px;height:16px;border:solid 1px #C8C8C8;border-bottom:none}
.Flajaxian_FileBoxHeaderText{float:right;width:230px;text-align:center}
.Flajaxian_FileBoxHeaderArrowHolder{float:left;width:16px;cursor:pointer}
.Flajaxian_FileBoxFileList{width:250px;height:auto;overflow:auto;border:1px solid #C8C8C8;border-top:none}
.Flajaxian_FileBoxFileListRow{float:left;width:97%;text-align:left;border-top:1px solid #C8C8C8;margin-left:3px;padding:3px 0 3px 2px}
.Flajaxian_FileBoxFileListRow:hover{background-color:#FFC;font-weight:700}
.Flajaxian_FileBoxFileListRowError{float:left;width:230px;padding-left:2px;background-color:#F66;text-align:left}
.Flajaxian_FileBoxFileListRowUploading{float:left;width:230px;padding-left:2px;background-color:#FFC;text-align:left}
.Flajaxian_FileBoxFileListRowUploaded{float:left;width:230px;padding-left:2px;color:#999;text-align:left}
.Flajaxian_FileBoxFileListRowCloseBtn{float:left;width:16px;padding-right:2px;cursor:pointer}

/* Packages
----------------------------------------------------------------------*/
.packages-wrapper{background:#ffffff;padding:1px 20px 20px;}
.rightContent .packages-wrapper h1{margin:15px 0;}
.packages-wrapper .package{margin:15px 0 0;}
.packages-wrapper .package h2{color:#268CC9;margin-bottom:2px;}
.packages-wrapper .package .package-img{float:left;min-height:150px;overflow:hidden;width:200px;}
.packages-wrapper .package .package-img img{border:none;width:200px;}
.packages-wrapper .package .package-content{float:left;margin-left:10px; width:750px;}
.packages-wrapper .package .package-content p{margin:0 0 5px;}
.packages-wrapper .package .package-content .details{color:#999;float:left;font-size:16px; line-height:1;text-transform:lowercase;width:100%;}
.packages-wrapper .package .package-content .details a{float:right;}
.packages-wrapper .package .package-content .details b.price{color:#268CC9; font-size:35px; font-weight:normal;}
.package-separator{background:#b7b7b7;height:1px;width:100%;}

/* Distribution
----------------------------------------------------------------------*/
.distribution-wrapper{background:#ffffff;}
.rightContent .content-static{padding:20px;}
.package .package-img{float:left;min-height:150px;overflow:hidden;width:200px;}
.package .package-img img{border:none;width:200px;}
.package .package-content{float:left; margin-left:10px; width:750px;}
.package .package-content h2{color:#268EC9; font-weight:normal;}
.package p.details{margin:0;}
.package .details{font-size:16px; color:#999; width:100%; float:left;}
.package .details b{font-size:34px; color:#268EC9;}
.package input[type=image]{margin-left:5px;margin-top:5px;}
.terms-privacy #leftContent-ip{background:#fff; padding:20px;}
.terms-privacy .sidebar{display:none;}

/* Priority Indicator
----------------------------------------------------------------------*/
.priority0 {background-color:#0033FF; border:1px solid black; padding:1px}
.priority1 {background-color:#0099cc; border:1px solid black; padding:1px}
.priority2 {background-color:#00ffff; border:1px solid black; padding:1px}
.priority3 {background-color:#339966; border:1px solid black; padding:1px}
.priority4 {background-color:#006600; border:1px solid black; padding:1px}
.priority5 {background-color:#66cc33; border:1px solid black; padding:1px}
.priority6 {background-color:#99cc00; border:1px solid black; padding:1px}
.priority7 {background-color:#cc9900; border:1px solid black; padding:1px}
.priority8 {background-color:#ff9966; border:1px solid black; padding:1px}
.priority9 {background-color:#ff6633; border:1px solid black; padding:1px}
.priority10 {background-color:#FF0033; border:1px solid black; padding:1px}

/* Payment
----------------------------------------------------------------------*/

.ico-creditcards {background: url(/App_SharedStyles/images/ico-creditcards.png) top left no-repeat; float:right; height:20px; width:146px;}
h1.welcome-text{float:left; margin:5px 0 10px 15px; font-size:24px; color:#000; width:350px;}
.header-links{float:right; margin: 10px 40px 0 0;}
.header-links h1{text-align:center;}
.header-links ul li{list-style:disc; float:left;}

/* Amenities
----------------------------------------------------------------------*/
.amenity_actions_panel {padding-left:10px; float:left;}
.amenity_actions_checkbox {padding-bottom:5px; font-size:x-small; width:175px}

/* Date Picker
------------------------------------------------------------------ */
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Calendar Fix display on footer */

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #1882BF; background: #1D90D1; color: #fff; font-weight: bold; }
.ui-widget-header a { color: #fff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active,.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #fff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,.bkrns, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #fff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #fff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #fff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*
 * jQuery UI Datepicker 1.8.6
 *
 * http://docs.jquery.com/UI/Datepicker#theming
*/
 
div.ui-datepicker {display: none;} 
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { background:url("../images/ui-icons_ffffff_256x240.png") -80px -192px; border:none; cursor:pointer;left:3px; top:3px;}
.ui-datepicker .ui-datepicker-next-hover { background:url("../images/ui-icons_ffffff_256x240.png") -48px -192px; border:none; cursor:pointer; right:1px; top:3px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.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*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

div.ui-datepicker{
 font-size:10px;
}

/*************Data Quality Blocks*************/
.overall-dq{margin:0 5px;padding:0 0 10px;}
.overall-dq h2{background:#333;color:#fff;margin-bottom:15px;padding:5px;}
.score{background:url(../images/bg_score.png) no-repeat;height:64px;text-align:center;width:66px;}
.score h1{font-size:50px;}
.score h1 span{color:#333;font-size:15px;font-weight:normal;}
.explanation{margin:0 0 0 6px;}
.explanation h3{font-size:16px;}
.explanation p{margin-bottom:5px;}
.explanation a,.explanation a:link,.explanation a:visited{font-size:11px;text-decoration:underline;}

/*Data Quality Blocks colors for each score point*/
.data-quality .pts1{color:#CC0000;}
.data-quality .pts2{}
.data-quality .pts3{color:#F47A00;}
.data-quality .pts4{}
.data-quality .pts5{color:#4A8C39;}

/*Data Quality Block In the sidebar*/
.sb-block-gradient .score{}
.sb-block-gradient .explanation{font-size:11px;margin:0;padding:3px 0 0 3px;width:138px;}
.sb-block-gradient .explanation p{color:#666;}

/*Explanation of Score Pop up*/
#content_dp1 .pop-panel{width:720px !important;}
#content_dp1 .pop-content dl{padding:0 4px;width:130px;}
#content_dp1 .pop-content dt{background:#E0E0E0;border:1px solid #EFEFEF;color:#545454;font-size:10px;height:15px;padding:3px 0 0;text-align:center;text-transform:uppercase;width:128px !important;}
#content_dp1 .pop-content dd{float:none;text-align:center;white-space:normal;}

/*************New Dashboard*************/
.dashboard-left-col{padding:0 0 0 8px;width:542px;}
.dashboard-left-col h1,.dashboard-right-col h1{color:#000;font-size:17px;padding:10px 0 8px;text-transform:uppercase;}

/*Quick links block*/
.dashboard-left-col .ql-block{background:#F4FAFE;border:1px solid #AFD8F5;border-top:4px solid #358AC3;padding:30px 0 30px 12px;}
.dashboard-left-col .ql-block li{margin:0;padding:0 0 4px;}
.dashboard-left-col .ql-block li a img{float:left;padding:0 17px 0 0;}
.dashboard-left-col .ql-block li h2{float:left;}
.dashboard-left-col .ql-block li h2 a{color:#000;}
.dashboard-left-col .ql-block li p{color:#666;float:left;font-size:11px;width:412px;}

/*Do more with Bookt control panel block*/
.dashboard-left-col .domore-block{background:#E5F1FC url(../images/bg_domore.png) repeat-x;border:2px solid #fff;}
.dashboard-left-col .domore-block h1{font-size:18px;padding:17px 0 25px 12px;text-transform:none;}
.dashboard-left-col .domore-block .domore-list{height:448px;overflow:auto;}
.dashboard-left-col ul{list-style-type:none;padding:0px;margin:0px;}
.dashboard-left-col .domore-block ul li{background:url(../images/bullet_domore.png) no-repeat;color:#666;font-size:11px;padding-left:44px;width:420px;}
.dashboard-left-col .domore-block ul li h2 a{color:#0692E7;}
.dashboard-left-col .domore-block .package-separator{background:#fff;height:1px;margin:0 auto;width:90%;}
.dashboard-left-col .title,.dashboard-right-col .title2{background:#dedede url(../images/bg_titles-dashboard-left.png) repeat-x left top;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;border:1px solid #ccc;padding:4px 10px;}
.dashboard-left-col .title h1,.dashboard-right-col .title2 h1{font-size:14px;line-height:14px;padding:0;}
.optional-services-col .domore-block{background:#E5F1FC url(../images/bg_domore.png) repeat-x;border:2px solid #fff; width:500px;}
.optional-services-col .domore-block h1{font-size:18px;padding:17px 0 25px 12px;text-transform:none;}
.optional-services-col .domore-block .domore-list{height:300px;overflow:auto;}
.optional-services-col ul{list-style-type:none;padding:0px;margin:0px;}
.optional-services-col .domore-block ul li{background:url(../images/bullet_domore.png) no-repeat;color:#666;font-size:11px;padding-left:44px;width:320px;}
.optional-services-col .domore-block ul li h2 a{color:#0692E7;}
.optional-services-col .domore-block .package-separator{background:#fff;height:1px;margin:0 auto;width:90%;}
.domore-block h1 a.domore-link, .domore-block h1 a.domore-link:hover{font-weight:normal;color:#238BC6;display:block;margin:4px 8px 0 8px;text-decoration:underline;}

/*What's New with Bookt control panel block*/
.dashboard-right-col .blog-block{background:#E5F1FC url(../images/bg_domore.png) repeat-x;border:2px solid #fff;}
.dashboard-right-col .blog-block .blog-list{margin-left:16px;}
.dashboard-right-col .blog-block h1{font-size:18px;padding:17px 0 25px 12px;text-transform:none;}
.dashboard-right-col .blog-block h1 a{color:#000;}
.dashboard-right-col .blog-block .blog-list{height:180px;overflow:auto;}
.dashboard-right-col ul{list-style-type:none;padding:0px;margin:0px;}
.dashboard-right-col .blog-block ul li{background:url(../images/bullet_domore.png) no-repeat;color:#666;font-size:11px;padding-left:44px;width:420px;}
.dashboard-right-col .blog-block ul li h2 a{color:#0692E7;}
.dashboard-right-col .blog-block .separator_sidebarLine{background:#fff;height:1px;margin:0 auto 8px auto;width:90%;}
.dashboard-right-col .blog-block .blog-list h4{margin-bottom:4px;}
.dashboard-right-col .blog-block .blog-list p{margin-left:12px;}

/*Overall Property Data quality block*/
.dashboard-right-col{padding:0 8px 0 0;width:432px;}
.dashboard-right-col .score h1{font-size:50px;padding:0;}
.dashboard-right-col .overall-dq,.bluetop-block{background:#fff;border:1px solid #AFD8F5;border-top:4px solid #358AC3;margin:0;padding:5px 0 0 2px;}
.dashboard-right-col .bluetop-block .overall-dq{background:none;border:none;padding:0;}
.dashboard-right-col .explanation {font-size:11px;}
.just-started{background:#fff url(/images/bg_juststartedbox.png) repeat-x left bottom;border:1px solid #CBE2C2;margin:5px auto;min-height:80px;padding:2px 0 0;width:410px;}
.just-started img{float:left;padding:0 3px 0 0;}
.just-started h2{float:left;margin:0;padding:9px 0 6px;}
.just-started h2.just-started-title{width:325px;}
.just-started p{float:left;font-size:11px;margin-bottom:5px;width:195px;}
.just-started p span{color:#4A8C39;font-weight:bold;}
.just-started .just-started-button,.getting-started-button{background:url(/images/bg_btngetstarted.png) no-repeat;color:#fff;float:right;font-size:18px;padding:4px 8px;position:relative;right:13px;text-decoration:none;top:-5px;width:103px;}

/*leads actions block*/
.dashboard-right-col .leadactions-block{background:#fff;border:1px solid #AFD8F5;padding:13px 5px 0 8px;}
.dashboard-right-col .bluetop-block{padding:4px;}
.leadactions-block .hdr-leadactions p{color:#666;float:left;font-size:11px;width:345px;}
.leadactions-block .hdr-leadactions img{float:left;padding:0 9px 0 0;}
.leadactions-block .hdr-leadactions h2{float:left;}
.leadactions-block .grid-title{width:402px;}
.leadactions-block #content_ctl01_upGridView,.leadactions-block #content_ctl02_upGridView,.leadactions-block #content_ctl01_upGridView .pagination,.leadactions-block #content_ctl02_upGridView .pagination{margin:0 auto;width:402px;}
.leadactions-block .grid-title-span{text-align:left;}
.leadactions-block .grid-title-span span{padding:0 0 0 5px;text-align:left;}
.leadactions-block .AspNet-GridView th{border-right:1px solid #B9B9B9;}

.rightContent .hp{margin:0 0 0 3px;padding:0;width:360px;}
.rightContent .hp p{width:280px;}
.rightContent .hp .overall-dq{padding:5px 0 5px 2px;}
.bluetop-block .AspNet-GridView th{border-right:1px solid #B9B9B9;}
.dashboard-right-col .title h1{float:left;padding:0;}
.dashboard-right-col .title{min-height:20px;padding:10px 0 3px;}
.dashboard-right-col .title .btn-actions,.dashboard-left-col .taskshp .btn-actions{-moz-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 0 #888;-webkit-box-shadow:0 1px 0 #888;box-shadow:0 1px 0 #888;border:1px solid #D3D3D3;background:#fff url(/images/bg_buttons-dashboard.gif) repeat-x left bottom;color:#4C4C4C;font-weight:bold;padding:2px 5px;}

/*tasks block*/
.taskshp{padding:0;}
.taskshp .grid-actions{background:#EDF3FE;height:auto;padding:7px;}
.taskshp .AspNet-GridView{margin:0 auto;width:98%;}
.taskshp .grid-actions .actions{margin:0;padding:2px 0 0;}
.taskshp .grid-actions .actions .btn-actions{padding:5px;}
.taskshp .pagination{padding:8px;text-align:right;}

/**/
.navigation-area-block{padding:3px;}
a.navigation-area-link{background:url(/images/bg_navigation-area-link.png) no-repeat left center;border-right:1px solid #ccc;color:#666;float:right;font-size:12px;line-height:11px;margin:0 11px 0 0;padding:4px 10px 4px 23px;}
a.navigation-area-button{-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:0 2px 2px #94989E;-webkit-box-shadow:0 2px 2px #94989E;box-shadow:0 2px 2px #94989E;background:#FFF1B5 url(/images/bg_navigation-area-button.png) repeat-x left bottom;color:#4C4C4C;float:right;font-size:11px;line-height:11px;margin:0 10px 0 0;padding:4px 5px;text-decoration:none;}

/*book dashboard page*/
.book-dashboard .bluetop-block{padding:5px;width:451px;text-align:center;}
.book-dashboard .dashboard-left-col .title,.book-dashboard .dashboard-right-col .title2{width:441px;}
.book-dashboard .dashboard-left-col{width:479px;}
.book-dashboard .dashboard-right-col{padding:0 32px 0 0;width:466px;}
.reportsummaryblock{background:#F4FAFE url(/images/bg_reportsummaryblock.png) no-repeat center bottom;}
.reportsummaryblock ul{list-style:none;margin:0;}
.reportsummaryblock ul li{font-size:11px;margin:0;padding:4px 7px;}
.reportsummaryblock ul li input{float:left;padding:0 6px 0 0;}
.reportsummaryblock ul li a,.reportsummaryblock ul li a:link,.reportsummaryblock ul li a:visited{float:left;}
h1.analyzemore-title{font-size:14px;}
.client-rewards{background:#fff;border:1px solid #CBE2C2;margin:5px auto;min-height:40px;padding:20px 0 0;width:410px;text-align:center;}
.client-rewards-center-em{text-align:center;font-style:italic;font-weight:bold;font-size:1.2em;}

/*getting started page*/
.getting-started-title-header{color:#333;font-size:28px;font-weight:normal;margin:0;padding:17px 0 8px;text-align:center;}
.getting-started-block{-moz-box-shadow:0 1px 1px #c5c5c5;-webkit-box-shadow:0 1px 1px #c5c5c5;box-shadow:0 1px 1px #c5c5c5;background:#fff url(/images/bg_getting-started-block.png) no-repeat center bottom;border-bottom:1px solid #D3D3D3;margin:15px auto;padding:20px;width:720px;}
.getting-started-title{background:#eee;border-bottom:1px solid #ccc;color:#666;line-height:25px;margin:0;padding:0 10px;}
.getting-started-teaser{font-size:11px;line-height:160%;margin:0;padding:10px 0;}
a.getting-started-button{float:left;color:#fff;margin-bottom:10px;position:static;text-decoration:none;}
.getting-started-span{float:left;font-size:12px;font-style:italic;padding:0 5px 0 0;}
a.getting-started-link{border-right:1px solid #A9A9A9;color:#3596CC;float:left;font-size:14px;padding:0 5px;margin:0 0 5px;}
a.getting-started-link.last{border:none;}

/*URL mappeings page button overlaping*/
#content_ctl_ccSearchForm_pnlSearchForm input#content_ctl_ccSearchForm_btnSearch{margin-top:13px;}

/*LeadDetail Page aligning buttons at the bottom*/
#content_tabActions_tabGeneral_pnlEvents .AspNet-GridView{clear:both;}
#content_tabActions_tabGeneral_pnlEvents input.btn-actions{float:right;height:23px;cursor:pointer;}
#content_tabActions_tabGeneral_pnlEvents input.btn-actions:hover{color:#999;}
#content_tabActions_tabGeneral_pnlEvents h5{width:700px;}
#content_tabActions_tabGeneral_pnlEvents h5 span{width:175px;}
#content_tabActions_tabGeneral_pnlEvents h5 span a{float:right;}

/*Report detail page*/
#content_pnlParams dl{background:none;}
#content_pnlParams dl dt{width:132px;}
.box-gray-thick dd select{border:1px solid #707070;width:132px;}
.box-gray-thick dd input{width:126px !important;}

/* Help */
.helplink {background:#fff url(images/help-icon.png) no-repeat; width:10px}

/*Flex Box Css (Combo Box) */
.ffb-input 
{
	float:left;
	color:#000; /* must specify along with watermark color */
	height:16px; /* required for webkit browsers (Safari, Chrome) */
}
.ffb-input-tall
{
    float:left;
    color:#000;
    height:22px;
    }
/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
	color:#888; /* must specify along with input color */
}
.ffb-input-tall.watermark
{
    color:#888;
    }
/* Drop-down arrow, with sprited image */
.ffb-arrow 
{
	float:left;
	width:17px;
	height:18px;/*changed from 22px to 16px. -Lee*/
	background-image:url(/App_SharedStyles/images/sel_win7.gif);
}
.ffb-arrow.out { /* css sprite technique */
	background-position:0;
}
.ffb-arrow.over { /* css sprite technique */
	background-position:-17px 0;
}
.ffb-arrow.active { /* css sprite technique */
	background-position:-34px 0;
}
.ffb-no-results 
{
	padding:2px;
	color:#888;
	font-style:italic;
	border-bottom:1px solid #828790;
}
/* Container for dropdown contents */
.ffb {
	position:absolute; /* this guy's parent div is hard-coded to position:relative */
	overflow:hidden;
	white-space:nowrap;
	border-left:1px solid #828790; /* #7B9EBD for Vista */
	border-right:1px solid #828790;
	background-color:#fff; /* Give it a background-color, so it's not transparent */
	
	/*added in a separate way -Lee*/
	border-top:1px solid #828790;
	border-bottom:1px solid #828790;
	width:110% !important;
}
/* Inner div for dropdown */
.ffb .content {
	overflow:visible !important;
	max-height:400px;
}
.ffb .content .row {
	border-bottom:1px solid #EFEFEF;
	color:#000;
	min-height:20px;
	clear:both;
	padding:5px;
	white-space:normal;
}
.ffb-sel {
	cursor:pointer;
	cursor:hand;
	color:#fff !important;
	background-color:#39f;
}
.ffb-match {
	font-weight:bold;
	color:#000;
}
/* Paging */
.ffb .paging {
	vertical-align:middle;
	/*border-bottom:1px solid #828790;*/
	padding:5px;
	min-height:25px;
}
.ffb .page, .ffb a.page {
	font-size:85%;
	padding:2px;
	border:1px solid #D3D3D3;
	background:#fff url(/images/bg_flexboxpaging.gif) repeat-x left bottom;
	margin:2px;
	float:left;
	-moz-border-radius:2px;border-radius:2px;
	-moz-box-shadow:0 1px 0 #C0C0C0;-webkit-box-shadow:0 1px 0 #C0C0C0;box-shadow:0 1px 0 #C0C0C0;
	color:#000;
}
.ffb .box {
	font-size:10px;
	width:18px !important;
	margin:2px;
	text-align:center;
	float:left;
	padding:2px 2px 3px;
	
	-moz-border-radius:2px;border-radius:2px;
	-moz-box-shadow: inset 0 0 2px 0 #888;
	-webkit-box-shadow: inset 0 0 2px 0 #888;
	box-shadow: inner 0 0 2px 0 #888;
	border:1px solid #888888;
}
.ffb .summary {
	float:right;
	font-size:85%;
	height:0;
	position:relative;
	right:5px;
	top:-8px;
}

/*fix for the login block*/
.login-block .row .rfv{color:#ff0000;font:bold 11px Verdana,Arial,Helvetica,sans-serif}
#wrapper .login-block .check{height:25px;margin:0;padding:8px 0;}


/* Site Map */
.site-map-tree { float:left; padding:30px}
.iconLegend {background:#EDF3FE; float:right; margin-right:10px; padding:15px;}
.iconLegend p{font-size:12px; margin-bottom:8px;}
.iconLegend p img{ margin-right:5px; vertical-align:middle;}

.tvMenuItem {height:10px; width:10px;}
.invis {display:none;}
.addedChildToNode {color:Green;}
.newNode {color:Gray; }

/*CSS for the new header design this need to be remove and put in action when the design is done*/
#header.cpanel-header-block{height:103px;}
#navigation-area.navigation-area-block{background:none;height:36px;}
.header-main-menu{float:left;padding:4px 0 0;}
#header #headerImg_right.parent-logo-block{text-align:center; width:150px;}
.header-main-menu #Menu1 ul.level1 li,.header-main-menu #ctl00_Menu1 ul.level1 li{background:none;}
.header-main-menu #Menu1 ul.level1 ul li,.header-main-menu #ctl00_Menu1 ul.level1 ul li{background:#EDF3FE;}
.header-main-menu #Menu1 ul.level1 ul ul li,.header-main-menu #ctl00_Menu1 ul.level1 ul ul li{background:#358AC3;}
.header-main-menu #Menu1 ul.level1 li.house1{background:url(/images/bg_header-secondary_links_pipe.png) no-repeat center right;}
.header-main-menu #Menu1 ul.level1 li.house1 a.level1{background:url(../images/bg_homeiconmenu.png) no-repeat center center;text-indent:-999px;width:40px;}
.header-main-menu #Menu1 ul.level1 li.house1 a.highlighted{background:#EDF3FE url(../images/bg_homeiconmenuhover.png) no-repeat center center!important;}
#header .navigation-area-block #secondary_links{float:right;margin:0;padding:4px 151px 0 0;width:330px;}
.profile-sol-menu-block{float:right;width:195px;}
.profile-sol-menu-text{color:#ccc;float:right;font-size:14px;padding:5px;}
.profile-sol-menu-text .profile-sol-menu-image{background:url(/images/ico_header-submenu-loggeduser.png) no-repeat left top;cursor:pointer;float:right;height:16px;margin:2px 0 0 10px;width:27px;}
.profile-sol-menu-text .profile-sol-menu-image:hover{background-position:right top;}
.profile-sol-submenu{-moz-box-shadow:0 1px 5px #666;-webkit-box-shadow:0 1px 5px #666;background:#F4FAFE;border:1px solid #d6d6d6;box-shadow:0 1px 5px #666;display:none;float:right;font-size:12px;margin-top:-1px;padding:5px 10px;width:210px;}
.profile-sol-submenu-sitesdropdown{margin:8px 0;}
.profile-sol-submenu-sitesdropdown select{margin:0 7px 0 0;vertical-align:bottom;width:168px;}
.profile-sol-submenu-sitesdropdown .gotosite-button{background:url(/images/btn_gotowebsite.png) no-repeat center center;cursor:pointer;height:22px;width:31px;}
.profile-sol-submenu-sep{background:#D6D6D6;left:-10px;margin:5px 0;position:relative;width:230px;}
#secondary_links .profile-sol-submenu a,#secondary_links .profile-sol-submenu a:link,#secondary_links .profile-sol-submenu a:visited{color:#333;}
#secondary_links .profile-sol-submenu a.profile-sol-submenu-link{color:#007ECA;}
#header .navigation-area-block #secondary_links .profile-sol-submenu .secondary_links_pipe{background:none;float:none;}
.itsopen .profile-sol-menu-text{background:#F4FAFE;border:1px solid #D6D6D6;border-bottom:none;color:#007ECA;position:relative;}
.itsopen .profile-sol-submenu{display:block;}
#header .navigation-area-block #secondary_links .secondary_links_pipe{background:url(/images/bg_header-secondary_links_pipe.png) no-repeat center center;float:right;height:31px;overflow:hidden;text-indent:-99px;width:1px;}
.quickbuttons-block{background:url(/images/bg_quickbuttons.png) repeat-x left bottom;height:47px;padding:10px 12px 10px 17px;}
#header .quickbuttons-logo{margin:0;}
.quickbuttons-toolbar-block{background:#F0F0F0;border:1px solid #ccc;float:right;height:36px;}
.quickbuttons-toolbar-search-block{float:left;padding:9px;width:152px;}
.quickbuttons-toolbar-search-block #txtSearch{border:1px solid #ccc;font:12px/12px Arial, Helvetica, sans-serif;padding:6px 35px 6px 5px;width:160px;}
.quickbuttons-toolbar-search-block #txtSearch.input-search-watermark{color:#9F9F9F;}
.quickbuttons-toolbar-search-block .search-button{background:url(/images/btn-header-search.png) no-repeat center center;cursor:pointer;float:left;margin:0 0 0 -29px;position:relative;top:6px;}
.quickbuttons-toolbar-icon-button{border-right:1px solid #ccc;float:left;font-weight:bold;height:14px;padding:11px 18px;}
.takecall span,.makebooking span{color:#333;font-size:11px;text-decoration:none;text-shadow:1px 1px 1px #fff;}
.quickbuttons-toolbar-icon-button:hover span{color:#2990CB;}
.quickbuttons-toolbar-icon-button:hover{-moz-box-shadow:0 0 5px 2px #ddd inset;-webkit-box-shadow:0 0 5px 2px #ddd inset;box-shadow:0 0 5px 2px #ddd inset;text-decoration:none;}
.takecall:hover span,.makebooking:hover span{background-position:right top;}
#secondary_links a.quickbuttons-link{float:right;margin:6px 0;overflow:hidden;text-indent:-99px;}
#secondary_links a.helplink{background:url(/images/ico_header-help.png) no-repeat left top;height:16px;width:16px;}
a.feedbacklink{background:url(/images/ico_header-feedback.png) no-repeat left top;height:17px;width:18px;}
#secondary_links a.helplink:hover,#secondary_links a.feedbacklink:hover{background-position:right top;}
a.quickbuttons-toolbar-button{-moz-border-radius:3px;-moz-box-shadow:0 2px 2px #94989E;-webkit-box-shadow:0 2px 2px #94989E;background:#FFF1B5 url(/images/bg_navigation-area-button.png) repeat-x left bottom;border-radius:3px;box-shadow:0 2px 2px #94989E;color:#4C4C4C;float:left;font-size:11px;line-height:11px;margin:6px 10px 0 0;padding:5px;text-decoration:none;}

/*Css for the tooltip*/
#tooltip{background-color:#333;color:#fff;font-size:12px;padding:5px;position:absolute;z-index:3000;}
#tooltip h3,#tooltip div{margin:0;}

/*contact search flex box*/
.qsearch .ffb{width:135% !important;}

/* when there are 2 blocks in the same line - vrpsignup*/
.dl-2blocks dt{width:25%;}
.dl-2blocks dd{width:75%;}
.dl-2blocks dd input{border:1px solid #ccc;padding:4px;width:92%;}
.detail-content .dl-2col dd.2fields{}

.btn-green-gradient{
background: #c0cb3d; /* Old browsers */
background: -moz-linear-gradient(top,  #c0cb3d 0%, #c8d255 50%, #bbc82b 50%, #b7c41d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0cb3d), color-stop(50%,#c8d255), color-stop(50%,#bbc82b), color-stop(100%,#b7c41d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c0cb3d 0%,#c8d255 50%,#bbc82b 50%,#b7c41d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c0cb3d 0%,#c8d255 50%,#bbc82b 50%,#b7c41d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c0cb3d 0%,#c8d255 50%,#bbc82b 50%,#b7c41d 100%); /* IE10+ */
background: linear-gradient(top,  #c0cb3d 0%,#c8d255 50%,#bbc82b 50%,#b7c41d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0cb3d', endColorstr='#b7c41d',GradientType=0 ); /* IE6-9 */

border:1px solid #fff;border-radius:3px;box-shadow:0 1px 2px #666;cursor:pointer;color:#fff;font-weight: bold;padding:3px 10px;text-shadow:1px 1px 1px #666;text-transform:uppercase;}

.btn-red-gradient{
background: #e10000; /* Old browsers */
background: -moz-linear-gradient(top,  #e10000 0%, #ff0000 50%, #b30000 50%, #b30000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e10000), color-stop(50%,#ff0000), color-stop(50%,#b30000), color-stop(100%,#b30000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e10000 0%,#ff0000 50%,#b30000 50%,#b30000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e10000 0%,#ff0000 50%,#b30000 50%,#b30000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e10000 0%,#ff0000 50%,#b30000 50%,#b30000 100%); /* IE10+ */
background: linear-gradient(top,  #e10000 0%,#ff0000 50%,#b30000 50%,#b30000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10000', endColorstr='#b30000',GradientType=0 ); /* IE6-9 */

border:1px solid #fff;border-radius:3px;box-shadow:0 1px 2px #666;cursor:pointer;color:#fff;font-weight: bold;padding:3px 10px;text-shadow:1px 1px 1px #666;text-transform:uppercase;}

.nights-fields input[type=button]{border:1px solid !important;border-left:none !important;display:block;height:11px !important;line-height:100% !important;padding:0 2px 6px!important;width:15px !important;}	
.nights-fields input[type="text"]{height:15px;}
#content_ccBookingDetails_txtLOS_bDown{/* fallback */
	background-color:#f5f5f5;  
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(#f5f5f5,#efefef);
	/* firefox; multiple color stops */
	background-image:-moz-linear-gradient(top,#f5f5f5,#efefef); 
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#efefef')";  
	/* The "standard" */
	background-image: linear-gradient(#f5f5f5,#efefef);
	border-top:none !important;height:10px !important;
	}
#content_ccBookingDetails_txtLOS_bUp{/* fallback */
	background-color:#fefefe;  
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(#fefefe,#fbfbfb);
	/* firefox; multiple color stops */
	background-image:-moz-linear-gradient(top,#fefefe,#fbfbfb); 
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fbfbfb')";  
	/* The "standard" */
	background-image: linear-gradient(#fefefe,#fbfbfb); 
	border-bottom:1px solid #ccc !important;
	}
	
	/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/App_SharedStyles/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/App_SharedStyles/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/App_SharedStyles/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/App_SharedStyles/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/App_SharedStyles/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/App_SharedStyles/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/App_SharedStyles/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_SharedStyles/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

