/*
-----------------------------------------------
support.sas.com template second level screen style
based on...
author:   rebecca hemstad
version:  01 June 2007
updated: R.Harper July 2007 (16-Jun-2010)
added: R.Harper section name styles Aug 02 2007

modified by jpnyek  on June 21 2010
----------------------------------------------- */


/* ****** DEFAULT STYLES *******
----------------------------------------------- */
@import url("reset.css");
@import url("titles.css");
@import url("fieldset.css");
@import url("sasleftside_jpn3.css"); /*change for japanese IC @jpnyek*/
@import url("misc_jpn.css"); /*change for japanese IC @jpnyek*/
@import url("deprecated.css");
@import url("supporthomeonly.css");

/* BODY STYLE *******
----------------------------------------------- */
/*html, body {
height: 100%;
} removed 2008/1/25 pjt to prevent scrollbar on right when uneeded */


body {
	margin:1px auto;
	padding: 0;
	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	min-width: 800px;
	background-color: #fff;
	list
}


a:name {font-weight: bold;}

a:link {text-decoration: none; color: #06c;}
a:visited {text-decoration: none; color: #06c;}
a:active {text-decoration: none; color: #06c;}
a:hover {text-decoration: underline; color: #06c;}

a:focus {outline: none;}   /* pjt 2009/07/27 - remove outline box in firefox around clicked link */


#container {
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
	background: url(../images/sidebargrad2.gif) center left repeat-y; /*change location for japanese IC @jpnyek*//* sidebargrad.gif -> sidebargrad2.gif */
	min-width: 800px;
}


#container2 {
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
	min-width: 800px;
}

.clear {
	clear: both;
	height: 0;
}

p, table {
	padding: 5px 0px 5px 0px;
}

pre, code {
	padding: 10px 0px 8px 0px;
	font-family: monospace;
}


.more {
	display: block;
	padding: 0 0 0 11px;
	background-image: url(../images/morearrow.gif); /*change location for japanese IC @jpnyek*/
	background-repeat: no-repeat;
	background-position: left center;
}



/* -----------------------------------------------------------------
Browser specific (not valid) styles to make preformatted text wrap 
pre {
 white-space: pre-wrap;       * css-3 *
 white-space: -moz-pre-wrap;  * Mozilla, since 1999 *
 white-space: -pre-wrap;      * Opera 4-6 *
 white-space: -o-pre-wrap;    * Opera 7 *
 word-wrap: break-word;       * Internet Explorer 5.5+ *
}
--------------------------------------------------------------- */



/* ****** GENERAL STYLES *******
----------------------------------------------- */

#leftcolumn p, #rightnav p {margin: 0 0 1em 0;}


/* ****** MASTHEAD *******
----------------------------------------------- */

#masthead {
	padding: 0px;
	background-color: #ffffff;
	height: 95px;
	position: relative;
}

/* ****** SAS LOGO ******* added from June 2010
----------------------------------------------- */

#sas_logo {
	left:0;
	margin-left:15px;
	padding:20px 0 0;
	top:0;
	float: left;
	width:300px;
}
#sas_logo p {
	color:#959899;
	font-size:12px;
	padding-top:5px;
	text-align:left;
}



/* ****** SEARCH *******
----------------------------------------------- */

#searchBox {
	float: right;
	padding: 0;
	margin: 0px 5px 0px 0px;
	height: 70px;
}

#searchBox fieldset {
	border: 1px solid #ccc;
	padding: 0px 5px 2px 10px;
	margin: 0px 0px 0px 0px;
}

#searchBox fieldset.search {
	border: 0px solid #ffffff;
	text-align: right;
	margin-top: 45px;
}

#searchBox label {
	font-size: .8em;
	color: #fff;
	background-color: inherit;
}


#searchBox input.searchField {
	font-size: .8em;
	background: url(../images/bg_searchbox.gif) top left repeat-x; /*change location for japanese IC @jpnyek*/
	border: 1px solid #A5ACB2;
	height: 16px;
	padding: 1px;
	float: right;
	margin-right: 5px;
}

#searchBox input.searchButton {
	background:transparent url(../images/navbar.png) no-repeat scroll right -425px; /*change location for japanese IC @jpnyek*/
	border:medium none;
	color:white;
	cursor:pointer;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:18px;
	line-height:normal;
	margin:0 0 0 5px;
	padding:0 5px 0 0;
	text-shadow:1px -1px 1px #C25208;
}

#searchBox span {
	background:transparent url(../images/navbar.png) no-repeat scroll left -425px; /*change location for japanese IC @jpnyek*/
	cursor:pointer;
	display:inline-block;
	float:right;
	height:18px;
	margin-left: 5px;
}

#searchBox .searchSelect {
	font-size: .8em;
	border: 1px solid #A5ACB2;
	padding: 1px;
	float: right;
}

#searchBox .searchSelect optgroup {
	border-color: black;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 5px 0 0 0;
}

/* ****** Login Area ******* */
ul#login_area {
	background:transparent url(../images/navbar.png) no-repeat scroll left -468px; /*change location for japanese IC @jpnyek*/
	display:inline;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
	position:absolute;
	right:0;
	top:0;
	white-space:nowrap;
	z-index:60000;
	text-align: center;
}

ul#login_area li {
	border-left:1px solid #6699CC;
	color:white;
	display:block;
	float:left;
	line-height:18px;
	white-space:nowrap;
	font-size: 11px;
	font-weight: bold;
}

ul#login_area li a {
	color:white;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding:0 15px;
	text-decoration:none;
}

ul#login_area li.first {
	border-left:medium none;
}

/* ****** MASTHEAD NAVIGATION *******
----------------------------------------------- */

#mastheadnav {
	width: 100%;
	background:transparent url(../images/navbar.png) no-repeat scroll -50px 0; /*change location for japanese IC @jpnyek*/
	height:39px;
	padding:0;
	position:relative;
	z-index:400;
}

#mastheadnav .homeselected {
	font-weight: bold;
	background: none;
}

#mastheadnav ul {
	font-family:Arial, sans-serif;
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-image: none;
}

#mastheadnav li {
	border-top:0 none;
	float:left;
	font-size:12px;
	height:35px;
	margin:0;
	padding:0;
	position:relative;
}
#mastheadnav li p {
	border-bottom:0 none;
	border-left:1px solid #6699CC;
	border-right:1px solid #0F6BA7;
	font-size:12px;
	margin:0;
	padding:0;
}

#mastheadnav li a {
	color:white;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:35px;
	margin:0;
	padding:0 10px;
	text-decoration:none;
	white-space:nowrap;
}

#mastheadnav li a:visited {
	color: #fff;
	background-color: inherit;
}

#mastheadnav li a:hover {
	color: #fff;
	background:transparent url(../images/navbar.png) no-repeat scroll -400px -100px; /*change location for japanese IC @jpnyek*/
}

#mastheadnav .current {
	background:transparent url(../images/navbar.png) no-repeat scroll -100px -50px; /*change location for japanese IC @jpnyek*/
}

#mastheadnav .current a:hover {
	background:transparent url(../images/navbar.png) no-repeat scroll -100px -50px; /*change location for japanese IC @jpnyek*/
}



/* ****** PRINT EMAIL BOOKMARK *******
----------------------------------------------- */


#peb {
	background: #FFFFFF url(../images/main_dotted.gif) bottom left repeat-x; /*change location for japanese IC @jpnyek*/
	font-size: .825em;
	height: 50px;
}

#peb ul {
	margin: 0;
	padding: 6px 12px 4px 0px; 
	text-align: right;
	border: 0px solid green;
	float: right; 
}

#peb li{
	float:left; 
	margin-left:0; 
	list-style-type: none;
	padding:0 10px 0 22px;  
	position:relative; 
	white-space:nowrap;
}

#peb a:link {text-decoration: none;}
#peb a:visited {text-decoration: none;}
#peb a:active {text-decoration: none;}
#peb a:hover {text-decoration: underline;}

#dotline {
	width: 100%;
	background:url(../images/main_dotted.gif) center center repeat; /*change location for japanese IC @jpnyek*/
	height: 10px;
}  


/* ****** ALERT BAR STYLES ******
----------------------------------------------- */

#alertBar {
	background: url(../images/alertBar_bg.jpg) repeat-x; /*change location for japanese IC @jpnyek*/
	font-family:helvetica, arial, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	padding: 5px 0px 0px 10px;
	height: 28px;
	font-weight: bold;
	text-align: center;
} 



/* ****** TABLE OF CONTENTS STYLE (TOC) ******
----------------------------------------------- */

#TOC {
	text-align: left;
	padding: 5px 0px 5px 0px;
	background-color: #eeeeee;
}

#TOC a {
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
}

#TOC a:hover {
	text-decoration: underline;
	background-color: #d9d7d7;
}


/* ****** SECTION NAME STYLES *******
----------------------------------------------- */


.L0 {
	font-family:helvetica, arial, sans-serif;
	font-weight: 600;
	font-size: 1.7em;
	color: #7d8693;
	padding: 10px 0px 0px 15px;
}

.L1 {
	font-family:helvetica, arial, sans-serif;
	font-weight: 600;
	color: #0067ba;
} 



/* ****** LEFT NAVIGATION STYLES *******
----------------------------------------------- */

#leftcolumn {
	width: 265px; /* 200 -> 265  for SASJ IC, 2010/3/18 */
	margin: 0;
	padding: 0 0 0 .5em;
	float: left;
	left: 0;
	border: 0px solid red;/*  position: relative;  */
}

#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcolumn ul li h1 {
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 10px 10px 5px 0;
	margin: 0 0 5px 0;
	color: #0067BA;
	font-size: 1.1em;
	text-transform: uppercase;
}

#leftcolumn ul li ul li {
	background-image: url(../images/dot_on.gif); /*change location for japanese IC @jpnyek*/
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
	line-height: 18px;
	padding: 0 0 0 10px;
}



/* ****** CONTENT COLUMN STYLES *******
----------------------------------------------- */


/* ****** 1 column class *******
----------------------------------------------- */
#content1 {
	margin: 0px 10px 0px 10px;
	padding: 1em 1em 1em 1.5em;
}


/* ****** 2 column class *******
----------------------------------------------- */
#content2 {
	margin: 0px 10px 0px 260px; /* 200 -> 260  for SASJ IC, 2010/3/18 */
	padding: 1em 1em 1em 1.5em;
	border: 0px solid red;
}
/* for IE 6 */
* html #content2 {
	float: right;
	margin: 0;
	clear: left;
}
/* for IE 7 */
* + html #content2 {
	display:inline-block;
}


/* ****** 3 column class *******
----------------------------------------------- */
#content3 {
	margin: 0px 230px 0px 210px;
	padding: 1em 1em 1em 1.5em;
	border: 0px solid red;
	position: relative;
}


/* ****** RIGHT COLUMN STYLES *******
----------------------------------------------- */
#rightcolumn {
	float: right;
	width: 200px;
	margin: 0;
	padding: 1em;
	font-size: .85em;
	border: 0px solid red;
}

#rightcolumn p {
	font-size: .90em;
}

#rightcolumn ul {
	list-style: url(../images/diamond.gif); /*change location for japanese IC @jpnyek*/
	margin: 0;
	padding: 0 0 1em 2em;
}

#rightcolumn ul li {
	padding: 0 0 .18em 0;
}



/* ****** FOOTER STYLES *******
----------------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: .25em;
	color: #333;
	border-top: 2px solid #003399;
	text-align: center;
	font-size: .85em;
	background-color: #ffffff;
}




