@charset "utf-8";
/* CSS Document */

/*--- tables -------------------------------------------------------*/
table#foo {
	margin: 35px 0 0;
	/*width: 100%;*/
}

#foo tr.collapsed {
	vertical-align: middle;
	background: #eeeeee url(../_images/lightgraybar_bg.gif) top left repeat-x;
}
#foo tr.expanded {
	vertical-align: top;
	background: #eeeeee;
}

#foo td {
	margin: 1px 0px 1px 0px;
	border-top: #e9e9e9 solid 1px;
}

#foo tr.late td {
	/*border-bottom: solid 1px #FF0000;*/
}

#foo tr.expanded td {
 border-bottom: #8C8E8C solid 1px;
}

#foo td table.dynFieldsTable tr td {
 margin: 0px;
 padding: 0px;
 border-top: none;
 border-bottom: #C6C7C6 solid 1px;
}

.dynFieldsBorder {
 margin: 0px;
 padding: 0px;
 border-top: none;
 border-bottom: #C6C7C6 solid 1px;
 width: 2px;
}

#foo th {
	background: url(../_images/gradientdown_grey.gif) left top repeat-x white;
	font-size: 90%;
	font-weight: normal;
	/*padding: 10px 4px 10px 4px;*/
	border-top: #FAFAFA solid 1px;
	text-align: left;
    vertical-align: bottom;
}
.editTable {
	/*float: left;*/
}
.editTable td {
	padding: 8px;
	color: black;
	font-size: 11px;
}

.editTable td.noPadding {
	padding: 0px;
	color: black;
}

.smallPadding td {
	padding: 1px 2px 1px 8px;
	color: black;
}
.smallPadding2 td {
	padding: 1px 2px 1px 2px;
	color: black;
}
.noPadding {
	padding: 0px;
}
.dynFieldsTable, .dynFieldsTable tr, .dynFieldsTable td, .dynFieldsTable th, .dynFieldsTable, .dynFieldsTable tr.late td {
	margin: 0px;
	padding: 0px;
}
.noBorder {
	margin: 0px;
	padding: 0px;
}
.editTable th {
	padding: 6px 12px 6px 12px;
	border-bottom: solid 1px #333333;
}
.templatePoolList {
	
}
.templatePoolList th {
	padding: 6px 3px !important;
}

.smallPadding th {
	padding: 1px 2px 1px 8px;
	border-bottom: solid 1px #333333;
	font-weight: normal;
}
.smallPadding2 th {
	padding: 1px 2px 2px 2px;
	border-bottom: solid 1px #333333;
	font-weight: normal;
}

.trHover {
	background-color: #FFEECC;
}
.rowEven {
	background: #f5f5f5;
}
.rowOdd {
	background: #FFFFFF;
}
.rowOdd:hover {
    background-color: #FFEECC;
}

td.columnSep {
	border-right: solid 1px #CCCCCC;
	text-align: right;
	vertical-align: top;
}
td.columnLeftSep {
	border-left: solid 1px #CCCCCC;
	vertical-align: top;
}

.lightTable td {
	padding: 2px;
	color: black;
}
#columnDetailTask {
	/*margin-right: 20px;*/
	width: 140px;
	border-right: solid 1px #333333;
	z-index: 100;
	visibility: visible;

}
#columnDetailTask td{

}
#columnDetailData {
	/*margin-left: 160px;*/
}
.impTable td {
	padding: 12px;
	color: #FFFFFF;
}
.impTable .rowEven {
	background: #666666;
	color: #FFFFFF;
}
.impTable .rowOdd {
	background: #555555;
}

/*--- colors -------------------------------------------------------*/

.taskColorJustCreated {
    background-color: #d5a2ff;
	border-left-color: #d5a2ff;
}
.taskBGJustCreated {
	background: #d5a2ff url(../_images/taskbg_justcreated.gif) top left repeat-x;
}

.taskColorWaitForInfo {
    background-color: #f88980;
	border-left-color: #f88980;
}
.taskBGWaitForInfo {
	background: #f88980 url(../_images/taskbg_waitforinfo.gif) top left repeat-x;
}

.taskColorCreated {
	background-color: #7f79e5;
    border-left-color: #7f79e5;
}
.taskBGCreated {
	background: #7f79e5 url(../_images/taskbg_created.gif) top left repeat-x;
}

.taskColorWaitForAssign {
	background-color: #3dcedf;
    border-left-color: #3dcedf;
}
.taskBGWaitForAssign {
	background: #3dcedf url(../_images/taskbg_waitforassign.gif) top left repeat-x;
}

.taskColorTaken {
	background-color: #c5c6ff;
    border-left-color: #c5c6ff;
}
.taskBGTaken {
	background: #c5c6ff url(../_images/taskbg_taken.gif) top left repeat-x;
}

.taskColorFinished {
	background-color: #ffeacf;
    border-left-color: #ffeacf;
}
.taskBGFinished {
	background: #ffeacf url(../_images/taskbg_finished.gif) top left repeat-x;
}

.taskColorForCheck {
	background-color: #ffcc33;
    border-left-color: #ffcc33;
}
.taskBGForCheck {
	background: #ffcc33 url(../_images/taskbg_confirmed.gif) top left repeat-x;
}

.taskColorForInvoice {
	background-color: #91b32c;
    border-left-color: #91b32c;
}
.taskBGForInvoice {
	background: #91b32c url(../_images/taskbg_approved.gif) top left repeat-x;
}

.taskColorForArchive {
	background-color: #abdf9f;
    border-left-color: #abdf9f;
}
.taskBGForArchive {
	background: #abdf9f url(../_images/taskbg_invoiced.gif) top left repeat-x;
}

.taskColorArchived {
	background-color: #b1b1b1;
    border-left-color: #b1b1b1;
}
.taskBGArchived {
	background: #b1b1b1 url(../_images/taskbg_archived.gif) top left repeat-x;
}

.taskColorDisabled {
	background-color: #b1b1b1;
    border-left-color: #b1b1b1;
}
.taskBGDisabled {
	background: #b1b1b1 url(../_images/taskbg_inactive.gif) top left repeat-x;
}

.taskColorForConfirm {
	background-color: #ff9900;
    border-left-color: #ff9900;
}
.taskBGForConfirm {
	background: #ff9900 url(../_images/taskbg_check.gif) top left repeat-x;
}

.taskColorReturned {
	background-color: #e3e13d;
    border-left-color: #e3e13d;
}
.taskBGReturned {
	background: #e3e13d url(../_images/taskbg_returned.png) top left repeat-x;
}

/*--- text styles -------------------------------------------------------*/
td.significant {
	font-weight: bold;
}
#foo tr#late td.significant, #foo tr.late td.significant {
	font-weight: bold;
	color: #FF0000;
	/*background: #FF0000;*/
}
#foo tr#late a, #foo tr.late a {
	color: #FF0000;
}
td.description {
	font-size: 90%;
}
.descriptionDate {
	font-weight: bold;
}
/*--- icons -------------------------------------------------------*/
.icoPriority {
	/*border: solid 1px #CCCCCC;*/
	border: none;
	vertical-align: middle;
}
.icoWho {
	/*border: solid 1px #CCCCCC;*/
	border: none;
	vertical-align: middle;
}
.microButton {
	/*border: solid 1px #CCCCCC;*/
	border: none;
	vertical-align: middle;
}
/*--- filters -------------------------------------------------------*/
.filterBar {
	margin: 10px 25px 2px 70px;
	padding: 0px 10px 0px 14px;
	background: #cbcbcb url(../_images/darkgraybar_bg.gif) top left repeat-x;
	color: white;
	height: 28px;
}
.filterPanelLeft{
	float: left;
	padding: 4px 10px 4px 10px;
}
.filterPanelRight{
	/*float: right;*/
	/*background: #adadad url(../_images/darkgraybar_bg2.gif) top left repeat-x;*/
	padding: 4px 0;
    position:absolute;
    right:35px;
}
.tabFilter{
	background: url(../_images/tabbg_leanleft.gif) top right no-repeat;
	padding: 4px 30px 5px 10px;
	border-left: solid 1px white;
	border-bottom: solid 1px #CCCCCC;
	margin: 6px auto 0px auto;
	float: left;
	color: #373737;
	font-size: 11px;
}

#paneLinks {
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    }
#paneLinks a {
    display: block;
    float: left;
    height: 15px;
    background-color: #F0F0F0;
    padding: 5px 10px 4px 10px;
    margin: 0px 1px 0px 0px;
}

#filterHelp {
	margin-top: 0.2em;
}
#filterHelp fieldset {
	margin-bottom: 1em;
	padding: 0.2em;
	border: 1px solid #AAA;
}
#filterHelp legend {
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
}
#filterHelp fieldset div {
	display: none;
}
#filterHelpBar {
	margin-bottom: 0.5em;
}

/*--- page listing navigation -------------------------------------------------------*/
.subFooterBar {
	margin: 0px 25px 2px 70px;
	padding: 0px 0px 0px 45px;
	background: #cbcbcb url(../_images/darkgraybar_bg.gif) top left repeat-x;
	color: white;

}
.subPanelLeft{
	float: left;
	padding: 4px 10px 0px 10px;
}
.subPanelRight {
	float: right;
/*--	padding: 4px 10px 0px 10px; */
}
.darkPanelRight{
	float: right;
	background: #adadad url(../_images/darkgraybar_bg2.gif) top left repeat-x;
	padding: 4px 10px 4px 10px;
}

/*--- panels in popup windows ------------------------------------------------------*/
#taskColorPanel {
	margin: 25px auto 25px auto;
	padding: 2px 2px 2px 30px;
}
#taskColorPanelFixed {
	margin: 25px auto 25px auto;
	width: 786px;
	padding: 2px 2px 2px 30px;
	position: relative;
}
#taskColorPanelFixedWide {
	margin: 25px auto 25px auto;
	width: 960px;
	padding: 2px 2px 2px 30px;
	position: relative;
}

#taskColorPanelAutotask {
	margin: 25px auto 25px auto;
	width: 530px;
	padding: 2px 2px 2px 30px;
}
#taskColorPanelFixedSmaller {
	margin: 25px auto 25px auto;
	width: 422px;
	padding: 2px 2px 2px 30px;
	position: relative;
}
#taskColorPanelFixedSmallerPopUp {
	margin: 25px auto 25px auto;
	width: 632px;
	padding: 2px 2px 2px 30px;
	position: relative;
}
#taskColorPanelContent {
	padding: 0px;
	margin: auto;
	background: white;
}
#taskColorPanelIco, #taskColorPanelIco2 {
	position: absolute;
	top: 4px;
	left: 4px;
}
#taskColorPanel h2{
	padding-left: 12px;
	/*margin: 0px;*/
}

/*--- tab bar -------------------------------------------------------*/
.tabBar {
	padding: 0px 5px 0px 0px;
	background: #cbcbcb url(../_images/darkgraybar_bg.gif) top left repeat-x;
	color: white;
	height: 26px;
}
.tabBarQf {
	padding: 0px 5px 0px 10px;
	background: #cbcbcb url(../_images/darkgraybar_bg.gif) top left repeat-x;
	color: white;
	height: 26px;
}
.tabBar ul, .tabBarQf ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabBar li, .tabBarQf li{
	background: url(../_images/tabbg_leanleft.gif) top right no-repeat;
	padding: 4px 30px 4px 10px;
	border-left: solid 1px white;
	margin: 6px auto 0px auto;
	float: left;
	color: #373737;
	font-size: 11px;
	list-style: none;
	border-bottom: solid 1px #CCCCCC;
}
.tabBarHD li {
	background-position: 97% 0;
	padding-left: 9px;
	padding-right: 19px;
	margin-right: 2px;
}
.tabBar li.selected, .tabBar li.selected a, .tabBarQf li.selected, .tabBarQf li.selected a{
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #FFFFFF;
}
/*--- quickfilter -------------------------------------------------------*/
.windowQuickFilter {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 500px;
	margin: auto;
}
.captionBar {
	padding: 4px 25px 4px 25px;
	background: #cbcbcb url(../_images/darkgraybar_bg.gif) top left repeat-x;
	color: white;
	font-weight: bold;
	/*height: 26px;*/
}

.toolTip {
	position:absolute;
	z-index:100;
	background-color: white;
	padding: 5px;
	border: 1px solid #FCC90D;
}

.smallText {
	font-size: 8px;
	padding: 0px;
	margin: 0px;
}
.bold {
	font-weight: bold;
}

.normalWeight {
	font-weight: normal;
}

#detailStateIcon {
 position: relative;
 top: 5px;
 left: -22px;
 height: 0px;
 z-index: 10;
}

#foo tr.collapsed td span.gray, #foo tr.expanded td span.gray {
	color: #999999;
}

/* Task detail v3 styles */
#taskDetailContainer h2 {
	margin-top: 0;
}
#taskDetailContainer td {
	vertical-align: top;
}
td.poolInfoContainer {
	border-bottom: 2px solid #AAA;
    background: white;
}
td.taskInfoContainer, td.poolInfoContainer {
	border-right: 2px solid #AAA;
}
td.taskDescriptionContainer {
	border-bottom: 2px solid #AAA;
}
td.taskDescriptionContainer {
	padding: 10px;
}
td.taskCommentsHilite {
	padding: 6px;
	background: #EEE;
}
td.taskCommentsHilite strong {
	margin-left: 4px;
}
#commentPaging {
	margin-bottom: 0.9em;
	padding-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #AAA;
	display: none;
}
#taskInfo {
	border-bottom: 2px solid #AAA
}
#editTaskNameLayer, #editTaskDescLayer, .popupOverlay {
	visibility: hidden;
	display: none;
}
div .button-group button.default,
.popupOverlay .button-group .default button {
	background: #eabc70 url(../_images/button_bg_highlighted.gif) top left repeat-x;
	border-top-color: #eaba6c;
	border-left-color: #eaba6c;
	border-bottom-color: #cc8514;
	border-right-color: #cc8514;
	margin-right: 5px;
}

div .button-group button,
.popupOverlay .button-group button {
	background: #7f7f7f url(../_images/button_bg.gif) top left repeat-x;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	border: solid 1px;
	border-top-color: #898989;
	border-left-color: #898989;
	border-bottom-color: #202020;
	border-right-color: #202020;
	padding: 2px 8px 2px 8px;
	margin: 0px;
}
div .button-group button:hover,
.popupOverlay .button-group button:hover {
	border: solid 1px;
	border-top-color: #898989;
	border-left-color: #898989;
	border-bottom-color: #202020;
	border-right-color: #202020;
}
#taskDescControl {
	text-align: right;
}
#taskDescSwitchContainer {
	margin-right: 10px;
	font-weight: bold;
}
#taskDescSwitchContainer a {
	display: none;
}
#taskDescriptionFull {
	display: none;
}
#editTaskNameLayer input {
	width: 300px;
}
#editTaskDescLayer textarea {
	width: 600px;
	height: 200px;
}
#taskNameEditContainer, #taskNamePanelEditContainer {
	margin-left: 10px;
}
#taskNameEditContainer img, #taskNamePanelEditContainer img, #taskDescEditContainer img {
	position: relative;
	top: 2px;
}
.yui-panel .hd {
	background: url(../_images/darkgraybar_bg2.gif) repeat-x top left;
	font-size: 120% !important;
}

/* Task detail v2 styles */
table#commentGrid tr td span.gray {
	color: #999999;
}
#magicBoxContainer {
	position: relative;
}
#magicBox {
	width: 100%;
}
td#dragButtonContainer {
	text-align: center;
	height: 100%;
	/*overflow:visible;*/
}
div#dragButton {
	width: 6px;
	border: 1px solid #CCC;
	border-width: 0 1px;
	background: #EEE;
	cursor: w-resize;
	z-index: 2;
	margin:auto;
	height: 100%;
	/*overflow:visible;*/
}
.cleaner {
	clear: both;
}
#leftBox {
	height: 100%;
}
#leftBoxInner {
	padding: 1em;
}
#rightBox {
	height: 100%;
}
#rightBoxInner {
	padding: 1em;
}
#commentGrid tr { /* hide all comments by default */
	/*display: none;*/
}
#pushButtons {
	padding-top: 2em;
}
#pushButtons a {
	display: block;
	width: 8px;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	background: #777;
	margin-left: -1px;
	font-size: 130%;
}
#pushButtons a:hover {
	text-decoration: none;
	background: #666;
}
#pushButtons a.disabled {
	background: #AAA;
	color: #CCC;
}
#commentsTab {
	background: url(../_images/tabbg_leanright.gif) top left no-repeat;
	padding: 4px 10px 4px 30px;	
	border-right: solid 1px white;
	border-left: none;
	margin: 6px auto 0px;
	float: right;
	color: #373737;
	font-size: 11px;
	list-style: none;
	border-bottom: solid 1px #CCCCCC;
}
p#taskCommentSelection {
	text-align: right;
	padding: 0.3em;
}
.hilite_priorities, .hilite_takens, .hilite_values, .hilite_deadlines {
	background-color: #FEC;
}
#commentPaging a {
	margin-left: 0.3em;
}
#commentPaging a.selected {
	color: #333;
}

.toolTipContainer {
	height: 0;
	overflow: visible;
	position: relative;
	left: 35px;
	top: -35px;
	
}
.toolTip {
	min-width: 150px;
	background-color: white;
	padding: 5px;
	border: 1px solid #FCC90D;
	text-align: left;
}
.toolTip ul {
	padding-left: 1.5em;
	text-align: left;
}
.toolTip li {
	text-align: left !important;
}

.closeCross {
	float: right;
	border: none;
	margin-left: 4px;
}
.closeCross img {
	border-color: #999;
	border-width: 1px;
}

.orangeButton {
	background: #FF9900;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	border: solid 1px;
	border-color: #FF9900;
}

.orangeButtonInput{
    border: none;
    padding:0px;
}

.orangeButton:active, .orangeButton:hover, .orangeButton:visited, .orangeButton:link {
    color: #FFFFFF;
    text-decoration: none;
}

.initialComment {
    display: none;
}

.showLess {
    display: none;
}

.showMore {
}

.fullComment, .mediumComment {
    display: none;
}

.shortComment, .stillShortComment {
}

div.codeDivDet {
    width: 400px;
    word-wrap: normal;
}

pre.codeDet {
    overflow: auto;
    width: 100%;
    color: #036;
    padding: 0.5em;
    border: 1px solid gray;
    font-size: 11px;
}

div.codeDiv {

}

pre.code {
    /* pre-wrap */
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

    color: #036;
    padding: 0.5em;
    border: 1px solid gray;
    font-size: 11px;
}

.disabledHref {
    color: #b0b0b0 !important;
}

div.quoteDiv, div.quoteDivDet {
    font-style: italic;
    padding-left: 3em;
    padding-top: 1em;
    padding-right: 1em;
    display:block;
    position: relative;
}

div.quoteDiv:before, div.quoteDivDet:before {
    content: '"';
    font-size: 400%;
    position: absolute; top: 0; left: 0;
    margin: 0em 0.5em -0.25em 0;
}

div.quoteDiv:after, div.quoteDivDet:after {
    content: '"';
    font-size: 400%;
    position: absolute;
}