/*************************************************************************
 LAYOUT	:	One Column
 DETAIL	:	Listaculous Dark Candy Theme
 ALIGN	:	Left
 TARGET	:	iPhone
 AUTHOR	:	David Webster and Joe Albanese (http://www.listaculous.com)
**************************************************************************/

/*************************************************************************
  YUI Normalization (v2.3.0)
**************************************************************************/
body{color:#FFF;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body{font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/*************************************************************************
  Grid Definitions
**************************************************************************/
#wrap {
	width: 302px;
	background: #000000;
}

#tabs {
	height: 22px;
}

#list_wrapper {
	width: 302px;
	background-color: #464646;
	background-image: url(../_images/listaculous_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: right;
}

#list {
	padding: 7px;
	*padding-right: 0;
	min-height: 300px;
}

#popup div {
	display: none;
	width: 100px;
	position: absolute;
	z-index: 1;
}

#popup ul {
}

#popup ul:hover {
	width: 100px;
	position: absolute;
	z-index: 1;
}

#popup ul li {
	background: #000000;
	cursor: pointer;
}

#popup ul li:hover {
	background: #333333;
}

/*************************************************************************
// HTML Customizations
**************************************************************************/
body {
	background: #000000;
	padding: 5px;
}

/*************************************************************************
// TAB Customizations
**************************************************************************/
#example {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px; 
	left: 5px;
	clip: rect(0,273px,20px,0);
	white-space: nowrap;
	background: #000000;
}

.tab_bar ul {
	margin-right: 4px;
	list-style: none;
	float: left;
}

.tab_bar ul li {
	list-style: none;
	float: left;
}

/* BEGIN Tab Styles (Inactive) */
.tab_bar ul li ul li.handle {
	padding-top: 2px;
	padding-right: 4px;
	display: none;
}

.tab_bar ul li ul li.label, .tab_bar ul li ul li.label a {
	padding-top: 3px;
}

.tab_bar ul li ul li.left, .tab_bar ul li ul li.right {
	width: 6px;
	height: 22px;
}

.tab_bar ul li ul li.left {
	background: url(../_images/tab_left_inactive.gif) no-repeat top left;;
}

.tab_bar ul li ul li.right {
	background: url(../_images/tab_right_inactive.gif) no-repeat top left;
	
}

.tab_bar ul li ul.active li.left {
	background: url(../_images/tab_left_active.gif) no-repeat top left;
}

.tab_bar ul li ul.active li.right {
	background: url(../_images/tab_right_active.gif) no-repeat top left;
}

.tab_bar ul li ul li.label a, .tab_bar ul li ul li.handle {
	padding-bottom: 2px;
	background: #6f6f6f;
	color: #bbbbbb;
	text-decoration: none;
}

.tab_bar ul li ul.active li.label a, .tab_bar ul li ul.active li.handle {
	display: inline;
	padding: 3px 0 2px 3px;
	background: #464646;
	color: #ffffff;
}

#left_slider, #right_slider {
	padding: 6px 5px 5px 0;
	float: right;
}

/*************************************************************************
// ITEM Customizations
**************************************************************************/
.item {
	height: 23px;
	clear: both;
}

.item ul {
	height: 15px;
}

.item ul li {
	display: block;
	float: left;
	text-align: center;
	height: 23px;
}

.item ul li.checkbox {
	position: absolute;
	z-index: 1;
}

.item ul li.text {
	font-weight: 550;
	margin-left: 10px;
	_margin-left: 5px;
	padding-top: 1px;
	padding-left: 12px;
	width: 238px;
	height: 17px;
	text-align: left;
	color: #000000;
	cursor: move;
	font-size: 93%;
	line-height: 16px;
	white-space: nowrap;
}

.item ul li.low {
	background: #80cdfa;
}

.item ul li.normal {
	background: #eeeeee;
}

.item ul li.high {
	background: #ee716a;
}

.item ul li.expand {
	padding-top: 1px;
	padding-right: 5px;
	height: 17px;
	text-align: left;
}

.item ul li.menu {
	display: none;
	width: 100px;
	height: 10px;
}

.item ul li.strike {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.item ul li.delete {
	margin-left: -4px;
}



/*************************************************************************
// Importance Selector (.imp_selector) Styles
**************************************************************************/
/* PART OF THE IMPORTANCE DROP DOWN FEATURE.  PORTED FROM ANOTHER PROJECT.  NEEDS TO BE CLEANED AND FIXED.
.imp_selector {
	list-style-type: none;
	text-align: center;
	width: 18px;
}

.imp_selector li a {
	padding: 1px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 93%;
	border-right: 1px solid #ffffff;
}

.imp_selector li.last a {
	border-right: 0;
}

.imp_selector li a:hover, .imp_selector li a:active {
	color: #111111;
}

.imp_selector li {
	float: left;
	position: relative;
	width: 40px;
	list-style: none;
	text-align: center;
}

.imp_selector ul li {
	float: left;
	position: relative;
	text-align: left;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*
	top: auto;
	left: auto;
}

.imp_selector li:hover ul, .imp_selector li.over ul { /* lists nested under hovered list items */
/*
	display: block;
}

/* Styles for Drop Down Items */
/*
.imp_selector ul { 
	display: none;
	border-left: 0px;
}

.imp_selector ul {
	list-style: none;
	background: #98c246;
}

.imp_selector ul li a {
	margin: 0;
	padding: 1px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	background: #98c246;
	border: 0;
	white-space: nowrap;
}

.imp_selector ul li a:hover {
	text-decoration: none;
	color: #111111;
	background: #98c246;
}
*/

/*************************************************************************
// Misc Styles
**************************************************************************/
.fill {
	clear: both;
	height: 1px;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* START Rounded Corner Styles */
.list_bottom_corners {
	clear: both;
}

.list_tr_corner, .list_bl_corner, .list_br_corner {
	width: 7px;
	height: 7px;
	z-index: 5;
}

.list_tr_corner {
	margin: 0;
	float: right;
	clear: right;
}

.list_bl_corner {
	margin-top: -7px;
	margin-left: -3px;
	_margin-left: 0px;
	float: left;
}

.list_br_corner {
	margin-top: -7px;
	margin-right: -3px;
	_margin-right: 0px;
	float: right;
	clear: right;
}

html>body .list_bl_corner {
	margin-left: 0px;
}

html>body .list_br_corner {
	margin-right: 0px;
}
/* END Rounded Corner Styles */

.tools {
	border: 1px solid #666666;
	background: #333333;
	color: #dedede;
	padding: 3px;
} 

.tools:hover {
	border: 1px solid #AAAAAA;
	background: #555577;
}

/*************************************************************************
// Sorting Arrows
**************************************************************************/
#sorter {
	
}

#sorter ul {
	cursor: pointer;
	padding-bottom: 5px;
}

#sorter ul li {
	line-height: 0;
	display: block;
	float: left;
	margin-bottom: 5px;
}

#sorter ul li.status {
	margin-left: 5px;
	_margin-left: 2px;
}

#sorter ul li.text {
	margin-left: 124px;
	_margin-left: 70px;
}

#sorter ul li.expand {
	margin-left: 113px;
	_margin-left: 111px;
}

/*************************************************************************
// Form Inputs
**************************************************************************/
form {
	padding: 0 0 7px 7px;
}

input, select, textarea {
	border: 1px solid #666666;
	background: #333333;
	color: #ffffff;
	font-size: 93%;
	width: 150px;
}

select {
	width: 156px;
}

input.button {
	border: 1px solid #666666;
	background: #555577;
	color: #dedede;
	font-size: 93%;
	width: 81px;
}

input.button:hover {
	border: 1px solid #AAAAAA;
	background: #555577;
}

.form {
	margin-bottom: 10px;
	background: #464646;
}

.form label {
	padding-top: 6px;
	font-size: 85%;
	font-weight: bold;
	width: 110px;
	display: block;
	float: left;
	text-align: right;
}

.narrow label {
	width: 65px !important;
}

.form input {
	padding: 2px;
	margin: 4px;
}

.form select {
	padding: 1px;
	margin: 11px 4px;
}

.form .button {
	margin-left: 115px;
}

.narrow .button {
	margin-left: 69px !important;
}

.submit {
	margin: 5px 0 0 120px;
	width: 85px;
	background: #ffffff;
	border: 1px solid #cccccc;
}