/* --------- /stylesheets/blueprint/screen.css --------- */ 
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a:link, a:visited {
	color:#A61C4F;
}
a:hover, a:active {
	color:#000;
}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#A61C4F;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(/stylesheets/blueprint/src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}/* --------- /stylesheets/seed.css --------- */ 
/* seed.css
   base admin styles
*/

/********* Tag Defaults **********/

fieldset {
	border-width: 0;
	padding: 0;
	position: relative;
}
textarea, select { margin: 0;}
a { color: #4488bb; }
a:visited { color: #4488bb; }

/************ User Bar *************/

ul#seed-user-bar {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0 5px;
	list-style: none;
	background-color: #444;
	height: 36px;
	border-bottom: 1px solid #000;
	background-image: url(/images/bg/dark_grey_diag.png);
}
ul#seed-user-bar li {
	float: left;
	padding: 8px 7px 0 7px;
	margin: 3px 5px 0 0;
	color: #ccc;
	position: relative;
	z-index: 1000;
	height: 25px;
	display: inline; /* for IE 6 */
}
ul#seed-user-bar li.add-stuff {
	background-color: #4488bb;
	padding-right: 25px;
	padding-left: 25px;
}
ul#seed-user-bar li.img {
	padding: 0;
}
ul#seed-user-bar li.right {
	float: right;
}
ul#seed-user-bar li.hover {
	color: #fff;
	cursor: pointer;
}
ul#seed-user-bar li.edit-page {
	margin: 3px 3px 0 8em;
	border-left: 1px solid #333;
	padding-right: 1em;
}
ul#seed-user-bar li.first {
	margin-left: 10px;
}
ul#seed-user-bar li.plain {
	background: #4f4f4f;
}
ul#seed-user-bar ul.sub {
	display: none;
	margin: 0;
	position: absolute;
	list-style: none;
	padding: 0;
	left: 0;
	top: 33px;
	width: 200px;
	z-index: 1;
	background: #4488bb;
	border-top: 1px solid #333;
}
ul#seed-user-bar li:hover ul.sub, ul#seed-user-bar li.over ul.sub { 
	display: block;
}
ul#seed-user-bar ul.sub li {
	background: transparent;
	display: block;
	margin: 0;
	float: none;
	height: 24px;
	padding: 8px 20px 0 25px;
	white-space: nowrap;
	border-bottom: 1px solid #666;
}
ul#seed-user-bar ul.sub li a:hover {
	color: #fff;
}
ul#seed-user-bar a {
	text-decoration: none;
	color: #ccc;
}
ul#seed-user-bar img {
	float: left; /* for IE 6 */
	margin: 0;
	padding: 0;
}
ul#seed-user-bar a:hover {
	color: #4488bb;
}

/************* Forms ***************/

h2.admin {
	font: 18px Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
}
form.seed-admin { 			
	padding: 1em;
	border: 1px solid #dbe2e8;
	background-color: #f1f4f6;
	margin: 0 0 2em 0;
}
form.seed-admin label {
	float: left;
	width: 25%;
	color: #666;
	margin: 3px 0 0 0;
	font-weight: normal;
}
form.seed-admin p {
	margin: 0 0 0 25%;
	width: 80%;
}
form.tight p {
	margin: 0;
}
form.seed-admin legend {
	padding: 0 0 10px 0;
}
form.seed-admin a {
	text-decoration: none;
}
form.seed-admin div.input-row {
	padding: 5px 0
}
form.tight label, form.ajax label {
	float: none;
	display: block;
	color: #666;
	margin-bottom: 1px;
	width: 100%;
}
form.seed-admin div.input-row select {
	margin: 0;
}
form.seed-admin div.input-row input,
form.seed-admin div.input-row textarea {
	width: 70%;
	margin: 0;
}
form.tight div.input-row input,
form.tight div.input-row textarea {
	width: 97%;
}
div.submit {
	margin: 2em 0;
}

/*********** Ajax Forms *************/
div#seed-admin-form img#spinner {
	position: absolute;
	left: 350px;
	top: 40px;
}
form.ajax {
	width: 375px;
	margin-top: 1em;
}
form.seed-admin #ajax {
	margin-top: 1em;
}
form.seed-admin #ajax label {
	margin-bottom: 0.5em;
}

/********** Comments Form ***********/
form.seed-admin div.commentable-row {
	margin-bottom: 10px;
}
form.comment textarea, textarea.compact {
	height: 90px;
}

/********** Events Form *************/
form.seed-admin div.input-row input.date {
	width: 220px;
}
div.cds_footer {
	display: none;
}

/********** Form Tab Menu **********/
ul#formtabs {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	height: 19px;
}
ul#formtabs li {
	float: left;
}
ul#formtabs li a {
	float: left;
	padding: 2px 10px 0 10px;
	margin-right: 2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 0px solid #fff;
	text-decoration: none;
	height: 16px;
	background-image: url(/images/icons/grad_1px.gif);
	background-position: 0 -184px;
	color: #999;
}
ul#formtabs li a.selected {
	background-image: url(/images/icons/grad_1px.gif);
	background-position: 0 -234px;
	color: #4488bb;
}

/********** Form Sidebar ***********/

div#image-control a.add {
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ddd;
	background-image: url(/images/icons/grad_1px.gif);
	background-position: 0 -185px;
}
div#seed-notes {
	border: 1px solid #dbe2e8;
	background-color: #f1f4f6;
}
div#seed-notes p {
	margin: 5px;
	font-size: 0.9em;
	color: #666;
}
div#seed-notes a {
	text-decoration: none;
}
div#seed-notes h4, div#seed-notes h5 {
	margin: 5px;
	font-size: 0.9em;
	color: #555;
}

/********* Page Index ************/
div.page-control ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
div.page-control li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
div.page-control ul span {
	float: left;
	width: 32%;
	height: 22px;
	line-height: 22px;
	padding: 3px 0 3px 1%;
	border-bottom: 1px solid #ccc;
	background-color: #f1f4f6;
}

div.page-control ul#titles li span, div.page-control ul#titles2 li span {
	background-color: #fff;
	font-weight: bold;
}
div.page-control ul#titles2 li span {
	margin-top: 20px;
}
div.page-control ul.child li span {
	background-color: #f9f9f9;
}
div.page-control ul.child span.name {
	padding-left: 3%;
	width: 30%;
}
div.page-control ul.subchild li span {
	background-color: #fff;
}
div.page-control ul.subchild span.name {
	padding-left: 5%;
	width: 28%;
}

/******* CRUD Anchor Tags **********/

.seed-admin-tag { 				
	font-size: 11px;
	color: #666;
	background: #f0f0f0;
}
.seed-admin-tag a {
	text-decoration: none;
	margin: 0 3px 0 3px;
}
.seed-admin-tag a:hover {
	background-color: transparent;
}
.seed-edit-tag {
	float: right;
}
div.button {
	margin: 0 0 1em 0;
}

/********* Document Admin *********/
div#form-documents {
	margin-top: 1em;
}
div#form-documents a.button {
	display: block;
	border: 1px solid #ddd;
	width: 200px;
	text-decoration: none;
	text-align: center;
	padding: 0 1em;
	background-image: url(/images/icons/grad_1px.gif);
	background-position: 0 -185px;
}
table#document-table {
	margin-top: 1em;
}

/*********** User Admin ***********/
div#user {
	width: 600px;
	margin-top: 2em;
	color: #666;
}
div#user p {
	margin: 0 0 3px 0;
	padding-left: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
}

/*********** Users Admin **********/
div#seed-role-menu {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	text-align: right;
	margin-bottom: 1em;
}
div#seed-role-menu select {
	min-width: 200px;
}
div#user-grp-form {
	background-color: #f0f0f0;
	padding: 5px 2px;
	margin: 5px 0 10px 0;
}
div#user-grp-form input.text {
	margin: 0 20px 0 0;
}
div#user-grp-error div {
	margin: 5px 2px 0 2px;
	color: red;
}

/********** Image Admin **********/

.seed-image-item {
	float: right;
	border: 1px solid #ccc;
	font-weight: normal;
	margin: 0 5px 5px 0;
	position: relative;
	text-align: center;
}
.seed-image-item img {
	float: left;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.seed-image-item a {
	margin: 0;
	padding: 0 5px;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	border-bottom: 0px #fff;
	text-decoration: none;
}
.seed-image-item a:hover {
	color: #fff;
	background: #4488bb;
}

/******** Error Messages *********/

div.fieldWithErrors label {
  	color: red;
}
div.fieldWithErrors input {
	background: #ffdddd;
}
#errorExplanation {
  	border: 1px solid red;
  	padding: 7px;
  	padding-bottom: 6px;
  	margin-bottom: 20px;
  	background-color: #f0f0f0;
  	font-size: 10px;
}
#errorExplanation h2 {
  	text-align: left;
  	font-weight: bold;
  	font-size: 11px !important;
  	padding: 5px 5px 5px 15px;
  	font-size: 12px;
  	margin: -7px !important;
  	background-color: #c00;
  	color: #fff;
}
#errorExplanation p {
  	color: #333;
  	margin: 10px 0 0 0;
  	padding: 5px;
}
#errorExplanation ul li {
  	list-style: square;
}
ul#ajax-error {
	margin: 0;
	padding: 0;
}
div#flash-notice, div#flash-warning, div#flash-error, div#flash-test, div#flash-public, div#flash-notification {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	padding: 11px 0 0 0;
	height: 24px;
	color: #333;
	border-bottom: 1px solid #ddd;
	text-align: center;
	z-index: 1000;
	background: #444;
	background-image: url(/images/bg/grey_diag.png);
}
div#flash-error {
	top: 0;
}
div#flash-notification {
	background: #ffee44;
	border-color: #ffee44;
}

/* --------- /stylesheets/lightview.css --------- */ 
/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

div#lightview-content {
	overflow: scroll;
	float: left;
	overflow-y: scroll;
	height: 350px;
	width: 250px;
}
div#lightview-content ul.roles {
	margin: 0;
	padding: 0;
}
div#lightview-content ul.roles li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0.5em;
	background: #f9f9f9;
}
div#lightview-content ul.roles li.even {
	background: #fcfcfc;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
  position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	margin: 0;
	font: 18px Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	color: #333;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}/* --------- /stylesheets/prototip.css --------- */ 
/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* seed-edit-article */
.prototip .seed-edit-article {
	width: 80px;
	color: #808080;
}
.prototip .seed-edit-article .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .seed-edit-article .title { padding: 5px; }
.prototip .seed-edit-article .content {
	background: #fff;
}
.prototip .seed-edit-article .content a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	background: #fafafa;
}
.prototip .seed-edit-article .content div.first a {
	border-bottom: 2px solid #116497;
}
.prototip .seed-edit-article .content div.handle a {
	border-top: 2px solid #116497;
}
.prototip .seed-edit-article .content a:hover {
	background-color: #4488bb;
	color: #ddd;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End *//* --------- /stylesheets/default.css --------- */ 
/* default.css
   Edit or overide these styles 
   to create a custom layout
*/
 
/********** Page Layout ***********/
 
body {
	background: #A61C4F url(/images/bg.jpg) top left repeat-x;
  font-family: "helvetica neue",verdana, arial,  sans-serif;
	font-size: 70%;
}
div.append-bottom {
	background:#562C35;
	color:#FFF;
	text-align:center;
	padding:10px 0;
	position:relative;
	top:-20px;
}
div.append-bottom a {
	color:#FFF;
}
div#head {
	background:transparent;
	color:#FFF;
}
div#head h2 {
	font-family: "helvetica neue", arial, sans-serif; 
  letter-spacing: 1px;
	margin-bottom: 0;
	color:#FFF;
}
div#head p {
	font-style: italic;
}
div#search {
	margin-top:20px;
}
span.small_number {
	font-size:10px;
}
#banner {
	height:62px;
}
#banner h1 {
	color:#FFF;
	margin:0;
}
span.sub_heading {
	font-size:1.5em;
	line-height:1;
	padding-top:2px;
}
span.description {
	font-size:1em;
	line-height:1;
	font-style:italic;
	padding-top:2px;
}

#menupages {
	background:#fafafa;
	padding:10px 0px;
} 
#primary-menu {
	background:#fafafa;
}
#primary-menu li a:link, #primary-menu li a:visited {
	color:#000;
	font-size:18px;
	text-transform: uppercase;
	font-family:'HelveticaNeue-CondensedBold';
}
#primary-menu li a:hover, #primary-menu li a:active, #primary-menu li.selected a {
	color:#A61C4F;
	font-size:18px;
	text-transform: uppercase;
	font-family:'HelveticaNeue-CondensedBold';
}
#page_content {
	background:#FFF;
	padding-left:40px;
	padding-top:10px;
}
/************* Search **************/
div#search-results h2 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5em 0;
  font-family: Georgia, "Times New Roman", serif; 
}
div#search-results div.result-group {
  margin-bottom: 4em;
}
div#search-results p strong.highlight {
  background-color: #ffff66;
}
 
/************ Resources ************/
 
div.article, div.newsitem, div.post, div.event {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 2em;
}
div.article h2, div.newsitem h2, div.post h2, div.event h2 {
  font-family: Georgia, "Times New Roman", serif; 
  letter-spacing: 1px;
}
div.article a, div.newsitem a, div.post a, div.event a {
  text-decoration: none;
}
div.article img, div.newsitem img, div.post img {
  float: right;
  margin: 0 0 1em 1.5em;
}
div.post, div.newsitem {
  border-width: 0;
}
div.post h2, div.newsitem h2 {
  margin: 0 0 0.5em 0;
  text-align: center;
	color:#A61C4F;
}
div.post h2 a, div.newsitem h2 a {
  margin: 0 0 0.5em 0;
  text-align: center;
	color:#A61C4F;
}
div.post h4, div.newsitem h4 {
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
  background: #fafafa url(/images/date.jpg) left no-repeat;
	background-position:  0px 7px;
  margin-bottom: 2em;
}
.dates_and_comments {
  text-transform: uppercase;
  font-weight: normal;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	color:#A61C4F;
  padding: 0.5em 0;
  background: #fafafa;
	background-position:  0px 7px;
  margin-bottom: 2em;

}
.dc_dates {
	text-align:left;
	padding-left: 2em;
	display:inline;
	background: #fafafa url(/images/date.jpg) left no-repeat;
}
.dc_comments {
	margin-left:300px;
	padding-right: 2em;
	text-align:right;
	display:inline;
	background: #fafafa url(/images/comment.jpg) right no-repeat;
}
.dc_comments a {
		color:#A61C4F;
}

/********* Articles, News *********/
div.article img, div.newsitem img, div.post img {
  float: right;
  margin: 0 0 1em 1.5em;
}
 
/*********** News & Blog **********/
div#archive {
  text-align: left;
}
div#archive div.year {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
div#archive h5 {
  font-weight: normal;
}
div#archive h5.year a {
  color: #666;
}

/*********** Components ***********/
div#components {
  text-align: left;
}
div.component {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1em 0;
  margin-bottom: 2em;
  text-align: left;
}
div.component h3, div#archive h3 {
  font-family: Georgia, "Times New Roman", serif; 
}
 
/************ Comments ************/
div#comments {
	clear: both;
	margin-top: 2em;
}
div.comment {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 1em;
}
div.comment.even {
  background: #fbfbfb;
}
div#commentform {
	clear: both;
	margin-top: 2em;
}
 
/*********** Main Menu ************/
ul.menu {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  border-top: 1px solid #ccc;
	font-size: 1.1em;
}
ul.menuchild, ul.submenuchild {
  padding-left: 1.5em;
  margin: 0.5em 0 -0.5em 0;
  list-style: none;
}
div#secondary-menu ul.menu  {
  margin-top: 45px;
}
ul.menu li {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  padding: 0.7em 0;
}
ul.menu li.selected {
  background: #fafafa;
}
ul.menuchild li {
  border-width: 0;
  border-top: 1px solid #ccc;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li.add a {
  color: #999;
}
 
/******** Horizontal Menu *********/
div.horizontal-menu ul.menu {
  border-width: 0;
  float: left;
  border-bottom: 1px solid #ddd;
  margin: 0px !important;
  width: 100%;
}
div.horizontal-menu ul.menu li {
  line-height: 24px;
  padding: 0 1em;
  background: #f9f9f9;
  border-width: 0;
}
div.horizontal-menu ul.menu li.top {
  float: left;
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
div.horizontal-menu ul.menuchild {
  display: none;
  position: absolute;
  left: -1px;
  top: 19px;
  padding: 0px;
  background-color: #999;
  z-index: 1;
}
div.horizontal-menu ul.submenuchild {
	display: none;
}
li:hover ul.menuchild, li.over ul.menuchild { 
  display: block;
}
div.horizontal-menu ul.menuchild li > ul.menuchild {
  top: auto;
  left: auto;
}
div.horizontal-menu ul.menuchild li {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
 
/********** Pagination ***********/
.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
}
.pagination a {
    padding: 1px 5px 1px 5px;
    margin: 2px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active {
    border: 1px solid #4488bb;
    color: #333;
}
.pagination span.current {
    padding: 1px 5px 1px 5px;
    margin: 2px;
    border: 1px solid #4488bb;
    font-weight: bold;
    background-color: #4488bb;
    color: #fff;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}
 
/************ Calendar ***********/
 
table.calendar {
  margin: 0 0 2em 0;
}
table.calendar td {
  border-width: 0;
  border-bottom: 1px solid #ddd;
}
table.calendar th {
	background: #fff;
	text-align: center;
}
table.calendar th a {
  font: 28px Georgia, "Times New Roman", serif; 
  text-decoration: none;
}
.monthName {
  font: 18px Georgia, "Times New Roman", serif; 
  padding-bottom: 0.5em;
}
.dayName th {
  font-size: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  color: #666;
}
.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
}
.otherMonth {
  color: #eeeeee;
  background-color: white;
}
.day, .specialDay {
  text-align: center;
  background-color: #bbccff;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
.weekendDay.specialDay {
  background-color: #ffffee;
  color: #666;
}
.today{
  background-color: #4682b4;
}/* --------- /plugin_assets/calendar_date_select/stylesheets/calendar_date_select//default.css --------- */ 
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
