.handle {
	position: relative;
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 0;
	cursor: move;
	}	
.handleRemove {
	position: relative;
	float: right;
	padding: 5px;
	margin: 0;
	cursor: pointer;
}	
.optionResource .handleRemove {
	display: none;
}	

.dragme {
	cursor:				move;
	float:				none;
	margin-top:			15px;
	margin-bottom: 		15px;
	}
.dropme {
	float:				none;
	margin:				0;
	}
.dropme-alive {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;	
	height: 100px;
	border: 1px dotted #cccccc;
}
/* draggable styles end */
/* Personalise panel */
#myPanel-options {
	background-color: #6FB549;
	width: 98%;
}
#myPanelOptions-close,
#myPanelOptions-help-close
{
	float: right;
	padding: 8px;
}
#myIntranet-Options,
#myIntranet-Options-Help {
	margin: 0;
	padding: 10px 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background-color: #f9f9f9;
	color: #000000;
}
#titlePanel {
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 8px;
	background-color: #6FB549;
}
#personalise-plate {
	text-align: left;
	float: none;
	border-top: 1px solid #F5F4F4;
	border-bottom: 1px solid #F5F4F4;
	background-color: #fcfcfc;
	padding-left: 8px;
	color: #e5e5e5;
}
#personalise-plate a {
	color: #BC0021 !important;
}
.panelOption {
	width: 98%;
	background-color: #ffffff;
}
.optionResource {
	list-style-type: none;
	display: block;
	border-top: 1px solid #659F45;
	background-color: #6FB549;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 1px;
	cursor: pointer;
	width: 98%;
}
.optionResource:hover {
	border-top: 1px solid #517F37;
	background-color: #5B8F3E;
}
.selected {
	background-color: #000;
}
.optionResource .projectHoldMyBox{
	display: none !important;
}
.optionResource .clientHolderMyBox {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.optionResource .MyTitle,
.optionResource .client {
	width: 80%;
	float: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}
.optionResource .MyTitle a,
.optionResource .client a  {
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	font-size: x-small;
	padding-bottom: 15px;
	padding-right: 5px;
}
/* Accordion Styles */
#projectlist,
#projectMyAccordion,
#projectlistMyBox,
#projectlistJourney {
	cursor: hand;
	background-color: #fff;
	padding: 0;
}
.client,
.JourneyTitle,
.MyTitle,
.myBoxTitle {
	width: 80%;
	float: none;
	font-weight: bold;
	margin: 0;
	text-align: left;
	padding: 0;
	padding-bottom: 10px;
}
.JourneyTitle a,
.MyTitle a,
.myBoxTitle a {
	font-size: 1.2em;
	color: #fff !important;
	text-decoration: none;
}
.clientHolder,
.clientHolderMyBox,
.clientHolderJourney {
	display: block;
   	padding: 0; 
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C90081;
	margin-bottom: 1px;
}
.clientHolderJourney {
    background-color: #E96B10;
}
.clientHolderMyBox {
    background-color: #BC0021;
}
.hideMe {
	display: none;
}
.client a {
	font-size: 1.2em;
}
a.clientname:hover {
	color: #ffffff !important;
}
.projectHold, .projectHoldMyBox, .journeyHold {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -7px; 
	margin-top: 0;
	padding: 0 !important;
	font-weight: normal;	
}
.projectHold {
	border-top: 1px solid #AF0072;
	background-color: #F4E3EE;	
}
.projectHoldMyBox {
	background-color: #EAEEF6;	
	font-size: 1.2em;
}
.journeyHold {
	border-top: 1px solid #CF5E0C;
	background-color: #EAEEF6;	
}
.padMargin {
	margin: 20px;
	margin-top: 0;
}
.project ul a,
.projectHoldMyBox ul a,
.projectHoldMyBox a,
.JourneyContent a,
.JourneyContent ul a,
.MyContent a,
.MyContent ul a {
	font-size: 1.2em;
	color: #BC0021!important;
	text-decoration: underline !important;
}
.clientHolderMyBox .project ul a {
	font-size: 1em;
}
#MyContent {
	background-color: #f9f9f9 !important;
	font-size: 1.2em !important;
}
/* End of Accordion styles */
#wrapper a{
	color: #fff;
	text-decoration: none;
}
#wrapper a:hover{
	color: #DFE44F;
}
#wrapper p{
	margin: 0;
	padding: 5px; 
	line-height: 1.5em;
	text-align: left;
}
#wrapper .boxholder{
	clear: both;
	background: #f9f9f9;
	border-top: 8px solid #6FB549;	
	padding: 5px;
}
#wrapper .selectedTab {
    display: inline;
	float: left;
	padding-left:5px;
	padding-right:5px;
	width: 75px;
	margin: 0;
	margin-right: 1px;
	text-align: center;
	background: #6FB549 url(http://www.molenet.org.ukhttp://www.molenet.org.uk/js/moo/images/greentab.jpg) no-repeat;
	border-bottom: 4px solid #6FB549;	
}
#wrapper .tab a {
 	color: #999999;
}
#wrapper .tab {
    display: inline;
	float: left;
	padding-left:5px;
	padding-right:5px;
	width: 75px;
	margin: 0;
	margin-right: 1px;
	text-align: center;
	background: #fff url(http://www.molenet.org.ukhttp://www.molenet.org.uk/js/moo/images/whitetab.jpg) no-repeat;
}
#wrapper .selected {
	background: #6FB549 url(http://www.molenet.org.ukhttp://www.molenet.org.uk/js/moo/images/greentab.jpg) no-repeat;
	border-bottom: 4px solid #6FB549;	
}
#wrapper .selected a {
	color: #fff !important;
}
#wrapper .tabtxt {
	margin: 0;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
#wrapper .button {
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-top: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
	background-color: #ffffff; 
	color: #000000;
}
#wrapper input {
    font-size: 1em;
    font-family: Verdana, Lucida Grande, sans-serif;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-top: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
	margin: 0.1em;
	font-weight: bold;
}
div.tooltip {
    display: inline;
	padding: 0 !important;
	margin: 0;	
	width: auto; 
	color: #fff;
	text-align: left;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border:  1px solid #fff;
}
div.tooltip h4 {
	display: block;
	color: #fff !important; 
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 8px;
	background-color: #FF9900;
	font-size:  0.8em;
	font-weight: bold;
}
div.tooltip p {
	margin: 0;
	padding: 10px 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background-color: #78889e;
	font-size:  0.8em;
    font-weight: bold;
}
#myBox-content {
	padding: 10px;
}
#myBox-content span {
	text-align: left !important;
	font-size: 1em;
}
#MyHold {
	background-color: #f9f9f9 !important;
	font-size: 1.2em !important;
}
.normal { font-size: 100% !important; }
.large { font-size: 115% !important; }
.handle {
	visibility:hidden;
}
.project
 {	
 	text-align: left !important;
 	cursor: default !important;
 	padding: 0 !important;
	margin: 0 !important;
}
.toolTip {
	padding-top: 7px !important;
}
p a.toolTipDesc {
	text-decoration: none;
	color: #000000 !important;
	border-bottom: 1px dashed #000000;
}


		.cbOverlay {
			background-color: #333;
		}		
		.cbContainer {
			background: #f9f9f9 url(http://www.molenet.org.ukhttp://www.molenet.org.uk/images/load-sequence-1.gif) center no-repeat;
			padding: 0;
			padding-bottom: 5px;
			border: 1px solid #000000;
		}
		.cbBox h3 {
			background-color: #78889e;		
			font-size: small;
			font-weight: bold;
			text-shadow: 2px 2px 1px #222;
			display: block;
			margin: 0;
			padding: 8px;
			color: #fff;
			margin-bottom: 5px;
		}
		.cbBox .cbContent {
			padding:5px;
			margin:3px;
		}
		.cbBox .cbButtons {
			text-align:center;
		}				
		.cbOverlay li {margin:1ex 0 1ex 2em;}
		.cbOverlay #examples li {
			cursor:pointer;
			text-decoration:underline;
		}
		.closeButton {
			position:absolute;
			top:10px;
			right:10px;
			cursor: pointer;		
		}