/*
 * Generic comments CSS file
 *//*

DESIGN BY CLAUDIA BASEL

IMPLEMENTED BY DIGRIS AG

*/

/* RESETTING TAGS */

ul, ol, li, table, form, h1, h2, h3, h4 blockquote {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

table td {
	vertical-align: top;
}

img {
	border: none;
}

/* ---------- BROWSER FIXES ------------*/

/* REMOVES INPUT FOCUS FOR SAFARI */
input:focus, textarea:focus {
	outline: none;
	background: #EEEEEE;
}

input.input:focus, textarea.input:focus {
	background: #EEE;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/* REMOVES LINK FOCUS FOR FIREFOX cef8cb f2ecfd*/
a:focus {
	outline: none;
}

/*.noselection::selection{
	background:none;
}*/

.noselection::-moz-selection{
	background:none;
}

/* GENERAL CLASSES */

* {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

body {
	margin: 0px;
	color: #333;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 20px;
}

h1 {
	font-size: 26px;
	margin-bottom: 20px; /* splitpane-content-inner has 30px */
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {

	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 + p { margin-top: 0;
}

a {
	color: #6633CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.action {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/action.gif);
	background-repeat: no-repeat;
	background-position: -2px;
	padding-left: 13px;
}
.disabled, a.disabled, li.disabled a {
	color: #bbbbbb;
}

em, .em {
	font-weight: bold;
}
SUP, SUP A {
	font-size: 10px;
	line-height: 0;
}
.footnotes, .footnotes LI {
	font-size: x-small;
}
.term {
	font-style: italic;
}
.interface {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.info {
	font-size:11px; color:#666;
}
.info.box {
	padding-left: 22px;
}
.info.box .ui-icon {
	margin: 1px 0  0 -18px;
	float: left;
}
.ui-state-highlight a { /* should be in the jQuery UI CSS by Claudiabasel, but it's not */
	text-decoration: underline;
}

.descheduled {
	color: #FF0000;
}

.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.truncate {
	overflow: hidden;
	display: block;
	max-height: 1.5em;
}
.closed {
	background: #E4F3E5;
	border-left: 6px solid #00BB33;
}
.inprocess {
	background: #FFFFE1;
	border: 1px solid #FCF021;
}
.discussed {
	background: #FFFFE6;
	border-left: 6px solid #FFF000;
}
.proposed {
	background: #FEEEE3;
	border: 6px solid #F78819;
}
.buttons2 {
	float:right;
}

/* SPECIFIC FORM */

.input.requiredfield {
	background-color: #EBE7FA;
	border-color: #9774D7 #D7C5E8 #D7C5E8 #9774D7;
	border-style: solid;
	border-width: 1px;
}

.input.requiredfield:focus {
	background: #EBE7FA;
}

.input.field.errorfield .input.requiredfield {
	background: #FBE7E7 none repeat scroll 0 0;
	border-color: #F95555 #FBC0C0 #FBC0C0 #F95555;
	border-style: solid;
	border-width: 1px;
}

.input.requiredfield.errorfield .input.requiredfield:focus {
	background: #FBE7E7;
}

.input.desc {
	font-size: 11px;
}

/* GENERAL FORM */

form {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

form input[type="text"] {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/forminput_bg.png) repeat scroll 0pt;
	border: 1px solid;
	border-color: #999 #ccc #ccc #999;
	color: #666;
}

form select {
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
}

form textarea:focus {
	background: #EEE;
}

form textarea {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/forminput_bg.png) repeat scroll 0 0;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
}

._section { /* section was already taken D'OH! Ever heard of HTML 5 buddy? */
	margin: 20px 0 10px;
}
._section + ._section {
	margin-top: 0;
}

._section select + button {
	margin-left: 15px;
}



button,
input[type="submit"],
input[type="reset"],
input[type="button"]{
	padding: 3px 10px 2px;
	position: relative;
	overflow: visible; /* removes extra side padding in IE */
	border: none;
	border-bottom:1px solid #666; border-right:1px solid #666;
	color: #FFFFFF;
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg.png) repeat scroll 0 0;
	cursor: pointer;

}
button {
	padding: 1px 5px;
}

.btn-text {
	border: 1px solid #666;
	/*border-bottom:1px solid #666; border-right:1px solid #666;*/
	border-top: none; border-left: none;
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg.png) repeat scroll 0 0;
	color: #FFFFFF;

}

.btng-text {
	border: 1px solid #666;
	/*border-bottom:1px solid #666; border-right:1px solid #666;*/
	border-top: none; border-left: none;
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg_a_on.png) repeat scroll 0 0 !important;
	color: #FFFFFF;
}

input.btn-1,
button.btn-1 {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg_a.png);
}
.btn-img {
	background: none;
	background-color: transparent;
	padding: 0;
	border: none;
}
.btn-text:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover  {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg_a_on.png) repeat scroll 0 0 !important;
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
	background: transparent no-repeat scroll 0 center ;
}
button + button,
input + button,
button + input,
input + input {
	margin-left: 10px;
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
.btn-play-list span {
	padding-left: 15px;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/button_play.png);
}
.btn-play-item span {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/list_play_button2_s.png);
	width: 17px; height: 17px;
}
.btn-rm-item span {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/delete.png);
	width: 19px; height: 19px;
	margin-left: -4px;
}
.btn-rm-item:hover span {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/delete_hover.png);
}


.form.input.hidden {
	display: none;
}

/*
 * UNIFIED MENU STYLES
 */
.menu-delimiter {
	padding: 0 8px;
}

.menu a:hover {
	text-decoration: none;
}

#mainmenu li,
#submenu li,
#globalmenu li,
.modmenu li {
	display: inline;
	list-style-type: none;
}

/* TOOLBAR ADDITIONS */

#topbar {
	background-color: #666;
	border-top: 1px solid #555;
	padding-top: 6px;
	color: #ccc;
}
#topbar a {
	color: #ccc;
}
#topbar a:hover,
#topmenu li:hover,
#topbar label { color: #fff;
}
#topbar input {
	margin-left: 9px;
	color: #222;
	border-style: solid;
	border-width: 1px;
}
#topbar input[type="text"],
#topbar input[type="password"] {
	background: none;
	background-color: #888;
	border-color: #555 #aaa #aaa #555;
}
#topbar input[type="text"]:focus,
#topbar input[type="password"]:focus {
	background-color: #eee;
}

#topbar input[type="submit"] {
	padding: 1px 5px 2px;
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/topbut_bg.gif) repeat scroll 0pt;
	border-color: #999 #444 #444 #999;
	color: #FFF;
}

#username,
#password {
	width: 135px;
}

/* GLOBAL USER OPTIONS: LOGOUT AND ACCOUNT SETTINGS, TOP RIGHT */

#globalmenu {
	margin: 0 15px 2px 30px;
	float: right;
}
#globalmenu li a, #globalmenu li label {
	padding: 0 0 4px 8px;
}
#globalmenu li a {
	line-height: 19px; /* push down 1px */
}



#mainmenu {
	float: left;
	margin: -2px 0 5px 0;
}
#mainmenu li {
	float: left;
	padding: 3px 8px 2px 8px;
	cursor: pointer;
}
#mainmenu li.selected {
	padding: 2px 7px 1px 7px;
	border: 1px solid #AAA;
	color: #FFF;
}
#mainmenu li.home { padding:2px 10px 0; position: relative; top: 1px; }

/*
	USER NAVIGATION: THIS STYLES THE USERS MAIN NAV IN THE TOOLBAR,
	IN DEFAULT ELGG IT SITS OVER ON THE LEFT HAND SIDE
*/



/* SUBMENU */

#submenu div { display: none; }

#topbar #submenu {
	position: absolute;
	background: #FFF;
	padding: 8px 0px 0px 44px;
	color: #999;
}
#topbar #submenu a {
	color: #666;
	text-decoration: none;
}
#topbar #submenu a:hover {
	color: #999;
}
#topbar #submenu a.selected,
.help-toc a.selected,
.modmenu.menu a.selected,
.help-toc a.selected  {
	color: #00BB00;
	text-decoration: none;
}

/* MODMENU */

.modmenu {
	float: left;
	margin: 0px 250px 6px 0px;
	padding: 0px;
	width: 100%;
	color: #999;
}

.modmenu a:link,
.modmenu a:visited,
.help-toc a {
	color: #666;
}

/* SEARCH BOX */

#globalsearch {
	float: right;
}

/*
 *OBP VERSION
 */
#elggtoolbar .obp-version {
	float: left;
	margin-top: 1px;
	margin-left: 25px;
}


/* CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR */

#container {
	padding: 45px 20px 0px 20px;
}

/* HEADER */

#header {
	width: 100%;
	height: 80px;
	margin: 0px;
	position: relative;
	padding: 0px;
}

/* LOGO */

.logo-holder {
	width: 980px;
	height: 70px;
	margin: 0 auto;
}

.logo-splitpane-fake {
	float: right;
	width: 238px;
}

.logo {
	padding: 0;
	margin: 0;
	width: 730px;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 5px;
}

.logo h1 {
	color: #00bb00;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	padding: 22px 0 18px 75px;
	text-transform: none;
}

.logo h2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.logo a {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 28px;
}

.logo-title {
	float: left;
}

/*
 * MODSEARCH
 */

.modsearch {
	float: right;
	margin-top: 15px;
}

.modsearch-searchfield {
	float: right;
	margin-right: 2px;
}

.modsearch-buttonfield {
	float: right;
}

.modsearch-input {
	background: none repeat scroll 0% 0% transparent !important;
	width: 150px;
	margin: 4px 2px 2px 5px;
	border: 0pt none !important;
}

.modsearch-input.placeholder {
	color: #999999;
}

.modsearch-icon {
	float: right;
	padding: 4px 5px 3px;
}


/*
 * EXPANDABLES
 */

.ui-expandable {
	border: 1px solid #ccc;
	border-width: 1px 0;
	font: inherit;
}
.ui-expandable .ui-widget-header {
	border: none;
	color: #333;
}
.ui-expandable .ui-expandable-title {
	line-height: 20px;
}
.ui-expandable .ui-widget-header.ui-state-default {
	background: none;
	border: none;
}
.ui-expandable .ui-widget-content {
	border: none;
	/*padding: 2px 5px 1px 0;*/
}

/* define a standard for expandables in main content */
#splitpane-content .ui-expandable {
	margin-top: 15px;
}
#splitpane-sidebar .ui-expandable .ui-expandable-extraicon .ui-icon {
	margin-left: 1px;
	margin-right: 1px;
}
#splitpane-sidebar
.ui-expandable >
.ui-widget-header:hover
.ui-expandable-icon {
	background-image: url(http://openbroadcast.ch/mod/aaa_libjquery/jquery/ui1.8/css/theme-obp/images/ui-icons_222222_256x240.png) !important;
}


/* CONTENT */

#content-holder {
	width: 980px;
	margin: 0 auto;
}

#splitpane-content {
	float: left;
	width: 730px;
	border-top: 1px solid #AAA;
}
#splitpane-content-inner h1,
#splitpane-content-inner h2,
#splitpane-content-inner h3,
#splitpane-content-inner h4 {
	margin: 18px 0px 0px 0px;
}
#splitpane-content-inner h1 {
	margin: 18px 0px 30px 0px;
}

#splitpane-content-inner ul, #splitpane-content-inner ol {
	padding-left: 15px;
}

/* SECTION CLASSES */

.section {
	border-top: 1px solid #CCC;
}

.sectiontitle {
	color: #333;
	padding: 3px 0px 2px 19px;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/box_handler.gif);
	background-repeat: no-repeat;
	background-color: #FFF;

}

.sectiontitle span {
	font-weight: bold;
}

.sectiontitle:hover {
	cursor: pointer;
}

.sectioncontent {
	padding: 0px 0px 0px 20px;
	display: none;
}

.sectiontitle.sectionon {
	color: #000;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/box_handler_on.gif);
	/*background-color: #F5F5F5;*/
	border-bottom: 1px dotted #CCC;
}

.content-line {
	border-top: 1px solid #CCC;
	padding: 3px 0px 2px 0px;
}

/* LISTHEADER */

.listhead {
	padding: 4px 2px 3px 5px;
	border-bottom: 1px solid #DDD;
}

.listhead_selected {
	text-decoration: underline;
}

/*
 * SIDEBAR
 */
#splitpane-sidebar {
	float: right;
	width: 225px;
}

#splitpane-sidebar h2 {
	font-size: 12px;
	font-weight: normal;
}

#sidebar-holder:first-child {
	border-top: 1px solid #AAA;
}
.sidebar-block li {
	list-style-type: none;
}
.ui-expandable {
	border: 1px solid #DDDDDD;
	border-color: #DDDDDD transparent;
	border-color: #dddddd transparent;
}
.ui-expandable .ui-widget-content {
	/*margin-left: 19px;*/
	padding: 0; /* override default expandable padding*/
	background: transparent;
}
#splitpane-sidebar .ui-expandable-title {
	font-weight: bold;
}
#splitpane-sidebar .ui-expandable .ui-widget-content {
	padding: 0; /* override default expandable padding*/
	background: transparent;
}
.ui-expandable-open {
	background-color: #F5F5F5;
	border-color: #dddddd;
}
.sidebar-block.ui-expandable-open * {
	background-color: #F5F5F5;
}
.sidebar-block.ui-expandable .ui-widget-header:hover,
.sidebar-block.ui-expandable .ui-widget-header:hover * {
	background-color: #EEE6FF;
}
.sidebar-block a,
.sidebar-block .sidebar-body a {
	color: #7833CC;
}
.sidebar-block.ui-expandable-open .ui-expandable-title {
	color: #000000 !important;
}
.sidebar-body {
	margin-left: 15px;
}
.ui-expandable .ui-widget-content ul,
.ui-expandable .ui-widget-content ol,
.ui-expandable .ui-widget-content dl {
	padding-left: 0;
}
.sidebar-block li li {
	margin-left: 15px;
}
/*.sidebar-block.ui-expandable + .sidebar-block.ui-expandable*/
#splitpane-sidebar .ui-expandable + .ui-expandable {
	border-top: none;
}

#obpSideMenu {
	margin-bottom: 23px;
}
#obpSideMenu a {
	display: block;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/action.gif);
	background-repeat: no-repeat;
	background-position: 0pt 1pt;
	border-bottom: 1px solid #CCCCCC;
	padding: 2pt 0pt 2pt 19px;
}

#obpSideMenu a:hover {
	background-color: #EEE6FF;
}

#me #icon {
	float: left;
	margin: 5px 5px 5px 0;
}

p.loggedin {
	color: #FFFFFF;
}
#frontpageLoggedout #claims {
	margin-top: 60px;
}
#frontpageLoggedout #sidebar-holder:first-child {
	border: none;
}
#frontpageLoggedout #compatStatement {
	border-color: #aaaaaa transparent;
}
#frontpageLoggedout #compatStatement ul {
	padding: .8em 0 .8em 25px;
}
.loggedout-sidebar-block {
	margin: 0 5px;
}


/*   */

.hboxtitle {
	border-bottom: 1px solid #AAAAAA;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

/* FOOTER */

div#footer-holder {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#footer-splitpane-fake {
	float: right;
	width: 238px;
}

div#footer {
	z-index: 100;
	float: left;
	margin: 40px 0 20px;
	padding: 10px 0;
	width: 730px;
	border-top: 1px solid #AAAAAA;
}

div#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

/* HELP (pageSlide) */

.obp-help {
	height: 100%;
	padding: 20px 10px;
	background-color: #f0f0f0;
}
.obp-help H1 {
	font-weight: normal;
	font-size: 20px;
}
.obp-help UL {
	margin: 0 0 20px 15px;
}
.obp-help UL.menu li {
	list-style-type: none;
}
.obp-help  UL.menu li > UL {
	margin-bottom: 0;
}

/* LOGGED OUT PAGE */

#loggedout {
	padding: 20px 0 0 0;
}


#loggedout div#o_b_p a {
	text-decoration: none;
	padding: 0 0 0 0;
	font-size: 100px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	color: #7833CC;
}

#loggedout div#o_b_p a:hover {
	color: #00BB00;
}

#loggedout #claims > div {
	border-top: 1px solid #AAAAAA;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
}

/* TABLES */

table.table {
	width: 100%;
}

tr.marked {
	background-color: #f0f0f0;
}

td {
	border: none;
	padding: 3px;
	margin: 0;
}

td.table {
	border-bottom: 1px solid #DDDDDD;
}

.table .title {
	color: #222222;
	font-weight: normal;
	background-color: #E5E5E5;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-decoration: none;
	text-align: left;
	padding: 2px 0 1px 6px;
}

/**
 * .obp-list:
 * designing a new semantically sensible list table
 * work in progress. if you have questions, ask boo!
 **/
.obp-list {	width: 100%;
	text-align: left;
}
.obp-list th {
	color: #222222;
	font-weight: normal;
	background-color: #E5E5E5;
	border: solid #BBB;
	border-width: 1px 0;
}
.obp-list th {
	padding: 2px 6px 0;
}
.obp-list td {
	border-bottom: 1px solid #DDD;
	padding: 4px 6px 3px;
}
/**
 * // END .obp-list
 **/

.table th a {
	color: #222222;
	display: block;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right;
	margin: -2px 0 -1px -6px;
	padding: 2px 0 1px 6px;
}

.table th.colon {
	text-decoration: underline;
	color: #000000;
}

.table td {
	border-bottom: 1px solid #DDDDDD;
	padding: 6px 6px 5px;
}

.profile tr:last-child td {
	border-bottom: none;
	padding-top: 20px;
}

.list a {
	text-decoration: none;
}

.filetable table {
	width: 100%;
	border-top: 1px solid #AAAAAA !important;
}

.filetable table td {
	width: 50%;
}

.infoholder table tr {
	border-top: 1px solid #AAAAAA !important;
}

.infoholder table td {
	border: none !important;
}

.table_order:hover {
	background-color: #CCCCCC;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}

.table_order_a {
	background-color: #CCCCCC;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}

.table_order_a:hover {
	background-color: #CCCCCC;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order_up.gif);
}

.table_order_d {
	background-color: #CCCCCC;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order_up.gif);
}

.table_order_d:hover {
	background-color: #CCCCCC;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}

.table_order_no_img {
	background-color: #CCCCCC;
}

.table_order_no_img:hover {

}

.table_order_no_img_off {
}

.table_order_no_img_off:hover {
	background-color: #CCCCCC;
}

.table.invite {
	width: 100%;
}

.table.invite img {
	float: right;
}

.table.invite a {
	color: #6633CC;
	float: right;
}

.table.contact-request {
	width: 100%;
}

.table.contact-request a {
	color: #6633CC;
}

.table.group-request-table {
	width: 100%;
}

.table.group-request-table  a {
	color: #6633CC;
}

/* BLOGGING ENGINE */

.weblog-post {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
}

.weblog-splitpanel-left {
	float: left;
}

.weblog-splitpanel-right {
	margin: 10px 0 15px 105px;
}

.weblog.tags {
	float: right;
	margin: 25px 0 5px 0;
}

.weblog-title {
	margin: 10px 0 10px 0;
}

.weblog-title a {
	text-decoration: none;
}

.weblog-date {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	font-size: 10px;
	padding: 3px;
	text-align: center;
}

.weblog-date b {
	font-size: 15px;
}

.info {
	/*
	sorry, but you'll have to change your selector to something reasonable. regards, boo!
	border-top: 1px solid #DDDDDD;
	margin: 10px 0 10px 0;
	clear: both;*/
}

.info-name {
	float: left;
}

.info-links {
	float: right;
}

.weblog-pagelinks-holder {
	border-bottom: 1px solid #DDDDDD;
}

.weblog-pagelinks {
	text-align: right;
}

.weblog-comment {
	margin-top: 35px;
}

#comments-divide {
	height: 1px;
}

.current-blogs {
	background:transparent;
}

/* END OF BLOGGING ENGINE */

/* COMMENTWALL */

div#commentwall {
	margin-bottom: 20px;
}

div#commentwall_form_-1 {
	margin: 10px 0 10px 0;
}

div#commentwall_form_-1 textarea {
	width: 100%;
	height: 100px;
}

.commentwall_comment {
	margin-bottom: 5px;
}

/* SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY */

div#sub-menu p {
	border-bottom: 1px solid #AAAAAA;
	margin: 10px 0 10px 0;
	padding: 3px;
}

div#sub-menu img {
	padding: 0;
	margin: 0;
	float: left;
}

/* PROFILE ADDITIONS */

.profile_main {
	margin-top: 10px;
}

.profile_content {
	float: left;
}

img.profile-photo {
	border: none;
}

.profile_primary {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 250px;
}

.profile_secondary {
	float: right;
	margin-top: 0;
	width: 350px;
}

.profile_main_bottom {
	clear: both;
}

.table.icons_album-container .icons-tview .tr-selected {
	background-color: #EEE6FF;
}

table.profile col.label { width: 25%; }
table.profile col.input { width: 45%; }
table.profile col.access { width: 30%; }

table.profile input[type="text"],
table.profile input[type="password"],
table.profile select,
table.profile textarea {
	width: 95%;
}

table.profile select.profile_date_dmy,
table.profile select.profile_date_mdy {
	width: auto;
}
table.profile checkbox,
table.profile input[type="checkbox"]{
	position: relative;
	top: 3px;
	background: none; /* IE */
	border: none; /* IE */
}
table.profile textarea {
	height: 100px;
}
#profiledetails__biography__ {
	height: 200px;
}

.termsbox {
	float:left;
}
.termsinfo {
	float: left;
	padding: 3pt 0 3pt 3pt;
}

/* PROFILE WIDGETS STUFF */

#profile_widget {
	position: relative;
	padding: 10px 0px 0px 10px;
}

.widgets_even {
	float: left;
	width: 330px;
}

.widgets_odd {
	float: right;
	width: 330px;
}

.widget {
	border: 1px solid #AAA;
	margin-bottom: 5px;
	padding: 0;
}

.widget h2 {
	border: 0;
	border-bottom: 1px solid #BBDCE9;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666;
	background-color: #E2F0F6;
}

.widget .widget_title {
	border-bottom: 1px solid #AAA !important;
}

.widget .widget_content {
	border-bottom: 1px solid #AAA;
	padding: 10px;
}

.widget .widget_content h2 {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.widget .widget_content h3 {
	padding: 0;
	margin: 0;
}

.widget .widget_bottom {
	border: none !important;
}

.widget .widget_menu {
	display: block;
	border-top: 1px solid #BBDCE9;
	border-bottom: 1px solid #AAA;
	background-color: #E2F0F6;
	margin: 0px;
	padding-left: 10px;
}

/* SYSTEM MESSAGES */


.system-message {
	margin: 20px 0 30px;
}
.system-message > div {
	padding: 10px 15px;
}
.system-message > div + div {
	padding-top: 0;
}
.system-message ul {
	padding-left: 25px;
}


/* ---------- CONTENT MODULE ADDITIONS ---------- */
#content_order a, #content_order a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
	text-decoration:none;
	text-align: left;
	padding: 5px 2px 5px 2px;
}

#content_order_activ a, #content_order_activ a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
	background-color:#ccc;
	text-decoration:none;
	text-align: left;
	padding: 5px 2px 5px 2px;
	background-repeat:no-repeat;
	background-position:right;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);

}

#content_order a:hover {
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ccc;
	text-decoration:none;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}


#content_order_activ a:hover {
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ccc;
	text-decoration:none;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order_up.gif);
}


#content_order_up_activ a, #content_order_up a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
	text-decoration:none;
	background-color:#ccc;
	text-align: left;
	padding: 5px 2px 5px 2px;
	background-repeat:no-repeat;
	background-position:right;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order_up.gif);

}

#content_order_up a:hover {
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ccc;
	text-decoration:none;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}

#content_order_up_activ a:hover {
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ccc;
	text-decoration:none;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/table_order.gif);
}




.contenthead {
	background-color: #F5F5F5;
	margin-bottom: 17px;
	overflow: hidden;
}

.contenthead h1 {
	font-weight: normal;
	font-size: 20px;

}
.contenthead .text {
	margin: 8px 0px;
	line-height: 15px;
	color: #666666;
}
.contenthead .em {
	color: #333333;
}

.contenthead .innerleft {
	padding: 15px 10px 0 15px;

}

.contenthead .innerright {
	float: right;
	padding: 15px 10px 0 15px;
}

#contentview ul { /* general settings */
	margin: 16px 0 0;
	border-bottom: 1px solid #aaa;
	list-style-type: none;
	padding: 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

#contentview li { /* do not change */
	display: inline;
}

#contentview li a { /* settings for all tab links */
	padding: 5px 7px;
	border: 1px solid #BBBBBB;
	background-color: #E1E1E1;
	color: #666666;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: none;
}

#contentview li a.on {
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 5px 7px 6px;
	background-color: #FFFFFF;
	color: #00BB00;
}

#upload_form .input {
	width: 485px;
}

#content_keywords {
	width: 385px !important;
}

/* ---------- END CONTENT MODULE ADDITIONS ---------- */

/* ------------------------------------	ACTIVITIES (RIVER) ADDITIONS ------------------------------------ */

/*
THE RIVER
*/

td.widget_river_type {
	padding: 0;
}

.widget_river_time {
	color: #777777;
	margin: 0 5px 0 5px;
	font-size: 0.8em;
	text-align: right;
}

.widget_river_type_mediastream__media {
	border-bottom: 1px solid #efefef;
	margin: 5px 0 5px 0;
}

.widget_river_type_mediastream {
	border-bottom: 1px solid #efefef;
	margin: 5px 0 5px 0;
}

td.widget_river_text {
	padding: 9px;
}

p.widget_river_date {
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #c0c0c0
}

/*
 the river on recent activity page
*/

._activity_river_entry_time {
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_calendar_s.gif) no-repeat left center;
}

._activity_river_entry {
	border-bottom: 1px solid #efefef;
	margin: 5px 0 5px 0;
}

._activity_river_entry_txt {
	padding: 0 0 0 20px;
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_blog_s.gif) no-repeat left center;
}

._activity_river_entry ._activity_river_entry_time {
	color: #777777;
	margin: 0 5px 0 5px;
	font-size: 0.8em;
	background: #ffffff;
	padding: 0;
}

/* Class type style */
#widget_river_type_preprod {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_preproduction_s.gif) no-repeat left center;
}
#widget_river_type_scheduler {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_preproduction_s.gif) no-repeat left center;
}

#widget_river_type_commentwall__post {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_blog_s.gif) no-repeat left center;
}
#widget_river_type_weblog_post {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_blog_s.gif) no-repeat left center;
}

#widget_river_type_weblog_post__post {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_blog_s.gif) no-repeat left center;
}

#widget_river_type_file{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_othercontent_s.gif) no-repeat left center;
}

#widget_river_type_community{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_groups_s.gif) no-repeat left center;
}

#widget_river_type_community_member{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_groups_s.gif) no-repeat left center;
}

#widget_river_type_project{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_projectplaner_s.gif) no-repeat left center;
}

#widget_river_type_project_member{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_projectplaner_s.gif) no-repeat left center;
}

#widget_river_type_friends{
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_contacts_s.gif) no-repeat left center;
}
/* music library */
/* TODO: maybe there could be some more icons?? */
#widget_river_type_ml_release {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_othercontent_s.gif) no-repeat left center;
}
#widget_river_type_ml_artist {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_othercontent_s.gif) no-repeat left center;
}
#widget_river_type_ml_label {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_othercontent_s.gif) no-repeat left center;
}
#widget_river_type_ml_media {
	background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/mod_othercontent_s.gif) no-repeat left center;
}

/* ------------------------------------	END ACTIVITIES (RIVER) ADDITIONS ------------------------------------ */

/* ------------------------------------	MESSAGES ADDITIONS ------------------------------------ */

.post_messages {
	margin: 10px 0 10px 0;
 }

.info_messages {
	border-top: 1px solid #AAAAAA;
	margin: 10px 0 10px 0;
	clear: both;
}

#messages tbody td {
	border-bottom: 1px solid #DDDDDD;
}

#messages tbody tr:hover {
	background: #F5F5F5;
}

/* ------------------------------------	END MESSAGES ADDITIONS ------------------------------------ */

/* ------------------------------------	CONTACT / GROUPS / PROJECTS ADDITIONS ------------------------------------ */

.table.network {
	width: 100%;
	/*cellspacing: 0;
	cellpadding: 0; not valid */
	border: 0;
}

.table.network tr {
	border-bottom: 1px solid #CCCCCC;
}

.table.network td {
	border: none !important;
	padding: 6px;
}

.table.network .member_icon {
	width: 60px;
	text-align: left;
}

.table.network .member_info {
}

/* ------------------------------------	END CONTACT (Modul friends) / GROUPS (Modul community) / PROJECTS ADDITIONS ------------------------------------ */

/* ------------------------------------	ROLE ADDITIONS ------------------------------------ */
.role_field {
	width: 100%;
	border: 1px double #c0c0c0;
	font-size: 75%;
}
/* ------------------------------------	END ROLE ADDITIONS ------------------------------------ */

/* ------------------------------------	ACL GROUPS ADDITIONS (Modul groups) ------------------------------------ */
.acl_select {
	width: 100%;
}
/* ------------------------------------	END ACL GROUPS ADDITIONS (Modul groups) ------------------------------------ */


/* ------------------------------------ LICENCES -----------------------------------------start */

.licence-class ul {
	padding-left: 25px;
}

/* ------------------------------------ END LICENCES -----------------------------------------end */

/* ---------- content-browser ------------*/
.content-browser{
	border:1px solid #6633CC;
	border-top:1px solid #D1C2F0;
	border:1px solid #bbb;
	background:#F0F0F0;
	padding:4px 5px 5px 5px;
	margin:-1px 0px 23px 0px;

}
.content-browser .search{
	border:1px solid #ccc;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#fff;
	padding:3px 5px 2px 5px;
	margin-top:4px;
}
.content-browser .search input{
	border:0px;
	width:100%;
}
.content-browser .searchi{
	background:#f7f7f7;
	border:1px solid #ccc;
	border-top:0px;
	padding:1px 5px 1px 5px;
	color:#6633CC;
}
.content-browser .searchi:hover{
	background:#E9FFDC;
	color:#009900;
}

.searchbar {
	border-top:1px solid #FFFFFF;
	margin-top:-1px;
}

.iconbut {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg.gif) repeat scroll 0 0;
	border-color: #BBBBBB #666666 #666666 #BBBBBB;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	height: inherit;
}

.iconbut:hover {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg_a.gif) repeat scroll 0 0;
}

.iconbut img {
	margin: 4px 5px 3px;
}

.tagbar {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/forminput_bg.png) repeat scroll 0 0;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-width: 1px;
	min-height: 22px;
}

.tagbar a {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/tag_bg_s.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#00BB00;
	float:left;
	margin:1px 0 1px 1px;
	padding:0 6px 1px 5px;
}

.tagbar a.tbsearch {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/search_bg_s.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #00BB00;
	float: left;
	margin: 1px 0 1px 1px;
	padding: 0 6px 1px 5px;
}

.tagbar a.tbgenre {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/genre_bg_s.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #00BB00;
	float: left;
	margin: 1px 0 1px 1px;
	padding: 0 6px 1px 5px;
}

.tagbar a.tbfilter {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/filter_bg_s.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #00BB00;
	float: left;
	margin: 1px 0 1px 1px;
	padding: 0 6px 1px 5px;
}

.tagbar a:hover {
	text-decoration: none;
}

.tagbar form input {
	padding: 0 !important;
	border: 0px none;
	color: #4D4D4D;
}

.tagbarclearsearch {
	padding: 4px 3px 0px;
	float: right;
}

.tagsearch-input {
	margin-top: 5px;
	margin-left: 5px;
}

.tagsearch-input.placeholder {
	color: #999999;
}

/* ------------------------------------ PRE-PRODUCTION ----------------------------------------- */

/* Preprod new stuff */

#pp table select {
	width: 50%;
}
#pp table .input {
	width: 100%;
}
#pl-sortable-head {
	background-color: #e5e5e5;
	padding: 2px 0 0 27px;
	border-top: 1px solid #bbbbbb;
	color: #666666;
}
#pl-sortable {
	border: 1px solid #bbbbbb;
	padding: 2px 2px 0;
	min-height: 32px;
}
.pl-item {
	background-color: #F8F3FF;
	border: 1px solid #bbbbbb;
	margin-bottom: 2px;
	padding: 3px 2px;
	white-space: nowrap;
	overflow: hidden;
}
.pl-item.jingle {
	background-color: #d8d8ff;
}
.pl-item.nofile {
	background-color: #fff0f0;
}
#pl-sortable-head div, .pl-item .i div {
	float: left;
}
#pl-sortable-widget .t {
	width: 230px; /* last: 295px */
	margin-left: 5px;
	margin-right: 10px;
	overflow: hidden;
}

#pl-sortable-widget a.name { /* list only */
	font-weight: bolder;
	color: #333;
}
#pl-sortable-widget .artist { /* list only */
	line-height: 14px;
	color: #888888;
}
#pl-sortable-widget .bitrate {
	width: 40px;
	margin-right: 10px;
	text-align: right;
}
#pl-sortable-widget .playtime, #pl-sortable-widget .length {
	width: 60px;
	text-align: right;
}
#pl-sortable-widget .playtime {
	margin-right: 5px;
}
#pl-sortable-widget .length {
	margin-right: 20px;
}
#pl-sortable-widget .clip {
	width: 120px;
	text-align: center;
}
#pl-sortable-widget .fade {
	width: 120px;
	text-align: center;
}
#pl-sortable input {
	max-width: 53px; height: 16px;
	margin-right: 4px;
	background-color: transparent;
	border: 1px dotted #bbb;
	text-align: right;
	padding: 1px 2px;
}

#pl-sortable input + input {
	margin-left: auto;
}
#pl-sortable input[disabled] {
	color: inherit;
	border-color: transparent;
}#pl-sortable input.info[disabled] {
	color: #666;
}
#pl-sortable input.ph_length {
	max-width: none;
	width: 58px;
	margin-right: auto;
	position:relative;
	left: 3px;
}
#pl-sortable input:focus {
	background-color: #fff;
	border: 1px inset #bbb;
}
.btn-play-item-pp {
	float:left;
	min-width: 21px; min-height: 17px;
}
.btn-play-item-pp span {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/list_play_button2_s.png);
	width: 17px; height: 17px;
}
.btn-play-item-pp.nofile span {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/file.music_no_file.png);
}

.subseconds {
	opacity: .6;
}
.good {
	color: green;
}
.bad {
	color: red;
}

/* end preprod new stuff */


/* Override jQuery UI theme globally */
.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.selectable-widget table {
	border-collapse: separate;
	border-spacing: 2px;
}
.selectable-widget td {
	width: 12%; height: 15px;
	padding: 0;
	border: 1px solid #D9CCF0;
	overflow: hidden;
	white-space: nowrap;
	background-color: #f1f1f1; color: #6633CC;
	text-align: center;
	cursor: pointer;
}

.selectable-widget #tr-days td:nth-last-child(-n+2) { background-color: #bbb; }

/* daypart bg-colors */
.selectable-widget .pp-dp-01 { background-color: #FBD1FF; }
.selectable-widget .pp-dp-02 { background-color: #FFD8BF; }
.selectable-widget .pp-dp-03 { background-color: #FFF9BF; }
.selectable-widget .pp-dp-04 { background-color: #CCFFBF; }
.selectable-widget .pp-dp-05 { background-color: #BFFFEB; }
.selectable-widget .pp-dp-06 { background-color: #BFE9FF; }
.selectable-widget .pp-dp-07 { background-color: #BFC7FF; }

.selectable-widget td.selected {
	background-color: #D4F3DA; color: #333333; border: 1px solid #666;
}
.selectable-widget div + .selectable-widget div {
	margin-left: 2px;
}
.selectable-widget #tr-days td {
	background-color: transparent;
	cursor: auto;
	color: inherit;
}

div.throbber {
	width: 15px;
	height: 15px;
	background-image: none;
}
div.throbber.on {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/throbber.gif);
	background-repeat: no-repeat;
}
#pl-sortable .ui-sortable-placeholder {
	min-height:65px;
	max-height:65px;
}
._ui-sortable-placeholder {
	/* jQuery UI class for custom styles */
	outline: 1px dotted #cccccc;
}
.ui-sortable-helper {
	right: 8px;
}

/* box below the splitter */
div#pp-lowerpane {
	padding: 15px 0 0 0;
}
div#pp-lowerpane > * {
	float: left;
}
table#pp-timeinfo {
	font-size: 14px;
	font-weight: bold;
	margin-right: 58px;
}
#pp-timeinfo td {
	padding: 0; /* override global style. grrr! */
}
#pp-timeinfo td.display {
	text-align:right;
	padding-left: 12px;
}



/*
 * BASKETS
 */
div#splitpane-sidebar #basketHolder {
	margin-top: 25px;
}
#basketNameInput {
	padding: 0 0 2px 15px;
}
#basketNameInput input {
	width: 180px;
}
.dropActive {
	background-color: #ccffcc !important;
}
.dropHover {
	background-color: #88ff88 !important;
	color: #fff;
}
#basketHolder.ui-expandable .ui-widget-header:hover,
#basketHolder .ui-expandable .ui-widget-header:hover {
	background-color: #EEE6FF;
}
.ui-widget-header .count {
	color: #888;
	padding-left: 8px;
	font-weight: normal;
}
.basket, .jingle-release {
	margin: 0 2px 5px;
	background-color: #ddd;
	border: 1px solid #bbb;
}
#splitpane-sidebar .basket .ui-expandable-title {
	font-weight: normal;
	color: #2e2e2e;
	max-width: 170px;
	overflow: hidden;
}
.basket .duration {
	color: #666;
	font-size: 10px;
	margin-right: 5px;
	text-align: right;
	line-height: 16px;
}
.basket.ui-expandable-open,
#pp-placeholders.ui-expandable-open,
.jingle-release.ui-expandable-open {
	padding-bottom: 3px;
}

#basketHolder > .ui-widget-header .ui-expandable-icon,
#basketHolder > .ui-widget-header .ui-expandable-title {
	position: relative;
	left: 3px;
}
.sidebar-item {
	border: 1px solid #ccc;
	margin: 0 2px;
	background-color: #eee;
}
.sidebar-item:hover {
	background-color: #e4e4e4;
}
.sidebar-item .pre-title {
	width: 5px;
	width: 16px;
	height: 18px;
	float: left;
	opacity: .5;
}
.sidebar-item .pre-title.cm {
	background-color: #FFFAAE;
}
.sidebar-item .pre-title.ml {
	background-color: #BFCFFF;
}
.sidebar-item .name {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	max-width: 190px;
	white-space: nowrap;
}
.sidebar-item.basket-content .name {
	max-width: 170px;
}
.sidebar-item .btn-basket-item-rm {
	float: right;
	padding: 1px 3px 1px 0;
}
.sidebar-item .btn-basket-item-rm .ui-icon {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/boxsub_item_remove.png);
}
.sidebar-item .btn-basket-item-rm .ui-icon:hover {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/boxsub_remove_on.png);
}
.ui-draggable-dragging {
	opacity: .8;
	min-width: 217px;
}
.ui-expandable-extraicon .ui-icon.btn-basket-del {
	padding-right: 5px;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/basket_remove.png);
}
.ui-expandable-extraicon .ui-icon.btn-basket-del-hover {
	padding-right: 5px;
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/boxsub_remove_on.png);
}
div .ui-icon.basket-2-pl-btn {
	background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/basket_to_pl.png);
}

/**
 * Miniplayer SHTUFF
 */
div.obp-miniplayer .ui-icon {
	margin-top: 5px;
}

/*-------------------------------------TREEVIEW---------------------------------------start */

.treeview, .treeview ul {
        padding: 0;
        margin: 0;
        list-style: none;
}

.treeview ul {
        background-color: white;
        margin-top: 4px;
}

.treeview .hitarea {
        background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-default.gif) -64px -25px no-repeat;
        height: 16px;
        width: 16px;
        margin-left: -16px;
        float: left;
        cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
        display: inline;
        float:none;
}

.treeview li {
        margin: 0;
        padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
        background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(http://openbroadcast.ch/mod/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-red.gif); }

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-black.gif); }

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://openbroadcast.ch/mod/template/templates/bbk/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://openbroadcast.ch/mod/template/templates/bbk/images/file.gif) 0 0 no-repeat; }



/* ------------------------------------ MEDIALIBRARY -----------------------------------------start */

div.ml_exp {
	margin-bottom: 14px;
	border: 1px solid #999999;
	background-color: #EFEFEF;
}

#juploadframe {
	height: 399px;
	width: 678px;
}

#filebrowserframe {
	height: 399px;
	width: 678px;
}


.ajaxbrowser {
	background-color: #FFFFFF;
}

body#ajaxbrowserbody {
	background-color: #F2F2F2;
	color: #666666;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Filebrowser */

table.browse {
	background-color: #FFFFFF;
	width: 100%;
}

table.browse tr.directory {
	background-color: #f4f4f4;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	height: 16px;
	line-height: 14px;
}

table.browse tr.file {
	border-bottom: 1px solid #dedede;
	height: 16px;
	line-height: 14px;
}

.ml-tracks {
	float: left;
	margin-right: 20px;
}

.ml-availabletracks {
	float: left;
}

.ml-indicator {
	float: left;
	width: 4px;
	height: 10px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-top: 2px;
}

.ml-available {
	background-color: #00BB00;
}

.ml-unavailable {
	background-color: #999999;
}

.ml-compression_indicator_vertical {
	background-color: #f0b200;
}

.ml-format {
	float: left;
	margin-right: 20px !important;
}

div.ml-compression {
	float: left;
	width: 40px;
	margin-top: 6px !important;
}

div.ml-compression_holder {
	width: 100%;
	background-color: #f0b200;
	height: 6px;
}

div.ml-compression_indicator {
	background-color: #00FF00;
	height: 6px;
}

#media_information div.row {
	display: block;
	clear: both;
}

#media_information div.label {
	display: table;
	float: left;
	width: 150px;
	text-transform: capitalize;
}

#media_information div.value {
	display: table;
}

td.ml-edit_col1 {
	width: 16%;
}

td.ml-edit_col2l {
	width: 6%;
}

td.ml-edit_col2r {

}

td.ml-edit_col3 {
	width: 24%;
}

#ml .infoholder table tr {
	border-top:1px solid #CDCDCD !important;
}

/* form additions */
#ml .infoholder .ml-no_border {
	border: none !important;
}
#ml .infoholder .ml-no_top {
	border-top: none !important;
}
#ml .infoholder .ml-no_bottom {
	border-bottom: none !important;
}

#ml .infoholder .ml-formactions td{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* make button look the same as submit */
#ml input[type="button"] {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg.gif) repeat scroll 0pt;
	border: 0pt solid #000000;
	color: #FFFFFF;
	margin: 0pt;
	padding: 2px 5px;
}

#ml input[type="button"]:hover {
	background: transparent url(http://openbroadcast.ch/mod/template/templates/bbk/images/formbut_bg_a_on.png) repeat scroll 0 0 !important;
	border: 0pt solid #000000;
	color: #FFFFFF;
	margin: 0pt;
	padding: 2px 5px;
}

/* ---------- button, cb style ------------ */
.ml-button{
	display:inline;
	padding:3px 10px 3px 10px;
	margin:0px 8px 0px 0px;
	color:#f4ebfd;
	background:url(/mod/template/templates/bbk/images/formbut_bg_a.gif);
	border:1px solid #774488;
	border-top:1px solid #8a63d9;
}
a.ml-button{
	/*text-shadow:#fff 1px 1px 0px;*/
}
a.ml-button:hover{
	background:url(/mod/template/templates/bbk/images/formbut_bg_a_on.png);
	border:1px solid #669966;
	border-top:1px solid #3db502;
	color:#ddfedd;
	text-decoration:none;
}

.ml-button.off{
	background:url(/mod/template/templates/bbk/images/formbut_bg.gif);
	border:1px solid #888;
	border-top:1px solid #999;
	color:#fff;
}
.ml-button.off:hover{
	background:url(/mod/template/templates/bbk/images/formbut_bg_off.gif);
	border:1px solid #666;
	border-top:1px solid #888;
	color:#fff;
}


a.ml-arrowlink_action {
	background-image:url(/mod/template/templates/bbk/images/action.gif);
	background-position:0 1pt;
	background-repeat:no-repeat;
	padding:3pt 12px 2pt 19px;
}

a.ml-arrowlink_action:hover {
	color: #7733CC;
	text-decoration: none;
	cursor: pointer;
	background-color: #EEE6FF;
}



span.ml-date_published {
	font-weight: bold;
}

.ml-noline table {
	border: none !important;
}

.ml-noline table tr {
	border: none !important;
}

.ml-noline table tr td {
	border: none !important;
}

td.ml-no_border, tr.ml-no_border {
	border: none !important;
}
td.ml-top_border, tr.ml-top_border {
	border-top: 1px solid #cdcdcd !important;
}

.ml-tracklist td, .ml-editform td {
	vertical-align: middle;
}

div.ml-tracklist {
	background-color: #fafafa !important;
	padding-bottom: 1px;
}

.ml-status_scanned {

}

.ml-lock {
	background-color: #FFCCCC;
}

.ml-empty {
	background-color: #FAFAFA;
}

.ml-bview img {
	margin: 5px 0 10px;
}

/* ------------------------------------ MEDIALIBRARY -----------------------------------------end */
