/* General Style Info */

* {
	margin:0;
	padding:0;
}

body {
	background: white;
	color: #8a949e;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:75%;
	margin: 0;
}
	
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size:2em;
	margin: 0.1em 0;
}
h2 {
	font-size:1.8em;
	margin: 0.3em 0;
	padding-top: 0.8em;
	color:#888;
}
h3 {
	font-size:1.3em;
	padding-top: 1.5em;
	color:#aaa;
}
h4 {
	font-size:1.2em;
	padding-top: 0.5em;
	color:black;
}

ol, ul, li {
	margin: 0 12px;
}


p.lead, p.teaser {
	font-weight:bold;
}
p {
	margin-bottom: 1em;
}

blockquote {
    margin: 1em 20px;
    padding-left: 50px;
    line-height:1.5em;
    background: transparent url('../img/blockquote.gif') no-repeat; 
    background-position: 0px 8px;
    font-family:Garamond,Times,'sans serif';
    font-size:1.5em;
    color:#999;
    font-style:italic;
    min-height:40px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.lft {
	text-align:left !important;
}

.rght {
	text-align:right !important;
}

.cntr {
	text-align:center !important;
}

.justify {
	text-align:justify !important;
}

.top {
	vertical-align:top !important;
}

.bottom {
	vertical-align:bottom !important;
}


.small {
	font-size:0.8em;
}

.blank {
	text-decoration:none;
}

ul.blank, ul.blank li {
	margin:0;
	padding:0;
}
ul.blank li {
	list-style:none;
	list-style-image:none;
}

ul.break li {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

ul.float li {
	float:left;
}

.clear {
	clear:both;
}

ul.list {
	border-top: 1px solid #cccccc;
}

ul.list li {
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 0;
}

h2 span.pre, h3 span.pre, h4 span.pre, h5 span.pre, h6 span.pre {
	display:block;
	font-size:0.5em;
	letter-spacing:0.3em;
	text-transform:uppercase;
}

table.full {
	width:100%;
}

table tr td {
	xtext-align:left;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.light {
	color:gray;
}

.drag {
	cursor:move;
}

.cached {
	background-image: url('../img/dashed.gif');
}

.selected {
	border: 1px solid red;
	background-color:#ffeeee;
}
.border {
	border: 1px solid silver;
}


address {
	font-style:normal;
}

address span {
	display:block;
}

address label {
	width:4em;
	display:block;
	float:left;
	font-size:100%;
	padding:0;
	font-weight:bold;
}
address span.additional  {
	margin-top:1em;
}
address span.additional span span {
	display:inline;
}



table tr.zebra td {
	background: #f4f4f4;
}



/* rest of cake.generic.css */


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


/* table blank */

table.blank {
	background:transparent;
	border:0px;
	color:inherit;
	margin:0px;
	padding:0px;
}

table.blank th, table.blank tr td {
	padding:0;
	text-align:left;
	margin:0;
	color:inherit;
	background:none;
	border:0px;
}


/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #cde;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #abc;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

fieldset.list div.input label {
	width:150px;
	float:left;
}


form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	background: #F8F8F8 url(../img/icons/silk/information.png) no-repeat scroll 1em center;
	padding: 1em 1em 1em 2.8em;
	border:1px solid #ddd;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


/* kill cake.generic.css */

a, a:hover, a img, a:hover img {
	background:none;
	font-weight:normal;
}

.active, .active a {
	font-weight:bold;
}

form div {
	padding: 0.5em 0;
}

input, textarea {
	font-size:100%;
}

div.content_item.left {
	margin-right:1.5em;
	margin-bottom:1.5em;
}

div.content_item.right {
	margin-left:1.5em;
	margin-bottom:1.5em;
}

.highlight {
	background-color:#ffa;
}	

hr {
	border:none;
	border-top:1px solid silver;
	margin-top:0.5em;
	padding-bottom:0.5em;
}

/*
	CONTENTS
	
*/

div.content_item.absolute.editable {
	background-image: url('../contents/img/grid.gif');
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

div.content_item.absolute div.content_item.hover {
	border:1px dashed #dddddd;
}
div.content_item.absolute div.content_item {
	border:1px solid transparent;
}

div.content_item.default.editable.empty, dashed {
	border: 1px dashed #efefef;
	background-image: url('../img/dashed.gif');
	padding: 10px 20px;
}

.content_item.absolute .content_item {
	overflow:hidden;
}
	

.content_item.list > .content_item {
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}



/**
 LiVEpipe
 
 **/
 
#control_contextmenu {  
    border:1px solid #ccc;  
    background-color:#fafafa;  
    min-width:150px;  
}
#control_contextmenu ul {  
    list-style-image:none !important;
	list-style:none;  
    padding:0;  
    margin:0;  
    cursor:pointer;  
} 
#control_contextmenu ul li {  
    list-style-image:none !important;
    text-align:left;  
    padding:3px 10px 3px 5px;  
    margin:0;
    cursor:pointer;  
    text-decoration:none; 
    color:#888;
    font-size:12px;  
    border-bottom:1px solid #eee;  
} 
#control_contextmenu ul li.selected, 
#control_contextmenu ul li:hover {  
    background-color:#ccc;  
    cursor:pointer;  
} 
#control_contextmenu ul li.selected:hover {  
    background-color:#eee;  
    cursor:pointer;  
} 
#control_contextmenu ul li.disabled, 
#control_contextmenu ul li:hover.disabled {  
    color:#ccc;  
    cursor:pointer;  
}  
#control_contextmenu ul li.disabled img, 
#control_contextmenu ul li:hover.disabled img {  
	opacity:0.3;
	filter: alpha(opacity = 30);
}

.tooltip { 
    background-color:#ffa;  
    padding:2px 4px;
    font-family:"Arial";  
    font-size:11px;  
    color:#777;  
} 


/* inplace editing and window */

#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
/*
.window {
	height:300px;
}

.window .window_close { 
	background-image:url('../img/window_close.gif');
	cursor:pointer;
	display:block;
	height:13px;
	left:5px;
	position:absolute;
	top:4px;
	width:13px;
}

.window_resize {
	width:15px;
	height:15px;
	border:2px solid red;
	float:right;
	background-color:#800
}
div.window div.window_header {
	height:20px;	
	width:100%;
	position:absolute;
	top:-20px;
	padding:0;
	left:-2px;
	border: 2px solid #CCCCCC;
}
.window_contents {
	overflow:scroll;
	height:100%;
	width:100%;
}
*/
.resizable_handle {
	height:16px;width:16px;position:absolute;background-color: green;top:100%;left:100%;margin:-16px
}


.inplaceeditor-form textarea {
	border:0px;
	background:transparent none repeat scroll 0 0;
	font-family:inherit;
	color:inherit;
	overflow:hidden;
	height:auto;
	padding:0;
	margin:0;
	border:1px dashed #eee;
}	

.inplaceeditor-form, .inplaceeditor-form div, .inplaceeditor-form * {
	clear:none !important;
}

.inplaceeditor-editmode {
	border:1px dashed #eee;
}	


form.inplaceeditor-form {
	width:100%;
}

div.content_item.headline .inplaceeditor-form textarea {
	letter-spacing:-0.05em;
	margin:0.3em 0;
	padding-top:0.8em;
	font-weight:normal;
	font-size:1.6em;
}

div.content_item.p .inplaceeditor-form textarea {
}
	

/* window */

div.window {
	position:fixed;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	min-width:250px;
	font-family:Verdana;
}

div.window-title {
	color:white;
	font-weight:bold;
	margin:5px 10px;
	overflow:hidden;
	cursor:move;
}

div.window-footer {
	color:white;
	font-size:0.8em;
	margin:3px 10px;
}

div.window-content {
	margin:5px 5px;
	padding:5px;
	background-color:gray;
	color:white;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	height:300px;
	position:relative;
	overflow:auto;
}


.window-close { 
	background-image:url('/rbm/img/window_close.gif');
	cursor:pointer;
	display:block;
	right:6px;
	top:6px;
	height:13px;
	width:13px;
	position:absolute;
}

div.window div.window-content form div {
	color:white;
}

div.window div.window-content form div.submit {
	margin-left:0;
}

div.window div.window-content form label {
	font-size:100%;
	padding-right:none;
	color:white;
	font-weight:bold;
	font-size:0.8em;
}

div.window div.window-content form {
	margin-right:0;
	width:100%;
}

div.window div.window-content fieldset legend {
	font-size:100%;
	color:gray;
	background-color: transparent;
}
div.window div.window-content fieldset {
	margin-top:10px;
	padding:8px 5px;
}




/*livepip resize */
.resize_handle {
	right:0;
    bottom:0;
    height: 10px;
    width: 10px;
    position:absolute;
    background-image: url('../img/resize_handle.png');
    cursor:se-resize;
}


.2spalter table tr td, .3spalter table tr td {
	text-align:left !important;
}
/* contents */



span.bubble {
	-moz-border-radius-bottomleft:100%;
	-moz-border-radius-bottomright:100%;
	-moz-border-radius-topleft:100%;
	-moz-border-radius-topright:100%;
	background-color:#d00;
	border:2px solid white;
	color:white;
	font-family:'Arial Black','Lucida Grande';
	font-size:10px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0px 3px;

}

span.bubble.top {
	position:absolute;
	margin-top:-1.5em;
	margin-left:-0.5em;
	height:16px;
}



div.input.select fieldset div.checkbox {
	margin-bottom:0px;
	padding:0.3em;
}

label.selected {
	background:none;
	border:none;
	font-weight:bold;
	color:#080;
}