/*
 * eConsult default styles
 *
 * This stylesheet uses six basic colours / shades. For quick re-branding replace these with new values
 * USERBAR  #698EA1     MENU   #B8DCEA        LINKS  #336699
 * DARK     #8BAEC4     MEDIUM #D1E3ED        PALE   #ECF5FC        
 *
 * Minor colours
 * HIGHLIGHT (results bars etc) #FFBB22
 * GREYS DARK #D0D0D0  LIGHT #E8E8E8  VLIGHT #F8F8F8  TEXT #777777
 */

/* Copy Team Initiative styles as default (copy over to this file any styles your're overriding */

@import '/inovem/sites/site102/thanet-50.css';

.compoundDocMenu ul.menu {
	list-style-type: none;
	list-style-image: none;
}

#in_url_calendar .listouter {
	border: 1px solid #b2b3b4;
	padding: 5px;
}

#in_url_listdocuments #maincontentpage li {
	padding-bottom: 10px;
}

#thanetpageborder {
	padding-right: 170px;
}
/* ==========================================================================================================
 * eConsult Specifics
 */

/* Site Header (consultation name and settings etc) */
#pageheader-left {
	float: left;
}
#pageheader-right {
	float: right;
}
#pageheader-right p {
	padding: 0px;
	text-align: right;
}

/* Consultation title panel */
#pagetitle-left {
	float: left;
}

table.titlebar{
	background-color: #ffffff;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

td.titlebar{
	vertical-align: top;
}
A.titlebar:link,A.titlebar:visited,A.titlebar:active,A.titlebar:hover {
	text-decoration: none;
}
.titlebarinfo{
	color: #777777;
	font-weight: bold;
	font-size: 85%;
}
select.titlebar{
	font-size: 8pt; 
}


/* Right Hand Consultation specific menu */
#groupmenu {
	background: white;
	padding:0;
	margin:5px 5px 5px 15px;
	border: 1px solid #f1f1f9;
	float:none;
	position:absolute;
	right:20px;
	width:160px;
}

#groupmenu h2 {
	background-color: #448b9a;
	color:#fff;
	line-height:23px;
	margin:0 0 0 0;
	padding-left: 10px;
	font-size: small;
}

#groupmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
}

#groupmenu div {

}

#groupmenu li {
	padding: 4px 3px 3px 10px;
	margin: 3px 3px 3px 3px;
}

#groupmenu li A:link, #groupmenu li A:visited, #groupmenu li A:active {
	text-decoration: none; color:#6363ce; 
}
#groupmenu li A:hover {
	text-decoration: underline; color:#6363ce; 
}


.floatRight {
	float: right;
	width: 160px;
}


/* Container - expanding panels of information */
div.container{
	border-top: 1px solid #8BAEC4;
	border-bottom: 1px solid #8BAEC4;
}
.container h2 {
	font-weight : bold;
	padding: 3px;
	margin: 0;
}

.container-body {
	background-color: #ffffff;
	padding : 3px 3px 3px 3px;
}

/* consultation calendar timeline view */
.in_consultCalHeader table {
	width: 400px;
}
.in_consultCalHeader table {
	border-collapse: collapse;
}
.in_consultCalHeader table td {
	padding: 2px;
	margin: 0px;
	text-align: center;
	border: 1px solid #ccc !important;
	background-color: #eee;
	white-space: nowrap;
	font-size:80%;
}
.in_consultCalSkip {
	float:left;
	height: 15px;
}
.in_consultCalBar {
	float:left;
	background-color:#EBF0E4;
	height: 15px;
	border: 1px solid #C5CF87;
}
.in_consultCalContainer {
}

li#in_userbar_register, li#in_userbar_login {
  background-color: #DAD9ED;
  font-size: 110%;
  border: 1px solid #14445B;
}


/* Due to the floating menu, some styles need extra clearing */
.listouter{ clear:right; }
.section{ clear:right; }
.infobox{ clear:right; }
.monthview{ clear:right; }
.searchbar { clear: right; }
.message { clear: right; }

