body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #E5E5E5;
	scrollbar-arrow-color: #737AA7;
	scrollbar-track-color: #E5E5E5;
	scrollbar-highlight-color: #702595;
	scrollbar-shadow-color: #702595;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}          
h1
{
	font-size: 120%;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}           

a.Navigation 
{
font-size: 57%; color: #FFFFFF;
text-decoration: none; text-transform: uppercase;
letter-spacing: 3px; text-align: center; width: 149px;
display: block; overflow: hidden; visibility: visible; 
float: left; height: 12px; vertical-align: middle; 
border-right: 1px solid #666666
}
               
a.Navigation:hover
{
color: #CC0000;
}

a
{
	color: #FF0000;
	text-decoration: underline;
}

a:Visited {
    color: #FF0000;
}

a:hover {
    color: #000000;
}

.frmField {
    font-size: 9px;
    color: #000000;
    border: 1px solid #702595;
    background-color: #FFFFFF;
    padding-left: 4px;
}

.frmButton {
	color: #FFFFFF;
	background-color: #702595;
	font-size: 9px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	letter-spacing: 1px;
}

.txtMain
{
    font-size: 100%;
    color: #000000;
    letter-spacing: 1px;
    text-align: justify;

}.frmLabel {
    font-size: 90%;
    color: #00225F;

}
.tblFormTable {
	width: 380px;
	border: 1px solid #702595;
	font-size: 80%;
	background-color: #E5E5E5;
	margin-top: 100px;
	display: block;
	clear: both;
}
.tdFormTableBtm {
    background-color: #702595;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #434985;

}
.frmTextArea {

    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border: 1px solid #702595;
    background-color: #FFFFFF;
    padding-left: 4px;
}
a.lnkDelete {
	background-image: url(../images/btn-delete.gif);
	height: 16px;
	width: 16px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
}
a.lnkDelete:hover {
	background-image: url(../images/btn-delete-hover.gif);
}
a.lnkDelete:active {

	background-image: url(../images/btn-delete-active.gif);
}
a.lnkAdd {
	background-image: url(../images/btn-add.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
a.lnkAdd:hover {
	background-image: url(../images/btn-add-hover.gif);
}
a.lnkAdd:active {
	background-image: url(../images/btn-add-active.gif);
}
a.lnkEdit {
	background-image: url(../images/btn-edit.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	clear: none;
	float: left;
	margin-right: 10px;
}
a.lnkEdit:hover {
	background-image: url(../images/btn-edit-hover.gif);
}
a.lnkEdit:active {
	background-image: url(../images/btn-edit-active.gif);
}a.lnkResolved {
	background-image: url(../images/btn-resolved.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
a.lnkResolved:hover {
	background-image: url(../images/btn-resolved-hover.gif);
}
a.lnkResolved:active {
	background-image: url(../images/btn-resolved-active.gif);
}
a.lnkSort {
	text-decoration: none;
	color: #702595;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-align: left;
}
a.lnkSort:Visited {

	color: #702595;
}
a.lnkSort:Hover {
	color: #000000;
	text-decoration: underline;
}

.tdTopTitles {
	color: #702595;
	height: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702595;
	font-weight: bold;
	letter-spacing: 2px;
}
.tblDisplayTable {
	color: #000000;
	text-align: left;
	font-size: 80%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	vertical-align: top;
	display: block;
	border-top-width: 100px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tdAddButton {
	text-align: left;
}
.tdDisplay {
	text-align: left;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}
.spanDuration {
	color: #702595;
	font-size: 10px;
	text-align: right;
	float: right;
}
.spanProbType {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
}
.tdPriorityHigh {
	border: 2px solid #FFFFFF;
	background-color: #FF0000;
}
.tdPriorityLow {
	letter-spacing: 1px;
	text-align: justify;
	border: 2px solid #FFFFFF;
	vertical-align: baseline;
	background-color: #00FF00;
}
.tdPriorityNormal {
	border: 2px solid #FFFFFF;
	background-color: #FBBC00;
}
.tdDisplayResolved {
	background-color: #EFEFEF;
	letter-spacing: 1px;
	text-align: justify;
	padding: 5px;
	margin: 5px;
}
.tblFormTableAdmin {

	background-color: #DADADA;
	width: 350px;
	border: 1px solid #702595;
	margin-right: 120px;
	font-size: 100%;
}
.tdFormTableBtmAdmin {

    background-color: #FF0000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #434985;
}
#divAdmin {
	position: absolute;
	z-index: 100;
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 0px;
}
h2 {
	color: #FF0000;
	margin-right: 129px;
}
.tblAdminDisplay {
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 2px;
}
.tdAdminDisplaytitles {
	font-size: 12px;
	color: #FF0000;
}
a.AdminNav {
	background-color: #999999;
	display: block;
	height: 50px;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	padding-top: 15px;
	font-weight: bold;
}
a.AdminNav:Visited {

	color: #FFFFFF;
}
a.AdminNav:Active {
	color: #FF0000;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
a.AdminNav:Hover {
	color: #FF0000;
	background-color: #666666;
}
a.lnkAck {

	background-image:  url("../images/btn-assign.gif");
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
a.lnkAck:Hover {
	background-image:  url("../images/btn-assign-hover.gif");
}
a.lnkAck:Active {

	background-image:  url("../images/btn-assign-active.gif");
}
.tdDisplayActive {

	background-color: #CCFFFF;
	letter-spacing: 1px;
	text-align: left;
	border: 2px solid #FFFFFF;
	padding: 5px;
}
#divSearch {
	text-align: left;
	display: block;
	color: #00225F;
	float: right;
	position: absolute;
	top: 10px;
	font-weight: bold;
	letter-spacing: 4px;
	z-index: 99;
	left: 540px;
}
#divExtMain {
	background-color: #CCCCCC;
	border: 1px solid #000066;
	display: block;
}
#divHeader {
	display: block;
	height: 105px;
	width: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	clear: none;
	float: left;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
a.TopNav {
	color: #000000;
	display: block;
	text-align: center;
	font-size: 9px;
	background-color: #E5E5E5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	width: 105px;
	clear: none;
	float: left;
	letter-spacing: 1px;
}
a.TopNav:Visited {
	color: #000000;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #E5E5E5;
}
a.TopNav:Hover {
	color: #FFFFFF;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #999999;
}
a.TopNav:Active {

	color: #FF0000;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
#divHeaderTitle {
	color:  #d2d2d2;
	letter-spacing: 2px;
	display: block;
	position: absolute;
	top: 48px;
	left: 14px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 100%;
	clear: none;
	float: left;
	z-index: 2;
}
#divNavigation {
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 74px;
	text-align: left;
	clear: both;
	float: left;
	left: 0px;
	z-index: 100;
}
.txtHeaderTitle {
	color: #9999CC;
}
a.lnkAssign {
	background-image:  url(../images/btn-assign.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
a.lnkAssign:Hover {

	background-image:  url(../images/btn-assign-hover.gif);
}
a.lnkAssign:Active {


	background-image:  url("../images/btn-assign-active.gif");
}
a.lnkSubRef {



	background-image: url(../images/btn-subref.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
a.lnkSubRef:Hover {


	background-image:  url(../images/btn-subref-hover.gif);
}
a.lnkSubRef:Active {



	background-image:  url(../images/btn-subref-active.gif);
}
a.lnkExpandDown {
	background-color: #E5E5E5;
	background-image: url(../images/expand-down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 5px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
a.lnkExpandDown:Hover {
	background-color: #999999;
	background-image: url(../images/expand-down-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E5E5E5;
}
a.lnkExpandDown:Active {

	background-color: #999999;
	background-image: url(../images/expand-down-active.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E5E5E5;
}
a.lnkExpandUp {
	background-color: #E5E5E5;
	background-image: url(../images/expand-up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	font-size: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 10px;
}
a.lnkExpandUp:Hover {


	background-color: #999999;
	background-image: url(../images/expand-up-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
a.lnkExpandUp:Active {



	background-color: #999999;
	background-image: url(../images/expand-up-active.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
a.TopLevelNav{
	color: #FFFFFF;
	background-color: #702595;
	letter-spacing: 2px;
	display: block;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 70%;
	float: left;
}
a.TopLevelNav:Visited{
	color: #FFFFFF;
	background-color: #702595;
}
a.TopLevelNav:Hover{
	color: #FFFFFF;
	background-color: #FFA74F;
}
.tblRecordNav {
	font-size: 80%;
}
.trActive {
	background-color: #CCFFFF;
}
a.lnkOnForms {
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkOnForms:Visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkOnForms:Hover {

	color: #000000;
	text-decoration: none;
}
a.lnkActive {




	background-image: url(../images/btn-active.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
a.lnkActive:Hover {


	background-image:  url(../images/btn-active-hover.gif);
}
a.lnkActive:Active {




	background-image:  url(../images/btn-active-active.gif);
}
#divCallSummary {
	top: 105px;
	display: block;
	position: absolute;
	width: 150px;
	border: 1px solid #702595;
	z-index: 4;
	left: 18px;
	padding: 10px;
	background-color: #FFFFFF;
	clear: none;
	float: left;
}
.trSolution {
	background-color: #EEEEEE;
	color: #00225F;
	padding: 5px;
}
.trSpacer {
	height: 1px;
	background-color: #333333;
}
.spanDurationText {
	color: #702595;
	font-size: xx-small;
	text-align: left;
	float: left;
	margin-top: 5px;
}
.spanInfoFloatRight {

	color: #666666;
	font-size: xx-small;
	text-align: right;
	float: right;
}
.spanSolutionTitle {
	color: #666666;
	text-align: left;
}
.trSpacerCopy {


	background-color: #FCD9BA;
	padding: 5px;
}
.trSelected {
	background-color: #FFE6CC;
}
.spanInvalidLogin {
	font-size: 10px;
	color: #FFFFFF;
}
.SummaryTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #702595;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
	font-size: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702595;
	letter-spacing: 2px;
	margin-bottom: -10px;
	line-height: 30px;
	margin-top: -10px;
	text-transform: capitalize;
}
.pSummaryTableText {
	font-size: 70%;
	color: #999999;
	text-align: left;
	margin-bottom: -10px;
	letter-spacing: 1px;
}
.spanSumTblHighlight {
	color: #702595;
	font-weight: bold;
}
#divFooter {
	display: block;
	height: 150px;
	width: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	left: 0px;
	bottom: -100px;
	position: absolute;
	filter: FlipV;
}
#divMiddleCol {
	display: block;
	height: 100%;
	width: 395px;
	position: absolute;
	top: 105px;
	left: 224px;
	line-height: 30px;
	text-align: justify;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	z-index: 5;
	clear: none;
	float: left;
}
#divImage1 {
	background-image: url(../images/walking.gif);
	position: absolute;
	top: 240px;
	height: 390px;
	width: 150px;
	display: block;
	left: 45px;
	z-index: -100;
	overflow: hidden;
	filter: Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=50, FinishX=50, StartY=0, FinishY=100);
	background-repeat: no-repeat;
}
.spanInfoFloatRightOnline {


	color: #FF0000;
	font-size: xx-small;
	text-align: right;
	float: right;
}
#divImage3 {


	background-image: url(../images/locker.jpg);
	position: absolute;
	top: 240px;
	height: 390px;
	width: 150px;
	display: block;
	left: 45px;
	z-index: -100;
	overflow: hidden;
	filter: Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=50, FinishX=50, StartY=0, FinishY=100);
}
#divImage4 {



	background-image: url(../images/book.jpg);
	position: absolute;
	top: 240px;
	height: 390px;
	width: 150px;
	display: block;
	left: 45px;
	z-index: -100;
	overflow: hidden;
	filter: Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=50, FinishX=50, StartY=0, FinishY=100);
}
.pHitCounter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #702595;
	text-align: center;
}
.iframeNoticeBoard {
	height: 200px;
	width: 395px;
	border: 1px solid #702595;
	margin: 0px;
	padding: 0px;
}
.trNBTopBar {
	color: #00225F;
	background-color: #9999CC;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tblNoticeBoard {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.tdNBName {
	color: #702595;
	padding: 2px;
	font-weight: bolder;
}
.tdNBDateTime {
	color: #666666;
	padding: 2px;
	font-size: 80%;
}
.tdNBMessage {
	background-color: #FFFFFF;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702595;
}
h3 {
	text-transform: capitalize;
	font-size: 90%;
	font-weight: bolder;
	color: #702595;
	line-height: 15px;
	letter-spacing: 2px;
	padding: 2px 2px 2px 4px;
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702595;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #702595;
}
.spanMessageSubject {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 85%;
}
.tblAddNote {
	background-color: #FFFFFF;
	border: 1px solid #702595;
	padding: 2px;
}
.tdAddNoteHeader {
	color: #702595;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 75%;
}
.txtFormLabel {
	font-size: 60%;
	text-transform: uppercase;
	color: #702595;
}
.spanResolveAll {
	color: #000000;
	font-size: 80%;
	padding-left: 52px;
}
#divImage2 {
	background-image: url(../images/pencils.jpg);
	position: absolute;
	top: 240px;
	height: 390px;
	width: 150px;
	display: block;
	left: 45px;
	z-index: 0;
	overflow: hidden;
	filter: Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=50, FinishX=50, StartY=0, FinishY=100);
	clear: none;
	float: left;
}
.trAdminLists {
	font-size: 80%;
	line-height: 20px;
}
.trAdminListsTitles {
	font-size: 80%;
	color: #702595;
	font-weight: bold;
	letter-spacing: 2px;
}
.txtInsideTables {
	font-size: 80%;
	letter-spacing: 1px;
	text-align: justify;
}
.txtFormError {
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
.txtSiteVisit {
	color: #FF0000;
	letter-spacing: 1px;
	font-size: 80%;
}
.txtStrError {
	color: #FF0000;
}
.Logo {
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.txtFrmFormatInfo {
	font-size: 9px;
	color: #702595;
}
.tdLoginFormTableBtm {
	background-color: #702595;
}
.frmLoginButton {
	color: #FFFFFF;
	background-color: #702595;
	font-size: 9px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	letter-spacing: 1px;
	height: 25px;
}
.tdOptions {

	font-size: 10px;
}
