/* this css is identical across SB and LA changes should be applied to both */
a:link {
  text-decoration: underline;
  color: #000099;
}

a:visited{
  text-decoration: underline;
  color: #000099;
}

a:active {
  text-decoration: underline;
  color: #000099;
}

a:hover {
  color: #000099;
  text-decoration: none;
}

#adminSingle {
  width: 774px;
  float: left;
  padding-left: 28px;
  padding-right: 28px;
}

#adminSingle h1 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  color: #dc0000;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 0;
}

#adminSingle h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 0;
}
/* for a 2 column page */

#col1of2{
  width: 373px;
  float: left;
  padding-right: 28px;
  margin-bottom: 10px;
}

#col2of2{
  width: 373px;
  margin-bottom: 10px;
  float: right;
}
/* main blocks of admin page which can fit in single column or double*/

#adminBlockShade{
  width: 100%;
  margin-bottom: 10px;
  background: #fbfbfb;
  border: 1px solid #c2c2c2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

#adminBlock{
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

#adminBlock h2, #adminBlockShade h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
#adminBlock h2.highlight, #adminBlockShade h2.highlight {
  color: #dc0000;
}

#buttonBlock{
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

#adminBlock p{
  color: #626262;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

#adminBlock p.errors, #adminBlockShade p.errors, .dataEntryTable td.errors{
  color: Red;
}

.errors{
  color: Red;
  padding-left: 5px;
  padding-right: 5px;
}

#adminBlockShade p{
  color: #626262;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#adminBlockShade p.grey a{
  color: #626262;
}
/* table without alternative shading lines*/

.dataEntryTable {
  padding: 1px;
}

.dataEntryTable td {
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  font-size: 13px;
  color: #626262;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dataEntryTable td.prompt{
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  padding-right: 0px;
}

.dataEntryTable td.errorText{
  font-family: Arial, Helvetica, sans-serif;
  color: Red;
}

.dataEntryTable ul {
	list-style-type: none;
}

.dataEntryTable li {
	color: red;
}

.dataEntryTable td input, .listTable td input {
  border: 1px solid #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}
.dataEntryTable td input.image, .listTable td input.image{
  border: none;
}

.dataEntryTable td input.checkbox, .listTable td input.checkbox {
  border: none;
}

.dataEntryTable td input.radio, .listTable td input.radio {
  border: none;
}

.dataEntryTable td select, .listTable td select, #adminBlock p select, #adminBlockShade p select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}
/* table for a list of menu options*/

.menuTable {
  padding: 1px;
  width: 100%;
}

.menuTable td {
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  font-size: 13px;
  color: #626262;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c2c2c2;
}
/* tables with a header and alternate shading lines*/

.listTable {
  width: 100%;
}

.listTable td {
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

.listTable td.light {
  background: #FFF;
  color: #000;
  border-left: 1px solid White;
  border-bottom: 1px solid #c2c2c2;
}

.listTable td.dark {
  background: #D0D0D0;
  color: #000;
  border-left: 1px solid White;
  border-bottom: 1px solid #c2c2c2;
}

.listTable td.head {
  background: #626262;
  color: #FFF;
  border-left: 1px solid White;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
}

.listTable td.headVertical {
  background: #626262;
  color: #FFF;
  border-left: 1px solid White;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  writing-mode: tb-rl;
  filter: flipv() fliph();
}
/* general items*/

.button,.dataEntryTable td input.button,.listTable td input.button{
  border: none;
  background-color: #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  padding: 3px;
}

.buttonFixed {
  width: 170px;
  border: none;
  background-color: #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  padding: 3px;
}

.input {
  BORDER-RIGHT: #000000 1px solid;
  BORDER-TOP: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid;
  BORDER-BOTTOM: #000000 1px solid;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.input image{
  border: none;
}

.checkbox {
  border: none;
}

.select {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
/*** Sub menu ***/
#adminSubmenu  {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	height: 20px;
	font-size: 12px;
}

#adminSubmenu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#adminSubmenu li {
	float: left;
	margin-right: 6px;
}

#adminSubmenu strong {
	background-color: #DC0000;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 3px 9px;
}

#adminSubmenu a {
	background-color: #ebebeb;
	color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 3px 9px;
	text-decoration: none;
	text-shadow: 1px 1px white;
}

#adminSubmenu a:hover {
	background-color: #d7d7d7;
}

/*** pagination ***/
.advpagination {
	color: #626262;
	vertical-align: middle;
}

.advpagination strong {
	color: #dc0000;
}

.advpagination-button {
	vertical-align: text-bottom;
}

.advpagination select {
	padding: 1px 0;
	vertical-align: middle;
	margin-left: 5px;
}

/** scrolling **/
.adminblockScrollable {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.adminblockScrollable .listTable {
	width: 900px;
}

.errorText, .errorMessage li, .errorMessage li span {
	color: red !important;
	list-style-type: none !important;
}

.redactor_editor ul {
	list-style-type: disc !important;
}
