﻿body
{
    font-family:Verdana;
    font-size:small;
    margin:0px auto;
}

div.mainTabLeft
{
	float:left;height:27px;width:4px;background-image:url(../images/main_tab_left.jpg);
}

div.mainTabMiddle
{
	float:left;height:27px;background-image:url(../images/main_tab_middle.jpg);padding-top:6px;padding-left:6px;padding-right:3px;padding-bottom:0px;color:green;font-family:Arial;font-size:8pt;font-weight:bold;z-index:1;
}
div.mainTabMiddle a
{
	text-decoration:none;font-size:8pt;color:Green;
}

div.mainTabRight
{
	float:left;height:27px;width:5px;background-image:url(../images/main_tab_right.jpg);
}

div.mainTabLeftSelected
{
	float:left;height:27px;width:5px;background-image:url(../images/main_tab_left_selected.jpg);
}

div.mainTabMiddleSelected
{
	float:left;height:27px;background-image:url(../images/main_tab_middle_selected.jpg);padding-top:6px;padding-left:6px;padding-right:3px;padding-bottom:0px;color:white;font-family:Arial;font-size:8pt;font-weight:bold;z-index:1;
}
div.mainTabMiddleSelected a
{
	text-decoration:none;font-size:8pt;color:White;
}

div.mainTabRightSelected
{
	float:left;height:27px;width:5px;background-image:url(../images/main_tab_right_selected.jpg);
}





div.dashboardSectionHeader
{
	background-image:url(../images/dashboard_section_header.jpg);background-repeat:no-repeat;width:484px;height:28px;color:White;font-weight:bold;
}

span.dashboardSectionHeaderContents
{
	 margin-top:10px;margin:12px 0px 0px 10px;
}

div.dashboardSectionContent
{
	border-left:solid 1px #CCCCCC;border-right:solid 1px #CCCCCC;width:482px;
}

div.dashboardSectionFooter
{
	background-image:url(../images/dashboard_section_footer.jpg);width:484px;height:10px;
}




div.headerDiv
{
    padding:20px;
    background-color:#336699;
    color:White;
    font-size:medium;
}

span.pageTitleText
{
    font-size:large;
    font-family:Arial;
}

a.headerLink
{
    color:White;
    font-weight:bold;
    font-size:small;
}

div.myTaskListDiv
{
	width:320px;
	float:left;
	background-color:#EEEEEE;
	border-right-style:solid;
	/*border-collapse:collapse;*/
	border-right-color:#777777;
	border-right-width:3px;
	padding:0px;
	border-collapse:collapse;
	border-width:0px;
}

div.taskListSectionHeader
{
	background-color:#114477;
	color:White;
	font-size:large;
	width:100%;
	padding:3px;
	padding-left:7px;
}

#myTaskDetailsDiv
{
	background-color:#FFFFFF;
	padding:10px;
	width:100%;
}

div.subSectionDiv
{
	background-color:White;
	padding:15px;
	font-size:large;
	font-family:Arial;
	font-style:italic;
	color:Green;
}

span.subSectionTitle
{
	font-family:Verdana;
	font-size:medium;
	font-weight:bold;
}

div.breadCrumb
{
	margin-top:8px;
	font-size:x-small;
	font-family:Verdana;
	color:Green;
	margin-bottom:0px;
}

div.breadCrumb a
{
	color:Green;
}

.accordionHeader
{
	background-color:#225588;
}

.accordionContent
{
	background-color:white;
}

input.taskSelectButton
{
	background-color:Transparent;
	border-style:none;
	width:100%;
	height:100%;
	color:inherit;
	margin:0px;
}

div.taskListPanel
{
	padding:0px;
	border-collapse:collapse;
	border-width:0px;
	border-top-width:1px;
	border-top-color:#AAAAAA;
	border-top-style:solid;
}

div.taskListItemJobType
{
	text-align:right;
	font-size:xx-small;
	color:White;
}

div.nextMoveDiv
{
	padding:20px;
	background-color:#EEEEEE;
	border-collapse:collapse;
	border-width:1px;
	border-color:#AAAAAA;	
}

table.taskListTable
{
	font-size:xx-small;
}

td
{
	vertical-align:top;
}