body, html { 
	margin: 0;
	padding: 0;
  	font-family: 'Calibri', 'Trebuchet MS', 'Helvetica', Arial, sans-serif;
}

div#container {
	margin: 0;
	clear: both;
	padding: 0 0 20px 0;
	width: 100%;
}

/* Global Styles */

a:link, a:visited {
	color: #004C59;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

input, textarea {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border: 1px solid #aaa;
	background: #fafafa;
}

.imagebutton { 
	border: 0;
	display: block;
	clear: both;
	margin-top: 10px;
}

/* Header Styles */

#header {
	min-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	height: 86px;
	background: url(../images/header-bg.png) repeat-x;
}

#header .title {
	position: absolute;
	margin: 15px 0 0 15px;
	line-height: 5px;
	z-index: 10;
}

#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

p.title { margin: 0; padding: 0; }

.title a { border: 0; }


/* Footer Styles */

#footer {
	height: 20px;
	background: url(../images/footer-bg.png) #fff bottom center repeat-x;
	clear: both;
	padding: 10px 0 0 0;
	color: #fff;
	min-width: 979px;
	width: 100%;
	bottom: 0px;
	position: fixed;
}

#footer strong { color: #00AEF2; }

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	border-bottom: 1px solid #eee;
	color: #fff;
}

#footer p {
	margin: 0;
	padding-top: 0;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0;
}

.left {
	display: block;
	float: left;
	padding-left: 10px;
}

.right {
	display: block;
	float: right;
	padding-right: 10px;
}


/* Account Signup */

.accounts #errorExplanation { width: 865px; }
.accounts#signup label, .accounts#create_account label { font-weight: bold;}
.accounts#signup form, .accounts#create_account form { margin: 0; padding: 0; }
.accounts#signup #org-info, .accounts#create_account #org-info { margin-right: 80px; }

.accounts#signup .block, .accounts#create_account .block {
	width: 400px;
	float: left;
}

.accounts#signup #org-info { margin-right: 150px; }

.accounts .select_country { width: 220px; }

/* Dashboard */

.dashboard ul {
	margin: 0;
	padding: 0;
}

#dashstats { 
	width: 290px;
	float: left;
	margin: 15px 0 0 40px;
}

#dashstats strong { color: #00AEF2; }

#quicktasks { 
	width: 580px;
	float: left;
	position: relative;
}

#quicktasks .quicksearch {
	float: right;
	height: 24px;
	position: relative;
	top: 14px;
	width: 294px;
	padding: 0 0 0 5px;
	background: url(../images/quicksearch-bg.gif) no-repeat;
}
.quicksearch strong { color: #004C59; font-size: 12px; }

#quicktasks ul {
	width: 580px;
	padding: 2px;
	height: 105px;
	clear: both;
	overflow: hidden;
	background: url(../images/quicktasks-bg.gif) no-repeat;
}

#quicktasks h2 {
	margin: 0 0 10px 0;
	height: 28px;
	line-height: 100%;
	width: 250px;
	float: left;
	border: 0;
}

#quicktasks li {
	float: left;
	list-style: none;
	width: 143px;
	height: 95px;
	background: url(../images/quicktasks-icon-bg.gif) no-repeat;
}

#quicktasks li.add img { margin: 20px 0 0 18px;}
#quicktasks li.browse img { margin: 15px 0 0 12px; }
#quicktasks li.findvol img { margin: 20px 0 0 12px; }
#quicktasks li.followup img { margin: 22px 0 0 15px; }

#quicktasks .find, #quickmaps .find {
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #004C59;
	position: absolute;
	right: 0;
}

#quickmaps {
	height: 175px;
	width: 910px;
	position: relative;
}

#quickmaps li {
	float: left;
	list-style: none;
	width: 175px;
	height: 106px;
	margin: 20px 50px 0 0;
}

#quicktasks li.last, #quickmaps li.last { margin: 20px 0px 0 0 !important; }

#quicklinks li span, #group_types li span, #powertools li span { display: inline; }

div.more { width: 910px; }

#menu a, #quicktasks a, #quickmaps a,
.more a { border-bottom: none;}

#group_types, #powertools {
	width: 340px;
	margin: 40px 0 0 0;
}

#group_types { float: left; }
#powertools { float: right; }

#group_types a, #powertools a { color: #fff !important; }
#group_types a, #powertools a { position: absolute; padding-left: 45px; }
.dashboard #group_types li a { width: 77px; overflow: hidden; }
.more li {
	float: left;
	list-style: none;
	width: 131px;
	height: 41px;
	margin: 0 33px 25px 0;
	font-size: 13x;
	padding-right: 5px;
	overflow: hidden;
	background: url(../images/dash-icon-bg.gif) no-repeat;
}

.more li .icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 4px 0 0 6px;
}

.more li a {
	color: #fff;
	display: block;
	float: right;
	width: 86px;
	height: 40px;
	padding-top: 2px;
	text-decoration: none;
}


/* Global Styles */
.hidden { display: none !important; }

th { 
	height: 36px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px 0 0;
}

th.description { width: 400px; }


/* Global Form Styles */
fieldset { border: none; }


/* Individual Editor - Form Partial */

#individualform fieldset {
	padding: 0 0 0 30px;
	min-height: 200px;
}

#individualform label, #individualform input, #individualform select, #individualform textarea { float: left; }

#individualform label { 
	width: 125px;
	margin-bottom: 5px;
	clear: left;
	font-weight: bold;
}

#individualform .inline-radio {
	float: left;
	width: 200px;
	text-align: left;
}

#individualform input { width: 175px; }

#individualform input.radio { width: 20px;}

#individualform #vitals, #individualform #contact, #individualform #followups {
	float: left;
	clear: left;
	width: 410px;
}

#individualform #followups {
	margin-top: 20px !important;
	padding: 10px;
}

#individualform #followups ul {
	width: 250px;
	height: 100px;
	border: 1px solid #aaa;
	margin: 30px 0 0 -10px;
	padding: 10px 10px 20px 10px;
	list-style: none;
	overflow: auto;
}

#individualform #followups ul li {
	display: block;
	margin-right: 5px;
	clear: both;
}

#individualform #followups ul label { 
	float: left;
	width: 200px;
	overflow: hidden;
}

#individualform #followups ul input { 
	float: right;
	width: 15px;
}

#individualform #fambasics, #individualform #extrainfo {
	float: right;
	width: 410px;
	clear: right;
	height: 210px;
	overflow: visible;
}

#individualform #vitals { background: url(../images/personeditor-vitals.png) 0px 5px no-repeat;  }
#individualform #contact { background: url(../images/personeditor-contact.png) 0px 5px no-repeat;  }
#individualform #fambasics { background: url(../images/personeditor-fambasics.png) 0px 5px no-repeat;  }
#individualform #extrainfo { background: url(../images/personeditor-extrainfo.png) 0px 5px no-repeat;  }
#individualform #followups { background: url(../images/personeditor-followups.png) 0px 5px no-repeat;  }

#individualform #comments {
	width: 440px;
	margin: 20px 0 0 0;
	float: right;
	padding: 40px 0 0 10px;
	background: url(../images/personeditor-comments.png) top left no-repeat;
}

#individualform #comments textarea { 
	width: 350px;
	height: 75px;
	font-size: 10px;
}

#new.individuals .imagebutton,
#edit.individuals .imagebutton {
  float: right;
  margin-top: -50px;
  margin-right: 87px;
}

.noborder { 
	border: 0 !important;
}


/* List Styles */
.letter-link a { border: 0; }
.letter-link {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}

table.list { 
	margin: 0 auto 60px auto; 
	border: 1px solid #ccc; 
	width: 100%;
}

.list .action {	padding: 0 5px; }

table.list .address1,
table.list .address2 { display: inline; }

table.list .address2, 
table.list .city { padding-left: 5px;}
table.list .city:before { content: "("; }
table.list .city:after { content: ")"; }

table.list .city { display: inline; }
table.list .state, table.list .postcode { display: none; }

table.list th {
	color: #eee;
	height: 26px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 10px;
	background: #00A8C4 url(../images/thead.png) repeat-x;
	border-bottom: 2px solid #00aef2;
}

table.list th a { 
	color: #eee;
	border-bottom: 1px dotted #eee;
}

table.list td.name {
	padding-left: 10px;
	line-height: 26px;
	font-weight: bold;
	white-space: nowrap;
}

table.list td a {
	color: #004C59;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

table.list td { padding: 5px 10px; }
table.list tr.even { background: #f1f5fa; }

table.list .phonetype { 
	margin-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004C59;
}

.name .classification { margin: 3px 0 0 20px; }


/* Basic Page Styles */

.page { 
	overflow: hidden;
	padding: 20px 25px 35px 25px;
	min-width: 940px;
	background: url(../images/topfade.gif) repeat-x top center;
}

table, form { 
	clear: both;
	margin: 30px 0 0 0;
}

img.photos {
	display: block;
	float: right;
	margin: 0 20px -10px 0;
}

h1 {
	font-size: 29px;
	color: #00A8C4;
	letter-spacing: 1px;
	float: left;
	line-height: 30px;
	margin: 10px 0 0 0;
}

h1 strong { color: #004c59; }

h2 {
	font-size: 29px;
	line-height: 21px;
	font-weight: bold;
	color: #004C59;
	letter-spacing: 1px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-size: 22px;
	color: #004C59;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

h4 {
	font-size: 18px;
	color: #004C59;
	text-align: left;
	margin: 0;
}

.groups h4 { margin-bottom: -10px; }

h5 {
	margin: 10px 0;
	font-size: 16px;
	color: #00A8C4;
	text-align: left;
}

h5 img { 
	margin: 10px 8px -3px 0;
}

.clear { clear: both; }
.strong { font-weight: bold; }

.infoheader {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.infoheader h2 {
	border: 0;
	font-size: 24px;
	display: block;
}

.classification {
	font-size: 12px;
	color: #00A8C4;
}

.links {
	float: right;
	color: #888;
	position: relative;
	top: -1em;
}

.links a { border: 0; }

/* View Individual */

#individualinfo, #familyinfo {
	margin: 16px 0 0 0;
	min-width: 940px;
	max-width: 1100px;
}

#profileimage {
	width: 200px;
	height: 300px;
	overflow: hidden;
}

#profileimage img {
	max-width: 200px;
	max-height: 300px;
}

#individualinfo td, #familyinfo td { vertical-align: top; }

.infoheader {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.infoheader h2 {
	border: 0;
	font-size: 24px;
	display: block;
}

#individualinfo .address1,
#individualinfo .address2 { display: block; }

#individualinfo .city:after { content: ", "; }

#individualinfo .city,
#individualinfo .state,
#individualinfo .postcode {
	display: inline;
}

.familydata { 
	padding-left: 5px;
	font-variant: small-caps;
	font-weight: bold;
	color: #00A8C4;
}

.classification {
	font-size: 12px;
	color: #00A8C4;
}

.links {
	float: right;
	color: #888;
	margin: 19px 16px 0 0;
	color: #00A8C4;
}

/* Family Controller */

.family .imagebutton {
	float: right;
	margin-right: 3%;
}

/* Toolbox */

.toolbox {
	width: 214px;
	height: 153px;
	padding: 3px 0 0 8px;
	margin: 20px 0 40px 0;
	background: url(../images/tools.png) no-repeat;
	color: #fefefe;
	text-align: left;
}

.toolbox h3 { 
	color: #00aef2;
	/* border-bottom: 1px solid #ccc; */
	border: 0;
	padding: 0px 0 5px 0;
	margin: 3px 9px -12px 9px;
}

.toolbox ul { 
	font-size: 13px; 
	line-height: 22px;
	list-style: none;
	margin: 15px 0 0 10px;
	padding: 0;
}

.toolbox ul li {
	margin: 0;
}

.toolbox ul li:before {
	content: "\00BB \0020";
	color: #fefefe;
}

.toolbox ul li a:link, .toolbox ul li a:visited {
	color: #fefefe;
	text-decoration: none;
}

.toolbox ul li a:hover {
	text-decoration: underline;
}


/* Individual - Group List */

.skills li, .followups li, .service_areas li {
	list-style: none;
	margin-left: -15px;
	line-height: 23px;
	clear: both;
}

.groups li {
	list-style: none;
	margin-left: 17px;
	line-height: 23px;
	clear: both;
}


p.add textarea { height: 100px; }

p.add label {
	font-weight: bold;
	color: #004C59;
}

.note .actions { padding-top: 5px; }

.note .actions a { 
	text-decoration: none;
	color: #00A8C4;
	border-bottom: 1px dotted #888;
}

.note p { margin: 0; padding: 0; }

.skills li a, .groups li a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.skills li a:hover, .groups li a:hover { color: #004C59; }

a.grouprole { 
	float: right;
	height: 19px;
	margin-right: 10px;
}

span.grouplink { float: left; }

.groups h5 { clear: both; }

.module h4 { border-bottom: 1px solid #ccc; }

div.group_type { border-bottom: 1px solid #eee; }

.group_type ul { padding: 0;}

span.dash { color: #004C59; }

a.remove { 
	float: right;
	height: 19px;
	color: #00A8C4 !important;
}

.links a { 
	color: #888;
	text-decoration: none;
}

.links a:hover { 
	color: #00A8C4;
}

#groupviewer table { font-size: 12px; }

#individualinfo td.leftcolumn, #familyinfo td.leftcolumn {
	text-align: center;
	width: 100px;
	padding: 0 20px 0 0;
}

#individualinfo td.middlecolumn, #familyinfo td.middlecolumn {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 0;
}

#individualinfo td.rightcolumn, #familyinfo td.rightcolumn {
	width: 40%;
	padding-left: 50px;
}

.module {
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 600px !important;
	display: block;
	float: left;
}

#individualshow .module img { margin: 0 12px 0 0; }

select.assign { width: 280px; }

h4 img { margin: 0px 5px -2px 0; }
h4 { padding-bottom: 2px; }

.pink { color: #ff0084 !important; }
.blue { color: #00A8C4 !important; }
.darkblue { color: #004c59 !important; }

p.subtitle {
	font-family: inherit;
	font-size: 13px;
	color: #444;
	margin: 0;
	padding: 0 0 30px 0;
	letter-spacing: 1px;
	width: 650px;
	position: relative;
	clear: both;
}

#personeditor p.subtitle {
	position: relative;
	color: #00A8C4;
	font-size: 13px;
	font-weight: bold;
}

dt { 
	font-weight: bold;
	color: #00A8C4;
	font-size: 1.25em;
	line-height: 30px;
	float: left;
	clear: left;
}

dd { 
	float: right;
	clear: right;
	padding: 1px 0 0 0;
	margin: 0px 0 0 0;
	line-height: 30px;
	text-align: left;
}

dd address { line-height: 20px; }

#contactinfo a {
	color: #004C59;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

a.showmap {
	margin: 0px 0 0 5px;
	font-size: 12px;
	line-height: 12px;
}

a img { border: 0; }

.inline, .inline p { 
	display: inline !important;
	float: none !important;
}

.module { clear: both; }

address { 
	font-style: normal;
	text-align: right;
}

.small { font-size: 10px !important; }
.small a { font-size: 12px; !important; }


h4 a { 
	color: #00A8C4;
	text-decoration: none;
}


/* Maps */

#map-container, iframe {
	border: 0;
	width: 95%;
	clear: both;
	margin: 0 10px 0 0;
}

li span.mapgroup { 
	display: block;
	width: 165px;
	height: 31px;
	background: url(/images/maps-group.gif) no-repeat;
	padding: 75px 0 0 10px;
}

#gmap {
	min-height: 600px;
	border: 3px solid #00A8C4;
	width: 60%;
	float: left;
}

#mapgroup { display: inline;}

.sidebar { 
	width: 30%; 
	float: left;
	margin: 0 20px;
}

.sidebar .list {
	height: 200px;
	overflow: auto;
}


/* Scaffold Styles */

body { color: #333; }

body, p, ol, ul, td {
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors { display: inline !important; }
.fieldWithErrors input, .fieldWithErrors textarea { border: 3px solid #0098b4; }

#errorExplanation {
  width: 400px;
  border: 2px solid #0098b4;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fcfcfc;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #00A8C4;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.columnlist {
	font-size: 90%;
}

.module table {
	margin: 0;
	padding: 0;
}

/* Groups */

.groupfacts {
	float: left;
	width: 400px;
	margin: 20px 20px 20px 0;
	padding: 5px 10px;
}

.groupfacts h4 { 
	color: #00A8C4;
	margin: 0 0 10px 0;
}

.groupfacts address {
	text-align: left;
	clear: both;
}

.groupmemberlist {
	clear: both;
	margin: 20px 0 0 0;
}

#grouplocation {
	width: 250px;
	float: left;
}

#groupstats {
	width: 200px;
	float: left;
}

#groupmap {
	width: 130px;
	float: right;
}

.selection#view .infoheader .links {
	position: relative;
	top: -35px;
}

.selection#view .infoheader .links a {
	padding: 0 10px;
	border-right: 2px solid #00A8C4;
}

.selection#view .infoheader .links a.last { border-right: none; }


/* Child Check-in */

#checkin { -webkit-user-select: none; }

.checkin a:focus { outline: none !important; }
#welcome, #stepone, #steptwo, #stepthree, #confirm { -moz-user-select: none !important; }

#welcome h1, #stepone h1, #steptwo h1, #steptwo_vol h1, #stepthree h1, #confirm h1 { 
	font-size: 300%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkin h2 { font-size: 150%; }

#checkin .subtitle {
	font-size: 150%;
	width: 950px;
}

#stepone #numpad,
#steptwo #numpad,
#steptwo_vol #numpad {
	border: 0;
	margin: 30px auto 0 auto;
}

#stepone #volcheckin { 
	margin-left: -100px;
	position: absolute;
	left: 50%;
	top: 750px;
}

#stepthree #numpad { margin-top: 5px; }

#stepone #numpad td,
#steptwo #numpad td,
#steptwo_vol #numpad td {
	width: 86px;
	height: 86px;
	vertical-align: center;
	text-align: center;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	background: url(../images/checkin/key.gif) 50% 50% no-repeat;
}

#stepthree h4 { font-size: 24px; }
#stepthree .kid-list h4 { margin: -8px 0 15px 0; }
#stepthree .confirm-right h4, #stepthree_vol .confirm-right h4 { margin: 0 0 5px 0; }

#stepthree .kid-list ul { list-style: none; margin: 0; padding: 0; text-indent: none;}

#stepone li, #stepthree li, #stepthree_vol li { 
	width: 245px;
	height: 72px; 
	display: inline-block;
	float: left;
	margin: 0 15px 20px 15px;
	overflow: hidden;
	padding: 0;
	background: url(../images/checkin/button-unchecked.gif) no-repeat;
}

#stepone li label, #stepthree li label, #stepthree_vol li label { 
	display: block;
	width: 245px;
	height: 72px;
	padding: 27px 0 0 74px;
	color: #444;
	font-size: 30px;
	cursor: pointer;
}

#stepone li input, #stepthree li input, #stepthree_vol li input { display: none; }

#stepthree .confirm-right, #stepthree_vol .confirm-right {
	width: 275px;
	position: absolute;
	right: 31%;
	padding: 0;
}

#stepthree .confirm-extra, #stepthree_vol .confirm-extra {
	width: 240px;
	position: absolute;
	right: 8%;
	padding: 20px;
	margin-top: -20px;
	border: 2px solid #eee;
	-moz-border-radius: 10px;
}

#stepthree .confirm-extra li, #stepthree_vol .confirm-extra li {
	position: relative;
	top: 15px;
	left: 15px;
	float: right;
}

#stepthree .kid-list { 
	width: 550px;
	height: 308px;
	position: absolute;
	left: 5%;
	margin-top: -20px;
	padding: 20px;
	border: 2px solid #eee;
	-moz-border-radius: 10px;
}

#stepthree .pager {
	margin: -20px auto 0 auto;
	padding: 15px 0 15px 38px;
	border: 2px solid #eee;
	-moz-border-radius: 10px;
}

#stepthree #numpad td {
	width: 60px;
	height: 60px;
	vertical-align: center;
	text-align: center;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	background: url(../images/checkin/key.gif) 50% 50% no-repeat;
}


#steptwo #numpad td.back,
#steptwo_vol #numpad td.back {
	height: 86px;
	background: #fff;
}

.checkin#stepone input.text,
.checkin#steptwo input.text,
.checkin#steptwo_vol input.text,
.checkin#stepthree input.text { 
	width: 200px;
	height: 30px;
	font-size: 24px;
	margin: 0 auto;
	display: block;
	clear: both;
}

.checkin#stepthree input.text { margin: 0px; width: 185px;}
.checkin#stepone table.keypad { margin: 150px auto 0 auto; }

.checkin .back {
	width: 86px;
	height: 86px;
	display: block;
	background: url(../images/checkin/back.gif) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	left: 300px;
	text-indent: -9000px;
}

.checkin#stepthree .back {
	position: absolute !important;
	bottom: 0px !important;
	margin-top: 220px;
}

.checkin .next {
	width: 86px;
	height: 86px;
	display: block;
	background: url(../images/checkin/next.gif) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	right: 300px;
	border: 0;
	text-indent: -9000px;
}

.checkin .complete {
	width: 400px;
	height: 159px;
	display: block;
	text-indent: -9000px;
	border: 0;
	position: absolute;
	left: 50%;
	margin-left: -200px; 
	bottom: 80px;
	background: url(../images/checkin/complete.gif) 50% 50% no-repeat;	
}

.checkin .begin {
	width: 400px;
	height: 159px;
	display: block;
	text-indent: -9000px;
	margin: 100px auto 0 auto;
	background: url(../images/checkin/begin.gif) 50% 50% no-repeat;
}

.child form { padding-top: 15px;}

.child label {
	font-size: 130%;
	font-weight: bold;
}

.child textarea {
	width: 400px;
	height: 150px;
}

/* New Group Type */

.group_types dt input {
	float: left;
	margin-left: 5px;
}

.group_types dt img { width: 24px; height: 24px;}

.group_types dt {
	width: 80px;
	line-height: 15px;
	float: left;
	clear: none;
	margin-bottom: 15px;
}

#notice, .flash.notice {
	background: #fffbcc;
	border: 1px solid #e6db55;
	width: 95%;
	margin-bottom: 15px;
	padding: 10px;
}

.print, .receipt, .parentreceipt { display: none; }

#spinner { display: inline; padding-left: 10px;  }


/* Reports and Admin */

.reports form, .admin form, .social_admin form { margin: -10px 0 0 0; }

.reports ul, .admin ul, .social_admin ul { 
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

.reports a, .admin a, .social_admin a { position: relative; }
.reports ul li, .admin ul li, .social_admin ul li { margin-bottom: 20px; line-height: 20px; }
.reports ul li li, .admin ul li li, .social_admin ul li li { margin: 0; line-height: auto; }

.reports ul li span, .reports ul li span a,
.admin ul li span, .admin ul li span a,
.social_admin ul li span, .social_admin ul li span a {
	color: #00a8c4;
	border: 0;
	font-size: 18px;
	font-weight: bold;
}

.reports ul li a, .admin ul li a, .social_admin ul li a { font-weight: bold; }


/* Users */

.users#edit form { margin: 0; padding: 0; }
.users#edit label { font-weight: bold; }
.users#edit ul { list-style: none; padding: 0; }
.users#edit fieldset div { margin-bottom: 10px; }


/* Payments */

#demo-notice {
	clear: both;
	bottom: 25px;
	width: 100%;
	position: fixed;
	color: #002c4c;
	background: #fff;
	padding: 3px 0;
	text-indent: 10px;
	border-top: 1px solid #ccf;
  	opacity:0.85;
	font-weight: bold;
  	filter:alpha(opacity=85);
}

#demo-notice a { color: #00a8c4 !important; }

.payments#index p {
	width: 600px;
	font-size: 14px;
}

.payments#index table {
	width: 650px;
	background: #fff;
	border: 1px solid #ccc;
}

.payments#index table thead {
	color: #fff;
	background: #00a8c4;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.payments#index table .upto {
	font-weight: bold;
	background: #def;
}

.payments#index table td { 
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.payments#index table td.last { border-bottom: none; }
.payments#index table .all { background: #ddf; font-weight: bold; }
.payments#index #continue { border: 0; }
.payments#index h4#plans { margin: 0 0 -20px 0; }

.payments#receipt h4 { font-weight: normal; }
.payments#receipt h4 strong { padding-right: 10px; }

input.radio { border: 0; }

.individual#show img.delete { position: relative; top: 4px;}
.individual#show a.remove { 
  float: left !important;
  margin-right: 10px;
}


/* Messages */
table#messages th#topic { text-align: left; }
table#messages .even { background: #f1f5fa; }
table#messages .odd { background: #fff; }

table#messages { 
	width: 100%;
	border-left: 1px solid #bbc;
	border-top: 1px solid #bbc;
	border-right: 1px solid #bbc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

table#messages td, table#messages th { padding: 5px; border-bottom: 1px solid #bbc; }
table#messages .topic { width: 300px; }

#message_message { width: 600px; height: 200px; overflow: hidden; }

#messages th { 
	text-align: left;
	padding: 0 !important;
	text-indent: 5px;
	background: #00a8c4;
	color: #fff;
	height: 24px;
}

#thread td { 
	vertical-align: top;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#thread .reply-label { border: 0; }
#thread .reply-label h5 { margin: 0; padding: 0; }
#thread tr .even { background: #f1f5fa; }
#thread tr .odd { background: #fff; }

#thread .avatar { margin: 0; padding: 0; }

#thread .author {
	width: 100px;
	text-align: center;
}

#thread .message-content {
	width: 500px;
	font-size: 14px;
	font-family: 'Georgia';
}

#thread .message-content p { 
	margin-top: -3px;
	font-size: 15px;
	line-height: 135%;
	padding-right: 30px;
}

#thread .your-reply td { border: 0; }
#thread .your-reply form { margin: 0; padding: 0;}

#thread .your-reply textarea {
	width: 500px;
	height: 200px;
	font-size: 18px;
	color: #555;
	margin-bottom: 5px; 
	font-family: 'Georgia', 'Trebuchet MS', sans-serif;
}

#thread { margin: 0; padding: 0; }


/* Login Page */
#login-form {
  width: 380px;
  float: left;
}

#account-request-form textarea {
  width: 400px;
  height: 100px;
  overflow: auto;
}

#footer-legal {
  width: 975px;
  margin: 0 auto;
  text-indent: 20px;
  padding-top: 20px;
  color: #ccc;
}

#footer-legal a { color: #ccc; }