/**** Tab strip ****/
.tabbackground {
	border-bottom: solid 1px red;
	height: 20px;
	width: 100%;
}
.tabOuterContainer {
	display: inline-block;
}
.tabContainer {
	float: left;
}
.tabActive {
	background-color: #FF3333;
	color: #FFF;
	margin-right: 1px;
	padding: .3em 1em .45em 1em;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
}
.tabInactive {
	background-color: #EDEDED;
	color: #333;
	padding: .3em 1em .45em 1em;
	margin-right: 1px;
	text-decoration: none;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
}
.tabDisabled {
	font-size: 1.1em; 
	background-image:url(/nord_templates/Workroom/Images/Tab/tab_background.gif); 
	background-color: inherit;
	color: #DB5A40; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;
}
.tabDisabledLeft {
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(/nord_templates/Workroom/Images/Tab/tab_background_left.gif);
}
.tabDisabledRight {
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(/nord_templates/Workroom/Images/Tab/tab_background_right.gif);
}
.tabObjectActive {
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive {
	display: none;
}
.WorkRoomTabView {
	width: 700px;
	clear: both;
	padding-top: 1em;
	margin-top: 3em;
}
/**** Overview ****/
.ListPanel {
	margin-top: 3em;
	clear:both; 
}
.WorkroomNewsList {
	border:	outset 1px ;
	width: 49%;
	float: left;
}
.WorkroomNewsList ul {
	margin: 0;
	padding: 0;
}
.WorkroomNewsList li {
	list-style-type: none;
	padding-top: .4em;
	margin-bottom: .5em;
}
.WorkroomNewsList img {
	vertical-align: middle;
}
.WorkroomNewsList a {
	font-weight: bold;
}
.WorkroomListHeader {
	background-color: #CCC;
	color: inherit;
	height: 2em;
	padding-top: 0.4em;
	padding-left: 0.4em;
	font-weight: bold;
}
.WorkroomCalendarList {
	float: right;
	width: 49%;
}
.WorkroomCalendarList ul {
	margin: 0;
	padding: 0;
}
.WorkroomCalendarList li {
	list-style-type: none;
	padding-top: .4em;
	margin-bottom: .5em;
}
.WorkroomCalendarList img {
	vertical-align: middle;
}
/**** News ****/
.workroomoverviewcolumnright {
	width: 48%;
	float: right;
	margin-left: 2%;
	text-align: left;
}
/**** Common ****/
.ListRowEven {
	background-color:	#F0F0F0;
	color: inherit;
	margin-top:         0.2em;
}
.ListRowUneven {
	background-color:	#FFF;
	color: inherit;
	margin-top:         0.2em;
}
.WorkroomPadded {
	padding: 0.2em;
}
.conference {}
.conference ul {
	margin: 0;
	padding: 0;
}
.conference li {
	list-style-type: none;
	color: inherit;
	background-color: #FFF3F3;
	margin-top: 1em;
	padding: 1em;
}