/* enterprise version CSS */

#messages,#myarticles,#search {
	display: none;
	padding: 10px;
	color: #888888;
	background-color: #ffffff;
	width: 100%;
	font-size: 0.8em;
}
#messagereadbox {
	border: 1px solid #aaaaaa;
	padding: 6px;
	width: 100%;
	height: 400px;
}
.message {
	border-bottom: 2px inset #f7f7f7;
}
.selmessage {
	background-color: #efefef;
	border-bottom: 2px inset #f7f7f7;
}
.notation {
	background-color: #ffffff;
	border-top: 1px solid #dedede;
	height: 120px;
	color: #000000;
}
.notationtxt {
	color: #000000
}
.searchtitle {
	background-color: #c6c3c6;
	border-bottom: 1px solid #aaaaaa;
	color: #ffffff;
	font-size: 1.1em;
	padding: 2px;
	font-weight: bold;
	height: 20px;
}
.picture {
	border: 1px solid #000000;
	padding: 1px;
}

/*===== Notebooks =====*/
#notebook {
	width: 800px;
	padding: 0px;
	font-size: 0.9em;
	margin: auto;
	border: 10px solid #ffffff;
	background: #ffffff;
	color: #000000;
}
#notebookbackground {
	background: #E6E2F1;
}
#notebookprofile {
	background-color: #000000;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#notebookprofile a:link, #notebookprofile a:visited {
	color: #ffffff;
}
#notebookdesc {
	font-size:0.9em;
}
#notebookarticles {
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
#notebookcontent {
	vertical-align: top;
}
.notebookarticle1, .notebookarticle2, .notebookarticle3 {
	margin-bottom: 20px;
}
.notebookarticleD {
	display: none;
}
.notebookarticletitle {
	color: #000000;
	font-size: 1.3em;
	padding: 3px;
	font-weight: bold;
}
.notebookarticletitle a:link,.notebookarticletitle a:visited {
	color: #000000;
	font-size: bold;
	text-decoration: none;
}
.notebookarticletitle a:hover {
	color: #003366;
}
.notebookarticleinfo{
	color: #666666;
	font-size: 0.8em;
	padding: 3px 22px 10px 3px;
	text-align: left;
}
.notebookarticleinfo a {
	color: #666666;
}

.notebookarticle1 .notebookarticleinfo {
	/*background: #FFF297 url(../images/ico_logon.gif) no-repeat right 3px;*/
	background: #FFFCDB url(../images/ico_logon.gif) no-repeat right 3px;
}
.notebookarticleM .notebookarticleinfo {
	background: #FFFCDB url(../images/ico_logon.gif) no-repeat right 3px;
}
.notebookarticle2 .notebookarticleinfo {
	background: #EAFBFF url(../images/mynetwork.gif) no-repeat right 3px;
}
.notebookarticle3 .notebookarticleinfo {
	background: #fff;
}
.notebookarticleO .notebookarticleinfo {
	background: #fff;
}
.noteboolarticledate {
	padding: 0px 8px 0px 8px;
}
.notebookarticleoptions{
	display: none;
	background: #efefef;
	padding: 6px;
}
.notebookarticleoptions a:link,.notebookarticleoptions a:visited {
	text-decoration: none;
}
.notebookarticleoptions a:hover {
	text-decoration: underline;
}
.notebookarticledesc {
	color: #000000;
	font-size: 0.9em;
	text-align: justify;
	padding: 15px 8px 30px 25px;
	border-bottom: 2px solid #aaa;
}
.notebookcomment {
	border: 1px solid #c6c3c6;
	font-size: 0.8em;
	color: #000000;
	padding: 8px;
	margin: 10px 0px 10px 25px;
}
#notebooksidebar {
	width: 260px;
	vertical-align: top;
	padding: 0px 0px 20px 6px;
	border-left: 2px solid #efefef;
	background: #fff;
	color: #000;
}
#notebooksidebar ul {
	list-style: url(../images/puce.gif) outside;
	font-size: 0.9em;
	padding: 0 4px 0 12px;
	margin: 10px;
}
#notebooksidebar li {
	margin: 4px 0 0 0
}
#notebooksidebar a {
	color: #333333;
}
#notebooksidebar a:hover {
	text-decoration: underline;
}
.notebooksidetitle {
	font-size: 1em;
	font-weight: bold;
	color: #aaaaaa;
	margin: 15px 0px 0px 0px;
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
}
.notebooksidecontent {
	width: 244px;
	padding: 8px;
}
.notebooklink {
	padding: 6px;
}
#notebooksidebar h1 {
	font-size: 13pt;
	margin: 0px;
}

/*===== Network =====*/
ul.card-outer {
	margin: 0px;
	padding: 0px;
/*	width: 100%;*/
}
ul.card-outer li {
	list-style: none;
	margin: 5px;
/*	float: left;*/
	border: 3px solid #e1e1e1;
}
.card-inner {
	border: 1px solid #888888;
/*	width: 100%;
/*	height: 100px;*/
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.card-bar, .card-bar-creator {
	background: #888888;
	color: #ffffff;
	width: 100%;
	padding: 3px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.card-bar-creator {
	background: #FF0000;
}
.card-content {
/*	height: 82px;
	overflow: auto;*/
}
.card-content .title {
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#chatarea .container {
	display: inline;
	float: left;
	border: 1px solid #c6c3c6;
	overflow: hidden;
	margin: 5px;
}
#chatarea .title {
	background: #c6c3c6;
	border: 1px solid #ffffff;
	padding-top: 3px;
	font-size: 0.9em;
}
#chatarea .content {
	font-size: 9pt;
}
#chatarea  .input {
}
#workinggroupsdiv a {
	text-decoration: none;
}
.sharemenu h2 {
    border-bottom:1px solid black;
    margin-right:10%;
}
.sharemenu h1 {
    border-bottom:2px solid black;
    margin-right:10%;
}
