/* start cambia-group skin commons */

img {
	border: none; 

}

img[align="right"], table[align="right"] {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}

img[align="left"], table[align="left"] {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a:link, .dummyLink {
	color:  #0066CC;
	border-bottom: 1px dotted;
	text-decoration: none;
    cursor: pointer;
}

a:visited {
	color: #7596b9;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
  	text-decoration:none;
    border-bottom: 1px solid;
}

.specialItem {
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
}

.specialItem a:link, .specialItem a:visited {
    color: #555;
}

.specialItem a:hover {
    color: #000;
}


.CCandDaisy {
  	font-size: 80%;
	border: none;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
    width: 25%;
    text-align: right;
}

.CCandDaisy img {
	margin-left: 5px;
}

.sitefooter {
	/* border-top: 1px solid #e9eef5; */
	background: transparent url(../images/bg_footer.gif) no-repeat 50% 0;
    text-align: center;
	margin: 3em -2px 0;
    padding: 25px 0 25px;
    font-size: .9em;
    margin-bottom: 0;
	clear: both;
}

.sitefooter .imagelink {
	display: block;
	margin: 10px auto 0;
	width: 94px;
}
.sitefooter a {
    /*color: #c5c5c5;*/
    color: #555;
    border: none;
}

#commentContainer {
	display:none;
}


.logo {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

a.daisyVersion {
  color: black; text-decoration: none;
}

#siteNavigation, #search{
  text-align: right;
}

#search{
  margin-top: 2em;
}

#generalNavigation{
  position: absolute;
  z-index: 100;
  height: 20px;
  width: 97%;
  margin-top: 5px;
}

#generalNavigation span{
  visibility: hidden;
}

/* Inset 3D Raised */
.raised {background: transparent; width:100%; margin:0 auto;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px; }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#efc; border-left:1px solid #efc; border-right:1px solid #cfa;}
.raised .b3 {background:#efc; border-left:1px solid #efc; border-right:1px solid #cf8;}
.raised .b4 {background:#efc; border-left:1px solid #efc; border-right:1px solid #af2;}
.raised .b4b {background:#efc; border-left:1px solid #cfa; border-right:1px solid #af0;}
.raised .b3b {background:#efc; border-left:1px solid #cf8; border-right:1px solid #af0;}
.raised .b2b {background:#efc; border-left:1px solid #af2; border-right:1px solid #af0;}

.raised .b1 {margin:0 5px; background:#ffe;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#af0;}
.raised .boxcontent {display:block;  background:#efc; border-left:1px solid #ffe; border-right:1px solid #af0;}


#pageNavigation{
  margin-top: 0;
}

#pageWidthControl {
    max-width:1200px;
    min-width: 800px;
    width: 80%;
	padding: 0 2px;
    position: relative;
    margin: 0 auto;
	background: #fff url(../images/dandelion4.jpg) top right no-repeat;
	background-color: #fff;
	border: 1px solid #E9EEF5;
	border-top: none;
    /*background:#FFFFFF url(../images/dandelion2.jpg) top right no-repeat;
    border-left: 1px solid #666;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;*/
}

#plens {
    /*background: #11365d url(../images/logobg.png) repeat-x top left; */
    height: 100px;
    margin: 0 ;
    color: #11365d;
    vertical-align: bottom;
    padding: 0;
}

#plens img {
    margin-top: 10px;
    margin-left: 10px;
}

#plens a {
    color: #444;
    border: none;
}

#header {
	margin: 0;
    background: transparent /* #fff url(../images/header-green2.png) top right no-repeat*/;
    height: 100px;
    z-index: 200;
}

#documentNavigation{
  border-bottom: 1px solid #666;
  border-top: 1px solid #ccc;
  height: 32px;
  left:0pt;
  top: 8px;  
  background: #263d56 /*#11365d*/;
  z-index: 1000;
  opacity: .88;
  /*filter: alpha(opacity=88);*/ /*if enabled, submenu hover wont show -  IE bug :( */
  width: 100%; 
  position: relative;
  padding: 0;
  font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana;
}



#content {
  position: relative;
  margin-top: 7px;
  padding: 20px 20px 10px;
  /*min-height: 400px;
  height: auto !important;
  height: 400px;*/
  background: #fff;
  opacity: .90;
  filter: alpha(opacity=90);
}

/* Styling used when there's no navigation tree and we want to have some more room instead */
#content.content-wide {
    /*margin-left: 1em;*/
    border-left: none;
    background: transparent;
}

/* Styles used for the various tables such as version overview table, search result table, ... */
table.default {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: .3em;
  margin-bottom: .3em;
}
table.default tr td {
  border: 1px solid gray;
  padding: .2em .3em .2em .3em;
}
table.default tr th {
  border: 1px solid gray;
  background-color: #ddd;
  padding: .2em .3em .2em .3em;
}

.translations {
  display: none;
}


/* skin edits 21/07/2009 */
#siteDescription {
	color: #666;
	border-left: 1px solid #ededed;
	font-size: 1.1em;
	left: 200px;
	line-height: 1.4em;
	margin: 0;
	padding: 8px 0 8px 20px;
	position: absolute;
	top: 12px;
	width: 280px;
}
#siteDescription.patentlens_description {
	left: 175px;
}
#siteDescription.bios_description {
	left: 170px;
}
#siteDescription.cambialabs_description {
	left: 235px;
	width: 290px;
}
#siteDescription b {
	color: #999;
	display:block;
	font-size: 0.9em;
	margin-top: 0.5em;
}
#siteDescription b a {
	color: #00ACA4;
}
#searchThisSite {
	border: 0;
	position: absolute;
	right: 10px;
	top: 25px;
}
#searchThisSite label {
	display: block;
	font-size: 0.9em;
	padding-bottom: 2px;
}
.highlightArea-bios {
	border: 1px solid #f5f5f5;
	font-size: 1.2em;
	padding: 1em;
}
/* patent lens search */
.overlay {
	background-color: #FAFAFA;
	border: 1px solid #41556b;
	margin: 2em 0 3.5em 0;
	padding: 1em;
}
div.twoColumn-left .overlay ul {
	padding: 0 0 0.5em 20px;
}
.overlay form {
	margin: 0.5em 0;
}
.overlay form blockquote {
	margin: 0;
	padding: 0.5em 0;
}
.overlay .searchBox {
	width: 65%;
}
.overlay form a.nowrap {
	display: block;
	width: 7em;
}
