html
{
	width: 100%;
	height: 100%;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
p
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}
a
{
	color: black;
}
a:hover
{
	color: #CC3300;
}
a.mainLink
{
	text-decoration: none;
}
ul
{
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
ul li
{
	padding-left: 10px;
	padding-bottom: 3px;
}
td
{
	vertical-align: top;
}
textarea
{
	width: 300px;
	height: 50px;
}
.hidden
{
	visibility: hidden;
}
.tabbedForm
{
	border-top: solid 1px #ffffff;
	background: #EEEEEE;
	padding: 0px 20px 10px 20px;
}
.tabbedFormButtonArea
{
	background-color: #DDDDDD;
	padding: 10px;
	text-align: right;
}
.tabButtons
{
}
.tabButtons a
{
	font-size: 12px;
	top: -6px;
	left: 10px;
	color: White;
	position: relative;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #999999;
	border-top: solid 2px #CCCCCC;
	border-bottom: solid 1px #999999;
	border-right: solid 1px white;
}
.tabButtons a.on
{
	color: #333333;
	border-top: solid 2px orange;
	background-color: #EEEEEE;
	border-bottom: solid 3px #EEEEEE;
}
.listIcon
{
	width: 30px;
}
.success
{
	color: Green;
	font-weight: bold;
}
.leftNavContainer
{
	margin-top: 20px;
	display: block;
	height: 20px;
	color: White;
	padding: 5px 0px 0px 10px;
	border: solid 1px white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.leftNavContainerArea
{
	background-color: #777777;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding-bottom: 10px;
}
.leftNavContainerArea a
{
	padding-left: 10px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #777777;
	border-top: solid 1px #777777;
	color: White;
}
.leftNavContainerArea a:hover
{
	background-color: #555555;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	color: orange;
	text-decoration: none;
}

.leftNav
{
	width: 150px;
	background-color: #399CB9;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: white;
	border-right: solid 2px black;
}

.leftNav a
{
	color: white;
	text-decoration: none;
	display: block;
}
.leftNav a:hover
{
	text-decoration: none;
}
.leftNav h1
{
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 10px;
	font-weight: normal;
}
.leftNav h1 a
{
	color: White;
	font-weight: bold;
}
.leftNav h2
{
	color: #422906;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: normal;
}
.leftNav a.level1
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftNav a.level1_active
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.leftNav a.level2
{
	padding-left: 15px;
	text-transform: none;
}
.leftNav a.level2_active
{
	padding-left: 15px;
	font-weight: bold;
	background-color: #555555;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	text-decoration: none;
}

/* used for standard DataGrids */

.txtArea
{
	font-size: 11px;
	width: 100%;
	height: 100px;
	font-family: Arial;
}
.addButton
{
	display: block;
	height: 30px;
	color: White;
	padding: 2px 0px 0px 0px;
	border: solid 1px white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background: #599C59 url(images/btnPlus.gif) no-repeat left;
	background-position: 10px;
	position: relative;
}
.addButton:hover
{
	background-color: orange;
}
.addSubButton
{
	display: block;
	height: 30px;
	color: White;
	padding: 2px 0px 0px 5px;
	border: solid 1px white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background: #4F72A6 url(images/btnPlus.gif) no-repeat left;
	background-position: 10px;
	position: relative;
}
.addSubButton:hover
{
	background-color: orange;
}
.hiddenFormButton
{
	display: block;
	height: 20px;
	color: White;
	padding: 5px 0px 0px 10px;
	border: solid 1px white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background: #599C59;
	background-position: 10px;
	position: relative;
}
.hiddenForm
{
	background-color: #CCE1CC;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 10px;
}
.subHiddenFormButton
{
	display: block;
	height: 20px;
	color: White;
	padding: 5px 0px 0px 10px;
	border: solid 1px white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background: #4F72A6;
	background-position: 10px;
	position: relative;
}
.subHiddenForm
{
	background-color: #CAD5E6;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 10px;
}

.headerContainer
{
	background-color: #999999;
	display: block;
	height: 147px;
	text-align: left;
	background-image: url(Images/header_r1_c4.jpg);
}
.header
{
	background-image: url(Images/header_r1_c6.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 147px;
}
.breadcrumbs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A6950;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	float: none;
	text-align: left;
	display: block;
}
.breadcrumbs a
{
	color: #7A6950;
	text-decoration: none;
}
.breadcrumbs a:hover
{
	color: #CC3300;
	text-decoration: underline;
}
.contentBlock
{
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	width: 100%;
	padding-right: 15px;
	background-image: url(Images/bg_content.jpg);
	background-repeat: repeat-x;
}
.contentBlock h1
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	text-align: left;
}
.bcBreaker
{
	padding-left: 3px;
	padding-right: 3px;
}
.topnavContainer
{
	width: 100%;
	display: block;
	background-color: #666666;
	border-top: 1px solid white;
}
.topnav
{
	border-left: 1px solid white;
	text-align: left;
	display: block;
	margin-left: 20px;
}
.topnav a
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: white;
	padding: 5px 23px 5px 22px;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: center;
	background-color: #AAAAAA;
}
.topnav a:hover
{
	background-color: #888888;
	color: white;
}
/*
.topnav a.active{
	background-color:#ECE7DD;
}*/
.contentBody
{
	font: 11px Arial;
	margin-right: 15px; /*width:100%;*/
}
.contentSynopsis
{
	color: #7A6950;
	font-style: italic;
	padding-bottom: 15px;
}
.contentBoxHeader
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	background-color: #ECE7DD;
	height: 20px;
	display: block;
	padding: 5px 0px 0px 15px;
	position: relative;
	color: #422906;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contentBoxBody
{
	/* White background */
	text-align: left;
	padding: 15px 15px 0px 15px;
	border: 1px solid #ECE7DD;
	color: #422906;
	font-family: Arial, Helvetica, sans-serif;
}
.contentBoxBody_dark
{
	text-align: left;
	padding: 15px 15px 0px 15px;
	background-color: #F8F5F1;
	color: #422906;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #F8F5F1;
}
.contentBoxBody p, .contentBoxBody_dark p
{
	margin: 0px 0px 15px 0px;
}

.clearer
{
	line-height: 0px;
	clear: both;
}
.alert
{
	color: #ff0000;
}
.listTable
{
}
.listTable thead
{
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
}
.listTable td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: solid 1px #eeeeee;
}
.listTableSpacer
{
	width: 50px;
}
.toolbar
{
	padding-top: 10px;
	padding-bottom: 10px;
}

table.form tr td
{
	padding-top: 5px;
}

.popupForm
{
	width: 700px;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 200;
	top: 100px;
	left: 130px;
}
.popupMemoForm
{
	width: 70%;
	display: none;
	border: solid black 2px;
	position: absolute;
	z-index: 200;
	top: 70px;
	left: 100px;
	right: 100px;
}
.popupForm2
{
	border: solid black 2px;
}
.popupForm td.popupFormToolbar, .popupForm2 td.popupFormToolbar
{
	color: White !important;
}
.popupFormToolbar
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 25px;
	color: White !important;
}
.popupFormFooter
{
	width: 100%;
	height: 25px;
	color: White;
	background-color: #666666;
}
.popupFormBody
{
	padding: 20px;
	background-color: #EEEEEE;
}
.popupBackgroundFader
{
	display: none;
	position: absolute;
	width: 2000px;
	height: 2000px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 100;
}

a.openCloseAreaHeader
{
	margin-top: 2px;
	background-color: #CCCCCC;
	border: solid 2px #CCCCCC;
	color: White;
	width: 100%;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
	display: block;
}

a.openCloseAreaHeader:hover
{
	border: solid 2px #FF6600;
}

.openCloseArea
{
	width: 100%;
	padding: 5px;
	display: none;
	border: solid 1px #CCCCCC;
	background-color: #D6E0ED;
}

.workTable a
{
	width: 46px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: White;
	background-color: #1F52A9;
	display: block;
	text-align: center;
	margin-right: 1px;
}
.workTable a.today
{
	background-color: #999999;
}
.workTable a:hover
{
	background-color: Orange;
}
.green
{
	color: Green;
	font-weight: bold;
}
.grey
{
	color: #999999;
}
.red
{
	color: Red;
	font-weight: bold;
}
.subMenu1
{
	display: none;
	position: absolute;
	width: 130px;
	z-index: 1000;
}
.subMenu1 a
{
	width: 150px;
	display: block;
	text-align: left;
	border-top: solid 1px #ffffff;
	background-color: Black;
	background-image: url(Images/header_r1_c2.jpg);
	background-repeat: no-repeat;
	border-right: none;
}
.subMenu1 a:hover
{
	background-image: none;
}

#sub_Task
{
	margin-left: 79px;
}
#sub_jobs
{
	margin-left: 155px;
}
#sub_events
{
	margin-left: 255px;
}
#sub_tools
{
	margin-left: 374px;
}
#sub_reports
{
	margin-left: 458px;
}
#sub_Servicing
{
	margin-left: 685px;
}

.fullWidth
{
	width: 100%;
}
#calTable
{
}

#calTable a
{
	width: 26px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	display: block;
	color: White;
}
#calTable a:hover
{
	color: White;
}
.calDay_1
{
}

.calDay_0
{
}
.calVal
{
	background-image: url(Images/calday_num.gif);
	background-repeat: no-repeat;
	width: 26px;
	line-height: 22px;
	text-align: center;
}
#calTable .calVal a, .ASAP a
{
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}
.calHeader
{
	display: block;
	float: left;
	width: 23px;
	padding-left: 34px;
}
.calDaysTable
{
	clear: both;
}
.ASAP
{
	background-image: url(Images/bg_asap.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 60px;
	line-height: 60px;
}

.noBox
{
}
.noBox a
{
	width: 16px;
	height: 22px;
	line-height: 25px;
	text-decoration: none;
	background-color: Transparent;
	display: inline;
	text-align: center;
	margin-right: 1px;
	margin-left: 5px;
}

.noBox a:hover
{
	width: 16px;
	height: 22px;
	line-height: 25px;
	text-decoration: none;
	background-color: Transparent;
	display: inline;
	text-align: center;
	margin-right: 1px;
	margin-left: 5px;
}

.popupMemoFormBody
{
	padding: 2px;
	background-color: #EEEEEE;
}
.tableHeader
{
	background-image: url(images/tabStripeLevel2.gif);
	background-repeat: repeat-x;
	background-position: 0px -3px;
	background-color: #999999;
	color: White;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
}
.GroupPanel_Outlook
{
	background-image: url(RadControls/Grid/Skins/Outlook/Img/topBg.gif);
	background-repeat: repeat-x;
	border-collapse: collapse;
	color: white;
	height: 20px;
	width: 100%;
}