/*
* File for main user interface
*/

/* css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** main styles */
body {
	background-color: #f4f4ed;
}

#dragContainer li {
	border: 1px solid #999;
	list-style: none;
	font-family: Verdana, sans-serif;
	color: #47738c;
	text-align: left;
	background-color: rgba(255,255,255,0.6);
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding: 4px;
	width: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#dragContainer li button {
	display:none;
}
#dragContainer li div.desc {
	font-size: 12px;
}

#container {
	width: 940px;
	margin: 0 auto 0 auto;
	min-height: 500px;
	padding:10px;
}
#headerBg {
	background-color: #94bfd9;
	position: relative;
	top: 0px;
	left:0px;
	clear: both;
	width: 100%;
	height: 90px;
}
#header {
	height: 90px;
	background: url(/media/i/bgTop.png) repeat-x;
	
}
#header div.wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	height: 90px;
}
#footer {
	text-align: center;
	font-size: 12px;
	font-family: verdana, sans-serif;
	margin-top: 15px;
	padding-top: 40px;
	background: url(/media/i/footer.png) no-repeat center top;
}
#footer a {
	color: #999;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#header div.wrapper a {
	width: auto;
}
#topInfo {
	display:none;
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 5px;
	color: #47738c;
	text-align: right;
	background: white;
	background-color: rgba(255,255,255,0.4);
	font-family: Verdana, sans-serif;
	font-size: 12px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#header div.wrapper img  {
	display: block;
	margin-bottom:6px;
	margin-left:10px;
}
#header div.wrapper a.menu {
	font-family: "Georgia", Arial, "MS Trebuchet", sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #f4f4ed;
	text-shadow: #914c4a 1px 1px 0px;
	text-decoration: none;	
	padding: 5px 10px 7px 10px;
}
#header div.wrapper a.current {
	background-color: rgba(99,36,37,0.2);
}
#header div.wrapper a.logout {
	float:right;
	margin-top:-6px;
	padding-bottom: 9px;
	margin-right:10px;
}
#header div.wrapper a:hover {
	background-color: rgba(99,36,37,0.4);
}
#header div.wrapper a.ticket {
	background-color: #f4f4ed;
	position: relative;
	display:block;
	width: 34px;
	float:right;
	margin-top:-8px;
	height: 32px;
	margin-right:19px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #b3706e;
	border-bottom: none;
	border-top: none;
}
#menu {
	position: relative;
	display:block;
	float:right;
	top:-6px;
	margin-right:310px;
	width:0px;
    z-index:2000;
}
#menu div.jqDock {
    background-color: rgba(99,36,37,0.2);
    margin-left:0px;
}
div.jqDockLabel {
    border:0px none;
    padding:0px 4px;
    margin-top:-10px;
    height:20px;
    font-size:14px;
    white-space:nowrap;
    color:#000000;
    background-color:transparent;
    color: #666;
    text-shadow: rgb(255,255,255) 1px 1px 1px;
    font-family: Arial, "MS Trebuchet", sans-serif;
}
#menu a {
    padding:0px;
    margin:0px;
    display:inline;
    margin-left:-50px;
}
#menu a img {
	padding:0px;
display:inline;
}

#app_container {
	position: relative;
	top:0px;
	left:0px;
	display: none;
	clear:both;
	border-top: 1px dotted #e0e0d5;
	width: 940px;
	margin: 0px auto;
	text-align: right;
	border-bottom: 1px dotted #e0e0d5;
	padding-top: 12px;
	padding-bottom: 12px;
}
#app_container a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	text-decoration: none;
	color: #b0b0a8;
	border: 1px solid #e0e0d5;
}
#app_container a.current {
	background: url(/media/i/app_container_bg.png);
	border: 1px solid #834343;
	color: white;
	text-shadow: #914c4a 1px 1px 0px;
}
#app_container a:hover {
	background-color: rgb(224,224,213);
	color:#666666;
}
#app_container a.current:hover {
	color: white;
	text-shadow: #914c4a 1px 1px 0px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
#header div.wrapper a.down {
	background: #f4f4ed url(/media/i/down_button.png) no-repeat center center;
}
#header div.wrapper a.down:hover {
	background: #f4f4ed url(/media/i/down_button_hover.png) no-repeat center center;
}
#header div.wrapper a.tags {
	background: #f4f4ed url(/media/i/icons/tags.png) no-repeat center center;
}
div.columnClass {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top:4px;
}
div.first320 {
	width: 320px;
	float: left;
	margin-left:-10px;
}
div.second620 {
	width: 620px;
	float: right;
}
div.second620 div.addFooter input[type=text] {
	width: 545px;
}
div.second620 div.noState input[type=text] {
	width: 560px;
}
div.listHead {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #e0e0d5;
	padding: 6px 0 6px 6px;
	font-weight: 100;
	text-align: left;
	font-size: 12px;
}
div.timeBlock {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: #e0e0d5 url(/media/i/icons/calendar.png) no-repeat 7px center;
	height: 20px;
	padding-top: 10px;
}
div.timeBlock span.calendar{
	padding-left: 25px;
	cursor: pointer;
	margin-top: 5px;
}
div.listHead a {
	cursor: pointer;
	margin-top: 2px;
	text-decoration: underline;
color:#666666;
}
div.listHead a:hover {
	text-decoration: none;
}
div.listHead a.leftArr{
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	background: url(/media/i/icons/leftArr.png) no-repeat center center;
	margin-right: 5px;
}
div.listHead a.leftArr:hover{
	background: url(/media/i/icons/leftArrHover.png) no-repeat center center;
}
div.listHead a.rightArr {
	float: right;
	width: 10px;
	height: 10px;
	background: url(/media/i/icons/rightArr.png) no-repeat center center;
	margin-right: 5px;
}
div.listHead a.rightArr:hover {
	background: url(/media/i/icons/rightArrHover.png) no-repeat center center;
}
div.listWrapper ul {
	border: 1px solid #e0e0d5;
	border-bottom: none;
	padding: 0px;
	margin:0px;
	clear: both;
	display: block;
	min-height: 18px;
}
div.listWrapper ul li {
	border-bottom: 1px solid #e0e0d5;
	padding:0px;
	margin: 0px;
	vertical-align: top;
	padding:4px;
	padding-bottom: 8px;
	height: 11px;
	overflow: hidden;
	white-space:nowrap;
	background-color: #f9f8f2;
	cursor: move;
}
table.threeCol {
	border: 1px solid #e0e0d5;
	width: 620px;
	
}
table.threeCol td {
	border: none;
	padding: 0px;
	border: 1px solid #e0e0d5;
	min-width: 205px;
}
table.threeCol td ul {
	max-width: 205px;
	border: none;
	margin-bottom:-1px;
}
table.threeCol td li {
	/*border-bottom:none;
	background-color: red;*/
}
/** 
many columns
*/
div.column950 {
	width:950px;
	margin-left:-10px;
	margin-top:-3px;
}
div.column950 div.addFooter input[type=text]{
	width:890px;
}
div.margin-10 {
	margin-left:-10px;
}
div.top950 table.threeCol {
	border: 1px solid #e0e0d5;
	border-top:none;
	border-left: none;
	border-right: none;

	margin-left:0px;
}
div.top950 table.threeCol td {
	border: none;
	padding: 0px;
	border: 1px solid #e0e0d5;
	min-width:315px;
}
div.top950 table.threeCol td ul {
	min-width:315px;
}
div.top950 div.noState input[type=text] {
	width: 890px;
}
/*
div.listWrapper table li {
	border:none;
	background:none;
}*/

table.sixCol {
	border: 1px solid #e0e0d5;
	border-top:none;
	border-left: none;
	border-right: none;
	width: 950px;
	margin-left:0px;
}
table.sixCol th {
	border:none;
	margin-left:-1px;
}
table.sixCol td {
	border: none;
	padding: 0px;
	border: 1px solid #e0e0d5;
	min-width:186px;
	max-width:186px;
}
table.sixCol td li {
	max-width:185px;
}
table.sixCol div.listHead {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
table.sixCol div.first {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
}
table.sixCol div.last {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}
table.sixCol td ul {
	border: none;
	margin-bottom:-1px;
	max-width:189px;
	min-width:189px;
}

table.sixCol td ul li {
	max-width:189px;
}

/** end many columns */
div.listWrapper ul li.second {
	background-color: #f0f0e8;
}
div.listWrapper ul li.done {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);	
}
div.listWrapper ul li.done span.aimTitle {
	text-decoration: line-through;
}
div.listWrapper ul li:hover {
	background-color: white;
}
div.listWrapper ul li span.aimTitle {
	margin-left: 40px;
	cursor: pointer;
	color: #9f9f9f;
	font-size: 11px;
}
div.listWrapper ul li span.overlay {
	position: relative;
	float:right;
	width: 20px;
	height: 16px;
	margin-top: -14px;
	margin-right: -3px;
	background: url(/media/i/overlay.png) no-repeat right;
}
div.listWrapper ul li.second span.overlay {
	background: url(/media/i/overlay_second.png) no-repeat right;
}
div.listWrapper ul li:hover span.overlay {
	background: url(/media/i/overlay_hover.png) no-repeat right;
}
div.listWrapper ul li button {
	outline: none;
	border: none;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding:0px;
	position: absolute;
}
div.listWrapper ul li button.color {
	margin: 0 5px 0 20px;
	cursor: pointer;
}
div.listWrapper ul li button.state {
	cursor: pointer;
	background: url(/media/i/icons/square.png) no-repeat center center;
}
div.listWrapper ul li.done button.state {
	background: url(/media/i/icons/check.png) no-repeat center center;
}
/** Priority classes here is */
div.listWrapper ul li.high button.color {
	background: url(/media/i/icons/hight.png) no-repeat center center;
}
div.listWrapper ul li.normal button.color {
	background: url(/media/i/icons/low.png) no-repeat center center;
}
div.listWrapper ul li.low button.color {
	background: url(/media/i/icons/normal.png) no-repeat center center;
}
/** priority classes for bars here */

div.listWrapper ul.bars li span.color {
	border: 1px solid #b0b0a8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 44px;
	height: 8px;
	padding:0px;
	outline: none;
	margin: 0px;
	position: absolute;
	margin: 3px 0 0 0;
	cursor: pointer;
}
div.listWrapper ul.bars li div.description {
	display:none;
}
div.listWrapper ul li div.description {
	display:none;
}
div.listWrapper ul.bars li span.color span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	width: 40px;
	height: 4px;
	margin:0px;
	top:1px;
	left:1px;
	margin-right:4px;
}
div.listWrapper ul.bars li.high span.color span {
	background: url(/media/i/icons/bgRedBar.png) repeat-x top left !important;
	border: 1px solid #823634;
}
div.listWrapper ul.bars li.normal span.color span {
	background: url(/media/i/icons/bgGreenBar.png) repeat-x !important;
	border: 1px solid #448234;
	
}
div.listWrapper ul.bars li.low span.color span {
	background: url(/media/i/icons/bgBlueBar.png) repeat-x !important;
	border: 1px solid #2c5773;
}

div.listWrapper ul.bars li span.aimTitle {
	margin-left: 55px;
}
/** */
div.addFooter {
	border: 1px solid #e0e0d5;
	border-top: none;
	margin-bottom: 12px;
	display: block;
	clear: both;
	position: relative;
	top:0px;
	float: none;
	left:0px;
}
div.addFooter input[type=text] {
	color: #666;
	outline: none;
	margin: 4px 0 4px 42px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e0e0d5;
	padding: 0 2px 0 2px;
	height: 16px;
	font-size: 11px;
}
div.noState input[type=text] {
	margin: 4px 0 4px 28px;
}
div.addFooter button {
	outline: none;
	border: none;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding:0px;
	position: absolute;
	cursor: pointer;
	margin-top: 5px;
}
div.addFooter button.add {
	background: url(/media/i/icons/add.png) no-repeat center center;
}
div.addFooter button.add:hover {
	background: url(/media/i/icons/add_hover.png) no-repeat center center;
}
div.addFooter button.color {
	margin: 5px 5px 0 24px;
	cursor: pointer;
}
div.noState button.color {
	margin: 5px 5px 0 5px;
}
div.addFooter button.high {
	background: url(/media/i/icons/hight.png) no-repeat center center;
}
div.addFooter button.normal {
	background: url(/media/i/icons/low.png) no-repeat center center;
}
div.addFooter button.low {
	background: url(/media/i/icons/normal.png) no-repeat center center;
}
div.addFooter button.state {
	cursor: pointer;
	background: url(/media/i/icons/square.png) no-repeat center center;
	margin-left: 4px;
}
div.addFooter button.done {
	background: url(/media/i/icons/check.png) no-repeat center center;
}
div.first320 div.addFooter input[type=text] {
	width: 246px;
}
div.first320 div.noState input[type=text] {
	width: 260px;
}
/** Time table styles */
div.time {
	font-size: 11px;
	background-color: #f9f8f2;
	border: 1px solid #e0e0d5;
	border-bottom: none;
	padding: 0px;
	clear: both;
	overflow: auto;
	min-height: 13px;
}
div.time ul {
	border: none;	
	padding-left: 50px;
	margin-top: -12px;
	overflow: auto;
	max-width: 567px;
	min-height: 23px;
	padding: 2px 2px 2px 50px;
}
div.time ul li {
	border: none;
	border: 1px solid #999;
	/*display: inline;
	float: left;*/
	margin: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	max-width: 567px;
	white-space: normal;
	overflow: visible;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 13px;
}
div.time ul li span.overlay{
	display:none;
}
div.time:hover {
	background-color:white;
}
div.time ul li span.aimTitle {
	color: white;
}
div.time ul li button {
	margin-top:-1px;
}
div.time ul li button.color {
	margin-top:-1px;
}
div.time ul li.high {
	background-color: #a05352;
	border: 1px solid #7d4140;
}
div.time ul li.normal {
	background-color: #529d56;
	border: 1px solid #407b43;
}
div.time ul li.done {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
div.time ul li.low {
	background-color: #4e779e;
	border: 1px solid #3d5d7b;
}
div.time ul li button.state {
	background: url(/media/i/icons/square_white.png) no-repeat center center;
}
div.time ul li.done button.state {
	background: url(/media/i/icons/check_white.png) no-repeat center center;
}
div.listWrapper ul li div.desc {
	display:none;
}
div.time ul li div.desc {
	display:block;
	margin-top:2px;
	color: white;
	margin-left:-4px;
	margin-right:-6px;
	margin-bottom:-2px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 2px 4px 2px 4px;
}
div.time ul li.high div.desc {
	border-top: 1px solid #7d4140;
	background-color: #de6260;
}
div.time ul li.normal div.desc {
	border-top: 1px solid #407b43;
	background-color: #66da60;
}
div.time ul li.low div.desc {
	border-top: 1px solid #3d5d7b;
	background-color: #5199e7;
}
div.time span.timeTitle {
	cursor:pointer;
	position: relative;
	top: 2px;
	left: 3px;
}
div.time span.timeTitle:hover {
	color: #999;
}	
div.textCenter {
	text-align: center;
}
div.listWrapper table ul {
	vertical-align: top;
	clear: both;
}
div.listWrapper table ul li div.desc{
	display:none;
}

div.listWrapper ul li.clean {
	cursor: auto;
	
}
div.listWrapper ul li.clean:hover {
	background-color: #f9f8f2;
}
ul li.drag_helper {
	border: 1px solid red;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 5000;
}
table tr th div.listHead a {
	color: #666;
	text-decoration: none;
}
table tr th div.listHead a:hover {
	text-decoration:underline;
}
.toolTip {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	padding: 4px;
	background-color: #f9f8f2;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
table.kicker tr td {
	min-height:25px;
	min-width:25px;
	max-height:25px;
	max-width:25px;
	border: 1px solid #eaeae2;
	font-size: 11px;
}
table.kicker tr td span.old_day {
	color: #c9c9c4;
	
}
table.kicker tr.second td {
	background-color:#eeeee6;
}
table.kicker tr td.now_day {
	background-color: #b7daeb;
}
table.kicker tr td span {
	clear:both;
	position:relative;
	display:block;
	width: 20px;
	height:20px;
	top:2px;
	left:2px;
	padding-left:2px;
	cursor: pointer;
    text-align: center;
}

table.kicker tr td.month {
	border-left: 1px solid #e0e0d5;
	padding-left:2px;
	width: 400px;
	padding-top:4px;
	min-width:100px;
}

table.kicker tr td:hover {
	background-color:white;
}

table.kicker tr td.bad_d {
	background-image: url(/media/i/bad.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
table.kicker tr td.good_d {
	background-image: url(/media/i/good.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.baloon {
	position:absolute;
	display:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	padding: 4px;
	background-color: #f9f8f2;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	z-index: 1999;
	width: 190px;
	overflow: hidden;
}
#tag_cloud {
	margin-top: 6px;
	margin-bottom: 13px;
	margin-left:-10px;
	font-size: 12px;
	display:none;
}
#tag_cloud a {
	color: #666;
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0d5;
	padding-left:22px;
	background: #e0e0d5 url(/media/i/icons/tags.png) no-repeat 6px 5px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#tag_cloud span {
    cursor:pointer;
    min-width:5px;
    background: #e0e0d5 url(/media/i/icons/square.png) center center no-repeat;
    margin-right:5px;
	border: 1px solid #e0e0d5;
	padding: 4px;
	margin-left:-4px;
	-webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#tag_cloud span:hover {
	background-color: white;	

}
#tag_cloud a:hover {
	background-color: white;	
}

div.listWrapper ul li.tag_filter{
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter:alpha(opacity=10);
}
#tag_cloud a.current {
	background-color:white;
}

table.repeater tr td ul {
    border-bottom: none;
    border-top: none;
}
table.repeater tr td ul li {
    border-bottom:none;
    cursor: default;
}
table.repeater tr td.aim {
    width:350px;
    border-bottom: 1px solid #e7e7df;
}
table.repeater tr td.rep {
    height:11px;
    border-right: 1px solid #e7e7df;
    border-bottom: 1px solid #e7e7df;
    margin-top:-1px;
    background: url(/media/i/icons/no_checked.png) no-repeat center center;
    cursor: pointer;
}

table.repeater tr td div.addFooter input[type=text]{
    width: 878px;   
}
table.repeater tr td div.addFooter {
    margin-bottom:-1px;
}
table.repeater tr td div.listHead {
    background-color: #f4f4ed;
    font-size: 11px;
    border: 1px solid #e7e7df;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
table.repeater tr th.r div.listHead {
    border: 1px solid #f4f4ed;
    border-bottom: none;
    
}
table.repeater tr td.check {
	background: url(/media/i/icons/checked.png) no-repeat center center;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
div.no_corner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
table.project {
    width:620px;  
}
table.project tr td ul {
    margin-left:20px;
    border-top:none;
    border-right:none;
}
table.project tr td div.addFooter {
    margin-top:-1px;
    border-top:1px solid #e7e7df;
    margin-left:20px;
    margin-bottom:0px;
    border:none;
}
table.project tr td div.addFooter input[type=text] {
    width: 542px;
    border:none;
}
table.project tr td.project_title {
    padding:10px;
    border-right: 1px solid #e7e7df;
    border-left: 1px solid #e7e7df;
    border-bottom: 1px solid #e7e7df;
}
table.project tr td.project_title span.project_title_cont {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
table.project tr td.project_title span.project_title_cont:hover {
    color: #94938c;
}
table.project tr td.project_title div.project_desc_cont {
    font-size: 11px;
    margin-top:8px;
    padding-top: 4px;
    line-height: 1.2em;
    color: #94938c;
}
table.project tr td[aimType="ProjectTask"] {
    background-color: #e7e7df;
    border-right: 1px solid #e7e7df;
}
table.project tr td.add_new_project {
    border-right: 1px solid #e7e7df;
    border-left: 1px solid #e7e7df;
    padding: 4px;
    padding-left: 10px;
    padding-top:10px;
    font-size: 14px;
}
table.project tr td.project_title a {
    text-decoration: none;
}
table.project tr td.project_title a.down {
	background: #f4f4ed url(/media/i/down_button.png) no-repeat center center;
}
table.project tr td.project_title a.down:hover {
	background: #f4f4ed url(/media/i/down_button_hover.png) no-repeat center center;
}
table.project tr td.project_title a.up {
	background: #f4f4ed url(/media/i/up_button.png) no-repeat center center;
}
table.project tr td.project_title a.up:hover {
	background: #f4f4ed url(/media/i/up_button_hover.png) no-repeat center center;
}
table.project tr td.project_title span.high {
    background-color: red;
    padding-left:25px;
    background: #f4f4ed url(/media/i/folder_red.png) no-repeat center left;
}
table.project tr td.project_title span.normal {
    background-color: red;
    padding-left:25px;
    background: #f4f4ed url(/media/i/folder_green.png) no-repeat center left;
}
table.project tr td.project_title span.low {
    background-color: red;
    padding-left:25px;
    background: #f4f4ed url(/media/i/folder_blue.png) no-repeat center left;
}
#task_baloon_task_desc {
    text-decoration:italic;
    font-size:10px;
}
#task_baloon_close {
    position:relative;
    float:right;
    width:12px;
    height:12px;
    background: url(/media/i/icons/close.png) center center;
}
#task_baloon_close:hover {
    background: url(/media/i/icons/close_hover.png) center center;
}
#task_baloon_calendar_tip {
    margin-top:5px;
    padding-top:5px;
    font-weight: bold;;
}
#task_baloon_calendar {
    background-color: #e0e0d4;
    margin: -4px;
    margin-top:5px;
    margin-bottom:-7px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-bottom:5px;
}
table.sevenCol {
    margin-left:-150px;
}
table.sevenCol th div.listHead{
    font-size: 10px;
}
table.sevenCol td  {
    max-width:179px;
	min-width:179px;
}
table.sevenCol td ul {
    max-width:179px;
	min-width:179px;
}
table.sevenCol td ul li {
    font-size: 11px;
    max-width:179px;
}
a.normal_cal_link {
        padding-right:0px;
        text-decoration: none !important;
}
a.normal_cal_link:hover {
    background-color:rgba(255,255,255, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
a.current_cal_link {
    background-color:#A05352;
	
    padding-right:0px;
    margin-top:-10px;
    padding-top:10px;
    margin-bottom:-10px;
    padding-bottom:10px;
    text-decoration: none !important;
    cursor: text;
}
div.listHead a.current_cal_link {
    color:white;
	cursor:default;
}
div.listWrapper ul.project li {
    max-height:auto;
    height:auto;
    background:none;
    cursor:default;
    border:none;
}
div.listWrapper ul.project li:hover {
    background:none;
}
div.listWrapper div.listWrapper {
    border:none;
    margin:10px;
    background:transparent;
    margin-left:20px;
    margin-right:0px;
}
div.listWrapper div.listWrapper ul {
    border:none;
    background:transparent;
    min-height:0px;
}
div.listWrapper div.listWrapper ul.folder li span.aimTitle {
    margin-left:30px;
}
div.listWrapper div.listWrapper ul.folder li span.folder {
    background: #f4f4ed url(/media/i/folder_gray.png) no-repeat center left;
    position: relative;
    border:none;
    min-width: 24px;
    height:20px;
    margin-top:-3px;

	margin:0px;
	top:1px;
	left:1px;
	margin-right:-23px;
	cursor: pointer;
	opacity: 0.8;
	-moz-opacity: 0.8;
}
div.listWrapper div.listWrapper ul.folder li span.folder:hover {
    opacity: 1;
    -moz-opacity: 1;
}
div.listWrapper div.listWrapper div.addFooter {
    border:none;
}
div.listWrapper div.listWrapper div.listWrapper ul {
    border: 1px solid #e0e0d5;
    border:none;
    min-height:0px;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper ul li span.aimTitle {
	margin-left: 40px;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper ul li.high span.color {
}

div.listWrapper div.listWrapper ul.folder li div.listWrapper ul li.high button.color {
	background: url(/media/i/icons/hight.png) no-repeat center center;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper ul li.normal button.color {
	background: url(/media/i/icons/low.png) no-repeat center center;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper ul li.low button.color {
	background: url(/media/i/icons/normal.png) no-repeat center center;
}

div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter button.high {
	background: url(/media/i/icons/hight.png) no-repeat center center;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter button.normal  {
	background: url(/media/i/icons/low.png) no-repeat center center;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter button.low{
	background: url(/media/i/icons/normal.png) no-repeat center center;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter {
    margin-bottom:-18px;
}
div.listWrapper div.listWrapper div.addFooter button {
    margin-top: 4px;
    margin-left: 4px;
}
div.listWrapper div.listWrapper div.addFooter {
    border:none;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter button {
    margin-top: 4px;
    margin-left: 4px;
}
div.listWrapper div.listWrapper div.addFooter {
    margin-bottom:-18px;
        border:none;
}
div.listWrapper div.addFooter span.ttl {
    font-size: 10px;
    padding-left:8px;
    display:block;
}
div.listWrapper div.listWrapper div.addFooter input[type=text] {
    width:555px;
    margin-left:6px;
}
div.listWrapper div.listWrapper ul.folder li div.listWrapper div.addFooter input[type=text] {
    width:502px;
    margin-left:25px;
}
div.listWrapper[aimType=Project] a {
    text-decoration: none;
    padding-bottom:3px;
    padding-right:3px;
}
div.listWrapper[aimType=Project] a.down {
	background: #f4f4ed url(/media/i/down_button.png) no-repeat center center;
}
div.listWrapper[aimType=Project] a.down:hover {
	background: #f4f4ed url(/media/i/down_button_hover.png) no-repeat center center;
}
div.listWrapper[aimType=Project] a.up {
	background: #f4f4ed url(/media/i/up_button.png) no-repeat center center;
}
div.listWrapper[aimType=Project] a.up:hover {
	background: #f4f4ed url(/media/i/up_button_hover.png) no-repeat center center;
}
#tweet-ticket {
    position:absolute;
    top: 150px;
    background: red;
    width: 53px;

    cursor:pointer;
    margin-top:-10px;
    left:0px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
padding:4px;
padding-left:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
    background: url(/media/i/top_bar.png) repeat-x left top;
    opacity: 0.8;
    -moz-opacity: 0.8;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,1);
}
#tweet-ticket:hover {
    opacity: 1;
    -moz-opacity: 1;
}
#tweet-container {
    position:absolute;
    top: 150px;
    background: white;
    width: 350px;
    min-height:50px;
    padding:5px;
    margin-top:40px;
    left:0px;
    font-size:11px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0px 0px 7px black;
	-moz-box-shadow: 0px 0px 7px black;
	font-family: Arial, Helvetica, sans-serif;

}
#tweet-container li{
    margin-bottom:5px;
    padding-left: 23px;
    background: url(/media/i/twitter.png) no-repeat left top;
    color: #666;
    line-height:16px;
}
#tweet-container li a {
    font-weight:bold;
	color:#666666;
	text-decoration: none;
}
#tweet-container li a:hover {
    text-decoration: underline;
}
#tweet-container li small {
    display:block;
    opacity: 0.8;
    -moz-opacity: 0.8;
    font-style: italic;
}
div.my_project ul li ul li {
    cursor:move;
}
div.listWrapper ul.bars li.low span.color span, div.listWrapper ul.bars li span.color  {
    cursor: default;
}
div.my_project ul.bars li.low span.color span, div.my_project ul.bars li span.color  {
    cursor:pointer;
}
div.listWrapper ul li span.aimTitle {
    cursor:default;
}
div.my_project ul li span.aimTitle {
    cursor:pointer;
}
div.corp_wrap {
    margin-left:-10px;
    margin-bottom:5px;
}
div.corp_wrap .listHead{

}
div.corp_wrap a.vert {
    text-decoration: none;
}
div.corp_wrap a.down {
	background: url(/media/i/down_button.png) no-repeat center center;
}
div.corp_wrap a.down:hover {
	background: url(/media/i/down_button_hover.png) no-repeat center center;
}
div.corp_wrap a.up {
	background: url(/media/i/up_button.png) no-repeat center center;
}
div.corp_wrap a.up:hover {
	background: url(/media/i/up_button_hover.png) no-repeat center center;
}
