@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	color:#333;
	text-align:left;
	font:  11px/1.4 Verdana, Geneva, sans-serif;
	margin:0;
	background:url(/images/body-bg.png) repeat-x 0 0;
}
a {
	color:#0066cc;
}
a:hover {
	color:#5ca8e7;
}
a:visited {
	color:#0066cc;
}
a:visited:hover {
	color:#5ca8e7;
}

img {
	border:0;
}
img.alignleft {
	margin:0 13px 15px 0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}


#page {
	width:974px;
	margin:0 auto;
}


/* ///// WRAPPERS */

.print {
	display:none;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ///// FORMS*/

form {
	margin:0;
	padding:0;
}
form.inline {
	display:inline;
}
input.text {
	border:1px solid #c4c5c5;
	margin-right:8px;
	padding:5px 0 0 7px;
	width:180px;
	height:15px;
	background:url(/images/input-text-bg.png) no-repeat 0 0;
	font-size:10px;
	color:#a5a5a5;
	outline:none;
}
input.onfocus, textarea.onfocus {
	color:#333;
	font-style: normal;
}
#header input.text {
	width:150px;
}
input.long {
	width:400px;
}
input.submit {
	color:#FFF;
	height:22px;
	margin:0;
	padding:0 8px;
	background:url(/images/input-submit-bg.png) repeat-x 0 0;
	border:0;
	text-transform:uppercase;
}
input.submit:hover {
	background:url(/images/input-submit-bg.png) repeat-x 0 100%;
}
select {
	border:1px solid #c4c5c5;
	margin-right:8px;
	padding:2px 2px 2px 5px;
	width:215px;
	font-size:10px;
	color:#a5a5a5;
	/* font-style:italic; michel 2010-11-01 remove italic from top search */
	outline:none;
}
select option {
	color:#333;
}
#content-type-landing-side-box select {
	width:200px;
}
#header select {
	display:inline-block;
	vertical-align:top;
	width:180px;
	height:22px;
}


/* ///// GLOBAL HEADER */

#global-header {
	margin:5px 0px 2px 25px;
}
#global-header ul {
	float:right; 
	margin:8px -13px 12px 0; 
	padding:0;
	list-style:none;
}
#global-header li {
	float:left;
	padding:1px 13px; 
	height:10px;
	border-left:1px solid #666;
	font-size:10px;
	line-height:1em;
}
#global-header li:first-child {
	padding-left:0;
	border-left:none
}
#global-header li a {
	color:#666;
	text-decoration:none;
}
#global-header li a:hover {
	color:#333;
	text-decoration:underline;
}
#global-header #ieee-logo a {
	float:right;
	text-indent:-9999px;
	width:100px; 
	height:30px; 
	background:url(/images/ieee-logo.png) no-repeat 0 0;
	margin:12px 0px; 
	display: block;
	clear: both;
}

/* style for anything mentioning IEEE eXplore */
.explore { font-style:italic; }

/* ///// HEADER */

#header {
	margin:0 0 12px 23px; 
	clear: both; 
	height: 65px; /*JH 2/5/11*/
}
#header #logo h2 a {
	display:block;
	float:left;
	width:379px; 
	height:29px;
	outline:none;
	border: none;
}
#header #logo h2 a strong {
	display:none;
}
#header #working-group {
	margin:0 0 12px 0px; 
	clear: both; 
}
#header #working-group h2 a {
	display:block;
	float:left;
	width:308px; 
	height:20px;
	outline:none;
	border: none;
	padding-top: 5px;
}
#header #working-group h2 a strong {
	display:none;
}
#header #working-group #header-tools {
	float:right;
}
#header #working-group #header-tools a {
	color:#333;
	text-decoration:none;
}
#header #working-group #header-tools a:hover {
	color:#000;
	text-decoration:underline;
}
#header #working-group #header-tools ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header #working-group #header-tools li {
	float:left;
	height:20px;
	width:auto;
	position:relative;
	padding-left:20px;
}
#header #working-group #header-tools li:first-child {
	padding:5px 10px 0 10px;
}
#header #working-group #header-tools li:first-child + li {
	padding:5px 0px 0 0px;
	margin:0 0 0 10px;
}
#header #working-group #header-tools li.navi-small {
	width:339px;
}

/* ///// NAVI */

#navi {
	position:relative;
	height:41px;
	padding:0 0 7px 0;
	margin:0 0 13px 0;
	background: transparent url(/images/navi-shadow.png) no-repeat 0 0;
	z-index: 9999;
}
#navi ul {
	list-style:none;
	padding:0 0 0 0px;
	margin:0;
	background:url(/images/navi.png) no-repeat 0 0;
}
#navi ul li ul {
	padding-left:0;
}
#navi ul li {
	float:left;
}
#navi ul li a {
	display:block;
	height:41px;
	text-indent:-9999px;
	outline:none;
	background:url(/images/navi.png) no-repeat 0 0;
}
#navi ul li a.about {
	width:147px;
	background-position:0px 0;
/*	margin-right:2px;
	padding-right:2px;*/
}
#navi ul li a.spacer1 {
	width:6px;
	background-position:-147px 0;
}
#navi ul li a.index {
	width:250px;
	background-position:-153px 0;
/*	margin-left:2px;
	padding-left:2px;
	position:relative;
	left:2px;
	margin-right:2px;
	padding-right:2px;*/
}
#navi ul li a.spacer2 {
	width:6px;
	background-position:-403px 0;
}
#navi ul li a.directory {
	width:174px;
	background-position:-409px 0;
/*	margin-left:2px;
	padding-left:2px;*/
}
#navi ul li a.spacer3 {
	width:4px;
	background-position:-583px 0;
}
#navi ul li a.ieee-sa-home {
	width:136px;
	background-position:-587px 0;
}
#navi ul li a.spacer4 {
	width:4px;
	background-position:-723px 0;
}
#navi ul li a.buy-standards {
	width:135px;
	background-position:-727px 0;
}
#navi ul li a.spacer5 {
	width:5px;
	background-position:-862px 0;
}
#navi ul li a.myProject {
	width:107px;
	background-position:-867px 0;
}
#navi ul li.selected a.about {
	background-position:0px -82px;
/*	margin-right:2px;
	padding-right:2px;*/
}
#navi ul li.selected a.index {
	background-position:-153px -82px;
/*	margin-left:2px;
	padding-left:2px;
	margin-right:2px;
	padding-right:2px;*/
}
#navi ul li.selected a.directory {
	background-position:-409px -82px;
/*	margin-left:2px;
	padding-left:2px;*/
}
#navi ul li.selected a.ieee-sa-home {
	background-position:-587px -82px;
}
#navi ul li.selected a.buy-standards {
	background-position:-727px -82px;
}
#navi ul li.selected a.myProject {
	background-position:-867px -82px;
}
#navi ul li.hover a.about, #navi ul li a.about:hover {
	background-position:0px -41px;
/*	margin-right:2px;
	padding-right:2px;
	width: 147px;*/
}
#navi ul li.hover a.index, #navi ul li a.index:hover {
	background-position:-153px -41px;
/*	margin-left:4px;
	padding-left:2px;
	width:247px;
	position:relative;
	left:2px;
	margin-right:2px;
	padding-right:2px;*/
}
#navi ul li.hover a.directory, #navi ul li a.directory:hover {
	background-position:-409px -41px;
/*	margin-left:2px;
	padding-left:2px;
	width:171px;*/
}
#navi ul li.hover a.ieee-sa-home {
	background-position:-587px -41px;
}
#navi ul li.hover a.buy-standards {
	background-position:-727px -41px;
}
#navi ul li.hover a.myProject {
	background-position:-867px -41px;
}
/* DROP DOWN CONTENTS */
#navi li.headlink ul {
	display: none;
	position:absolute;
	width:340px;
	z-index:100;
}
#navi li.headlink:hover ul {
	display: block;
}
#navi li.headlink ul {
	background:#f3f3f3;
	border:1px solid #b2b2b2;
	border-top:none;
	padding-top:5px;
}
#navi li.headlink ul li { 
	width:100%;
}

#navi li.headlink li div {
	padding:0 25px;
	margin:10px 0 13px 0;
}
#navi li.headlink li div div {
	padding:0 0px;
	margin:0px 0;
}
#navi li.headlink li .section1, #navi li.headlink li .section2 {
	font-size:10px;
	position:relative;
	width:46%;
	padding:0;
	float:left;
}
#navi li.headlink li .section1 {
	padding-right:15px;
}
#navi li.headlink li hr {
	margin:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #FFF;
	border-right:none;
	border-left:none;
}
#navi li.headlink li a {
	display:inline;
	height:auto;
	text-indent:0px;
	background:none;
}
#navi li.headlink li div.goto-link {
	clear:both;
	margin:20px 0 0 0;
	background:#000;
	color:#FFF;
	padding-top:14px;
	padding-bottom:16px;
}
#navi li.headlink li div.goto-link a {
	font-weight:bold;
	color:#5ca8e7;
	text-decoration:none;
}
#navi li.headlink li div.goto-link a:hover {
	color:#F30;
}
#navi li.headlink li h4 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

#content {
	width: 959px;
	padding: 0 15px;
}

/* ///// FOOTER */

#footer {
	width:959px;
	background-color:#1f426a;
	clear:both;
	color:#FFF;
	font-size:10px;
	line-height:1em;
	margin:35px 0 15px 0;
	padding:15px 0 15px 15px;
}
#footer #copyright {
	float:left;
}

#footer #copyright a {
      color:#FFF;
      text-decoration:none;
}
#footer #copyright a:hover { 
      text-decoration:underline;
}

#footer ul {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
#footer li {
	float:left;
	padding:0 10px;
	height:10px;
	border-left:1px solid #FFF;
}
#footer li a {
	color:#FFF;
	text-decoration:none;
}
#footer li a:hover {
	text-decoration:underline;
}

