@CHARSET "UTF-8";
/* Grid */
.g-1, .g-23-24, .g-11-12, .g-7-8, .g-5-6, .g-19-24, .g-3-4, .g-17-24, .g-2-3, .g-5-8, .g-7-12, .g-13-24, .g-1-2, .g-11-24, .g-5-12, .g-3-8, .g-1-3, .g-7-24, .g-1-4, .g-5-24, .g-1-6, .g-1-8, .g-1-12, .g-1-24 { display: inline; float: left; margin-left: 10px; margin-right: 10px; position: relative; }
.u-1, .u-23-24, .u-11-12, .u-7-8, .u-5-6, .u-19-24, .u-3-4, .u-17-24, .u-2-3, .u-5-8, .u-7-12, .u-13-24, .u-1-2, .u-11-24, .u-5-12, .u-3-8, .u-1-3, .u-7-24, .u-1-4, .u-5-25, .u-1-6, .u-1-8, .u-1-12, .u-1-24 { display: inline; float: left; position: relative; }

/* Grid Component Widths */
.g-1     { width: 940px; }
.g-23-24 { width: 900px; }
.g-11-12 { width: 860px; }
.g-7-8   { width: 820px; }
.g-5-6   { width: 780px; }
.g-19-24 { width: 740px; }
.g-3-4   { width: 700px; }
.g-17-24 { width: 660px; }
.g-2-3   { width: 620px; }
.g-5-8   { width: 580px; }
.g-7-12  { width: 540px; }
.g-13-24 { width: 500px; }
.g-1-2   { width: 460px; }
.g-11-24 { width: 420px; }
.g-5-12  { width: 380px; }
.g-3-8   { width: 340px; }
.g-1-3   { width: 300px; }
.g-7-24  { width: 260px; }
.g-1-4   { width: 220px; }
.g-5-24  { width: 180px; }
.g-1-6   { width: 140px; }
.g-1-8   { width: 100px; }
.g-1-12  { width: 60px; }
.g-1-24  { width: 20px; }

.u-1     { width: 100.00%; }
.u-23-24 { width: 95.83%; }
.u-11-12 { width: 91.66%; }
.u-7-8   { width: 87.50%; }
.u-5-6   { width: 83.33%; }
.u-19-24 { width: 79.16%; }
.u-3-4   { width: 75.00%; }
.u-17-24 { width: 70.83%; }
.u-2-3   { width: 66.66%; }
.u-5-8   { width: 62.50%; }
.u-7-12  { width: 58.33%; }
.u-13-24 { width: 54.16%; }
.u-1-2   { width: 50.00%; }
.u-11-24 { width: 45.83%; }
.u-5-12  { width: 41.66%; }
.u-3-8   { width: 37.50%; }
.u-1-3   { width: 33.33%; }
.u-7-24  { width: 29.16%; }
.u-1-4   { width: 25.00%; }
.u-5-25  { width: 20.83%; }
.u-1-6   { width: 16.66%; }
.u-1-8   { width: 12.50%; }
.u-1-12  { width: 8.33%; }
.u-1-24  { width: 4.16%; }


.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
.wrap { display: block; padding: 0 10px; }
.hidden { display: none !important; }
.strike { text-decoration: line-through !important; }
.center { text-align: center !important; }
.textRight { text-align: right !important; }
pre { clear: both; display: block; font: normal 12px/15px Courier, monospace; margin-bottom: 20px; text-align: left; }

/* Global */
body {
	background: #F1F2F2;
	color: #414042;
	font: 14px/20px Verdana, Helvetica, sans-serif;
	margin: 0 auto 20px;
	text-align: center;
	min-width: 982px;
}

#grid, #container {
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	width: 982px;
}

#grid {
	position: absolute;
	background: url('/media/grid.10x10.png') left top repeat;
	z-index: 100;
	height: 100%;
	top: 0px;
}

em {
	font-style: italic;
}

abbr, strong {
	font-weight: bold;
}

abbr {
	border-bottom: 1px dotted #414042;
}

#header, #nav, .content, #footer, #attribution {
	clear: both;
	display: block;
	text-align: left;
}

/* Border Radius */
#nav, .content, .section, #footer, .content .controls button, .content .controls a, .content .button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.section-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#header a, #home a, #body a, #footer a {
	color: #2D5AC9;
	display: inline-block;
}

#header a:hover, #home a:hover, #body a:hover, #footer a:hover {
	color: #172D65;
	text-decoration: none;
}

/* Header */
#header {
	height: 100px;
}

#header p img {
	float: left;
	margin-right: 10px;
}

#header-logo {
	padding-top: 5px;
} 

#header-title {
	padding: 10px 0 0;
}

#header-user {
	text-align: right;
	font-size: 12px;
	line-height: 30px;
}

#header-user span {
	color: #BCBEC0;
}

#header-title h1 {
	color: #000;
	font: 30px/40px Georgia, "Times New Roman", serif;
}

#header-title h2 {
	color: #006668;
	font: 15px/20px Georgia, "Times New Roman", serif;
}

/* Navigation */
#nav-wrap {
	display: block;
}

#nav {
	border: 1px solid #00888A;
	display: block;
	clear: both;
	position: relative;
	background: -moz-linear-gradient(top, #63C1C1, #00888A);
	background: -webkit-gradient(linear, left top, left bottom, from(#63C1C1), to(#00888A));
	background-color: #63C1C1;
	height: 38px;
	z-index: 200;
}

#nav li {
	float: left;
	position: relative;
	height: 38px;
	line-height: 36px;
	width: auto;
}

#nav > li:hover {
	background-color: #00888A;
}

#nav > li:last-child {
	border-right: 1px solid #63c1c1;
}

#nav > li:first-child {
	margin-left: 0;
	border-left-width: 0;
}

#nav > li:first-child a {
	border-left-width: 0;	
}

#nav li span,
#nav li a {
	border-left: 1px solid #63c1c1;
	border-right: 1px solid #006668;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #006668;
	text-decoration: none;
	padding: 0 20px 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}

#nav li li span,
#nav li li a {
	line-height: 40px;
}

#nav > li:hover > a, #nav > li a:hover {
	border-left-color: #00888A;
	background-color: #00888A;
}

#nav li.menu > a {
	background: url('/media/graphic.button.down-arrow.png') right 5px no-repeat;
	padding-right: 30px;
}

#nav li ul {
	background-color: #00888A;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 0;
	-moz-box-shadow: 0 2px 4px #333;
	-webkit-box-shadow: 0 2px 4px #333;
	box-shadow: 0 4px 4px #999;
	display: none;
	top: 38px;
	left: 0;
	padding: 0;
	position: absolute;
	width: 310px;
	z-index: 100;
}

#nav li ul li {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

#nav li:hover ul {
	display: block;
}

#nav ul span,
#nav ul a {
	border: 0;
	padding: 0 20px;
	text-shadow: none;
	font-size: 12px;
}

#nav ul a:hover {
	background: #63c1c1;
}

#nav li ul li.separator {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 9px;
}

/* Breadcrumbs */
#breadcrumbs {
	color: #BCBEC0;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

#breadcrumbs strong,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #6D6E71;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #414042;
	text-decoration: underline;
}

/* Main Content */
.content {
	background: #fff;
	border: 1px solid #D1D3D4;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
}

#ngo-csw-forum-banner {
	box-shadow: 0 0 5px #D1D3D4;
	-o-box-shadow: 0 0 5px #D1D3D4;
	-ms-box-shadow: 0 0 5px #D1D3D4;
	-moz-box-shadow: 0 0 5px #D1D3D4;
	-khtml-box-shadow: 0 0 5px #D1D3D4;
	-webkit-box-shadow: 0 0 5px #D1D3D4;
	border-color: #BCBEC0;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
}

#main-banner {
	background-color: #E0F3F3;
	border-color: #C5E8E7;
	margin-top: 20px;
}

#main-banner h1 {
	color: #006668;
	font: normal 20px/40px Georgia, "Times New Roman", serif;
}

#main-banner .graphic {
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px #808284;
	-webkit-box-shadow: 0 2px 4px #808284;
	box-shadow: 0 4px 4px #808284;
	margin-bottom: 20px;
	padding: 0;
}

#upcoming-events h3, #blog-posts h3 {
	border-bottom: 1px solid #BCBEC0;
	margin-bottom: 19px;
}

#upcoming-events .event, #blog-posts .post {
	margin-bottom: 40px;
}

#upcoming-events .daily-page {
	float: left;
	margin-right: 20px;
	width: 60px;
}

#upcoming-events .daily-page .month {
	border: 2px solid #808285;
	background-color: #EB6671;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
	
#upcoming-events .daily-page .day {
	border: 2px solid #808285;
	border-top: 0;
	color: #808285;
	font-size: 30px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

#upcoming-events .detail {
	float: left;
	width: 220px;
}

#upcoming-events .detail p:last-child {
	margin-bottom: 0;
}

#upcoming-events .event h4 a, #blog-posts .post h4 a {
	text-decoration: none;
}

#blog-posts .post a.more {
	background-color: #2D5AC9;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 12px;
    text-decoration: none;
}

#blog-posts .post a.more:hover {
	background-color: #808285;
}

.content .title {
	margin-bottom: 20px;
}

.content .section {
	border: 1px solid #E6E7E8;
	background: #F1F2F2;
	margin-bottom: 20px;
}

.content .section p:first-child {
	margin-top: 20px;
}

.content .success {
	background-color: #C5E8E7;
	border-color: #00888A;
}

.content .success .section-header {
	color: #fff;
}

.content .notice {
	background-color: #F5F0C9;
	border-color: #EDE195;
}

.content .notice .section-header {
	color: #8a7806;
}

#test-mode,
.content .error {
	background-color: #E43341;
	border-color: #A6000D;
	color: #fff;
}

#test-mode {
	padding: 0;
	text-align: center;
}
#test-mode h1 {
	color : #fff !important;
	line-height: 40px;
	padding: 20px;
	margin: 0;
}
.content .error .form-error-message,
.content .error .input label,
.field.error, .field .error, .field.error label, .field .error label,
.content fieldset .error, .content fieldset .error label {
	background: transparent;
	color: #DE0012;
}
	
.content .section-header {
	background: #D1D3D4;
	background: -moz-linear-gradient(top, #F1F2F2, #E6E7E8);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(#E6E7E8));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F1F2F2', EndColorStr='#E6E7E8', GradientType=0);
	color: #808285;
	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	padding: 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D1D3D4;
}

.content .success .section-header {
	background: -moz-linear-gradient(top, #63C1C1, #00888A);
	background: -webkit-gradient(linear, left top, left bottom, from(#63C1C1), to(#00888A));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#63C1C1', EndColorStr='#00888A', GradientType=0);
	border-color: #00888A;
}

.content .notice .section-header {
	background: -moz-linear-gradient(top, #F5F0C9, #EDE195);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F0C9), to(#EDE195));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F5F0C9', EndColorStr='#EDE195', GradientType=0);
	border-color: #EDE195;
}

.content .error .section-header {
	background: -moz-linear-gradient(top, #E43341, #DE0012);
	background: -webkit-gradient(linear, left top, left bottom, from(#E43341), to(#DE0012));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E43341', EndColorStr='#DE0012', GradientType=0);
	border-color: #A6000D;
	color: #fff;
}

.content a:link, .content a:visited {
	color: #2D5AC9;
}

.content .nav span, .content .nav a:link, .content .nav a:visited {
	font-size: 12px;
}

.content a:hover {
	color: #172D65;
	text-decoration: none;
}

#header p, .content ul, .content p {
	display: block;
	font: normal 14px/20px Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#header p {
	margin: 0;
}

.content li {
    background: url("/media/graphic.bullet.blue.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin-bottom: 0;
    padding-left: 20px;
}

.content fieldset li {
	background: none;
	padding-left: 0;
}

.content .nav li, .content .widget-container li {
	background-image: url("/media/graphic.bullet.gray.png");
}

.content h1, .content h2 {
	color: #006668;
	font: normal 27px/40px Georgia, "Times New Roman", serif;
	margin-top: 20px;
}

.content h2 {
	color: #2D5AC9;
}

.content h3 {
	color: #000;
	font: bold 15px/20px Verdana, Helvetica, sans-serif;
}

.content h3 .options {
	float: right;
}

.content h3 .options a {
	font-size: 12px;
	font-weight: normal;
}

.content h4 {
	color: #000;
	font: normal 16px/20px Georgia, "Times New Roman", serif;
}

.content a.button-small,
.content h2 .option, .content h3 .option, .content h4 .option {
	float: right;
	font: normal 12px/20px Verdana, Helvetica, sans-serif;
}

.content h2 .option {
	line-height: 40px;
}

.content p, .content li {
	font-size: 14px;
	line-height: 20px;
}


/* Sections */
.content .section h4, .content .section li, .content .section p {
	margin-left: 10px;
	margin-right: 10px;
}

.content .section .section-header {
	margin-bottom: 0;	
}

.section-header .icon {
	float: right;
	margin-top: 11px;
	margin-right: 0;
}

.section p .icon {
	margin: 0;
}

.content .section ul {
	margin-bottom: 0;	
}

.content .section li, .content .section p {
	background: transparent;
	padding: 10px 0;
	margin-bottom: 0;
}

#confirmation-code .section-header {
	text-align: center;
}

#confirmation-code .code {
	color: #000;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
}

.content h1:first-child, .content h2:first-child, .content h1 + h2, .content h3 + p, .content ul + p { 
	margin-top: 0;
}

.content h5 {
	color: #939598;
}

.content .photo img {
	border: 1px solid #E6E7E8;
}

.content .photo {
	padding: 8px;
	border: 1px solid #D1D3D4;
	margin-bottom: 20px;
	text-decoration: none;
	box-shadow: 0 0 3px #BCBEC0;
}

.content .photo-left {
	float: left;
	margin-right: 20px;
}

.content .photo-right {
	float: right;
	magrin-left: 20px;
}

.content .photo-caption {
	display: block;
	font-size: 10px;
	font-weight: bold;
}

/* Section Nav */
.section .nav li {
	padding: 0;
	margin: 0;
}

.section .nav a {
	border-bottom: 1px solid #E6E7E8;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 10px 9px;
	text-decoration: none;
}

.section .nav a:hover {
	background-color: #E6E7E8;
	color: #58595B;	
}

.section .nav .selected a,
.section .nav .selected a:hover {
	background-color: #2D5AC9;
	color: #fff;
	cursor: default;
	margin-left: -1px;
	margin-right: -1px;
	padding-left: 11px;
	padding-right: 11px;
}

.section .nav li:last-child a {
	border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-bottom-width: 0;
	padding-bottom: 10px;
}

/* Banners */
.banner-slides {
	display: block;
	height: 200px;
	overflow: hidden;
}

.banner-slides h3 {
	font-size: 24px;
	line-height: 40px;
}

.banner-slides h4 {
	font-size: 24px;
	line-height: 40px;
}

.banner-slide {
	display: block;
	height: 200px;
}

.banner-nav {
	background-color: #C5E8E7;
	background-image: linear-gradient(top, #C5E8E7, #63C1C1);
	background-image: -o-linear-gradient(top, #C5E8E7, #63C1C1);
	background-image: -ms-linear-gradient(top, #C5E8E7, #63C1C1);
	background-image: -moz-linear-gradient(top, #C5E8E7, #63C1C1);
	background-image: -khtml-linear-gradient(top, #C5E8E7, #63C1C1);
	background-image: -webkit-linear-gradient(top, #C5E8E7, #63C1C1);
	border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-top: 1px solid #63C1C1;
}

.banner-nav ul {
	margin-bottom: 0;
}
	
.banner-nav li {
	float: left;
	background: none;
	padding: 0;
}

.banner-nav li a:link, .banner-nav li a:visited {
	border-left: 1px solid #C5E8E7;
	border-right: 1px solid #63C1C1; 
	color: #00888A;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 14px;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 #E0F3F3;
}

#ngo-csw-forum-banner {
	background-color: #E0F3F3;
}

#ngo-csw-forum-banner .banner-nav li a:link,
#ngo-csw-forum-banner .banner-nav li a:visited {
	height: 49px;	
}

#ngo-csw-forum-banner .banner-nav li.two a:link,
#ngo-csw-forum-banner .banner-nav li.two a:visited {
	line-height: 21px;
}

.banner-nav li a:hover {
	color: #fff;
	border-left-color: #63C1C1;
	background-color: #63C1C1;
	text-shadow: 0 -1px 0 #00888A;
}

.banner-nav li.last {
	border-right: 1px solid #C5E8E7;
}

.banner-nav li.first {
	margin: 0;
	border-left-width: 0;
}

.banner-nav li.first a {
	border-left-width: 0;
}

/* Tables */
.content td, .content th {
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	border-right: 1px solid #D1D3D4;
	border-bottom: 1px solid #D1D3D4;
}

.content th {
	font: bold 15px/20px Verdana, Helvetica, sans-serif;
}

.content td div {
	font-size: 12px;
	color: #808285;
}

table td:last-child, table th:last-child {
	border-right: 0;
}

table tr:last-child td {
	border-bottom: 0;
}

table .amount, table .options {
	text-align: right;
}

table {
	border-collapse: separate;
	border: 1px solid #D1D3D4;
	margin-bottom: 20px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table thead tr:first-child {
	background-color: #D1D3D4;
	background-image: linear-gradient(top, #F1F2F2, #D1D3D4);
	background-image: -o-linear-gradient(top, #F1F2F2, #D1D3D4);
	background-image: -ms-linear-gradient(top, #F1F2F2, #D1D3D4);
	background-image: -moz-linear-gradient(top, #F1F2F2, #D1D3D4);
	background-image: -khtml-linear-gradient(top, #F1F2F2, #D1D3D4);
	background-image: -webkit-linear-gradient(top, #F1F2F2, #D1D3D4);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F1F2F2', EndColorStr='#D1D3D4', GradientType=0);
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

table thead th {
	text-shadow: 0 1px #fff;
}

table thead tr:first-child th:first-child {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

table thead tr:first-child th:last-child {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.content table th, .content table td {
	border-right: 0;
}

.cotent table th:first-child {
	border-radius
}

table tfoot tr {
	background-color: #F1F2F2;
}

table tfoot tr:first-child td {
	border-top: 1px solid #D1D3D4;
}

table tfoot tr:last-child td:last-child {
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

/* Calendar Table */
.calendar {
	width: 100%;
	margin-bottom: 20px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #D1D3D4;
}

.calendar caption {
	font: normal 18px/40px Georgia, "Times New Roman", serif;
	text-align: center;
	border: 0;
}

.calendar-details caption a {
	font: normal 12px/40px Verdana, Helvetica, sans-serif; 
}

.calendar thead th {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #D1D3D4;
}

.calendar tbody td > a, .calendar tbody th > a, .calendar tbody td div, .calendar tbody th div {
	display: block;
	height: 120px;
	padding: 10px;
	text-decoration: none;
}

.calendar tbody td > a:hover, .calendar tbody th > a:hover {
	background-color: #2D5AC9;
	color: #fff;
}

.calendar .weekend {
	color: #808285;
}

.calendar tbody .weekend {
	background-color: #F1F2F2;
}

.calendar .hasEvents {
	cursor: pointer;
}

.calendar .hasEvents:hover, .calendar .selected {
	background-color: #E4ECFD;
}

.content .calendar .detail {
	display: inline-block;
	text-align: left;
	height: 100px;
}

.calendar .weekday .date, .calendar .weekend .date {
	color: #808285;
	display: block;
	text-align: right;
	font-size: 12px;
}

.content .calendar .detail .status-count {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 10px;
	border-radius: 3px;
	margin: 1px 0;
	background-color: #F1F2F2;
	border-color: #D1D3D4;
	border-style: solid;
	border-width: 1px;
}

.content .calendar .detail .reserved {
	background-color: #F5F0C9;
	border-color: #EDE195;
}

.content .calendar .detail .unavailable {
	background-color: #F8CCD0;
	border-color: #F299A0;
}

.content .calendar .detail .assigned {
	background-color: #E4ECFD;
	border-color: #C1D3F4;
}

.content .calendar .detail .confirmed {
	background-color: #D0F9DA;
	border-color: #85B892;
}

.content table th, .content table td {
	border-right: 0;
}

.content .calendar td, .content .calendar th {
	border-right-color: #D1D3D4;
	border-right-style: solid;
	border-right-width: 1px;
}

.content .calendar tr:last-child th {
	border-bottom: 1px solid #BCBEC0;
}

.content .calendar tr:last-child td {
	border-bottom: 1px solid #D1D3D4;
}

.content .calendar td:last-child,
.content .calendar th:last-child {
	border-right: 0;
}

.content .calendar tbody tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.content .calendar tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

/* Forms */
.content input[type="text"], .content input[type="password"], .content textarea {
	background: #F1F2F2;
	border: 1px solid #D1D3D4;
	color: #000;
	display: block;
	padding: 3px 6px;
    width: 85%;
}

.content .input p {
	margin-bottom: 0;
}

fieldset .input p {
	padding-right: 12px;
}
.content form h3, .content .form-wrap h3 {
	border-bottom: 1px solid #D1D3D4;
	margin-bottom: 19px;
}

.content .form-wrap h3 {
	margin-top: 20px;
}

.content fieldset label,
.field label {
	color: #006668;
	display: block;
	font-weight: bold;
}

.content fieldset .input label,
.field .input label {
	color: #414042;
	font-weight: normal;
}

.field .input label {
	cursor: pointer;
	font-size: 12px;
}

.field .input p {
	margin-bottom: 0;
}

.content .field .input,
.content fieldset .input,
.content fieldset .boolean {
	display: block;
	margin-bottom: 20px;
}

.content fieldset .radio input {
	margin-right: 10px;
}

.content fieldset li {
	margin: 0;
	list-style: none;
}

.hp-required {
	display: none;	
}

.content fieldset li p,
.content .field p,
.content fieldset li span,
.field .input span,
.field .input p,
.field label span {
	color: #808285;
	font-size: 12px;
}

.field .currency input[type=text] {
	display: inline-block;
	width: 100px;
	text-align: right; 
}
	
.content input[type="text"]:focus, .content input[type="password"]:focus, .content textarea:focus {
	background: #fff;
	border-color: #414042;
}

.content .error input[type="text"],
.content .error input[type="password"],
.content .error textarea,
.content table.error,
.content table.error td {
	background: #F8CCD0;
	border-color: #DE0012;
}
	
.content .field.error .input p,
.content .field.error p,
.content .field .error span,
.content .field .error p,
.content .field .error span,
.content fieldset li p.error, .content table.error td {
	color: #DE0012;
} 

.content .input div.form-error-message {
	display: block;
	padding-top: 5px;
}

.content .input div.form-error-message span {
	display: inline-block;
	background-color: #E43341;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 2px 6px 3px 6px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	
}

.content fieldset .notes {
	margin-bottom: 20px;
}

.content fieldset .notes li {
	font-size: 10px;
}

.content .error input[type="text"]:focus, .content .error textarea:focus {
	border-color: #DE0012;
}

.content .controls {
	margin-bottom: 20px;
}

.content form .controls, .content .form-wrap .controls {
	border-top: 1px solid #D1D3D4;
	margin-top: 20px;
	padding-top: 19px;
}

button::-moz-focus-inner { 
    border: 0 !important;
    padding: 0 !important;
}

.content .controls {
	text-align: right;
}

.content button, .content a.button {
	background: #2D5AC9;
	background: -moz-linear-gradient(top, #77A2F7, #2D5AC9);
	background: -webkit-gradient(linear, left top, left bottom, from(#77A2F7), to(#2D5AC9));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#77A2F7', EndColorStr='#2D5AC9', GradientType=0);
	border: 1px solid #2D5AC9;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.content button span, .content a.button {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	text-shadow: 0 -1px 0 #172D65;	
}

.content .button.complete, .content button.complete {
	background-color: #00888A;
	background-image: -o-linear-gradient(top, #63C1C1, #00888A);
	background-image: -ms-linear-gradient(top, #63C1C1, #00888A);
	background-image: -moz-linear-gradient(top, #63C1C1, #00888A);
	background-image: -khtml-linear-gradient(top, #63C1C1, #00888A);
	background-image: -webkit-linear-gradient(top, #63C1C1, #00888A);
	border-color: #006668;
}

.content .cancel, .content button.cancel, .content a.cancel {
	background: #808285;
	background: -moz-linear-gradient(top, #BCBEC0, #808285);
	background: -webkit-gradient(linear, left top, left bottom, from(#BCBEC0), to(#808285));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BCBEC0', EndColorStr='#808285', GradientType=0);
	border-color: #808285;
	text-shadow: 0 -1px 0 #636466;
}

.content a.cancel:hover {
	border-color: #414042;
	text-shadow: 0 -1px 0 #414042;
}

#signin-form .field input,
#signin-form .field label {
	display: inline-block;
	line-height: 40px;
	width: auto;
}

#signin-form .field input {
	margin-top: 6px;
}

#signin-form .field label {
	font-weight: bold;
}

#section-login-form {
	box-shadow: 0 0 5px #D1D3D4;
	-o-box-shadow: 0 0 5px #D1D3D4;
	-ms-box-shadow: 0 0 5px #D1D3D4;
	-moz-box-shadow: 0 0 5px #D1D3D4;
	-khtml-box-shadow: 0 0 5px #D1D3D4;
	-webkit-box-shadow: 0 0 5px #D1D3D4;
}

#signin-form .field .input {
	margin-bottom: 0;
}

/* Icons */
.ajax-status-icon {
	float: right;
	height: 20px;
	width: 20px;
}

.ajax-status-icon img, .ajax-status-icon .icon {
	display: block;
	border: 0;
	margin: 2px;
}

.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(/media/interface-icons.png) 0 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
	margin: 2px;
}

.icon-acrobat {
	background-position: -336px 0px;
}

.icon-success {
	background-position: 0px 0px;
}

.icon-failure {
	background-position: -16px 0px;
}

.icon-warning {
	background-position: -32px 0px;
}

.icon-pageadd {
	background-position: -48px 0px;
}

.icon-pagedelete {
	background-position: -64px 0px; 
}

.icon-pageedit {
	background-position: -80px 0px;
}

.icon-transadd {
	background-position: -96px 0px;
}

.icon-transdelete {
	background-position: -112px 0px;
}

.icon-transedit {
	background-position: -128px 0px;
}

.icon-cancel {
	background-position: -144px 0px;
}

.icon-groupadd {
	background-position: -160px 0px;
}

.icon-groupdelete {
	background-position: -176px 0px;
}

.icon-groupedit {
	background-position: -192px 0px;
}

.icon-useradd {
	background-position: -208px 0px;
}

.icon-userdelete {
	background-position: -224px 0px;
}

.icon-useredit {
	background-position: -240px 0px;
}

.icon-date {
	background-position: -256px 0px;
}

.icon-dateadd {
	background-position: -272px 0px;
}

.icon-datedelete {
	background-position: -288px 0px;
}

.icon-dateedit {
	background-position: -304px 0px;
}

.icon-grouplink {
	background-position: -320px 0px;
}

.icon-pdf {
	background-position: -336px 0px;
}

.icon-emailsend {
	background-position: -352px 0px;
}

.icon-emailadd {
	background-position: -368px 0px;
}

.icon-emaildelete {
	background-position: -384px 0px;
}

.icon-emailedit {
	
}

#main-sidebar ul {
	margin: 10px 0;
}

#main-sidebar h4 {
	background: -moz-linear-gradient(top, #F1F2F2, #D1D3D4);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(#D1D3D4));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F1F2F2', EndColorStr='#D1D3D4', GradientType=0);
	border: 1px solid #BCBEC0; 
	color: #636466;
	font: normal 15px/30px Georgia, "Times New Roman", serif;
	height: 28px;
	padding: 0 20px;
}

#main-sidebar li {
	font: normal 12px/20px Verdana, Helvetica, sans-serif; 
	padding: 10px 0;
	margin-left: 20px;
}

#main-sidebar li:hover {
	list-style: square outside none;
}

#main-sidebar li a {
	text-decoration: none;
}

/* Blog */

.widget-area .widget-container {
	background: none;
	padding-left: 0;
}

/* Tabs */
.content ul.tabs {
	position: relative;
	height: 29px;
	border-bottom: 1px solid #BCBEC0;
	margin-bottom: 10px;
}

.tabs .tab {
	color: #939598;
	cursor: pointer;
	background: #E6E7E8; 
	background: -moz-linear-gradient(top, #F1F2F2, #E6E7E8); 
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(#E6E7E8));
	border: 1px solid #BCBEC0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0 3px 0 0;
	padding: 0 20px;
}

.tabs .tab-haver {
	color: #414042;
	background: #F1F2F2;
}

.tabs .tab-selected {
	color: #414042;
	cursor: default;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab-panels {
	display: block;
	min-height: 180px;
}

.tab-loading {
	background: url('/media/ajax-loader.gif') center center no-repeat;
}

/* Footer */
#footer {
	background-color: #63C1C1; 
	background-image: linear-gradient(top, #C1D3F4, #77A2F7);
	background-image: -o-linear-gradient(top, #C1D3F4, #77A2F7);
	background-image: -ms-linear-gradient(top, #C1D3F4, #77A2F7);
	background-image: -moz-linear-gradient(top, #C1D3F4, #77A2F7);
	background-image: -khtml-linear-gradient(top, #C1D3F4, #77A2F7);
	background-image: -webkit-linear-gradient(top, #C1D3F4, #77A2F7); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C1D3F4), to(#77A2F7));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#C1D3F4', EndColorStr='#77A2F7', GradientType=0);
	border: 1px solid #2D5AC9;
	color: #172D65;
	font-size: 12px;
}

#footer h6 {
	color: #172D65;
	font-weight: bold;	
}

#footer-content {
	/*background: url('/media/graphic.footer.dove.png') right top no-repeat;*/
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-section {
	margin-bottom: 20px;
}

#footer-copyright {
	margin-bottom: 0;
}

/* Attribution */
#attribution {
	display: none;
	text-align: right;
	color: #BCBEC0;
}

#attribution a {
	color: #BCBEC0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

#attribution a:hover {
	color: #9D9FA2;
	text-decoration: underline;
}
