.sm_sub_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.sm_sub_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF8200;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	margin: 0px;
	padding: 0px;
}
.bodytext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}
.content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

#mtn h1 {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}


/*h1 {
	font-size: 26px;
	font-weight: normal;
	color: #848294;
}
*/.orange {
	color: #FF8200;
}
#footer {
	display: block;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9896A1;
	padding-left: 2px;
	color: #9896A1;
}

#left-foot
{
    padding-left:15px;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: left;
    width:740px;
    float:left;
}

#right-foot
{
    float:left;
    height: 30px;
    margin-top:15px;
    width: 220px;
}

#footer-twitter, #footer-facebook, #footer-blog, #footer-donate { margin-left: 5px; width: 49px; height:48px; float: left; display: block;}

#footer-facebook { background: url('/images/footer-facebook-button.png') 0px 0px no-repeat; }
#footer-twitter { background: url('/images/footer-twitter-button.png') 0px 0px no-repeat; }
#footer-blog { background: url('/images/footer-blog-button.png') 0px 0px no-repeat; }
#footer-donate { background: url('/images/footer-donate-button.png') 0px 0px no-repeat; }

select {
}
a:link {
	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:hover {

	text-decoration: underline;
}

#mtn a:link {
	color: #CC9900;
	text-decoration: none;
}
#mtn a:visited {

	color: #CC9900;
	text-decoration: none;
}
#mtn a:hover {

	color: #CC9900;
	text-decoration: underline;
}
#header a {
	color: #333333;
	font-weight: bold;
}
#header a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.boxfloat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	padding: 10px;
	float: left;
	text-align:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	border: 1px solid #000000;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #000000;
	margin: 5px;
}



.odd {
	background-color:#EAEAEA;
}
.even {
	background-color:#FFFFFF;
}
.highlight {
	background-color:#FFEBCC;
}

#terms {
	width: 80%;
	padding: 10px;
	background-color: #F1E4D1;
	border: 1px dotted #000000;
	display: block;
	text-align: left;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.smallnote {
	font-size: xx-small;
}
.active {
	color: #009933;
}
.inactive {
	color: #990000;
}
.scroll {
	display: block;
	width: 100%;
	overflow: scroll;
}
.button_search {
	color: #FFC920;
	background-color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin: 1px;
}
.button_other {
	color: #000000;
	background-color: #cdccdf;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/button_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000000;
    margin: 1px;
}
.status_complete {
/*	background-image: url(images/status_complete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
*/
	display: block;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
}
.status_incomplete {
	background-image: url(/images/status_incomplete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
}

.notice-y {
	background-color: #006600;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #006600;
	background-image: url(/images/status_complete.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin: 5px;
}

.notice-n {
	background-color: #990000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #006600;
	background-image: url(/images/status_incomplete.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin: 5px;
}
.message {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	border: 2px solid #006600;
	padding: 10px;
}

.continue {
	background-color: #006600;
	font-size: larger;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
.floatright {
	float: right;
}

.homeleftcell {
	padding-right: 6px;
	padding-left: 22px;
	vertical-align: top;
}
.homectrcell {
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: top;
}
.homerightcell {
	padding-right: 14px;
	padding-left: 6px;
	vertical-align: top;
}
.bgtop {
	background-image: url(/images/bghome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#data {
    background-color: #ffffff;
    border: 1px solid #3c3c3c;
    border-spacing: 0;
    color: #3c3c3c;
    text-align: left;
    width: 100%;
}
#data th {
    color: #ffffff;
    padding: 10px;
    background-color: #666666;
    border-left: 1px solid #3c3c3c;
}
#data td {
    border-left: 1px solid gray;
    border-top: 1px solid #333333;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}
#data tr.highlight {background-color: #e6e6e6;}
#data tr.hoverhighlight {background-color: #ecd2b4;}
#data tr.hover {background-color: #ffe5c7;}
#data tr.hoverhighlight, #data tr.hover {cursor: pointer;}
#data td {
}

.report {
	text-align: left;
	width: 100%;
    border-spacing: 0;
/*	border: 1px solid #666666;
*/}

.report th {
	color: #FFFFFF;
	padding: 10px;
	background-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.report td {
	padding: 5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#list {
	text-align: left;
/*	border: 1px solid #666666;
*/}

#list th {
	color: #FFFFFF;
	padding: 10px;
	background-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#list td {
	padding: 5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.KT_tnglist #form1 #list .KT_row_order th a {
	color: #FFFFFF;
}
#nav {
    border-bottom: 10px solid #504E5C;
}
#prinav {
    background-color: #888888;
    background: url(/images/backgrounds.png) repeat-x scroll 0 0;
}
#prinav a, #prinav a:hover, #prinav a:visited {
    color: #ffffff;
}
#secnav {
    background-color: #ffa00a;
    background: url(/images/backgrounds.png) repeat-x scroll 0 -74px;
}
#secnav a, #secnav a:hover, #secnav a:visited {
    color: #ffffff;
}
#trinav {
    background-color: #cccccc;
    background: url(/images/backgrounds.png) repeat-x scroll 0 -37px;
}
#trinav a, #trinav a:hover, #trinav a:visited {
    color: #333333;
}
.cb_nowrap{
	white-space:normal;
	display:block;
	width: 100%;
/*	width:400px;
	height: 40px;
	display:inline;
	word-wrap: break-word;*/
}

a.tulink {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.tulink:link, a.tulink:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.tulink:hover, a.tulink:active {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.tulink:visited:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.relCenter {
	position: absolute;
	left: 32px;
	right: auto;
	display: block;
	width: auto;
	top: 188px;
}
.mainTable {
	width: 1000px;
}
#adv a.advsearch {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#adv a.advsearch:link, #adv a.advsearch:visited, #adv a.advsearch:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#adv a.advsearch:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#features_menu {
}

#features_menu ul {
    padding:0;
    margin:0 auto;
    list-style-type:none;
    text-indent:20px;
    width:250px;

}

#features_menu li {
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:0;
    line-height:30px;
    height:30px;
    background-image:url(/images/list-bg.png);
    background-repeat:no-repeat;
    background-position:right top;
}

#features_menu a {
    text-decoration: none;
    font-weight:bold;
    padding:0;
    margin:0;
    line-height:30px;
    color:#000000;
    height:30px;
}

#features_menu a.menu_current, #features_menu a:hover {
    color:#000000;
}

#ct-nav {
    background-color: #F0F0F0;
    border: 0;
    border-spacing: 0;
    padding: 5px;
    width: 100%;
}

/* popup help elements */
.help-topic-link { display: block; float: left; height: 34px; width: 35px; margin-top: 4px; background-image: url('/images/icons/help-icon-medium.png'); margin-left: 2px; }

.page-title { display: inline; float: left; }
.page-title-header h1.page-title { margin-top: 15px; }
.page-title-header h2.page-title { margin-top: 22px; }

.page-title-header { height: 70px; }
.page-title-header .help-topic-link { margin-top: 17px; }

#help-dialog { display: none; font-family: Verdana,Arial,Helvetica,sans-serif; line-height: 18px; font-size: 11px;}
#help-dialog strong { color: #2e76e0; }
#help-dialog .optional { display: none; }
#help-dialog li { margin-top: 10px; }

#help-video-links { background-color: #ddd; display: block; height: 25px; line-height: 25px; font-size: 14px; text-align:right; padding-right: 10px; margin-bottom:5px; margin-top:5px; }

.help-video-link { font-weight: bold; height: 25px; line-height: 25px; }
.help-video-link img { float: right; border: none; margin-top: 5px; margin-left: 5px;}

.small-bottom-margin { margin-bottom: 5px; }

input[type="submit"][disabled] { pointer: default; color: #a0a0a0; }

/* reporting filter elements */
#report-filter-outer-panel { clear: both; margin-top: 10px; margin-bottom: 10px; height: 90px; background: url('/images/reports/panel-filter-repeat.png') 0 0 repeat-x; }
#report-filter-inner-left-panel { float: left; height: 90px; width: 721px; background: #fff url('/images/reports/panel-filter-background.png') 0px 0px no-repeat; }
#report-filter-inner-right-panel { float: right; width: 10px; height: 90px; background: #fff url('/images/reports/panel-filter-right.png') 0px 0px no-repeat;}

#name-date-panel { width: 245px; float: left; }
#name-panel { width: 245px; height: 45px; }
#date-panel { width: 245px; height: 45px; }
#name-filter { width: 130px; margin-top: 14px; margin-left: 93px; }

#range-start-filter { margin-left: 93px;}
#range-end-filter { margin-left: 15px;}
#report-filter-inner-left-panel .date-input { font-size: 11px; font-family: sans-serif; margin-top: 11px; width: 54px; float: left; }

#type-category-panel { width: 225px; float: left; }
#report-filter-inner-left-panel .type-category-element { margin-top: 3px; margin-left: 48px; width: 162px; }
#need-type-filter.type-category-element { margin-top: 12px; }

#summary-panel { width: 250px; float: left; }
#individual-hours-value.summary-value { margin-left: 12px; }
#total-volunteers-value { }
#estimated-volunteer-hours-value { }

#action-panel { float: left; width: 100px; height: 90px; }
#top-action-button { white-space: normal; width: 75px; height: 70px; margin-left:10px; margin-top:10px; }

#bottom-action-panel { margin-bottom:10px; height: 25px; border: 1px solid #ddd; background-color: #eee; padding:6px; text-align: center; display: none;}
#bottom-action-button { width: 200px; }
#report-filter-inner-left-panel .summary-value { color: #fafafa; float: left; font-size: 20px; font-family: Verdana; font-weight: bold; width: 78px; margin-top:5px; height: 70px; padding-top:5px; line-height: 50px; text-align: center;}

.recurrance-marker { width: 81px; height:20px; background: url('/images/icons/markers/recurrence.png'); }
.recurring-need-date-cell .recurrance-marker { margin-top:5px; margin-bottom:5px; }
.recurring-date-description { font-weight: bold; display: block; clear: right; margin-bottom:5px;}
.additional-note { display:block; margin-top: 5px; font-weight:bold;}

.micro-hidden { display: none; }
#micro-header { border-bottom: 1px solid #999; height: 50px; position: relative; width: 1000px; margin-left: auto; margin-right: auto; background: #fff url('/images/micro-header/background.png') 0px 0px no-repeat; }
#micro-header.loggedout { background-image: url('/images/micro-header/background-logged-out.png'); }
#micro-expand-button { position: absolute; width: 49px; height: 50px; left: 0px; top: 0px; background: url('/images/micro-header/expand-button.png') 0px 0px no-repeat; }
#micro-expand-button:hover { cursor: pointer; background-position: -49px 0px; }
#micro-user-greeting { font-size: 12px; line-height: 50px; position: absolute; height: 50px; left: 640px; top: 0px; width: 250px; padding-right: 14px; text-align: right; }
#micro-logout-link { color: #333; position: absolute; height: 50px; top: 0px; left: 905px; line-height: 50px; background: url('/images/micro-header/logout-icon.png') 8px 15px no-repeat; padding-left: 40px; }

.cart-summary-bar-wrapper { height: 51px; border: 1px solid #fff; border-radius: 15px; }
.cart-summary-bar { font-size: 11px; font-family: Verdana, Arial; color: #575757; overflow: hidden; position: relative; height: 49px; border: 1px solid #a8a8a8; border-radius: 15px; background-color: #fff; }
#cart-left-icon-container { border-top-left-radius: 15px; border-bottom-left-radius: 15px; float: left; width: 61px; height: 49px; background-color: #575757; }
#cart-left-icon { float: left; width: 48px; height: 49px; background-image: url('/images/cart/cart-icon-white.png'); }
#cart-left-transition-spacer { float: left; width: 13px; height: 49px; background-image: url('/images/cart/transition-spacer.png'); }
#cart-summary-text { margin-left: 12px; float: left; }
.cart-button { cursor: pointer; text-align: left; box-shadow: 0px 0px 2px #888; position: absolute; width: 166px; height: 37px; color: #fff; border: 1px solid #535353; border-radius: 12px; }
.cart-button.next { right: 6px; top: 5px; }
.cart-button.cancel { left: 6px; top: 5px; opacity: 0.90; width: 140px; }
#cart-items-summary { color: #333; height: 26px; line-height: 33px; font-size: 14px; font-weight: bold; }
.cart-button-text { text-shadow: 0px 0px 2px #333; float: left; margin-left: 5px; font-size: 18px; line-height: 36px; height: 37px; }

.cart-summary-bar.bottom { border: none; }

/* x-browser background gradient */
.cart-button { background: #a9a9a9; background: -moz-linear-gradient(top, #a9a9a9 0%, #606060 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(100%,#606060)); background: -webkit-linear-gradient(top, #a9a9a9 0%,#606060 100%); background: -o-linear-gradient(top, #a9a9a9 0%,#606060 100%); background: -ms-linear-gradient(top, #a9a9a9 0%,#606060 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#606060',GradientType=0 ); background: linear-gradient(top, #a9a9a9 0%,#606060 100%); }
.cart-button:hover { background: #c9c9c9; background: -moz-linear-gradient(top, #c9c9c9 0%, #606060 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#606060)); background: -webkit-linear-gradient(top, #c9c9c9 0%,#606060 100%); background: -o-linear-gradient(top, #c9c9c9 0%,#606060 100%); background: -ms-linear-gradient(top, #c9c9c9 0%,#606060 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#606060',GradientType=0 ); background: linear-gradient(top, #c9c9c9 0%,#606060 100%); }
.cart-button-icon { margin:0px; margin-left: 22px; width: 31px !important; height: 37px !important; float: left; background-color: transparent !important; padding: 0px !important; }
.cart-button-icon.commit { background-image: url('/images/cart/commit-button-icon.png'); }
.cart-button-icon.continue { background-image: url('/images/cart/continue-button-icon.png'); }
.cart-button-icon.cancel { background-image: url('/images/cart/cancel-button-icon.png'); margin-left: 15px; }

#signup-progress-insert { border-left: 1px solid #4a4a4a; border-right: 1px solid #4a4a4a; position: absolute; top: 50px; left: 0px; width: 998px; height: 51px; background: url('/images/getting-started/progress-background.png') 0px 0px repeat-x; }
#signup-progress-container { position: absolute; top: 31px; height: 11px; width: 998px; background: url('/images/getting-started/progress-bar-idle.png') 0px 0px no-repeat; }
#signup-progress-bar { position: absolute; top: 0px; height: 11px; width: 300px; background: url('/images/getting-started/progress-bar-active.png') -1px 0px no-repeat; }

#micro-header.progress { height: 101px; border-bottom:none;  }
#progress-detail-row { color: #bbb; }
#progress-detail-row div { width: 200px;  margin-top: 10px;}
#progress-current-section { float: left; margin-left: 10px; }
#progress-current-percent { position: absolute; left: 400px; text-align: center;}
#progress-next-section { float: right; text-align: right; margin-right: 10px; }
