#cycleContainer {
	height: 100%;
    margin-right: 280px;
}

#cycleContainer.tree {
    overflow: auto;
}

#cycleContainer.flat {
    overflow: auto;
}


#cycleContainer .header .rightBar .visualizations {
	margin-right: 0px;
	display: inline;
    color: black;
}

#cycleElements .new {
	color: #666666;
	font-style: italic;
}
#sequencesContainer,
#phasesContainer {
	overflow-x: auto;
}
#sequencesContainer h3 img,
#phasesContainer h3 img {
	margin-right: 2px;
}
#sequencesContainer h3,
#phasesContainer h3 {
	font-size: 15px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: 800;
}

#phasesContainer h5 {
    font-size: 14px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    background-color: #555555;
    font-weight: bold;
    color: #ffffff;
    margin-left: 10px;
}

#sequencesContainer h3:hover, 
#phasesContainer h3:hover {
	cursor: pointer;
	background-color: #E0E0E0;
}

.phaseItem,
.sequenceItem {
	display: block;
	padding: 5px;
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	background-color: #EFEFEF;
	z-index: 100;
	cursor: move;
	margin-left: 10px;
}
.phaseItem:hover,
.sequenceItem:hover {
	background-color: #E0E0E0;
}
.sequenceItem img {
	float: right;
	margin-right: 5px;
	display: none;
}
.sequenceItem:hover img {
	display: block;
}
.sequenceItem img:hover {
	cursor: pointer
}

.phaseItem {
    background-color: #FAFAFA;
}

.groupSeparator {
    padding-top: 3px;
    border-top: solid 1px #AFAFAF;
    margin-top: 3px;
}

/********/
#cycleElementsToggle {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;	
	background-image: url(../images/switch.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	margin-top: -1px;
}
#cycleElementsToggle.focus,
#cycleElementsToggle:hover {
	background-color: #094AB2;;
}

#cycleElements {
	display: block;
	position: absolute;
	right: 0px;
	width: 280px;
	height: 100%;
	background-color: #EFEFEF;
	z-index: 100;
	overflow: auto;
}

#cycleElements input[type=text] {
	padding: 5px;
	width: 130px;
	border-width:1px; 
	border-style:solid;
	border-color: #bbb;
	margin-left: 20px;
	margin-bottom: 5px;
}

#cycleElements input[type=text]:focus {
	border-color:#666;
}

#cycleElements h2 {
	font-size: 20px;
	color: #666666;
	padding: 2px;
	padding-left: 5px;
	margin: 0px;
	margin-top: 2px;
}
#cycleElements h2:hover {
	cursor: pointer
}

#cycleElements #sequencesContainer ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#cycleElements #sequencesContainer ul li img {
	display: inline-block;
	float: left;
}
#cycleElements #sequencesContainer ul li img:hover {
	cursor: pointer;
}



/******/

#cycle {
	position: relative;
}

#cycle table td {
	vertical-align: top;
}

#cycle .sequence > h1 {
	padding: 5px;
	padding-right: 21px;
	margin: 3px 0px 0px 0px;
	color: #094AB2;;
	text-align: center;
	font-size: 20px;
}

#cycle .childsContainer {
}

#cycle .padding {
	padding: 5px;
	margin-right: 16px;
}

#cycle .sequence {
	position: relative;
	border: solid 3px #333;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-right: 0px;
	cursor: default;
	margin: 20px;
}

#cycle .sequence .tree {
    width: 280px;
}


#cycle .sequence .tree {
    width: auto;
}

#cycle .sequence .noPhases {
	color: #666666;
	font-style: italic;
	padding-left: 5px;
	padding-right: 21px;
	text-align: left;
}

#cycle .sequence .count {
	position: absolute;
	width: 50px;
	background-color: #333;
	color: #FFF;
	left: -3px;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
	top: -18px;
	height: 15px;
}

#cycle .sequence .phases {
	text-align: left;
}

#cycle .sequence .phases .phase {
	padding-left: 21px;
	padding-right: 5px;
	margin-right: 16px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

#cycle .sequence .phases .phase:hover {
	background-color: #E0E0E0;
}

#cycle .sequence .phases .minutes {
	color: red;
	position: absolute;
	right: 0px;
	background-color: white;
	padding-left: 3px;
}

#cycle .sequence .phases .phase:hover .minutes {
	background-color: #E0E0E0;
}

#cycle .sequence .phases .phase .priority {
	background-color: #666666;
	position: absolute;	
	width: 16px;
	height: 19px;
	left: 1px;
	top: 1px;
	cursor: move;
	color: white;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}

#cycle .sequence .phases .phase .priority:hover {
	background-color: #FF0000;
}

#cycle .sequence .dragHost {
	position: absolute;
	width: 16px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: #333; 
	cursor: move;
	z-index: 1;
}

#cycle .sequence .tools {
	position: absolute;
	width: 16px;
	height: 32px;
	right: 0px;
	top: 0px;
	background-color: #333;
	z-index: 2;
}

#cycle .sequence .dragHost:hover {
	background-color: #ff0000;
}

#cycle .sequence:hover .dragHost:hover {
	background-color: #ff0000;
}

#cycle .sequence .tools > a:link, #cycle .sequence .tools > a:visited {
	display: block;
	height: 16px;
	width: 16px;
	float: right;
}

#cycle .tools img {
	height: 100%;
	width: 100%;
	border: 0px;
}

#cycle .sequence .tools > a:hover {
	background-color: #ff0000; 
}

#cycle .sequenceDroppable {
	border-color: red !important;
}

#cycle .sequenceDroppable h1 {
	color: red !important;
}

#cycle .sequenceDroppable .tools {
	background-color: red !important;
}

#cycle .sequenceDroppable .count {
	background-color: red !important;
}

#cycle .sequenceDroppable .dragHost {
	background-color: red !important;
}

#cycle .sequence:hover {
	border-color: #094AB2;;
}

#cycle .sequence:hover .tools {
	background-color: #094AB2;;
}

#cycle .sequence:hover .count {
	background-color: #094AB2;;
}

#cycle .sequence:hover .dragHost {
	background-color: #094AB2;;
}
