@import url("/Portals/1/Skins/Main/css/editor.css");

/****************************************
* MAIN BODY 
*****************************************/
body
{
	background:url(/portals/1/skins/main/images/bg_izzo.jpg) top left repeat;
	background-color:#000000;
	text-align: center; 
	padding:0px; 
	margin:0px;
	font-family:Calibri, Arial, sans-serif; 
	font-size:12px;
}

#container
{
	width:800px;
	margin: 10 auto; 
	text-align: left;
}

#bg_bodyRepeat
{
	/*background:url(/portals/1/skins/main/images/bg_bodyRepeat.gif) top left repeat-y;*/
	border-left:solid 1px #CBCBCB;
	border-right:solid 1px #CBCBCB;
	background-color:#ffffff;
	padding-bottom:10px;
}

#bg_topLogo
{
	background:url(/portals/1/skins/main/images/bg_body.jpg) top left no-repeat;
	height:348px;
	
}


.Normal, .NormalDisabled, table
{
	font-family:Calibri, Arial, sans-serif; 
	font-size:12px;
}

p
{
	padding:0px;
	margin:0px;
}

img
{
	padding:0px;
	margin:0px;
	border:0px;
}

.DNNEmptyPane
{
	display:none;
}

a:link, .normal a:visited, a:visited
{
	font-family:Calibri, Arial, sans-serif; 
	color:#777777;
	text-decoration:underline;
}

a:hover
{
	color:#777777;
	text-decoration:none;
}

/****************************************
* PANES
*****************************************/
.body_marginLeft
{
	float:left;
	width:30px;
}

/****************************************
* FOOTER
*****************************************/
#sfBottom
{
	background: url(/portals/1/skins/main/images/bg_bottom.jpg) top left no-repeat;
	width:800px;
	height:131px;
}


/* ************************************
* Left Nav
************************************* */
#leftNavBanner_container
{
	background:url(/Portals/1/Skins/Main/images/leftnav_blackbanner.png) top left no-repeat;
	color:#FFF;
	display:block;
	font-size:14px;
	height:23px;
}

#leftNavBanner_container_featured
{
	background:url(/Portals/1/Skins/Main/images/leftnav_blackbanner.png) top left no-repeat;
	color:#FFF;
	display:block;
	font-size:14px;
	height:21px;
}

.leftNavBanner_padding 
{
	padding-left:10px;
	padding-top:3px;
}

#leftNav_productcontainer
{
	background:#EDEDED;
	width:175px;
	font-weight:bold;
}

.leftNav_ProductPadding
{
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:solid 1px #C9C9C9;
}
.btnContainer
{
 cursor:pointer;
 text-decoration:none;
 padding-top:7px;
 padding-bottom:5px;
}

.btnContainer img
{
	height:75px;
	width:75px;
}

.izzo_featuredtable
{
	color:#777777;
	text-decoration:none;
}


a div.btnContainer, a:visited div.btnContainer, a:active div.btnContainer, a:link div.btnContainer
{
	background:#EDEDED;
	text-decoration:none;
}

a:hover div.btnContainer
{
	background:#FBE800;
	color:#000;
	text-decoration:underline;
}

/* ************************************
* Product Tab Display
************************************* */

.ProductNameText
{
	font-weight:bold;
	font-size:19px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family:Calibri, Arial, sans-serif; 
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
    list-style-type:none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(/Portals/1/Skins/Main/images/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #000;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #D8D5D5;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* mapsearch page */
/* - maps bucket - */
    .sfmb_top_left { background: url('/DesktopModules/sfMapSearch/images/leftCorner.gif') top left no-repeat; width:12px; height:14px;}
    .sfmb_top_middle { background: url('/DesktopModules/sfMapSearch/images/gray.gif') top left repeat-x; width:200px;}
    .sfmb_top_right { background: url('/DesktopModules/sfMapSearch/images/rightCorner.gif') top left no-repeat; width:14px;height:14px;}
    
    .sfmb_body_left { background: url('/DesktopModules/sfMapSearch/images/gray.gif') top left repeat-y; width:12px;}
    .sfmb_body_right { background: url('/DesktopModules/sfMapSearch/images/gray.gif') top right repeat-y; width:12px;}
    
    .sfmb_bottom_left { background: url('/DesktopModules/sfMapSearch/images/bottomLeftCorner.gif') bottom left no-repeat; height:12px;}
    .sfmb_bottom_middle { background: url('/DesktopModules/sfMapSearch/images/gray.gif') bottom left repeat-x;}
    .sfmb_bottom_right { background: url('/DesktopModules/sfMapSearch/images/bottomRightCorner.gif') bottom right no-repeat; height:14px;}
    .sfMapSearch_databasecopy { padding-bottom:15px;padding-top:15px;}
    .sfMapSearch_copyContainer
    {
        padding-left:8px;
    }
    
    .mapBigHeader
    {
        color:#000000;
        font-family:Calibri,'Lucida Sans Unicode',Arial,Helvetica,sans-serif;
        font-size:20px;
        font-weight:bold;
        line-height:30px;
    }
    
    .sfmapsearch_searchcopy {padding-bottom:10px;}
    .sfMapSearch_SearchMessageBar {padding-top:5px;}
    .sfSearch_message
    {
        background:url("/desktopmodules/sfmapsearch/images/bluebucket.jpg") top left no-repeat;
        color:#FFFFFF;
        font-size:12px;
        height:22px;
        padding-left:2px;
        padding-top:4px;
        vertical-align:middle;
        width:319px;
    }
    .sfSearch_resultsMessage {text-align:center;width:319px;}
    
    .mapHover{ background-color:#FEFBD8;cursor:pointer;width:191px;}
    .searchMapHover{ background-color:#FEFBD8;cursor:default;width:191px;}
    #sfSWAMI_MapSearch_Container,
    #sfSWAMI_MapSearch_Container .sfmapsearch_searchcopy,
    #sfSWAMI_MapSearch_Container .sfMapSearch_copyContainer td
    {
        color:#777777;
    }
    #sfSWAMI_MapSearch_Container {padding-bottom:8px;}
    #sfSWAMI_MapSearch_Container a, #sfSWAMI_MapSearch_Container a:active, #sfSWAMI_MapSearch_Container a:visited
    {
        color:#777777;
        text-decoration:underline;
        cursor:pointer;
    }
    
    #sfSWAMI_MapSearch_Container a:hover
    {
		color:#777777;
        cursor:pointer;
        text-decoration:none;
    }
 
    #MapSearch_errorContainer
    {
        padding:8px;
        background:#FEFBD8;
    }