/** General page behavior **/
LABEL
{
    cursor: pointer;
}

A.Label,
A.Label:hover,
A.Label:active,
A.Label:visited
{
    text-decoration: none;
    color: #000;
}
A.Underline
{
    text-decoration: underline;
}

/** Popup calendar */
.calendarcpYearNavigation,
.calendarcpMonthNavigation
{
		background-color: #dbe5ed;
		text-align:center;
		vertical-align: middle;
		text-decoration:none;
		color:#2f4e6f;
		font-weight: bold;
}
.calendarcpDayColumnHeader, .calendarcpYearNavigation, .calendarcpMonthNavigation, .calendarcpCurrentMonthDate,
.calendarcpCurrentMonthDateDisabled, .calendarcpOtherMonthDate, .calendarcpOtherMonthDateDisabled, .calendarcpCurrentDate,
.calendarcpCurrentDateDisabled, .calendarcpTodayText, .calendarcpTodayTextDisabled, .calendarcpText
{
		font-family: Tahoma;
		font-size: 11px;
		padding: 1px;
}
.calendarcpYearNavigation SELECT, .calendarcpMonthNavigation SELECT
{
		color: #000000;        
		background-color: #ffffff;
		font-weight: normal;
}
TD.calendarcpDayColumnHeader
{
		text-align:right;
		border:solid thin #dbe5ed;
		border-width:0 0 1 0;
}
.calendarcpCurrentMonthDate, .calendarcpOtherMonthDate, .calendarcpCurrentDate
{
		text-align:right;
		text-decoration:none;
}
.calendarcpCurrentMonthDateDisabled, .calendarcpOtherMonthDateDisabled, .calendarcpCurrentDateDisabled
{
		color:#a0a0a0;
		text-align:right;
		text-decoration:line-through;
}
.calendarcpCurrentMonthDate
{
		color:#004E9B;
		font-weight:bold;
}
.calendarcpCurrentMonthDate:hover
{
}
.calendarcpCurrentDate
{
		color: #FFFFFF;
		font-weight:bold;
}
.calendarcpCurrentDate:hover
{
		color: #FFFFFF;
}
.calendarcpOtherMonthDate
{
		color:#606060;
}
TD.calendarcpCurrentDate
{
		color:#FFFFFF;
		background-color: #2f4e6f;
		border-width:1;
		border:solid 1px #808080;
}
TD.calendarcpCurrentDateDisabled
{
		border-width:1;
		border:solid thin #606060;
}
TD.calendarcpTodayText, TD.calendarcpTodayTextDisabled
{
		border:solid thin #a0a0a0;
		border-width:1 0 0 0;
}
A.calendarcpTodayText, SPAN.calendarcpTodayTextDisabled
{
		height:20px;
}
A.calendarcpTodayText
{
		color:#004E9B;
		font-weight:bold;
}
SPAN.calendarcpTodayTextDisabled
{
		color:#a0a0a0;
}
.calendarcpBorder
{
		background-color: #fafafa;
        border: 1px solid #004E9B;
}

/** ListView **/
.ListView
{
    width: 100%;
}
.ListView TD
{
    border-bottom: 1px solid #c8d7e3;
    vertical-align: top;
}
.ListNoView TD
{
    border-bottom: 0px;
}
.ListView TR.#Spacer
{
    background-color: #c8d7e3;
}
.ListView TR.Selected, .ListView TR.Selected A
{
    background-color: #2f4e6f !important;
    color: #ffffff !important;
}
.ListView TR.#Spacer TD
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: solid 5px #ffffff;
    font-size: 2px;
}
.ListView TH
{
    background-color: #eef3f6;
    vertical-align: top;
    align: left;
    border-bottom: 1px solid #c8d7e3;
}
.ListView TD.GroupByHeader
{
    color: #2f4e6f;
    font-weight: bold;
    border-top: 3px double #c8d7e3;
}
TABLE.ListView TR.OuterRow,
TABLE.ListView TR.OuterRowSmall
{
    background-color: #eef3f6;
}
TABLE.ListView TR.RowSmall TH,
TABLE.ListView TR.OuterRow TH,
TABLE.ListView TR.OuterRowSmall TH
{
    background-color: #eef3f6;
    border: solid 1px #c8d7e3;
    border-bottom: solid 2px #c8d7e3;
}
TABLE.ListView TR.InnerRow TH,
TABLE.ListView TR.InnerRowSmall TH
{
    background-color: #fff;
    border-left: solid 1px #c8d7e3;
    border-right: solid 1px #c8d7e3;
    border-bottom: solid 2px #c8d7e3;
    font-weight: normal;
}
TABLE.ListView TR.OuterRowSmall TH,
TABLE.ListView TR.RowSmall TH,
TABLE.ListView TR.InnerRowSmall TH
{
    font-size: 11px;
}
TABLE.ListView TR.RowSmall TD,
TABLE.ListView TR.OuterRow TD,
TABLE.ListView TR.OuterRowSmall TD,
TABLE.ListView TR.InnerRow TD,
TABLE.ListView TR.InnerRowSmall TD
{
    border-left: solid 1px #c8d7e3;
    border-right: solid 1px #c8d7e3;
}
TABLE.ListView TR.OuterRowSmall TD,
TABLE.ListView TR.RowSmall TD,
TABLE.ListView TR.InnerRowSmall TD
{
    font-size: 11px;
}

/** Tasks **/
DIV.TaskOpen, DIV.TaskClosed
{
    font-weight: bold;
    width: 100%;
    padding: 5px;
    padding-left: 15px;
}
DIV.TaskOpen
{
    background-color: #2f4e6f;
    color: #ffffff;
    background-image: url(../images/arrow_down_white.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
DIV.TaskClosed
{
    background-color: #eef3f6;
    color: #2f4e6f;
    border-top: solid 1px #c8d8e2;
    border-bottom: solid 1px #fff;
    background-image: url(../images/arrow_right.gif);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: hand;
}

/** Tooltips **/
DIV.Tooltip
{
    background-color: #ffffe1;
    border: solid 1px #000;
    padding: 1px;
    font-size: 11px;
}

UL.IconList
{
	margin: 0 0 0 15px;
	padding: 0;
}

UL.IconList LI
{
	margin: 0;
	padding: 0 0 0 5px;
}

IMG.SortIcon
{
    border-width: 0;
    height: 11px;
    margin-left: 2px;
    width: 9px;
}
SPAN.SortIcon
{
    font-family: Wingdings 3;
    magin-left: 2px;
    text-decoration: none;
}

NOBR.StarRating IMG
{
    border-width: 0px;
}


/* Banner control */

.Banner
{
	background: url(Images/banner.gif) top left no-repeat;
	margin-bottom: 15px;
}

.Banner .BannerHeader
{
	background: url(Images/banner.gif) top right no-repeat;
	padding: 0 6px;
}

.Banner .BannerHeader div
{
	background: url(Images/banner_c.gif) top repeat-x;
    font-size: 1px;
	height: 4px;
}

.Banner .BannerBody ul
{
	border: solid 1px #e0db91;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background: #f8f7e4;
	list-style: none;
	margin: 0;
	padding: 0;
}

.Banner ul li
{
	background: url(Images/li_yel.gif) 12px 9px no-repeat;
	margin: 0;
	padding: 5px 5px 5px 25px;
}

.Banner ul li.error
{
	background: url(Images/banner_error.png) no-repeat top left;
	font-weight: bold;
}

.Banner ul li.error,
.Banner ul li.error a
{
	color: #ca3638;
}

.Banner ul li.info
{
	background: url(Images/banner_info.png) no-repeat top left;
	font-weight: bold;	
}

.Banner ul li.info,
.Banner ul li.info a
{
	color: #4362c8;
}

.Banner ul li.warn
{
	background: url(Images/banner_warning.png) no-repeat top left;
	font-weight: bold;	
}

.Banner ul li.warn,
.Banner ul li.warn a
{
	color: #ba9429;
}

.Banner .BannerFooter
{
	background: url(Images/banner.gif) bottom right no-repeat;
	padding-right: 6px;
}

.Banner .BannerFooter div
{
	background: url(Images/banner.gif) bottom left no-repeat;
	padding-left: 6px;
}

.Banner .BannerFooter div div
{
	background: url(Images/banner_c.gif) bottom repeat-x;
    font-size: 1px;
	height: 7px;
}


/* Literal */

div.IconText
{
    padding-left: 20px;
}

div.IconText a,
div.IconText span
{
    position: relative;
}

div.IconText img
{
    border-width: 0px;
    left: -20px;    
    margin-right: 4px;
    position: absolute !important;
    top: -1px;
}

a.IconText
{
    text-decoration: none;
}
a.IconText img,
span.IconText img
{
    border-width: 0px;
    margin-right: 2px;
    vertical-align: middle;
}

a.IconText span
{
    text-decoration: underline;
}

a.IconText span.LinkMargin
{
    margin-right: 10px;
}


/* HorizontalBar */

.HorizontalBar div.BarContainer
{
    color: #016d8c;
    font-weight: bold;
    height: 13px;
    padding-right: 48px;
    position: relative;
    text-align: right;
}

.HorizontalBar div.BarContainer div.Bar
{
    background-image: url(Images/bg_hbar_small.gif);
    height: 13px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.HorizontalBar div.BarContainer div.Bar div
{
    background-image: url(Images/bg_hbar_small.gif);
    background-position: 0 39px;
    float: left;
    height: 12px;
    padding-right: 0;
    left: 0;
}

.HorizontalBar div.BarDetails
{
    color: #888;
    margin-top: 2px;
    text-align: right;
}

.HorizontalBarRed div.BarContainer
{
    color: #c00;
}

.HorizontalBarRed div.BarContainer div.Bar div
{
    background-position: 0 26px;
}

.HorizontalBarGreen div.BarContainer
{
    color: #678a20;
}

.HorizontalBarGreen div.BarContainer div.Bar div
{
    background-position: 0 13px;
}

.HorizontalBarBlue div.BarContainer
{
    color: #00a;
}

.HorizontalBarBlue div.BarContainer div.Bar div
{
    background-position: 0 52px;
}
