/* begin css */

body 	{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}
p 		{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}
table 	{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}
td 		{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}
th 		{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}
tr 		{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003C5B}

.imageBorder 		{  border: 1px solid #FFFFFF;  }

.imageBorderDark 	{  border: 1px solid #003C5B;  }

.adminHeaderTable1 	{ background-color:#FFFFFF; border-color:#CCCCCC }
.adminHeaderTable2 	{ background-color:#DDDDDD; border-color:#CCCCCC }
.adminLowerTableBackground { background-color:#003C5B; }

a:active 			{  text-decoration: none}
a:link 				{  text-decoration: none; color: #DD0000}
a:visited 			{  text-decoration: none; color: #DD0000}
a:hover 			{  text-decoration: underline; color: #DD0000}

a.light:active 		{  text-decoration: none; color: #FFFFFF}
a.light:link 		{  text-decoration: none; color: #FFFFFF}
a.light:visited 	{  text-decoration: none; color: #FFFFFF}
a.light:hover 		{  text-decoration: underline; color: #FFFFFF}

.picture-caption 	{  font-size: 9px; font-weight: bold; font-style: italic; font-variant: normal; text-transform: none; line-height: normal}
.quote 				{  font-style: italic}

.header 			{  font-weight: bold}
.headerLight 		{  font-weight: bold; color: #FFFFFF}

.sidebarText		{  color: #FFFFFF}

.tblBackground1 {
	background-image:  url(../siteadmin/images/page2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.inactive {
	background-color: #CCCCCC;
}

input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif;; font-size: 9pt; color: #003C5B;
}


img {
  border: none;
}

legend {
  white-space: nowrap;
}

.backgroundStripe {
	background-image:  url(../images/stretch-background-bar.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.txtAdminTitle {
	font-size: 12px;
	font-weight: bold;
}
.txtAdminSubtitle {
	font-weight: bold;
	color: #D60010;
}

.txtTitle {
	font-size: 14px;
	font-weight: bold;
}

.txtSubtitle {
	font-weight: bold;
}

.txtWarning {
	color: #D60010;
}

.txtBold {
	font-weight: bold;
}

.txtCaption {
	font-style: italic;
	font-size: 10px;
}


.borderTopBottom {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3979C6;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #E9E9E9;
}
.buttonGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	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: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
