/* vBulletin 3 CSS For Style 'Jaynz Default' */


/*  Generic Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
  margin: 0;
  padding: 0;
  background: #FFF url(images/background.gif) repeat-y top center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 79%;
  height: 100%;
}

a:link {
  color: #039;
}

a:visited {
  color: #039;
}

a:hover {
  color: #36F;
  text-decoration: none
}

a:active {
  color: #3366FF
}

html img {
  border: 0;
}

.smalltext {
  font-size: 95%;
  }

acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
  }

.clear {
  clear:both;
  }

tr.odd td {
  background-color:#F5F5F5;
}

tr.highlight td {
  background-color: #EFEFEF;
}

#content .11point {
  font-size: 90%;
  }

hr {
  border: 0;
  color: #CCC;
  background-color: #CCC;
  height: 1px;
  }

.pdf {
  background: url(../../images/pdfnavicon.gif) no-repeat 50% left;
  padding-left: 28px;
  font-weight: bold;
  }

/*  Page Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#container {
  margin: 0 auto;
  padding: 0;
  width: 772px;
  font-size: 95%;
  background: #FFF url(images/sideback206.gif) repeat-y top left;
  border: 1px solid #CCC;
  border-top: none;
  border-bottom: none;
  }

#leftarea {
  width: 206px;
  height: 100%;
  float: left;
  }

#mainarea {
  width: 71%;
  float: right;
  padding: 0;
  }

/*  Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
  background: #000000; /*url(../../images/headerimage1.jpg) repeat-y 100% 0*/
  float: left;
  font-weight: normal;
  width: 772px;
}

#jaynzLogo {
  margin: 0;
  padding: 15px 25px 0 12px;
  float: left;
}

#skip {
  display: none;
}

#subNav {
  clear: right;
  list-style: none;
  margin: 0px 0 2px -300px;
  padding: 0 0 0px 0;
  float: right;
  font-weight: normal;
  white-space: nowrap;
}

* html #subNav {
  padding: 0 0 0px 0;
}

#subNav li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	color: #AAA;
}

#subNav * {
  margin: 5px 0 0 0;
}

#subNav #s-text {
  margin: 0;
}

#subNav a {
  padding: 0 5px 0 5px;
  text-decoration: none;
  border-right: 1px solid #999;
  color: #AAA;
}

#s-contact a {
  border-left: 1px solid #999;
}

#subNav a:hover {
  color: #FFF;
  text-decoration: underline;
}

#s-text {
  padding: 0 5px 0 5px;
}

#subNav #s-loggedin {
  border-right: 1px solid #999;
  background: #000 url(../../images/notloggedin.gif) no-repeat center;
}

#subNav #s-loggedin span{
  display:  none;
}

#s-text a {
  margin: 0;
  padding: 0;
  border-right: none;
}

#txtSize2 {
  margin: 0;
  padding :0;
  font-size: 125%
}

#txtSize3 {
  margin: 0;
  padding: 0;
  font-size: 142%
}

#subNav #s-loggedinred {
padding: 0 2px;
  margin: 5px 0 0 -2px;
  font-weight: bold;
  border-right: 1px solid #999;
  color: #CC0000;
  width: 118px;
  text-align: center;
  }
#subNav #s-loggedingreen {
padding: 0 2px;
  margin: 5px 0 0 -2px;
  font-weight: bold;
  border-right: 1px solid #999;
  color: #00CC00;
  width: 107px;
  text-align: center;
  }
#subNav #s-login, #subNav #s-logout {
  display: none;
  }
#subNav #s-login a, #subNav #s-logout a {
  border: none;
  }

/*	Search Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#search {
  padding: 0;
  margin: 12px 12px 0 0;
  height: 31px;
  float: right;
  }

#search input, #search form {
  margin: 0px;
  padding: 0px;
  }

#search .searchField {
  display: block;
  background-image: url(../../images/search_input_bg.gif);
  background-repeat: no-repeat;
  color: #666666;
  padding: 2px 0px 1px 5px;
  width: 164px;
  height: 15px;
  border: 0px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  }

#search .searchButton {
  padding: 0px;
  margin: 0px;
  width: 38px;
  height: 18px;
  border: none;
  float: left;
  }

#search p {
  width: 205px;
  text-align: right;
  margin: 0;
  padding: 0;
  clear: left;
  font-size: 10px;
  }

#search a, #search a:visited {
  text-decoration: none;
  color: #FFF;
  }

#search a:hover {
  text-decoration: underline;
  color: #CCC;
  }

#search .searchalert {
  background-image: url(/images/search_input_bg2.gif) !important;
  }

/*  Top Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#topNav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #000;
  background: #D1D1E0 url(../../images/navback1.gif) repeat-x top left;
  line-height: 1em;
  }

#topNav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#topNav a {
  float: left;
  display: block;
  margin: 0;
  padding: 4px 0 3px 0;
  color: #666;
  text-decoration: none;
  background: #D1D1E0 url(../../images/navback1.gif) repeat-x top left;
  text-align: center;
}

#topNav #t-home a {
  text-indent: -7px;
  background: #B3B3CC url(../../images/publicarea_back.gif) repeat-x top left;
  color: #333;
  width: 90px;
}

#topNav #t-home a:hover {
  color: #FFF;
  background: #000 url(../../images/navback-publicarea.gif) repeat-x top left !important;
}

#home #topNav #t-home a {
  text-indent: 0;
  background: #B3B3CC url(../../images/navback-hover.gif) repeat-x top left;
  color: #FFF;
  width: 90px;
}

#home #topNav #t-home a:hover {
  color: #FFF;
  background: #000 url(../../images/navback-hover.gif) repeat-x top left !important;
}

#topNav #t-news a {
  width: 59px;
}

#topNav #t-products a {
  width: 79px;
}

#topNav #t-consulting a {
  width: 87px;
}

#topNav #t-advertising a {
  width: 91px;
}

#topNav #t-events a {
  width: 67px;
}

#topNav #t-about a {
  width: 77px;
}

#topNav #t-careers a {
  width: 73px;
}

#topNav #t-press a {
  width: 63px;
}

#topNav #t-myjanes a {
  width: 86px;
}

#topNav a:hover {
  color: #FFF;
  background: #000 url(../../images/navback-hover.gif) repeat-x top left ! important ;
}

#home #t-home a {
  background: #BEBBD5 url(../../images/navback-hover.gif) repeat-x top left;
  color: #FFF;
}

/*	Side Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sidenav {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 95%;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  width: 206px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #069;
  }

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

#sidenav li {
  margin: 0;
  padding: 0;
  list-style: none;
 }

#sidenav a {
  text-decoration: none;
  color: #069;
  display: block;
  width: 176px;
  padding: 3px 0px 3px 30px;
  background: #DFE4EF url(images/subnavicon.gif) no-repeat 0 50%;
  border-bottom: 1px solid #FFF;
 }

#sidenav li.subnav a, #sidenav li.subnavlast a {
  width: 166px;
  padding: 3px 0px 3px 40px;
  background: #D6DFEC url(images/subsubnavicon.gif) no-repeat 20px 50%;
 }

#sidenav li.subnavlast a {
  background: #D6DFEC url(../../images/subsubnaviconlast.gif) no-repeat 20px 50%;
 }

#sidenav .subnav li a {
  width: 166px;
  padding: 3px 0px 3px 40px;
  background: #D6DFEC url(../../images/subsubnavicon.gif) no-repeat 20px 50%;
 }

#sidenav .subnav li:last-child a {
  background: #D6DFEC url(../../images/subsubnaviconlast.gif) no-repeat 20px 50%;
 }

#sidenav dt a {
  text-decoration: none;
  color: #069;
  padding: 3px 0px 3px 25px;
  width: 181px;
  border-bottom: 1px solid #FFF;
  background: url(images/mainnavicon.gif) no-repeat 0 50%;
 }

#sidenav dd {
  margin: 0;
  padding: 0;
 }

#sidenav a:hover, #sidenav li.subnav a:hover, #sidenav li.subnavlast a:hover, #sidenav .subnav li a:hover {
  background-color: #BFC8DB;
  }

/*  Main Area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content {
  width: 530px;
  float: left;
  padding: 20px 10px 0 20px;
  margin: 0;
  }

#content h3 {
  font-size: 1.5em;
  color: #069;
  padding: 0;
  margin:0;
  }

#content #breadcrumb {
  font-size: 95%;
  color: #999999;
  margin: -15px 0 0 -10px;
  }

#content #breadcrumb a {
  color: #999999;
  }

.smallertext {
  font-size: 95%;
  }

#mainstory .smallertext {
  margin: 0;
  padding: 0;
  }

#mainstory {
  padding: 10px 0 0 0;
  clear: both;
}

#mainstory img {
  border: 1px solid #000;
  float: left;
  margin-right: 15px;
}

#content #mainstory table img {
  border: none !important;
}

#mainstory h3 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 150%;
  margin: 0;
  padding: 0 0 5px 0;
}

#content #mainstory h4 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#content #mainstory p {
  margin: 0;
  padding: 0;
  line-height: 145%;
}

#mainstory a {
  text-decoration: none;
}

#mainstory a:hover {
  text-decoration: underline;
}

.homecontentheader {
  font-size: 135%;
  font-weight: bold;
  width: 99%;
  color: #069;
  background: #EEE url(images/homeheaderback.jpg) no-repeat bottom left;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: -1px;
  clear: both;
  }

.homecontentheader a {
  color: #069;
  text-decoration: none;
  }

.homecontentheader a:hover {
  text-decoration: underline;
  }

.homestorylist1 {
  width: 45%;
  float: left;
  margin-right: 23px;
  padding-right: 23px;
  border-right: 1px solid #CCC;
  }

.homestorylist2 {
  width: 45%;
  float: left;
  }

.homestorylistfull {
  clear: both;
  width: 100%;
  }

#content .homestorylist1 h3, #content .homestorylist2 h3, #content .homestorylistfull h3{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  }

#content .homestorylist1 h5, #content .homestorylist2 h5, #content .homestorylistfull h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
  }

.homestorylist1 h3 a, .homestorylist2 h3 a, .homestorylistfull h3 a {
  text-decoration: none;
  }

.homestorylist1 h3 a:hover, .homestorylist2 h3 a:hover, .homestorylistfull h3 a:hover {
  text-decoration: underline;
  }

#content .homestorylist1 h4, #content .homestorylist2 h4, #content .homestorylistfull h4 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin: 3px 0;
  padding: 0;
  }

#content .homestorylist1 p, #content .homestorylist2 p, #content .homestorylistfull p{
  margin: 3px 0 3px 0;
  line-height: 140%;
  }

#content .homestorylist1 p.date, #content .homestorylist2 p.date, #content .homestorylistfull p.date{
  color: #666;
  font-size: 95%;
  font-weight: normal;
  margin: 0 0 7px 0;
  }

#content p.date {
  color: #666;
  font-size: 95%;
  font-weight: normal;
  margin: 0 0 7px 0;
  }

#content .homestorylist1 h5.date, #content .homestorylist2 h5.date, #content .homestorylistfull h5.date{
  color: #666;
  font-size: 95%;
  font-weight: normal;
  margin: 0 0 7px 0;
  padding: 0 0 8px 0;
  }

#content .homestorylist1 div, #content .homestorylist2 div, #content .homestorylistfull div{
  border-bottom: 1px solid #CCC;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  }

#content .homestorylist1 dl, #content .homestorylist2 dl, #content .homestorylistfull dl {
  font-size: 95%;
  margin: 0 0 8px 0;
  padding: 0;
  }

#content .homestorylist1 dd, #content .homestorylist2 dd, #content .homestorylistfull dd {
  margin: 0;
  padding: 0;
  }

.boxwithheader {
  float: left;
  width: 47%;
  border: 1px solid #CCC;
  }

.boxwithheader-right {
  float: right;
  width: 38%;
  border: 1px solid #CCC;
  margin-left: 10px;
  }

.boxwithheaderfull {
  border: 1px solid #CCC;
  }

.boxwithheader dt, .boxwithheaderfull dt, .boxwithheader-right dt {
  padding: 2px 12px;
  margin: 0;
  border-bottom: 1px solid #CCC;
  font-size: 95%;
  font-weight: bold;
  background: #DDD;
  color: #069;
  }

.boxwithheader dd, .boxwithheaderfull dd, .boxwithheader-right dd{
  padding: 1px 10px;
  margin: 0;
  background: #EEE;
  }

.boxwithheaderfull table {
  font-size: 95%;
  }

.boxwithheaderfull caption {
  width: 100%;
  border-bottom: 1px solid #CCC;
  text-align: left;
  font-size: 115%;
  font-weight: bold;
  margin: 10px 2px;
  }

.boxwithheaderfull th {
  text-align: left;
  }

.boxwithheaderfull td, .boxwithheaderfull th {
  border-bottom: 1px solid #DDD;
  padding-right: 5px;
  }

#content p {
  line-height: 145%;
  margin: 15px 0 15px 0;
  }

#content ul {
  margin: 0 30px;
  padding: 0;
  }

#content li {
  line-height: 145%;
  margin: 0 0 7px 0;
  }

#content h4 {
  font-size: 100%;
  line-height: 145%;
  margin: 10px 0 0 0;
  }

#content h1 {
  clear: left;
  font-size: 190%;
  letter-spacing: -0.05em;
  margin: 10px 0;
  color: #069;
  }

#a-z {
  dispaly: block;
  clear: both;
  margin: 0;
  padding: 0;
  }

#a-z li {
  list-style: none;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 6px;
  border-right: 1px solid #CCC;
  font-weight: bold;
  }

#a-z li a {
  font-weight: normal;
  }

.contactdetails li {
  list-style: none;
  margin: 5px 0;
  }

#content .storyheadline {
  font-size: 235%;
  color: #000;
  letter-spacing: 96%;
  }

#yeardropdown input, #yeardropdown select {
  vertical-align: middle;
  font-size: 95%;
  }

#yeardropdown {
  font-weight: bold;
  font-size: 95%;
  }

.imageleft {
  border: 1px solid #000;
  float: left;
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  }

.imageright {
  border: 1px solid #000;
  float: right;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  }

/*  Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
  text-align: center;
  border-top: #FFF solid 15px;
  background-color: #E7EBF3;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
  font-size: 95%;
}

#footer p {
  padding: 5px;
  margin: 0;
  color: #333
}

#footer a {
  padding: 0 5px;
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: #000;
  text-decoration: underline;
}

#footer img {
  float: right;
  margin-left: -10000px;
}
