@charset "utf-8";
/* CSS Document */
<style type="text/css">

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.titletext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.usertext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.dashboardoptionlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.dashboardoptionlink:link {
	color: #FFF;
	text-decoration:none;
}
.dashboardoptionlink:visited {
	color: #FFF;
	text-decoration:none;
}
.dashboardoptionlink:hover {
	color: #FFF;
	text-decoration:none;
}
.dashboardoptionlink:active {
	color: #FFF;
	text-decoration:none;
}
.menubarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.menubarlink:link {
	color: #FFF;
	text-decoration:none;
}
.menubarlink:visited {
	color: #FFF;
	text-decoration:none;
}
.menubarlink:hover {
	color: #FFF;
	text-decoration:none;
}
.menubarlink:active {
	color: #FFF;
	text-decoration:none;
}
.menubarlinkdisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E9E9E9;
}
.copyrighttextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E9E9E9;
}
.copyrighttextlink:link {
	color: #E9E9E9;
	text-decoration:none;
}
.copyrighttextlink:visited {
	color: #E9E9E9;
	text-decoration:none;
}
.copyrighttextlink:hover {
	color: #E9E9E9;
	text-decoration:underline;
}
.copyrighttextlink:active {
	color: #E9E9E9;
	text-decoration:none;
}

.formfieldlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.formfieldlabelred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F00;
}

tr.hidepagefield {
	display:none;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.maintextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DB0707;
}
.maintextlink:link {
	color: #DB0707;
	text-decoration: none;
}
.maintextlink:visited {
	color: #DB0707;
	text-decoration: none;
}
.maintextlink:hover {
	color: #DB0707;
	text-decoration: underline;
}
.maintextlink:active {
	color: #DB0707;
	text-decoration: none;
}

.img-upload {
	max-height: 200px;
	max-width: 400px;
}

infobutton {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
/*   cursor: pointer;	*/
}

infobutton span {
   display: block;
}
infobutton > span {
   background: #0070CD;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   padding: 0 5px;
   line-height: 24px;
   color: white;
}

successbutton {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
}

successbutton span {
   display: block;
}
successbutton > span {
   background: green;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   padding: 0 5px;
   line-height: 24px;
   color: white;
}

trainingnotesbutton {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
}

trainingnotesbutton span {
   display: block;
}
trainingnotesbutton > span {
   background: #9966CC;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   padding: 0 5px;
   line-height: 24px;
   color: white;
}

warningbutton {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
}

warningbutton span {
   display: block;
}
warningbutton > span {
   background: red;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   padding: 0 5px;
   line-height: 24px;
   color: white;
}

bluebuttonlink {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   cursor: pointer;	
}
bluebuttonlink span {
   display: block;
}
bluebuttonlink > span {
   background: #EA5B0C;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   padding: 0 5px;
   line-height: 24px;
   color: white;
}
bluebuttonlink:link {
	text-decoration:none;
}
bluebuttonlinksmall {
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   text-decoration: none;
   cursor: pointer;	
}
bluebuttonlinksmall span {
   display: block;
}
bluebuttonlinksmall > span {
   background: #EA5B0C;
   border: 1px solid #7F7F7F;
   border-radius: 4px;
   width:67px;
   padding: 3px;
   color: white;
}
bluebuttonlinksmall:link {
	text-decoration:none;
}

fieldset {
    border: none;
    padding: 0;
  }

</style>