/* ================================
    CSS STYLES FOR PORTAL PLUS
    Task manager module
   ================================*/   

/* --------------------------------
   - Default styles for Calendar  -
   - controls tags                -
   --------------------------------*/

/*---Common format---*/
.CalendarFormat
{
	border : black 1px solid;
}

A.CalendarDayLink:link
{
	text-decoration : none;
}

A.CalendarDayLink:hover
{
	text-decoration : underline;
}

A.CalendarDayLink:visited
{
	text-decoration : none;
}

A.CalendarDayLink:active
{
	text-decoration : underline;
}

/*---Part format---*/
.CalendarDayHeader
{
	background : #61B1EB;
	font-weight : bold;
	color : White;
	height : 20px;
}

.CalendarDay
{
	background : white;
	color : black;
	border : darkgray 1px solid;
	height : 50px;
}

.CalendarNextPrev 
{
	color : White;
	font-weight : bold;
}

.CalendarNextPrev a:link
{
	color : White;
	text-decoration : none;
	font-weight : bold;
}

.CalendarNextPrev a:hover
{
	color : White;
	text-decoration : underline;
	font-weight : bold;
}

.CalendarNextPrev a:visited
{
	color : White;
	text-decoration : none;
	font-weight : bold;
}

.CalendarNextPrev a:active
{
	color : White;
	text-decoration : none;
	font-weight : bold;
}

.CalendarOtherMonth
{
	background : #E6FBFF;
	color : black;
	border : darkgray 1px solid;
}

.CalendarSelector
{
	background : red;
}

.CalendarTitle
{
	background : url(Containers/Ctn06-Title-Bgr.png);
	font-weight : bold;
	color : White;
	border : 0px;
	height : 22px;
}

.CalendarToday
{
	background : lightgrey;
}

.CalendarWeekend
{
	background : #E6FBFF;
	color : black;
	border : darkgray 1px solid;
	height : 50px;
}

/* --------------------------------
   - Styles for LDA Toolbar       -
   --------------------------------*/
.Toolbar
{
	background : url(../../images/Taskmanager/bgheader.gif);
	text-decoration: none;
	color: #003399;
	border : 0px;
	
}

.ToolbarButton
{
	cursor:hand;
	height : 33px;
}

.ToolbarSeparator
{
	
}

/*--------------------------------
   - Styles for Task Form        -
   --------------------------------*/
.CompleteBar
{
	border : #CCCCCC 1px solid;
	height : 10px;
}

.CompleteBarPercent
{
	background: lightskyblue;
	height : 10px;
}

/*--------------------------------
   - Styles for Task List Form   -
   --------------------------------*/
.TaskListContainer
{
	border : #787878 1px solid;
}

.TaskListHeader
{
	font-weight: bold;
	background: #003333;
	color: white;
	height: 25px;
}

.TaskListItem
{
	border-bottom : #787878 1px solid;
	border-right : #CCCCCC 1px solid;
}

.TaskListAlternativeItem
{
	background : #EEEEEE;
	border-bottom : #787878 1px solid;
	border-right : #CCCCCC 1px solid;
}

/*--------------------------------
   - Styles for HTML Report      -
   --------------------------------*/
.ReportContainer
{
	border : black 1px solid;
}

.ReportTitle
{
	font-size : 14pt;
	text-align : center;
}

.ReportHeader
{
	font-weight: bold;
	border : #000000 1px solid;
	height: 25px;
}

.ReportItem
{
	border-bottom : black 1px solid;
	border-right : #787878 1px solid;
}

.ReportCompleteBar
{
	border : #CCCCCC 1px solid;
	height : 15px;
}

.ReportCompleteBarPercent
{
	background: #787878;
	height : 15px;
}
/*-------------------------------------------------*/
.boder {
	border: 1px solid #8498A0;
	background-color: #FFFFFF;
}
.boder a {text-decoration: none}
.boder a:link      { color: #000000; text-decoration: blink}
.boder a:hover      { color: #cc3300; text-decoration: underline}
.boder a:visited     { color: Black ; text-decoration: none}

.demuc1      { font-family: Verdana; font-size: 8pt; color: #22416F; font-weight: bold; 
               padding: 5px 5px 5px 5px ; text-decoration:none}
.demuc1 a:link      { color: #000000; text-decoration: none}
.demuc1 a:hover      { color: #0F5CFE; text-decoration: underline}
.demuc1 a:visited      { color: #000000; text-decoration:none}

.demuc3      { color: #ffffff; font-family: Verdana; font-size: 8pt; font-weight: bold }
.demuc3 a:link      { color: #ffffff; text-decoration: underline}
.demuc3 a:hover      { color: #ffffff; text-decoration: underline}
.demuc3 a:visited      { color: #ffffff; text-decoration: underline}

.demuc7      { font-family: Verdana; font-size: 8pt; color: #000000;
               padding: 0px 0px 0px 5px ; text-decoration:none}
.demuc7 a:link      { color: #000000; text-decoration: none}
.demuc7 a:hover      { color: #cc3300; text-decoration: underline}
.demuc7 a:visited     { color: #000000; text-decoration: none}