/* CSS for UQPsych Tabs 2.0 */
.tab2_tags{
	position: relative;
	color: rgb(30,136,181);
}

/* All Tabs */
.tab2_tag, .tab2_tag_active, .tab2_break, .tab2_notag, .tab2_spacer{
	display: inline;
	height: 1.8em;
	border: 1px solid #dddddd;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	float: left;
	text-align: center;
	background-color: #ededed;
	white-space: nowrap;
	margin-top: 0.2em;
	padding: 0 0.2em 0 0.2em;
}

/* Empty Tabs */
.tab2_spacer, .tab2_break, .tab2_notag{
	border: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	padding: 0;
}

.tab2_spacer{
	width: 1px;
	max-width: 1px;
}
.tab2_break{
	min-width: 1.8em;
}

.tab2_notag{
	display: block;
	text-align: right;
	min-width: 3em;
	background: #ffffff;
	white-space: normal;
	overflow: hidden;
	float: none;
}


.tab2_tag_active, .tab2_tag:hover{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: 0px !important;
	height: 2.0em;
}

.tab2_notag{
	margin-top: 0.2em;
	padding-top: 0.2em;
}

.tab2_tag_active, .tab2_tag:hover{
	
}

.tab2_tag a, .tab2_tag_active a, .tab2_tag_active .dummy_link{
	display: block;
	margin-top: 0.1em;
	opacity: 0.5;
	padding: 0.2em;
}

#sectioncontentcenter .tab2_tag_active a:active{ /* Fix for IE */
	border-bottom: 1px solid #ffffff !important;
	color: rgb(30,136,181) !important;
}
.tab2_tag_active a, .tab2_tag:hover a, .tab2_tag_active:hover .dummy_link{
	opacity: 1.0 !important;
	border-bottom: 1px solid #ffffff !important;
}

.tab2_content{
	min-height: 10em;
	clear: left;
	padding-top: 1.9em;
	padding-bottom: 2em;
}

.tab2_content .tab_content, .tab_content .tab_content{
	padding: 0;
}

.tab2_hidebyheight{
	height: 0px;
	overflow: hidden; 
	position: relative;
}

.tab2_hidebyheight h2, .tab2_hidebyheight h3{
	margin-top: 0px !important;
}

#floating_cloud{
	font-size: 80%;
	top: 0px;
	border: 1px solid #dddddd;
	border-top: 0px;
	min-height: 2em;
	clear: left;
	margin-bottom: 1px;
	overflow: auto;
	max-height: 3.6em;
	padding-right: 1em;
}

#morecats{
	color: #666666;
}

#floating_cloud div{
	float: left;
	padding: 0.35em;
	padding-right: 0.75em;
	line-height: 1em;
	white-space: nowrap;
}

#floating_cloud div:hover{
	background-color: #ffffff;
}

#floating_cats{
		position: absolute;
		border-bottom: 1px solid #dddddd;
}

#floating_cats .tab2_tag, #floating_cats .tab2_tag_active{
	display: block;
	float: none;
	width: 13em;
	border: 0px;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}

#floating_cats .tab2_tag:hover{
	
}

#showtags{
	/*iposition: absolute;*/
	overflow: visible;
	height: 0px;
	left: 0px;
	padding-top: 1px;
	font-size: 70%;
	color: #dddddd;
	width: 10em;
	text-align: left;
	
}

.search_holder{
	font-size: 70%;
	min-width: 15em;
	position: absolute;
	right: 0;
	margin-top: 3px;
	text-align: right;
	height: 0px;
	overflow: visible;
}

#tab2_search{
	width: 7em;
	height: 1.2em;
	font-size: 1.2em;
}

#tab2_search:focus{
	outline: 0;
}

.tag_active a{
	border-bottom: 1px solid #ff0000; /* rgb(58,124,218);*/ /* uqblue*/
	/*font-style: italic;*/
	color: #ff0000 !important;
}

.info{
	color: #dddddd;
	text-align: right;
	font-size: 80%;
}

.related_tags{
	clear: both;
	padding: 1em;
	padding-left: 0px;
	font-size: 80%;
}