
/** JQuery Overrides */
.ui-tabs-selected{
background:#FFFFFF url(/maui/images/home/feature/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important;
border: #d41017;
color:#FFFFFF !important;
padding-bottom:1px;
}

.ui-widget-overlay {
  background: #AAAAAA url(images/ui-bg_flat_75_aaaaaa_40x100.png) repeat-x scroll 50% 50% !important;
  opacity:0.5 !important;
}

/** uncomment to hide the titlebar on JQuery lightbox dialogs
.mahlightbox .ui-dialog-titlebar { display: none; }
**/


/* Home page feature area */
#homeFeature{
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
width: 715px;
margin: 0px 0px;
height: 290px;
background: #fff;
padding: 0px 0px 10px 0px;
overflow: hidden;
position: relative;
}

#homeFeature a{
cursor: pointer;
text-decoration: none;
border: 0;
outline: 0;
}

.panelSetting{
display:block;width:100%;height:255px;position:relative;
background:transparent none repeat scroll 0 0;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
}

.panelContentWrapper{
display:block;color:#fff;width:100%;height:40px;position:absolute;bottom:0;background: url(/maui/images/home/feature/blacktile_50percent.png) scroll repeat center center;font-size:14px;
}

.panelContentWrapper .panelContentText{
border-right:1px solid #5D5D5D;
display:block;
height:30px;
line-height:30px;
overflow:hidden;
padding:5px 5px 5px 15px;
vertical-align:middle;
width:715px;
}

.panelFloatWrapper{
background:transparent none repeat scroll 0 0;
line-height:20px;
border: 0px solid black;
margin:0px 0px 100px 0px;
display:inline;
float:right;
vertical-align:top;
text-align:right;
width:290px;
}

.panelFloatWrapper .panelFloatTitle {
font-size: 16px; 
font-weight: bold; 
color: #508cc9;margin-bottom:6px;
}

.panelFloatWrapper .panelFloatText {
font-size:1.0em;
font-weight: normal; 
}

.panelContentWrapper .panelContentText a{
text-decoration: none;
cursor: pointer;
}

#homeFeature.ui-corner-all { 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
}

#homeFeature.ui-widget-content { 
border: 0px; 
background:transparent none repeat scroll 0 0;
}

#homeFeature .ui-tabs-panel {
border: 0px;
padding-left:0px;
background:transparent none repeat scroll 0 0;
}


#homeFeature ul.homeFeatureTabs{
background:transparent none repeat scroll 0 50%;
border:0 none;
bottom:26px;
position:absolute;
right:7px;
}


#homeFeature ul.homeFeatureTabs li{
background:#5D5D5D url(/maui/images/home/feature/ui-bg_diagonals-medium_55_eaeaea_40x40.png) repeat scroll 0 0;
border:none 0 transparent;
float:left;
margin:0px 4px 2px 0px;
min-width:20px;
height:26px;
}

#homeFeature .ui-corner-top {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-radius: 5px;
}


.homeFeatureTabs .ui-state-active a, .homeFeatureTabs .ui-state-active a:link, .homeFeatureTabs .ui-state-active a:visited {
color:#fff !important;
}

#homeFeature ul.homeFeatureTabs li.ui-state-hover{
color:#FFFFFF !important;
background:#FFFFFF url(/maui/images/home/feature/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important;
}

#homeFeature ul.homeFeatureTabs li.ui-state-hover a:hover{
color:#FFFFFF !important;
}

