@media screen {
body { overflow: hidden; }
}

#mainscreen {
	background-color: #21b9e0;
	background-image: url("/bluetab/top_logoback.png");
	background-repeat: repeat-x;
}

#loginscreen {
	width: 300px;
}

#headerbar {
	color: white;
	font-size: 10px;
	background-image: url("/bluetab/top_blu_bar.png");
	background-repeat: no-repeat;
	background-position: 90px;
	width: 100%;
}

#maincommands {
	width: 100%;
	text-align: right;
	background: url("/bluetab/top_blu_bar2.png") repeat-x;
	font-size: 12px;
	height: 34px;
	padding-top: 7px;
}

#maincommands a {
	color: white;
	margin-right: 10px;
	vertical-align: middle;
}

#maincommands img {
	vertical-align: middle;
}

#mainlinks {
	width: 100%;
	color: white;
	font-size: 12px;
	height: 43px;
	background: url("/bluetab/bottom_fade.jpg") repeat-x;
	background-position: 0px -20px;
	vertical-align: text-bottom;
	position: relative;
	padding-left: 10px;
}

/* NOTE: to botton align text in a div, position the span absolutely */
#mainlinks span {
	position: absolute;
	bottom: 5px;
}

#mainlinks a {
	color: white;
	font-size: 12px;
}

#contexttask {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #333;
	padding: 4px 1px;
	top:0px;
	left:0px;
	width: 100px;
}

#contexttask a {
	display: block;
	padding: 1px 4px;
}
#contexttask a:hover {
	background-color: blue;
	color: white;
	text-decoration: none;
}


/* Center "You are logged in" text */
#headerbar img {
	vertical-align: middle;
}

#tabstrip {
	margin-left: .5%;
}

#todolistbox {
	height:200px;
	width:98%;
	background-color: white;
	margin: 0% 0.5%;
	padding: 0% 0.5%;
}

#todolist .taskowner {
	white-space: nowrap;
	padding-right: 10px;
}

#todolist .taskname {
	overflow: hidden;
	width:100%;
	padding-left: 20px;
}

#todolist tr.selected .taskname {
	padding-left: 19px;
}

#todolist tr.oddrow {
	background-color: #edf3fe;
}

#todolist .taskdesc {
	white-space: normal;
	padding-left: 40px;
}

#todolist .taskstatus {
	padding-right:20px;
	display:none;
}

#mainscreen {
	white-space: nowrap;
	top: 0;
	left: 0;
}

#statusline {
	float: left;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
}

#statusline a {
	color: #fff;
}

.taskline.deferred td {
	color: #888;
}

.taskline.marked td {
	color: blue;
	font-weight: bold;
}

.taskline.todo td {
	color: green;
	font-weight: bold;
}


.taskline.closed td {
	text-decoration: line-through;
}


.listline td {
	font-weight: bold;
	padding-top: 5px;
}

.otherlistline td {
	font-style: italic;
}

#searchscreen {
	width: 400px;
}

#searchadvancedlink {
	font-size: 10px;
}

#searchcrit tr > td:first-child {
	text-align: right;
}

#shownote {
	width: 400px;
	height: 400px;
}
