* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
blockquote {margin: 1em;}
fieldset { padding: .5em; }
body {
  background-color: #dfdfdf;
  color: #333;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 10px 0;	
}

li { 
	margin: 0; 
	padding: 0; 
}
a { 
	color: #3131ff; 
	font-weight: bold;
	text-decoration: none;
}
a img { border: none; }
a:active { color: red;}
a:hover {
	color: red;
}
/* Hides from IE-mac \*/
* html .left {height: 1%;}
* html .right {height: 1%;}
/* End hide from IE-mac */

/* Major layout sections */
#header {
	background-color: #dfdfdf;
	padding: 5px;
	width: 1000px;
	height: 115px;
  margin: 0 auto;
}
#banner {
	width: 1000px;
	height: 1px;
	padding: 1px 5px 0px 5px;
	margin: auto;
	background-color: #333;
}
#navbar {
	width: 1000px;
	height: 20px;
	padding: 5px;
	background-color: #dfdfdf;
	margin: auto;
}
#container {
	margin: 0 auto;
	background-color: #dfdfdf;
	width: 1000px;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}
#left {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 0 0 10px;
	padding-top: 0em;
}
#right {
	float: right;
	display: inline;
	width: 170px;
	margin: 0 10px 0 0;
}
#content {
	margin:0;
	padding: 0 10px 10px 10px;
}
#center {
	margin-left: 160px;
	margin-right: 180px;
}
#footer {
	width: 1000px;
	height: 40px;
	padding: 5px;
	margin: auto;
  font-size: 9px;
	color:#000063;	
	background-color: #dfdfdf;
	clear:  both;
}

/* Header components */
#header img {
	border: none;
	vertical-align: middle;
	margin-right: 50px;
}
#header p#tag {
	margin: 0;
	font-weight: bold;
	color: #000063;
}
#header p#tag .big_tag {
	font-size: 18px;
}
#header p#tag .small_tag {
	font-size: 12px;
}
#header p#tag a {
	border: none;
}
#header p#tag  {
	border: none;
}
#header ul#usr {
	list-style-type:none;
	margin: 5px 5px 10px 5px;
	float: right;
}
#header ul#usr li {
	float:left;
	margin-left: 2em;
}
#header ul#nav {
	list-style-type:none;
	margin: 5px 0px 10px 5px;
	float: left;
}
#header ul#nav li {
	float:left;
	margin-right: 2em;
}
#header ul#time {
	list-style-type: none;
	float: right;
	font-style: italic;
	font-size: 9px;
	margin: 0;
	padding: 0 10px;
}
/* Navbar components */
#navbar p.links  {
	vertical-align: middle;
  padding-left: 10px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	color: #333;	
}

/* Container components */
#container h1 {
  padding:2px 10px 3px;
	margin: 0 0 5px 0;
	font-size: 16px;
	color: white;
	background-color: #000063;
	border: none;
}
#container .boxheaders  {
	margin: 0;
}
#center .center-content {
	margin: 0 auto;
	background-color: #fff;	
	padding: 5px;
	background-color: #fff;
}
#center .center-content ul li {
	margin-left: 15px;
	list-style-type: square;
}
#center .center-content ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
#center .center-content h1 {
	font-size: 18px;
}
#center .center-content h2 {
	font-size: 16px;
}
#center .center-content h3 {
	font-size: 14px;
}
#center .center-content h4 {
	font-size: 12px;
}
#new_stuff {
	padding: 5px;
}
.gutter_box {
	padding: 5px;
	background-color: white;
}
.gutter_box li {
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: 5px;
	font-weight: bold;
}

#portal_search td {
	padding: 5px;
	border: none;
	margin: 0;
}

#group_events {
	padding: 5px;
	background-color: white;
}
#group_events li {
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: 5px;
}
#group_notifications {
	padding: 5px;
	background-color: white;
}
#group_notifications ul {
	list-style-type: square;
	margin-left: 1em;
}

#all_groups {
	padding: 5px;
	background-color: #fff;
}
#all_groups ul {
	list-style-type: square;
	margin-left: 1em;
}
#group_images {
	padding: 5px;
	background-color: #fff;
}
#group_images ul {
	margin-left: -5px;
}
#footer p {
	margin:1em;
}
#footer p.credit {
	text-align:center;
}
#footer p.legal {
	float:left;
	margin: 1em;
}
#footer p.disclaim {
	float:left;
	margin: 1em;
	font-style: italic;
}
.controls {
}
.form_field {
	margin-bottom: 0;
	font-size: 10px;
	font-style: italic;
	
}
/* tables */
table {
	border-collapse:collapse;
}
table tr th {
	background:#000063;
	color:white;
	padding:3px 10px;
	border:1px solid #000063;
}
table tr td {
	padding:7px;
	border:1px solid #ddd;
}
table.noborder td {
  border:0;
}
table.nopad tr td {
  padding:0;
	margin:0;
}
table.wide {	
	width:100%; 
}
table.central_content td {
	vertical-align: top;
	border: none;
	padding: 5px;
	background-color: white;
}
table.results {
	border: none;
	width: 100%;
}
table.results th {
	background-color: white;
	color: #333;
	border: none;
}
table.results td {
	border: none;
	padding: 3px 5px;
}
table.results tr.odd td {
	background-color: #fff;
}
table.results tr.even td { 
	background-color: #dbdbff;
}
table#planned_events th {
	background-color: white;
	color: #333;
	border: none;	
}
table#planned_events td {
	border: none;
	padding: 3px 5px;	
}
table#planned_events tr.odd td {
	background-color: #fff;	
}
table#planned_events tr.even td {
	background-color: #dbdbff;
}
td.ca {
	text-align: center;
}
td.va {
	vertical-align: middle;
}
table.display {
	border: none;
	width: 100%;
}
table.display th {
	border: solid 1px #ffffff;
	background-color: #dbdbff;
	color: #333;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
table.display td {
	border: solid 1px #ffffff;
	vertical-align: top;
	background-color: #efefef;
}
table.display table.results th {
	background-color: #efefef;
	border: none;
	text-align: center;
}
table.display table.results tr.odd td {
	background-color: #dfdfdf;
	text-align: center;
}
table.display table.results tr.odd td.la {
	background-color: #dfdfdf;
}
table.display table.results tr.even td { 
	background-color: #cfcfcf;
	text-align: center;
}
table.display table.results tr td.la {
	text-align: left;
}
table.display table.results tr td.ca {
	text-align: center;
}
table.blank {
	width: 100%;
}
table.blank td {
	background-color: white;
	border: none;	
}
table.clear td {
	background-color: white;
	border: solid 1px #dfdfdf;
}
table.clear th {
	background-color: #dbdbff;
	color: #333;
	border: solid 1px #dfdfdf;
}
table#user_interests td {
	background-color: white;
	border: none;
}
table#user_interests th {
	background-color: #fff;
	color: #333;
	border: none;
}
table#user_cb_listing tr.even td {
	background-color: #dbdbff;
	padding: 2px 6px;
	border: none;
	white-space:nowrap;
}
table#user_cb_listing tr.odd td {
	background-color: white;
	padding: 2px 6px;
	border: none;
	white-space:nowrap;
}
table#user_cb_listing td label {
	vertical-align:top;
	margin:0;
}
label.highlight:hover {
	background-color:yellow;	
}
/* Pages */
#page table td {
	background-color: white;
	border: solid 1px #dfdfdf;	
}
#page table th {
	background-color: #dbdbff;
	color: #333;
	border: solid 1px #dfdfdf;	
}
table#user_profile {
	width:100%;
}
table#user_profile th {
	text-align:right;
	background-color:#ebebff;
	color:#333;
	border:solid 1px #dfdfdf;
	width:80px;
}
table#user_profile td {
	background-color:#fff;
	border:solid 1px #dfdfdf;
}
/* Events */
#event table.user_listing {
	border-spacing: 10px;
}
#event table.user_listing td {
	border: solid 1px #efefef;
	text-align: left;
	padding:2px 6px;
}
#event td.em-gr { 
	background-color: #99CC66; 
	text-align: center;
 	vertical-align: middle;
}
#event td.em-rd { 
	background-color: #FF6666; 
	text-align: center; 
 	vertical-align: middle;
}
#event td.em-yl { 
	background-color: #F5E617; 
	text-align: center; 
 	vertical-align: middle;
}
#event td.em-cl { 
	background-color: #efefef; 
	text-align: center; 
 	vertical-align: middle;
}
#event table.user_listing td.em-gr {
	background-color: #99CC66; 
	margin: 1px;
}
#event table.user_listing td.em-cl {
	background-color: #efefef; 
	margin: 1px;
}
#event table.user_listing tr.even td {
	background-color: #efefef;
	padding: 2px 6px;
}
#event table.user_listing tr.odd td {
	background-color: #efefef;
	padding: 2px 6px;
	margin: 1px;
}
#message table.user_listing tr td {
	padding: 2px 6px;
	background-color: white;
	border: none;
}
#message_display {
	background-color: #efefef;
	padding: 5px 10px;
}
#message_display p {
	background-color: #efefef;
}
#event table.participant_event_times {
}
#event table.participant_event_times th {
	border: none;
	text-align: center;
	background-color: #efefef;
	color: #333;
}
#event table.participant_event_times td.header {
	border: none;
	background-color: #efefef;
	text-align: right;
	font-weight: bold;
}
#event table.participant_event_times tr.controls td {
	border: none;
	text-align: center;
}
#event table.participant_event_times th.blank {
}
.event_details {
	background-color: #efefff;
	padding: 2px 10px;
}
/* Image gallery styling */
#images {
	padding:0;
}
#images a { 
	color: #b00; 
	border: none;
}
#images a:hover { background-color: #b00; color: #eee; }
#images ul { 
	list-style: none;
	margin: 5px;
	margin-left: 15px;
}
#images li { 
	display: inline; 
	padding: 5px;
	margin: 0;
}
#images li a img {
  margin-bottom: 5px;
	border: none;
  background: #000;
	color: #ffffff;
}
#image {
	border: none;
  margin-bottom: 5px;
  background: #000;	
}

/* Publications */
.publication td {
	vertical-align: top;
	padding: 2px;
	background-color: white;
	border: none;
}
.publication td p.pub_title {
	font-weight: bold;
	font-size: 12px;
}

#instructions ol, ul {
	margin: 0;
}
#instructions ol li {
	list-style-type: decimal;	
	margin-left: 10px;
}
#instructions ul li {
	list-style-type: square;
	margin-left: 10px;
}
#instructions table tr td {
	vertical-align: top;
}
#instructions  h1.demo {
	color: white;
  padding:2px 10px 3px;
	font-size: 16px;
}

#abstract p {
	font-size: 10px;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}

/* The error box */
.box {
	padding: 0;
	margin: 0;
	background-color: green;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* The flash boxes */
p.error {
  background-color: #c00;
	padding:7px 15px;
	margin-top:0;
	border:1px solid #bd7;
  color:white;
	font-size: 12px;
}
p.notice {
	background-color: #df9;
	padding:7px 15px;
	margin-top:0;
	border:1px solid #bd7;
	font-size: 12px;
}
p.warning {
	color: red;
	font-style: italic;
	padding: 0px 20px 0px 20px;
}
span.warning {
	color: red;
	font-style: italic;
	padding: 0;
}

p.spinner img {
	vertical-align: middle;
}

/* hrqol stuff */	
.hrqol_form table {
	border-style: none;
}
.hrqol_form td {
	background-color: white;
}
.hrqol_form td.selected {
	border-style: solid;
	border-width: 3px;
	border-color: #ff0000;
	text-align: center;
}

.hrqol_form td.unselected {
	text-align: center;
}

.hrqol_form td.header_text {
	text-align: center;
	padding: 7px;
	vertical-align: top;
}

.hrqol_form td.header_text_left {
	text-align: left;
	padding: 7px;
	vertical-align: top;
}

.hrqol_form u {
	font-style: italic;
				text-decoration: none;
}
.hrqol_form .cb {
	text-align: center;
	vertical-align: middle;
}

.hrqol_form .title {
	font-weight: bold;
	font-size: 18px;
}
table#hrqol_results {
	border-spacing: 2px;
}
table#hrqol_results th {
	background-color: white;
	color: #333;
	border: none;
	font-weight: bold;
	font-size: 12px;
}
table#hrqol_results td {
	padding: 10px;
	text-align: right;
}
table#hrqol_results td.header {
	background-color: white;
	color: #333;
	border: none;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;	
}

/* preview */
#preview {
	margin: 10px 20px 10px 0px;
	padding: 10px 10px 10px;
}

/* warning stuff */
p.vital {
	color: red;
	font-style: italic;
	font-weight: bold;
}
.aside {
	font-size: 10px;
	font-style: italic;
}

/* comments */
#comment_block {
background:#ebebff none repeat scroll 0%;
color:#333333;
margin: 5px 5px;
padding: 0px 10px;
border: 1px solid #ababff;
}
#comment_list ol {
margin: 0;
padding: 0;
}
#comment_block #comment_list li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
.comment_text {
	background: #FFFFFF url(/images/comment.gif) no-repeat scroll left top;
	margin: 5px 20px 10px 0px;
	padding: 10px 10px 10px;
}
#comment_block #comment_list .comment_text ul li {
	list-style-type: square;
	margin-left: 10px;
}
#comment_block #comment_list .comment_text ol li {
	list-style-type: decimal;
	margin-left: 15px;
}

/* faq */
ol#faq {
	padding: 5px 10px;
	margin: 0px 5px;
	background-color: #dbdbff;
	border: 1px solid #ababff;
	list-style: none;
}
ol#faq li {
}
ol#qna {
	padding: 5px 10px;
	margin: 0px 5px;
	list-style: none;
}
ol#qna li.qna > ul > li {
	list-style-type: square;
}
ol#qna li.qna > ol > li {
	list-style-type: decimal;
}
.qna_q {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

/* forums */
#post_preview {
	background-color: #ebebff;
	border: 1px solid #ababff;
	padding: 5px 10px;
}
.post_subject {
	font-weight: bold;
}
#post_block {
background:#ebebff none repeat scroll 0%;
color:#333333;
margin: 5px 5px;
padding: 10px 10px;
border: 1px solid #ababff;
}
#post_block li {
	list-style-type: none;
}

/* calendar */
table.calendar {
	width: 100%;
}
table.thumbnail-calendar {
	width: 40%;
}
table.calendar td {
}
table.events {
	width: 100%;
	background-color: #fff;
}
table.events td {
	font-size: 70%;	
	background-color: #fff;
}
thead tr th {
  background: white;
  color: #333;
  text-align: left;
	font-size: 14px;
  font-weight: bold;
  padding: 4px 5px;
	border: solid 1px white;
}
thead th a:link, thead th a:visited {
}
thead .tcm {
  text-align: center;
}
tbody {
  background: #f4f4f4;
}
tbody tr td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #cedeb9;
  border-right: 1px solid #cedeb9;
}
tbody .tci {
  width: 10px !important;
  border-right: 0;
}
tbody .tcm {
  text-align: center;
  background: #dedfdf;
}
tbody .tcr {
  border-right: 0;
}

tbody .tds {
  border: 0;
  padding: 10px;
}
.dayName th {
	font-size: 12px;
	background-color: #dbdbff;
	border: solid 1px #dbdbff;
  color: #333;
  width: 14%;
}
.otherMonth {
  color: #ccc;
}
.day, .otherMonth, .specialDay {
  text-align: right;
}
.specialDay p {
  margin: 2px 0;
  text-align: left;
}

/* instruments */
table#license_items {
	width: 100%;
}
table#license_items {
	border: none;
	width: 100%;
}
table#license_items th {
	background-color: white;
	color: #333;
	border: none;
}
table#license_items td {
	border: none;
	padding: 3px 5px;
	vertical-align: middle;
}
table#license_items tr.odd td {
	background-color: #fff;
}
table#license_items tr.even td { 
	background-color: #dbdbff;
}
td.ca {
	text-align: center;
}
.form_box {
	background-color: #efefff;
	border: solid 1px #cbcbff;
	padding: 2px 10px;
}
.required {
	color: red;
	font-style: italic;
}
table.license_display th {
	text-align: right;
	vertical-align: middle;
	color: #333;
	background-color: #cbcbff;
	border: solid 1px white;
}
table.license_display td {
	vertical-align: middle;
	background-color: white;
}
table.license_display td label {
	font-size: 10px;
}
table.admin_license_display th {
	color: #333;
	background-color: #cbcbff;
	border: solid 1px white;
	text-align: center;
	padding: 6px;
	font-size: 12px;
}
table.admin_license_display td {
	text-align: right;
	font-size: 11px;
	padding: 6px;
}
table#admin_licensed_items {
	width: 100%;
}
table#admin_licensed_items th {
	background-color: #6363ff;
	border: solid 1px white;
}
table#admin_licensed_items td {
	background-color: white;
	border: solid 1px #efefef;
}
table#admin_licensed_items td.item_header {
	background-color: #cbcbff;
	border: solid 1px white;
}
table#admin_licensed_items tr.selected td {
	background-color: #ffabab;
}
table#admin_licensed_items tr.unselected td {
	background-color: #ffffff;
}
table#licensed_items {
	width: 100%;
}
table#licensed_items th {
	text-align: center;
	vertical-align: middle;
	background-color: #cbcbff;
}
table.signatures {
	width: 100%;
	border: 0;
}
table.signatures td {
	background-color: white;
	width: 50%;
	padding-top: 4px;
	padding-bottom: 0;
	font-size: 12px;
	border: 0;
}
table.invoice {
	width: 100%;
}
table.invoice td {
	background-color: white;
	border: 0;
}
table.invoice td.centered {
	text-align: center;
}
table.invoice td.loud {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
table.invoice tr.header td {
	background-color: #333;
	color: white;
}
table.invoice td.right-align {
	text-align: right;
	padding-right: 20px;
}
table.invoice td.top-align {
	vertical-align: top;
}
table.invoice td.center-top-align {
	text-align: center;
	vertical-align: top;
}
table.invoice td.right-top-align {
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
table.invoice th {
	background-color: white;
	text-align: left;
	font-size: 10px;
	color: #333;
	border: 0;
}
table.invoice td.bordered {
	background-color: #333;
	padding: 1px;
}
table.form_controls td {
	font-size: 10px;
	border: 0;
	margin: 0;
	padding: 2px;
}
table.logo {
	width: 100%;
}
table.logo td.centered {
	text-align: center;
	background-color: white;
	border: none;
}
table.cc-form {
	width: 100%;
	background-color: white;
}
table.cc-form td.middle-align {
	vertical-align: middle;
	padding: 0 10px 0 10px;
	text-align: center;
}
table.cc-form td {
	padding: 15px 10px 0px 10px;
}
table.cc-form span.aside {
	font-size: 9px;
	font-weight: normal;
}
table#invoice th {
	background-color: white;
	border: 0;
	color: #333;
	text-align: right;
	font-size: 10px;
	padding: 2px;
}
table#invoice td {
	border: 0;
	padding: 2px;
}
.paid {
}
.unpaid {
	color: red;
}
table#license_other_summary {
}
table#license_other_summary th {
	font-size: 9px;
}
table#license_other_summary td {
	text-align: right;
}
table#license_summary {
	width: 100%;
}
table#license_summary th {
	font-size: 9px;
}
table#license_summary td {
	border: 0;
}
table#license_revenue_summary th {
	font-size: 9px;
}
table#license_revenue_summary td {
	text-align: right;
}

table#license_license_summary th {
	font-size: 9px;
}
table#license_license_summary td {
	text-align: right;
}
table#license_search  td {
	border: 0;
}
table#license_search  td.form_field{
	border: 0;
	font-size: 12px;
	margin: 0;
	padding: 2px 2px 0px 2px;
}
table#license_search  td.controls{
	border: 0;
	text-align: center;
}
.study_description ul li {
	list-style-type: none;
}
#preview {
	margin: 0;
	padding: 0;
}
table#license_items tr.license_instrument_header th {
	background-color: #cc3b3b;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
table#license_dates {
	margin-left: 10px;
}
table#license_dates td {
	border: none;
	padding: 0 5px;
}

/* Revisions */
select#revisionnum {
	width: 60px;
}
.medium_loud {
	font-size: 1.2em;
	padding: 0 1em 0.7em 1.0em;
	margin: 1em 0 0.2em 0;
}
#login {
	margin: 2.0em 0 2.0em 2.0em;
	padding: 0 1.0em 1.5em 1.0em;
	vertical-align: middle;
	width: 20em;	
}
blockquote.email_preview {
	background-color:#ebebff;
	padding:0.5em 2em 1em 2em;
}
table.one_row_form td {
	border:0;
	background-color:#ebebff;
}
p.form_field span.form_text {
	font-style: normal;
	padding-left: 0.7em;
}
.emf3bw { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; font-weight: bold; color: white }
.emf3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px }
.emf1 { font-family: verdana,arial,helvetica,sans-serif; font-size: 17px }
.emf1b { font-family: verdana,arial,helvetica,sans-serif; font-size: 17px; font-weight: bold }
.emf3b { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; font-weight: bold }
table.collaboration_details {
	width:100%;
}
table.collaboration_details th {
	border:none;
	padding:3px;
	text-align:left;
	background-color:#f4f4f4;
	color:#333;
}
table.collaboration_details td {
	border:none;
	text-align:right;
	padding:3px;
}
table#collaboration_graph {
	width:100%;
	background:none;
}
table#collaboration_graph tbody {
	background:none;
}
table#collaboration_graph td {
	border:none;
	width:140px;
	font-size:0.95em;
}
table#collaboration_graph td.mid {
	vertical-align:middle;
}
table#collaboration_graph table.collaboration_contributions {
	border:1px dotted #9999af;
}
table#collaboration_graph table.collaboration_contributions td {
	padding:2px 4px;
	width:170px;
}
table#collaboration_graph table.collaboration_contributions th {
	background:none;;
	color:#333;
	border:none;
	font-size:1.1em;
}
div#collaboration_progress {
	background: url('/images/progressarrow.png') no-repeat center center;
}
.ca {
	text-align:center;
}
.mid {
	vertical-align:middle;
}
.ra {
	text-align:right;
}
.la {
	text-align:left;
}
table.collaboration_stats {
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}
table.collaboration_stats th {
	background-color:#fff;
	color:#333;
	border:none;
}
table.collaboration_stats th.sub {
	background-color: #ebebff;
}
table.collaboration_stats td {
	border:none;
	background-color:#ebebff;
	font-size:9px;
}
table.collaboration_stats td.la {
	text-align:left;
}
#center .center-content h2.collab_h2 {
	margin:0px 0px;
}
#doc_status {
	background-color: #dbdbef;
	padding:0 3px;	
	width:160px;
}
.entry_form {
	padding:0.5em 1em;
	border: 1px solid #adad8a;
	background-color: #ebebff;
	width:50em;			
}
table#docthemes td {
	text-align: left;
}
table#docthemes td.narrow {
	width:15px;
}
table#docthemes td.ca {
	text-align: center;
}
table#member_interests th.header {
	text-align:center;
}
table#member_interests th.theme {
	width:200px;
	text-align:right;
	vertical-align:middle;
	background-color: #efefef;
}
table#member_interests td {
	text-align:left;
	background-color:#ebebff;
}
table td#collab_doc_settings {
	width:170px;
}
.admin_options {
	background:#ebebff none repeat scroll 0%;
	color:#333333;
	margin: 5px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #ababff;
}
#center .center-content .admin_options h2 {
	font-size:14px;
}
