
body {
	font-family: arial,helvetica,sans-serif;
	margin-left: 10px;
}
 
img {
	border: 0px 
}
  
.instructionCopy {
	font-size: 12px;
	color: #666;
}
 
.header {
	font-size: 14px;
	font-weight: bold;
	color: #666; 
}
 
div#landing_head {
	width: 550px;
	height: 50px;
	background-color: #fff;
}

div.admin_tools_block {
	display: block;
	position: relative;
	margin-left: 0px;
	width: 550px;
}

#admin_menu_1 {
	display: block;
	margin-right: 3px;
	float: left;
}

#admin_menu_2 {
	display: block;
	margin-right: 3px;
	float: left;
}

#admin_menu_3 {
	display: block;
	float: left;
}

#admin_menu_4 {
	display: block;
	float: left;
	margin-right: 3px;
}

#admin_menu_5 {
	display: block;
	float: left;
	margin-right: 3px;
}

#admin_menu_6 {
	display: block;
	float: left;
}

#lNavClient {
	width: 180px;
	height: 20px;
	background-color: #666666;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #cccccc;
	border-top: none;
}
 
.lNavHeader {
	width: 180px;
	height: 20px;
	background-color: #7d919a;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #cccccc;
	border-top: none;
}

.lNavHeaderPadding {
	padding-left: 10px;
}

.lNav {
	width: 180px;
	height: 20px;
	background-color: #fff;
	color: #666;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #cccccc;
	border-top: none;
	vertical-align: middle;
	text-decoration: none;
}

.lNavEmpty {
	width: 180px;
	height: 20px;
	background-color: #fff;
	color: #666;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #cccccc;
	border-top: none;
	vertical-align: middle;
	text-decoration: none;
}

.lNavPadding {
	padding-left: 15px;
}
 
.lNav a:link, .lNav a:visited {
	color:#666666;
	text-decoration:none;
}

.lNavContainer {
	width: 180px;
	margin-bottom: 30px;
}

.listTable {
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 24px;
	padding-left: 5px;
}

.listTableGrey {
	background-color: #ececec;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 24px;
}

.listTableKC {
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 24px;
	padding-left: 5px;
}

.listTableGreyKC {
	background-color: #ececec;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 24px;
}

.KC { font-weight: bold; }

.listTableUpdated {
	background-color:#ffff99;
	font-family:arial;
	font-size:11px;
	color:#000000;
	height:24px;
}


.listTableHead {
	white-space: nowrap;
	background-color:#666666;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	height:24px;
}

.listTableHead a:link, .listTableHead a:visited {
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.instructionCopy {
	font-family:arial;
	font-size:12px;
	color:#666666;
}

td {
	font-family:arial;
	font-size:11px;
	color:#666666;
}

.nav {
	font-family:arial;
	font-size:11px;
	color:#666666;
}


.listTableCellsPadding { padding-left: 5px; }

.caption {
	font-size: 10px;
}

.notifications {
	font-family: arial;
	font-size: 12px;
	color:#666666;
	margin-bottom: 20px;
}

.remove {
	font-family: arial;
	font-size: 12px;
	color:#666666;
	margin-bottom: 10px;
}

.programDiv {
	width: 350px;
	margin: 0px 0px 10px 0px;
	display: block;
	border: 0px solid blue;
}

.programContents {
	width: 325px;
	margin: 5px 0px 5px 25px;
	border: 0px solid black;
}

.campaignDiv {
	width: 300px;
	margin: 5px 0px 5px 10px;
	border: 0px solid black;
}

.hideShowProgram {
	width: 300px;
	margin: 5px 0px 10px 10px; 
	display: none;
}

/* Dark red on light pink */
.warning {
	width: 100%;
	border: 1px solid #666600;
	padding: 10px 10px 10px 10px;
	background-color: #FFEEEE;
	color: #660000;
}

/* Dark gray on light yellow */
.caution {
	width: 100%;
	border: 1px solid #333333;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	color: #333333;
}

/* Light blue on dark blue */
.tip {
	width: 100%;
	border: 1px solid #0000CC;
	padding: 10px 10px 10px 10px;
	background-color: #EEEEFF;
	color: #000066;
}

/* Brown on light yellow */
.success {
	width: 100%;
	border: 1px solid #BDB76B;
	padding: 10px 10px 10px 10px;
	background-color: #FAFAD2;
	color: #996600;
}


a.breadcrumbs:link, a.breadcrumbs:visited {
	color:#666666;
	text-decoration:none;
}

a.breadcrumbs:hover {
	color: #666666;
	text-decoration: underline;
}

.campaignList {
	max-height: 200px;
	overflow: auto;
	width: auto;
	border: 0px solid #666666;
}

.memberList {
	max-height: 200px;
	overflow: auto;
	width: auto;
	border: 0px solid #666666;
}

.profile {
	font-size: 11px;
}

.member-table { 
	width: 100%;
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 24px;
}
.member-table thead {
	text-align: left;
	background-color:#666666;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	height:28px;
	padding-left: 5px;
}
.member-table th, .member-table td {
	padding-left: 5px;
}

.hidden_caveat {
	padding: 0px 3px 0px 3px;
	border: 1px solid yellow;
}

.is_hidden_details {
	padding: 5px;
	border: 2px solid yellow;
}

.is_hidden_msg {
	width: 100%;
	margin-left: -5px;
	padding: 2px 5px 2px 5px;
	background-color: yellow;
	color: #000000;
}