table.default { 
    border: 1px solid #CCCCCC; 
    padding: 3px;
    margin: 1px;
}
table.sortable { 
    border: 1px solid #CCCCCC; 
    padding: 3px;
    margin: 1px;
}

.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;
}

/* Form to register if user is invited */
form#form_register_campaign {
	margin: 0 0 2em 0;
	padding: 0;
}

form#form_register_campaign br {
	clear: right;
}

form#form_register_campaign fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

form#form_register_campaign legend {
	padding: 0.5em;
	font-weight: bold;
}

form#form_register_campaign label {
	width: 160px;
	float: left;
	padding-top: 3px;
}
form#form_register_campaign input {
	padding: 0.2em;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	width: 310px;
}

form#form_register_campaign input:focus {
	border-color: #3300FF;
	color: #3300FF;
}

form#form_register_campaign #street {
	width: 265px;
}

form#form_register_campaign #street_number {
	width: 35px;
}

form#form_register_campaign #plz {
	width: 50px;
}

form#form_register_campaign #town {
	width: 250px;
}

form#form_register_campaign #email {
	background: #FFFFCC;
}

form#form_register_campaign #email:focus {
	border-color: #ccc;
	color: #000;
}

form#form_register_campaign select {
	
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

form#form_register_campaign select:focus {
	border-color: #3300FF;
	color: #3300FF;
}

form#form_register_campaign #register_for_campaign {
	background: #fff;
	width: auto;
}

form#form_register_campaign #register_for_campaign:focus {
	border-color: #ccc;
	color: #000;
}

form#form_register_campaign .error {
	background: #FFE4E1;
	color: #f61505;
	font-weight: normal;
}

/* 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;
}
