/*IMGTXT
----------------------------------------------------------------*/
.imgtxt
{
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}
/*MENU (DYNAMIC)
----------------------------------------------------------------*/
.navigation
{
	height: 46px;
	background-color: #000000;
	margin-top: 0px;
	font-size: 14px;
	overflow:hidden;
	display:block;
	margin-bottom:0;
	padding-bottom:0;
}
#dropdownMenu, #dropdownMenu DL
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	border: 0;
	display: block;
	z-index: 111111;
}

body.MSIE6 #dropdownMenu, #dropdownMenu DL { margin-top:-1px;}

#dropdownMenu A
{
	display: block;
	height: 37px;
	line-height: 40px;
	border: 0;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
	width: 115px;
	padding-left: 16px;
}
#dropdownMenu A:hover
{
	background-color: #3F3F3F;
	color: #FFF;
	border: 0;
}
#dropdownMenu DD
{
	float: left;
/*float: none;*/
	width: auto;
	border: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	z-index: 111111;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
#dropdownMenu DD DL
{
	width: auto;
/*margin-top: -30px;
margin-left: 104px;
float:left;*/
	position: absolute;
	display: block;
	z-index: 222222;
	background: #3F3F3F;
}
#dropdownMenu DD DL A
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	width: 115px;
}
#dropdownMenu DD DL A:hover
{
	font-weight: normal;
	color: #FF9300;
	font-size: 12px;
}
#dropdownMenu DD DL DD
{
	width: auto;
	background: #3F3F3F;
	z-index: 222222;
	float: none;
	clear:both;
}
#dropdownMenu DD DL DL
{
	position: absolute;
	margin-top: -30px;
	margin-left: 100px;
	background: #EEE;
	width: 100px;
	z-index: 222222;
}

#dropdownMenu DL{
	display:none;
	
}

/*POSITION ITEM
---------------------------------------------------------------*/
.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;
}
#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; /*[e]visible*/
	margin: 0;
}
.sIFR-replaced
{
	visibility: visible !important; /*[e]visible*/
}
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; /*[e]none*/
}
.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 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*/
}

/*TOOLTIPS
----------------------------------------------------------------*/
.tool-tip
{
	width: 200px;
	color: #000;
	text-align: center;
	z-index: 999;
}
.tool-title
{
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(/images/stock/balloon.png) no-repeat top left !important; /*[e]url(/images/stock/balloon.png) no-repeat top left*/
	background: url(/images/stock/balloon.gif) no-repeat top left;
	font-size: 11px;
}
.tool-text
{
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(/images/stock/balloon.png) no-repeat bottom left !important; /*[e]url(/images/stock/balloon.png) no-repeat bottom left*/
	background: url(/images/stock/balloon.gif) no-repeat bottom left;
	font-size: 10px;
	color: black;
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.editor-button A
{
	overflow: visible !important; /*[e]visible*/
}
