table.default,
table.sortable {
	border: 1px solid #ccc;
}

table.sortable th.tablesorter-header {
	cursor: pointer;
	padding-right: 25px;
	background: url("../images/icons/sortable.gif") right no-repeat;
}

table.sortable th.sorter-false {
	background: none;
	cursor: default;
	padding: 5px;
}

table.sortable th.tablesorter-headerAsc {
	background-image: url("../images/icons/sort_asc.gif");
}

table.sortable th.tablesorter-headerDesc {
	background-image: url("../images/icons/sort_desc.gif");
}

.error { 
	color: #D30000;
	font-weight: bold;
}

tr {
    display: table-row;
}

.color0 { 
    background-color: #FFFFFF; 
}

.color1 { 
    background-color: #EEEEEE; 
}

.right {
    text-align: right;
    padding-right: 5px;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.bold {
    font-weight: bold;
}

img.icon {
    border: 0px;
}

/* BACKEND FORMS */
.backend-form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.backend-form legend {
	padding: 0 10px;
	font-weight: bold;
}

.backend-form label {
	float: left;
	width: 200px;
	position: relative;
}

.backend-form input,
.backend-form select,
.backend-form textarea {
	margin-bottom: 5px;
}

.backend-form input[type=text] {
	width: 200px;
}

.backend-form textarea {
	width: 400px;
	height: 200px;
}

.backend-form select {
	width: 200px;
}

.backend-form label .tooltip {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #FFA;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 0.4em;
	border-radius: 5px;
	font-size: 10px;
	line-height: 16px;
	width: 220px;
	display: none;
	z-index: 2;
}

.backend-form label:hover .tooltip {
	display: block;
}

/* messages */
ul#note_error {
	border: 1px solid #f61505;
	color: #f61505;
	list-style: none;
	padding: 1em;
}

ul#note_error li {
	background: url("../images/icons/warning.png") left no-repeat;
	padding: 0 0 0 2em;
	margin: 0.5em 0 0 0;
}

ul#note_success {
	border: 1px solid #2b9f23;
	color: #2b9f23;
	list-style: none;
	padding: 1em;
}

ul#note_success li {
	background: url("../images/icons/ok.png") left no-repeat;
	padding: 0 0 0 2em;
	margin: 0.5em 0 0 0;
}

/* ANALYTIC PAGE BEGIN */

/* CHANNEL MENU BEGIN */
#channel-menu {
	border: 1px solid #ccc;
	width: 200px;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 10px;
	float: left;
}

#channel-menu-head {
	margin-bottom: 3px;
}

#channel-menu-content {
	display: none;
}

#channel-menu-content input[type=checkbox] {
	float: left;
}

#channel-menu-content form br {
	clear: left;
}

#channel-menu-content input[type=submit] {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 8px;
	margin: 0 0 0 20px;
}

#channel-menu .arrow-right {
	background: url("../images/icons/arrow_right.png") left no-repeat;
	float: right;
	width: 16px;
	height: 16px;
}

#channel-menu .arrow-bottom {
	background: url("../images/icons/arrow_bottom.png") left no-repeat;
	float: right;
	width: 16px;
	height: 16px;
}
/* CHANNEL MENU END */

/* LEGEND BEGIN */
fieldset#graph-legend {
	margin: 10px 0 0 35px;
	border: 1px solid #ccc;
	width: 473px;
	position: relative;
}

fieldset#graph-legend legend {
	padding: 5px;
	font-weight: bold;
}

fieldset#graph-legend img {
	margin: 0 10px 0 5px;
	position: relative;
	top: 2px;
}
/* LEGEND END */

/* DATE VIEW BEGIN */
#date-view {
	float: right;
	margin: 0 25px 20px 0;
	font-size: 13px;
	text-align: center;
}

#date-view a {
	text-decoration: none;
	font-size: 11px;
}
/* DATE VIEW EMD */

#graph {
	position: relative;
	clear: both;
}

#graph-loader {
	background: #fff url("../images/icons/loader.gif") no-repeat center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#pie-chart {
	margin-top:20px;
}
/* DATE VIEW END*/

#txt-data {
	position: relative;
	clear: both;
}

#txt-data table {
	width: 100%;
	border-collapse: collapse;
}

#txt-data table th, td {
	padding: 3px;
}

#txt-data table tr.res {
	border-top: 1px solid #ccc;
}

#txt-data table td.res {
	border: 1px solid #ccc;
	border-top: none;
}
/* ANALYTIC PAGE END */

a.icon_music {
	background: url("../images/icons/icon_music.png") bottom left no-repeat;
	padding: 0 8px 0 8px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}

a.icon_download {
	background: url("../images/icons/down.png") bottom left no-repeat;
	padding: 0 8px 0 8px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

/* SCHEDULE PAGE BEGIN */

a.icon_schedule {
	background: url("../images/icons/detail.png") top left no-repeat;
	padding: 0 8px 0 8px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.info-blue {
	background: url("../images/icons/info_blue.png") top left no-repeat;
	background-position: 10px 12px;
	color: #61a2de;
	border: 1px solid #61a2de;
	padding: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#schedule table {
	border-collapse: collapse;
	width: 100%;
	background: none;
	margin-bottom: 20px;
}

#schedule table thead,
#schedule table th {
	background: none;
	color: #3d4a5e;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

#schedule table td {
	text-align: center;
	border: 1px solid #ccc;
	height: 25px;
}

#schedule table th .date-view {
	font-size: 8px;
	font-weight: normal;
}

#schedule table td.time-view {
	width: 90px;
	height: auto;
	background: #ededed;
}

#schedule table td.arrow {
	width: 16px;
	height: auto;
	border: none;
}

#schedule table td.arrow .arrow-right {
	width: 16px;
	height: 16px;
	float: left;
	background: url("../images/icons/arrow_right.png") top left no-repeat;
}

#schedule table td.arrow .arrow-bottom {
	width: 16px;
	height: 16px;
	float: left;
	background: url("../images/icons/arrow_bottom.png") top left no-repeat;
}

#schedule table td.day-not-in-campaign {
	background: #f0f0f0;
}

#schedule table th a {
	color: #3d4a5e;
	text-decoration: none;
}

#table-loader-icon {
	background: #fff url("../images/icons/loader.gif") no-repeat;
	background-position: 250px 100px;
	position: absolute;
	width: 550px;
	display: none;
}

fieldset#schedule-legend {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

fieldset#schedule-legend legend {
	padding: 0 10px 0 10px;
}

fieldset#schedule-legend .motive-view {
	float: left;
	margin-right: 20px;
}
fieldset#schedule-legend .motive {
	width: 10px;
	height: 10px;
	float: left;
	margin: 4px 5px 0 0;
}

/* SCHEDULE PAGE END */

/* PLACEHOLDER PAGE */
table#placeholder {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

table#placeholder th,
table#placeholder td {
	padding: 5px;
}

table#placeholder tbody tr {
	border-top: 1px solid #ccc;
}

/* CHANNEL PORTFOLIO */
.edit-portfolio-channel-logo {
	width: 150px;
	height: 130px;
	margin-left: 200px;
	border: 1px solid #ccc;
}

/* note-box */
div.note-box {
	position: fixed;
	margin-left: 50%;
	left: -250px;
	width: 500px;
	top: 10px;
	padding: 5px; 
	display: none;
	background-color: white;
	border: 1px solid #CCCCCC;
	text-align: center;
}

div#note-box-content {
	text-align: center;
}
a#note-box-hide {
	float: right;
}

/* Sub menues */
th .icon {
	float: right;
}

a.sub-menu .sub-menu-container {
	visibility: hidden;
}

a.sub-menu:hover .sub-menu-container {
	visibility: visible;
}

.sub-menu-container {
	position: absolute;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.sub-menu-inner {
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px;
	font-size: 11px;
	box-shadow:3px 3px 5px #ccc;
}

.sub-menu-title {
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

.sub-menu-content {
	max-height: 200px;
	overflow: auto;
	padding-right: 20px;
}

.sub-menu-content label {
	white-space: nowrap;
}

table.filterable td,
table.filterable th {
	white-space: nowrap;
	font-size: 11px;	
}
