.iframe-wrapper iframe{
	min-height: 3000px;
}

a.plan_button.suspended{
	color: red;
	font-weight: bold;
}
a.plan_button.throttled{
        color: orange;
        font-weight: bold;
}
a.plan_button.critical{
        color: green;
        font-weight: bold;
}

label.cccs-account {
	font-style: bold;
}

.hidden {
	display: none;
}

.dajax-trigger {
	background-color: lightblue;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
}

th.graph {
    width: 50%;
}
.tablesorter th {
	cursor: pointer;
}

body.not-logged-in #main-menu a[title=user-account] {
	display: none;
}

#cccs-accounts-table th.graph ,
#cccs-accounts-totals-table th.graph {
	width: 70%;
}

span.graph_legend.total {
	color: #C7754C;
}

span.graph_legend.day {
	color:  #17BDB8;
}
span.graph_legend.night {
	color: #73C774;
}
span.graph_legend.peak {
	color: red;
}

.jedit_db_field input{
	border: 1px wheat dashed;
	width: 100%;
	color: black;
	float: left;
	clear: both;
	min-width: 100px;
}


/* dropdown */
.dropdown {
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	.dropdown li {
		float:left; 
		display:block; 
		width:100px; 
		background:#ccc; 
		position:relative;
		z-index:500; 
		margin:0 1px;
		height: 24px;
	}
		
	/* this is the parent menu */
	.dropdown li a {
		display:block; 
		padding:0; 
		font-weight:700;  
		height:23px; 
		text-decoration:none; 
		color:#fff; 
		text-align:center; 
		color:#333;
	}

	.dropdown li a:hover {
		color:#fff;
	}
	
	/* you can make a different style for default selected value */
	.dropdown a.selected {
		color:#f00;
	}
	
		/* submenu, it's hidden by default */
		.dropdown ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		.dropdown ul li {
			width:100px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		.dropdown ul a {
			display:block;  
			height:15px;
			padding: 0; 
			color:#666;
		}
		
		.dropdown ul a:hover {
			text-decoration:underline;	
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html .dropdown ul {
	margin:0 0 0 -2px;
}
