/*================================================================

	BLIS WEB AGENCY "WIDGET" STYLESHEET

================================================================*/

/* IMGTXT
----------------------------------------------------------------*/

    .imgtxt
    {
		text-indent: -9999px;
		display: block;
		background-repeat: no-repeat;        
    }


/* MENU (DYNAMIC)
----------------------------------------------------------------*/

.navigation
{
	height: 45px;
	margin-top: 0px;
	font-size: 14px;
	display:block;
	margin-bottom:0;
	padding-bottom:0;
	background: url(/images/nav_bg_slice.png) repeat-x;
}
#navLeft
{
	float: left;
	background: url(/images/nav_left_corner.png) no-repeat;
	width: 10px;
	height: 45px;
	margin-right: 2px;
}
#navRight
{
	float: right;
	background: url(/images/nav_right_corner.png) no-repeat;
	width: 10px;
	height: 45px;
}


dl.dropdownMenu                         { position: relative; }
dl.dropdownMenu dd                      { font-weight: bold; float: left; zoom: 1;}
dl.dropdownMenu a:hover		            { background: url(/images/nav_hover.png) left top no-repeat !important; overflow: hidden; }
dl.dropdownMenu a:active                { }
dl.dropdownMenu dd a 
{ 
	display: block; 
	padding: 14px 8px 4px 8px;
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	font-weight: normal; 
	height: 27px;
}
dl.dropdownMenu li
{
	list-style-type: none;
	margin-left: 18px;
}

dl.dropdownMenu dd#nav_2 a 
{ 
	width: 72px;
	text-align: center;
}
dl.dropdownMenu dd#nav_11 a 
{ 
	width: 96px;
	text-align: center;
}
dl.dropdownMenu dd#nav_47 a 
{ 
	width: 114px;
	text-align: center;
}
dl.dropdownMenu dd#nav_49 a 
{ 
	width: 194px;
	text-align: center;
}
dl.dropdownMenu dd#nav_53 a 
{ 
	width: 98px;
	text-align: center;
}
dl.dropdownMenu dd#nav_59 a 
{ 
	width: 138px;
	text-align: center;
}
dl.dropdownMenu dd#nav_60 a 
{ 
	width: 114px;
	text-align: center;
}
dl.dropdownMenu dd:last-child a         { border-right: none; } /* Doesn't work in IE */
dl.dropdownMenu dd:hover                { background: ; color: #fff; position: relative; background-image: none !important; }
dl.dropdownMenu dd.hover a              { color:#fff; }


/* 
	LEVEL TWO
*/
dl.dropdownMenu dl 						{ width: 210px; visibility: hidden; position: absolute; top: 100%; left: 0; padding-top: 2px;}
dl.dropdownMenu dl dd
{
	font-weight: normal; 
	background: #838eb5; 
	color: #fff; 
	border-bottom: 1px solid #ccc; 
	float: none;
}
									  
dl.dropdownMenu dl dd:hover					
{ 
	font-weight: normal; 
	background: #a5b0d7; 
	color: #fff; 
	border-bottom: 1px solid #ccc; 
	float: none; 
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
dl.dropdownMenu dl dd a					{ border-right: none; width: 100%; display: inline-block; } 
dl.dropdownMenu dl dd a:hover			{ background-image: none !important; }	

dl.secondnav_dl dd.secondnav_dd
{
	width: 265px;	
	height: 44px;
}
dl.secondnav_dl dd.secondnav_dd:hover
{
	width: 265px;	
	height: 44px;
}
dl.secondnav_dl dd.secondnav_dd a
{
	font-size: 12px;
	font-weight: bold;
	text-align: left !important;
	width: 220px !important;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
dl.secondnav_dl dd.secondnav_dd a
{
	/* margin-bottom: -15px; */
}
dl.secondnav_dl dd.secondnav_dd ul li a
{
	font-size: 11px;
	text-align: left !important;
	text-transform: none;
	font-weight: normal;
	width: 270px !important;
	padding: 0;
	margin: 0;
	margin-bottom: -8px;

}
dl.secondnav_dl dd.secondnav_dd ul li a:hover
{
	padding: 0;
	/* margin-bottom: -15px; */
	text-decoration: underline;
}

dl.secondnav_dl dd.secondnav_dd ul
{
	margin-bottom: 0;
}
/* 
	LEVEL THREE
*/
dl.dropdownMenu dl dl 					{ left: 100%; top: 0; }
dl.dropdownMenu dd:hover > dl 			{ visibility: visible; }

/* POSITION ITEM

/* 
	SIDE MENU
*/

dl#sidemenulist dl.secondnav_dl dd
{
	background:none repeat scroll 0 0 #E4E6F0;
	font-size:13px;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0;
	padding-bottom:9px;
	padding-left:12px;
	padding-top:12px;
	text-transform:uppercase;
	width: auto;
}
dl#sidemenulist dl.secondnav_dl dd a
{
	color:#696C96;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
dl#sidemenulist dl.secondnav_dl dd a:hover
{
	color: #545678;
}
---------------------------------------------------------------*/

    .positioneddiv
    {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        display: block;
        visibility: hidden;        
    }
    
    .positioneddiv .posblock1
    {
        margin: 0 auto;
        padding: 0;
        width: 760px;
        height: 1px;
        display: block;
        visibility: hidden;
    }
    
    .positioneddiv .posblock1 .posblock2
    {
        display: block;
        visibility: visible; 
    }
    
/* ROUNDED BORDERS
 ---------------------------------------------------------------*/

div.sb-inner { background: white; }


/* SHADOW BOX
----------------------------------------------------------------*/
/* Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/* Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/* Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*_ Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

/* SIFR
----------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}



/* STRETCH TOOL
----------------------------------------------------------------*/
    
    .stretch {
        cursor: pointer;
    }
    
    .stretch img {
        margin-right: 4px;
    }
    
    
/* TABS
----------------------------------------------------------------*/

.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}
