div.progress {
	background-color:#CCC;
	border: solid 1px #FFFFFF;
	width:100px;
	height:10px;
	overflow:hidden;
    border-collapse:separate;
}
div.progress div {
	background-color:#006600;
    color: #BB0000;
	border:1px solid #FFFFFF;
	height:10px;
	overflow:hidden;
    font-size: 1px;
    
}




.button {
	color:#333333;
	background-color:#dbdbdb;
	cursor:pointer;
	margin:7px;
	padding:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-image: url(../images/ui/button.gif);
	background-repeat: repeat-x;
}
.button:hover {
	color:#000000;
	background-image: url(../images/ui/button_over.gif);
	background-repeat: repeat-x;
}

.tab {
	color:#333333;
	background-color:#dbdbdb;
	cursor:pointer;
	padding:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #333333;
	border-bottom-color: #aaa;
	border-left-color: #CCCCCC;
	background-image: url(../images/ui/button.gif);
	background-repeat: repeat-x;
	display: inline;
}
.tab:hover {
	color:#000000;
	background-image: url(../images/ui/button_over.gif);
	background-repeat: repeat-x;
}
.tab_selected {
    color:#333333;
    background-color:#FFFFFF;
    cursor:pointer;
    margin:7px;
    padding:3px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #ccc;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #CCCCCC;
	display: inline;
}
.tab_group
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	margin-bottom:12px;
}

.object {
    background-color:#f2f2f2;
	width:200px;
	float:left;
	margin:10px;
    padding: 10px;
    border:1px solid #ccc
}
.objectrow {
    background-color:#f2f2f2;
    margin:10px;
    padding:5px;
    border:1px solid #ccc
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    cursor: pointer;
    color: #800000;
}

/* OM */
.cluster {
    font-size: 1.6em;
    font-weight: bold;
}
.company {
    font-size: 1.4em;
    font-weight: bold;
}
/* used for tooltips */
.helpme
{
	display:none;
}
.help
{
	cursor:help;
}
.tooltip
{
    cursor:help;
}

.fadebox
{
	background-image: url(../images/ui/fbox_bg.gif);
	background-repeat: repeat-x;
	padding:0px 15px 15px 15px; 
}
.fadebox .header 
{
    font-weight: bold;
    color: #666666;
    padding-top:6px;
    padding-bottom:10px;
    padding-left:6px;
}

.fadebox .subheader 
{
    font-weight: bold;
    color: #666666;
    padding-top:6px;
    padding-bottom:10px;
    padding-left:6px;
    /* todo: add line */
}

.error_div {
   border:solid 1px #FF9900; border-collapse:separate; background-color:#FFFF99; padding:5px;
   width:100%
}

/* used for forms */
.required
{
	
}

/* used for tablesorter tables */
.rowover td
{
	color: black;
	background-color: #FCEEAD;
	cursor: pointer;
}
.basic_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}



/* validate */
.error
{
	color: #FF6600;
	font-weight: bold;
	padding-left: 5px;
}
input.error
{
	color: #FF3300;
	font-weight: normal;
	border: 1px solid #FF6600;
}


/* greentable */
.greentable {
	margin:0px;
	border-collapse:collapse;
}
.greentable thead {
	background-color:#abd221;
	background-image:url(../images/ui/gt_t.gif);
	background-repeat:repeat-x;
}
.greentable thead th {
	padding:8px;
}
.greentable thead th.left-corner {
	background-image:url(../images/ui/gt_tl.gif);
	background-repeat:no-repeat;
}
.greentable thead th.right-corner {
	background-image:url(../images/ui/gt_tr.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.greentable tbody {

}
.greentable tbody tr {
	background-color:#fafafa;
	border-left:solid 1px #c7dd7d;
	border-right:solid 1px #c7dd7d;
	border-top:solid #dce7c6 1px;
}
.greentable tbody tr.odd {
	background-color:#f6f6f6;
}
.greentable tbody tr.hover {
	background-color:#fff6c4;
	cursor:pointer;
	border:solid 1px #c7dd7d;
}
.greentable tbody tr.hover td {
}
.greentable tbody td {
	padding:8px 8px 8px 3px;
	color:#555555;
}
.greentable tfoot {
	background-color:#abd221;
	background-image:url(../images/ui/gt_b.gif);
	background-repeat:repeat-x;
}
.greentable tfoot td {
	height:24px;
}
.greentable tfoot td.left-corner {
	background-image:url(../images/ui/gt_bl.gif);
	background-repeat:no-repeat;
}
.greentable tfoot td.right-corner {
	background-image:url(../images/ui/gt_br.gif);
	background-repeat:no-repeat;
	background-position:right;
}

tr td .hidden{
		color:#fafafa;
	}
tr.odd td .hidden{
	color:#f6f6f6;
}
tr.hover td .hidden{
	color:#fff6c4;
}

