/* Goal View .css */

.delete-icon
{
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin-right: 2px;
}

.title input
{
	width: 235px; 
	border: 1px solid #104A91;
}

.action_link
{
	font-weight: normal;
	color: blue;
}

.list_row a
{
	font-size: 1.0em;
}

.links_wrapper
{
	float:right;
	margin: 0 0 5px 5px;
}

.goal_frame
{
       	padding:10px 0;
       	margin: 10px auto;
}

.page_frame
{
       	padding:10px;
       	margin: 10px auto;
}

.view_weight_prompt_wrapper
{
	display:none;
	position: absolute; 
	cursor: pointer;
}

.view_weight_prompt
{
	position: relative;
	top: -10px;
	z-index: 5;
}

.title
{
        font-weight:bold;
        text-align:center;
        vertical-align:middle;
	display: table-cell;
        line-height:100%;
}

.left {padding: 0 5px 0 5px;}
.right {padding: 0 5px 0 5px;}

.caption_wrapper
{
	position:absolute;
}

.caption
{
	font-size:0.9em;
	padding: 1px 2px;
	display:none;
	font-weight:bold;
	background: white;
	border: 1px solid black;
	position:relative;
	text-align:center;
	z-index:20;
}

.top {top: -16px;}
.bottom {top: -2px;}

.slider_input
{
	display: table-cell;
        background:white;
	overflow:hidden;
}

.open
{
        display: table-cell;
        padding: 0 5px 0 10px;
        vertical-align:middle;
        text-align: center;
        font-size: 1.0em;
	border-right: 1px solid black;
}

.close
{
	display: table-cell;
	padding: 0 10px 0 5px;
	vertical-align:top;
	text-align: right;
	font-size: 1.0em;
}

a { cursor: pointer;}
.open a { color:blue; text-decoration: underline}


.input_super_wrapper
{
	display: table;
	margin: 0;
	padding: 0;
}

.input_wrapper
{
	display: table-row;
	margin: 0;
	padding: 0;
}

.track
{
	cursor: default;
	width: 60px;
	height: 12px;
	position: relative
}

.handle
{
	width:10px;
	height:12px;
	position:absolute;
	cursor:pointer;
}

.leftHandle {background: url('/goals/view/slider-arrow-left-10-12.png'); no-repeat;}
.leftHandleNull {background: url('/goals/view/slider-arrow-left-10-12-e.png'); no-repeat;}
.rightHandle {background: url('/goals/view/slider-arrow-right-10-12.png'); no-repeat;}
.rightHandleNull {background: url('/goals/view/slider-arrow-right-10-12-e.png'); no-repeat;}

.resizer
{
	position: absolute;
	height: 12px;
}

.rightResizer {background: url('/goals/view/black-right-tail.png')no-repeat;}
/*
.leftResizer {background: url('/goals/view/-60-12.png')no-repeat;}
*/

.staticEffectedTail
{
        width: 60px;
        height: 12px;
        position: absolute;
	background: url('/goals/view/black-left-tail.png')no-repeat;
}


.goal_groups{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  }
.goal_groups li{
  padding-top: 3px;
  }

.left, .slider_input, .delete-icon {
	display: none; }

.list_row {
	margin: 3px 0; 
	padding: 3px 0 3px 1px; }

