@charset "iso-8859-1";

/*==[ Default Tag Settings ]=======================================*/
body
{
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt; color: #000000;
	background-color: #EFEFEF;
}
body div, body p { position: relative; }

#spotlightTag { position: absolute; }

a:link    { color: #0871B9; text-decoration: underline; }
a:visited { color: #0871B9; text-decoration: underline; }
a:hover   { color: #0871B9; text-decoration: underline; }
a:active  { color: #0871B9; text-decoration: underline; }

a.glossary         { color: #333333; text-decoration: underline; padding-right: 13px; background: url('/_assets/images/ui/glossary_link.gif') right 3px no-repeat; zoom: 1; }
a.glossary:visited { color: #333333; text-decoration: underline; padding-right: 13px; background: url('/_assets/images/ui/glossary_link.gif') right 3px no-repeat; }
a.glossary:hover   { color: #333333; text-decoration: underline; padding-right: 13px; background: url('/_assets/images/ui/glossary_link.gif') right 3px no-repeat; }
a.glossary:active  { color: #333333; text-decoration: underline; padding-right: 13px; background: url('/_assets/images/ui/glossary_link.gif') right 3px no-repeat; }

a.arrow            { padding-left: 15px; background: url('../images/ui/bullet_arrow_large.png') 0px 3px no-repeat; zoom: 1; }
a.arrow:visited    { padding-left: 15px; background: url('../images/ui/bullet_arrow_large.png') 0px 3px no-repeat; }
a.arrow:hover      { padding-left: 15px; background: url('../images/ui/bullet_arrow_large.png') 0px 3px no-repeat; }
a.arrow:active     { padding-left: 15px; background: url('../images/ui/bullet_arrow_large.png') 0px 3px no-repeat; }

img        { border: none; }
img.button { cursor: pointer; }

form   { margin: 0px; padding: 0px; }

sup    { position: relative; top: 0.25em; font-size: 0.75em; line-height: 0.8em; font-weight: normal !important; }
sub    { position: relative; font-size: 0.8em; line-height: 0.8em; font-weight: normal !important; }

ul     { margin-left: 14px; padding-left: 0px; color: #333333; }
ol     { margin-left: 20px; padding-left: 0px; color: #333333; }

li small { line-height: 10pt; }
ul ul    { list-style-image: url('../images/ui/UI-Bullet-Dash.gif'); }
ol ul    { list-style-image: url('../images/ui/UI-Bullet-Dash.gif'); }

ul.orange_dot
{
	list-style-image: url('../images/ui/bullet_orange_dot.png');
	margin: 20px 0px 10px 40px; padding-left: 0px;
}

ul.bulletlist li {
	list-style: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

ul.jld_bullet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	margin: 8px 0px 15px 29px;
}

ul.arrow
{
	list-style-type: none;
	margin: 0px 0px 15px 0px; padding-left: 0px;
}
ul.arrow li { margin: 10px 0px 0px 0px; padding: 0px 0px 0px 20px; background: url('../images/ui/bullet_arrow_large.png') 0px 2px no-repeat; }

ol.outline
{
	list-style-type: upper-alpha; color: #E16526;
	margin: 10px 0px 10px 20px; padding-left: 0px;
}
ol.outline ol
{
	list-style-type: lower-roman; list-style-image: none;
	color: #333333;
	margin: 0px 0px 0px 20px; padding-left: 0px;
}
ol.outline ul
{
	list-style-type: disc; list-style-image: none;
	color: #333333;
	margin: 0px 0px 0px 15px; padding-left: 0px;
}
ol.outline p { margin: 0px !important; color: #333333; }


.footnote     { font-size: 8pt !important; margin: 0px 0px 0px 0px !important; }
.footnote_sym { position: absolute; left: -10px; }
.small-caps   { font-variant: small-caps; }
.align-center { text-align: center; }
.nobr         { white-space: nowrap; }
.no-margin    { margin: 0px; }
.large        { font-size: 1.25em !important; }
.small        { font-size: 0.9em !important; }
.smaller      { font-size: 0.8em !important; }
.orange       { color: #E16526 !important; }

.dotted-line   { position: relative; width: 100%; height: 1px; margin: 15px 0px; background: url('../images/ui/dotted_line.gif') repeat-x; }
.dotted-line-v { position: relative; width: 1px; height: 100%; margin: 0px 15px; background: url('../images/ui/dotted_line.gif') repeat-y; }
.solid-yellow { height:5px; background:#fadc41; margin:15px 0; }

/*==[ Structural Layout CSS ]======================================*/
#container
{
	position: relative;
	width: 960px; margin: 0px auto; padding: 0px 2px;
	background-image: url('../images/ui/UI-Container-BG.png');
	background-repeat: repeat-y;
}

#page
{
	position: relative;
	width: 956px;
	background-color: #FFFFFF;
	background-image: url('../images/ui/UI-Page-BG.png');
	background-repeat: repeat-x;
}

#header
{
	position: relative;
	width: 956px; height: 110px;
	background: url('../images/ui/UI-Header-BG.png') bottom left no-repeat;
}

#main
{
	position: relative;
	width: 956px;
	margin: 0px; padding: 0px;
	border-bottom: 6px solid #FADC41;
}

div.right_callout
{
	float: right; width: 150px;
	padding: 15px 0px 15px 25px;
	text-align: center;
}


/*==[ Page Header CSS ]============================================*/
#header img#logo_nuvigil { position: absolute; top: 8px; left: 25px; }

#header #header_links           { width: 600px; float: right; color: #666666; font-size: 7pt; padding: 10px 28px; text-align: right; }
#header #header_links img       { display: inline; }
#header #header_links a:link    { color: #666666; font-size: 7pt; font-weight: normal; text-decoration: none; }
#header #header_links a:visited { color: #666666; font-size: 7pt; font-weight: normal; text-decoration: none; }
#header #header_links a:hover   { color: #666666; font-size: 7pt; font-weight: normal; text-decoration: underline; }
#header #header_links a:active  { color: #666666; font-size: 7pt; font-weight: normal; text-decoration: underline; }

#header #header_links a.site_link
{
	color: #E16526 !important; font-weight: bold !important;
	padding-left: 13px;
	background: url('../images/ui/bullet_arrow.png') 0px 1px no-repeat;
}

#header #search     { position: absolute; bottom: 25px; right: 30px; width: 162px; height: 19px; }
#header #searchbox  { width: 160px; height: 17px; margin: 0px; padding: 0px; border: 1px solid #999999; background-color: #FFFFFF; }
#header #search #q  { position: absolute; top: 0px; left: 0px; width: 135px; height: 15px; padding: 1px 2px; margin: 0px; color: #999999; font-size: 12px; border: none; background-color: #FFFFFF; vertical-align: top; }
#header #search #go { position: absolute; top: -1px; right: -1px; width:  18px; height: 17px; padding: 1px; margin: 0px; border: none; vertical-align: top; }


/*==[ Navigation CSS ]=============================================*/
#navigation {
	position: relative;
	width: 900px; height: 35px;
	margin: 0px auto; padding: 0px;
	background-color: #BF4A02;
	background-image: url('../images/ui/UI-Nav-BG.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #BF4A02;
	overflow: hidden;
}
#navigation a {
	position: relative; display: block; float: left;
	margin: 0px; padding: 0px;
	color: #FFFFFF; text-align: center; text-decoration: none;
	border-left: 1px solid #BF4A02;
}

#navigation img { margin: 0px; padding: 0px; }

#subnav_spacer  { display: none; }

/*==[ Print / Share Page CSS ]=====================================*/
#print_share         { color: #999999; text-align: left; margin: 15px 30px 0px 20px; padding: 0px; }
#print_share a       { color: #999999; text-decoration: none; }
#print_share a:hover { color: #555555; text-decoration: none; }
#print_share img     { vertical-align: top; border: none; }

#single_col_print_share         { color: #999999; text-align: left; margin: 10px 30px 0px 45px; padding: 0px; }
#single_col_print_share a       { color: #999999; text-decoration: none; }
#single_col_print_share a:hover { color: #555555; text-decoration: none; }
#single_col_print_share img     { vertical-align: top; border: none; }


/*==[ Search Page CSS ]============================================*/
#search_page h2 { margin: 30px 0px 10px 0px; font-size: 12pt !important; }
#search_page p  { width: 600px; }
#search_page hr { width: 600px; margin: 15px 0px; text-align: left; }

#search_page input#query
{
	top: 5px;
	width: 350px; height: 20px;
	margin: 0px 10px 20px 0px;
	font-size: 12pt;
}
#search_page input#search_button  { vertical-align: middle; }
#search_page #search_center       { margin: 10px auto; width: 350px; }
#search_page #search_center input { display: block; margin: 10px auto; }


/*==[ Page Tools CSS ]=============================================*/
#page_tools { position: relative; margin: 10px 0px 0px; text-align: right; }
#page_tools a
{
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: 11px; color: #333333;
	text-decoration: none;
}
#page_tools a img { position: relative; top: 2px; }


/*==[ Content CSS ]================================================*/
#content h1 { color: #333333; font-size: 16px; font-weight: normal; margin: 5px 0px 20px 0px; }
#content h2 { color: #E16526; font-size: 9pt; font-weight: bold; margin: 20px 0px 0px 0px; }
#content h3 { color: #333333; font-size: 9pt; font-weight: bold; margin-bottom: 0px; }
#content p  { color: #333333; margin: 0px 0px 15px 0px; }
#content th { color: #333333; }
#content td { color: #333333; }

#content .divided    { padding-top: 12px; padding-bottom: 12px; border-bottom: 1px dotted #666666; }
#content .blue_bold  { color: #0871B9; font-weight: bold; }
#content .mimic_h1   { color: #333333; font-size: 16pt; font-weight: normal; }
#content h2.invert   { color: #333333; font-size: 11pt; font-weight: bold; margin: 25px 0px 15px 0px; }
#content h2.question { margin: 30px 0px 10px; }

.chart { position: relative; margin: 20px 0px; padding: 10px 0px; width: 600px; border: 1px dotted #666666; border-left: none; border-right: none; }

#chart object
{
	display: block;
	position: absolute;
	 top: 0px;
 	 left: 0px;

	height: 100%;
	width: 100%;
}


/*==[ Callout CSS ]================================================*/
#callouts_main    { position: relative; width: 610px; padding: 15px 20px 0px 20px; }
#callouts_main h3 { color: #E16526; font-size: 11pt; font-weight: bold; margin: 15px 0px 5px 0px; }
#callouts_main p  { color: #333333; margin: 0px 0px 10px 0px; }
.callout          { margin: 10px 10px 15px 10px; }

#callouts_main .callout
{
	float: left; width: 260px;
	margin: 10px 15px 15px 0px; padding-left: 15px;
	background: url('../images/ui/bullet_arrow_large.png') 0px 3px no-repeat;
}

#callouts_left #numbers    { padding: 0px 20px 10px 10px; }
#callouts_left #numbers h2 { color: #333333; font-size: 10pt; font-weight: normal; }
#callouts_left #numbers p  { color: #333333; font-size: 8pt; }


/*==[ Privacy Policy CSS ]=========================================*/
div#privacy h1 { color: #333333; font-size: 12pt; font-weight: normal; }
div#privacy h2 { color: #333333; font-size: 9pt; font-weight: bold; margin: 15px 0px 15px 0px; }
div#privacy h3 { color: #E16526; font-size: 9pt; font-weight: bold; margin: 15px 0px 5px 0px; }
div#privacy p  { color: #333333; margin: 5px 0px 15px 0px; }


/*==[ ISI CSS ]====================================================*/
#isi h2    { color: #E16526; font-size: 10pt; font-weight: bold; margin: 0px 0px 11px 0px; padding: 11px 0px 0px 0px; }
#isi h3    { color: #E16526; font-size: 9pt; font-weight: bold; margin: 0px; }
#isi ul    { margin: 0px 0px 11px 16px; font-size: 9pt; padding: 0px; }
#isi ul ul { margin: 0px 0px 0px 16px; }
#isi li    { margin: 0px 0px 0px 0px; font-size: 9pt; line-height: 11pt; }
#isi p     { color: #333333; margin: 0px 0px 11px 0px; font-size: 9pt; line-height: 11pt; }

#isi #physician_isi h2 { color: #333333; font-size: 16px; font-weight: bold; margin: 0px 0px 11px; }
#isi #physician_isi h3 { color: #333333; font-size: 9pt; font-weight: bold; margin: 0px; }
#isi #physician_isi ul { margin: 0px 0px 11px 16px; font-size: 9pt; padding: 0px; }
#isi #physician_isi li { margin: 0px 0px 0px 0px; font-size: 9pt; line-height: 11pt; }
#isi #physician_isi p  { color: #333333; margin: 0px 0px 11px 0px; font-size: 9pt; line-height: 11pt; }


/*==[ References CSS ]=============================================*/
#references   { clear: both; margin: 20px 30px; padding: 0px 0px; }
#references p { clear: both; margin: 0px; font-size: 8pt; }


/*==[ Footer CSS ]=================================================*/
div#footer {
	clear: both;
	height: 30px; margin: 0px; padding: 20px 20px 10px 20px;
	color: #888888; font-size: 7pt;
	line-height: 11px; text-align: right;
	background-color: #FFFFFF;
	/* border-top: 1px dotted #000000; */
}
#footer #cephalonLogo { position: absolute; top: 17px; left: 10px; width: 133px; }
#footer #trackingNum  { float: left; padding-left: 150px; text-align: left; }

#footer #footer_links           { color: #888888; font-size: 8pt; }
#footer #footer_links a:link    { color: #888888; font-size: 8pt; font-weight: normal; text-decoration: none; }
#footer #footer_links a:visited { color: #888888; font-size: 8pt; font-weight: normal; text-decoration: none; }
#footer #footer_links a:hover   { color: #666666; font-size: 8pt; font-weight: normal; text-decoration: underline; }
#footer #footer_links a:active  { color: #666666; font-size: 8pt; font-weight: normal; text-decoration: underline; }

#footer #footer_links a.blue    { color: #0871B9; }


/*==[ Terms and Conditions CSS ]===================================*/
#terms h3 { margin-bottom: 0px; }

/*==[ Site Map CSS ]===============================================*/
#sitemap ul    { list-style-type: none; list-style-image: none; margin: 0px; padding: 0px; }
#sitemap ul ul { list-style-type: none; list-style-image: none; margin: 0px 0px 0px 30px; padding: 0px; }
#sitemap li    { line-height: 22px; }


/*==[ Prescribing Information CSS ]===============================================*/
#pi    { margin-bottom: 20px; }
#pi h2 { margin: 0px 0px 15px 0px; color: #000000; font-size: 9pt; text-transform: uppercase; }
#pi h3 { margin: 0px 0px  0px 0px; color: #000000; font-size: 9pt; }
#pi h4 { margin: 0px 0px  0px 0px; color: #000000; font-size: 9pt; font-weight: normal; font-style: italic; }
#pi p  { margin: 0px 0px 15px 0px; color: #000000; font-size: 9pt; }

#pi p.boxed  { padding: 10px; border: 2px solid #000000; }


/*==[ Sleepiness Calculator CSS ]==================================*/
#calculator_scoring           { width: 370px; margin: 20px auto 10px; }
#calculator_scoring td        { color: #DE6020; font-size: 8pt; }
#calculator_scoring td strong { color: #000000; font-weight: bold; }


/*==[ Table Styles ]===============================================*/
#content table.basic { border: 1px solid #000000; }

table.basic tr td { border-width: 1px; }

table.basic tr td.b_s_all { border:        1px solid #000000; }
table.basic tr td.b_s_t   { border-top:    1px solid #000000; }
table.basic tr td.b_s_r   { border-right:  1px solid #000000; }
table.basic tr td.b_s_b   { border-bottom: 1px solid #000000 !important; }
table.basic tr td.b_s_l   { border-left:   1px solid #000000; }

table.basic tr td.b_d_all { border:        1px dashed #000000; }
table.basic tr td.b_d_t   { border-top:    1px dashed #000000; }
table.basic tr td.b_d_r   { border-right:  1px dashed #000000; }
table.basic tr td.b_d_b   { border-bottom: 1px dashed #000000; }
table.basic tr td.b_d_l   { border-left:   1px dashed #000000; }

table.basic tr td.b_n_all { border:        0px none #000000; }
table.basic tr td.b_n_t   { border-top:    0px none #000000; }
table.basic tr td.b_n_r   { border-right:  0px none #000000; }
table.basic tr td.b_n_b   { border-bottom: 0px none #000000; }
table.basic tr td.b_n_l   { border-left:   0px none #000000; }

table.basic tr td.bg_white  { background-color: #FFFFFF; }
table.basic tr td.bg_grey   { background-color: #F5F5F5; }
table.basic tr td.bg_yellow { background-color: #FFF5BA; }


/* Machinery Warning */
#machine_warning
{
	text-align: left !important;

	margin: 10px auto 0px;
	position: relative;

	width: 640px;
}

/*==[ Modal Dialog Styles ]========================================*/
#lightbox_mask {
  display: none;
  position: absolute;
  top: 0px; left: 0px;
  width: 100%; height: 100%;
  z-index: 1000;
  background: #000000;
  -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

#lightbox
{
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 460px; height: 100px;
	padding: 20px 20px 25px 20px;
	background-color: #ffffff;
	border: 1px solid #ff9900;
	text-align: center;
	font-weight: bold;
	z-index: 2000;
	/* Drop Shadow CSS */
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=000,strength=8)
	        progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=090,strength=8)
	        progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=180,strength=8)
	        progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=270,strength=8);
}

#tooltip
{
	position: absolute; display: none;
	top: 0px; left: 0px; width: 300px;
	margin: 0px; padding: 15px 5px 5px 5px;
	border: 5px solid #2A6EBB;
	background: #FFFFFF;

	/* Drop Shadow CSS */
	-moz-box-shadow: 5px 5px 15px #000000;
	-webkit-box-shadow: 5px 5px 15px #000000;
	box-shadow: 5px 5px 15px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=090,strength=8)
	        progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=180,strength=8);
}
#tooltip h2   { color: #2A6EBB; font-size: 10pt; }
#tooltip p    { color: #333333; font-size: 9pt; }
#tooltipClose { position: absolute; top: 6px; right: 6px; cursor: pointer; }

#spotlightTag { position: absolute; }
.spotlightTag { position: absolute; }

#button_inter { position: absolute; top: 27px; right: 6px; }
#button_sphere { position: absolute; top: 8px; right: -10px; }

#button_spacer { position: relative; float: right; width: 115px; height: 60px; }

#button_sphere_jld { position: absolute; top: 0px; right: -22px; }
#diagbar { position: absolute; top: 105px; right: -5px; }
#undercopy {position: absolute; top: 215px; left: 145px; }

.jld_bump { padding-top: 15px; }

/*==[ Social Networking Links (snLinks) CSS ]======================*/
#snLinksDiv
{
	position: absolute; display: none;
	top: 0px; left: 0px; width: 210px;
	margin: 0px; padding: 15px 5px 5px 5px;
	border: 5px solid #2A6EBB;
	background: #FFFFFF;

	/* Drop Shadow CSS */
	-moz-box-shadow: 5px 5px 15px #000000;
	-webkit-box-shadow: 5px 5px 15px #000000;
	box-shadow: 5px 5px 15px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=090,strength=8)
	        progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=180,strength=8);

}
#snLinksDiv a   { float: left; display: block; width: 100px; padding: 2px 5px 2px 0px; white-space: nowrap; text-decoration: none; }
#snLinksDiv img { vertical-align: middle; }
#snLinksClose   { position: absolute; top: 6px; right: 6px; cursor: pointer; }
.orshift { font-size:13px !important; }
.clear { clear:both; }
