﻿
/* Task Selection */
/*-------------------------*/

.TaskListBoxContents
{
    height:250px;
    font-size: 14px;
    font-weight: normal;
}

.TaskListBox
{
    width:150px;
    float:left;
}

.TaskListGrid
{
    width:100px;
}

.TaskListGridHeaders th
{
    color: #000000;
    font-weight: bolder;
    text-align: left;
}   

.TaskListLinks
{
    color: #003300;
    text-align:left;
}

.TaskListLinks :hover
{
    color: #00CC00;
    cursor:pointer;
}

/* Task Details */
/*-------------------------*/

.RentalLinks
{ 
    color: #003300;
    text-align:center;
}

.RentalLinks :hover
{
    color: #00CC00;
    text-decoration: underline;
    cursor: pointer;
}

.TaskDetailsBoxContents
{
    height: 250px;
    font-weight: normal;
}

.TaskDetailsBox
{
    width: 750px;
    float: left;    
}

.TaskDetailsGrid
{
    width: 730px;
    font-size: 13px;
    text-align: left;    
}

.TaskDetailLinks
{
    color: #003300;
}

.TaskDetailLinks :hover
{
    color: #00CC00;
    text-decoration: underline;
    cursor: pointer;
}

.TaskDetailsGridHeaders th
{
    font-weight: bolder;
    text-align: left;
    background-image: url('../images/LinkGreenBackground.png');
}


/* Container Boxes */
/*-------------------------*/

.RoundBoxContents a
{
    color: #003300;
    text-decoration: underline;
}

.RoundBoxContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}
