/*
CUSTOM ADDITIONS

*/
.highlight
{background-color: YELLOW;}
/* @end */

/* For the tagcloud */
a.tagcloud
{
	/*color: #0068a6;*/
}

p.tagcloud
{
	font-size: 1em;
	line-height: 200%;
	color: #08a4de;
}
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
    background:transparent url(/resources/global/images/black_arrow_big.png) no-repeat scroll 0 0;
    font-size:14px;
    height:153px;
    padding:30px;
    width:310px;
    font-size:14px;
    display:none;
    color:#fff;
}

/* tooltip title element (h3) */
div.tooltip h3 {
    margin:0;
    font-size:18px;
    color:#fff;
}

select#admin-menu
{
	position: absolute;
	top: 112px;
	right: 50px;
	width: 150px;
	height: 20px;
	text-transform: uppercase;
}


.admin_submit
{
	position: absolute;
	top: 113px;
	right: 10px;
	margin: 0;
	padding: 0;
}

.admin-table td{
	font-size: 1em;
}

.front-table {

width:100%;
font-size: 0.8em;

}



#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:200px;
width:400px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:16px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#popupContactCloseBottom{
font-size:14px;
line-height:14px;
right:6px;
bottom:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}


/*LARGE POPUP (USED FOR PORTFOLIO) DEFS */
#popupLargeContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:350px;
width:800px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:0px;
font-size:16px;
}
#popupLargeContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupLargeContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#popupLargeContactCloseBottom{
font-size:14px;
line-height:14px;
right:6px;
bottom:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}


#popup_large_div{
	position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
}

#popup_div{
	position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -200px;
}


/*MEDIUM POPUP (USED FOR PORTFOLIO) DEFS */
#popupMediumContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:300px;
width:800px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:0px;
font-size:16px;
}
#popupMediumContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupMediumContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#popupMediumContactCloseBottom{
font-size:14px;
line-height:14px;
right:6px;
bottom:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}


#popup_medium_div{
	position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
}

.weeks-nav {
	display: none;
}

.lead-nav {
	display: none;
}

.saved_searches {
	display: none;
}

.seven-nav {
	display: block;
}

div.week-promo{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:20px;
	color:#fff;
	width: 400px;
	display:block;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
  	opacity: .90;
}

h1.week-title {
	color: #fff!important;
	font-size: 0.9em;
}

p.week-text {
	color: #fff!important;
}


