/* specific tabs style */
.theme
{
	color: #35595a;
	background-color: white;
}
.reverse-theme
{
	color: #35595a;
}
#tabs li
{
	background: url(left.gif) no-repeat left top;
}
#tabs a
{
	background: url(right.gif) no-repeat right top;
	color: #35595a;
}
#tabs #current
{
	background-image: url(left_on.gif);
}
#tabs #current a
{
	background-image: url(right_on.gif);
}
/* end tabs */

.subheader {
	background-color: #35595a;
}

/* sub-content styles */
.subcontent_left {
	background: url(gradient_actionbar.gif) repeat-y right;
}
.subcontent_all {
	background: url(gradient_secnavbar.gif) repeat-x top right;
}
.subcontent_left_c {
	background: url(corner.gif) no-repeat right top;
}
#action-bar-top
{
	background: url(gradient_actionbar_top.gif);
}
/* end subcontent */

.testimonial #id {
	color: #35595a;
}

.testimonial #author {
	color: #35595a;
}

.dojoDialog {
	border : 2px solid #35595a;
}
.small-link a {
	background-image: url(buttons/right-hi.gif);
}
.small-link {
	background-image: url(buttons/back-hi.gif);
}
.blue-link a {
	background-image: url(buttons/blue-button-small-right.gif);
}
.blue-link {
	background-image: url(buttons/blue-button-small.gif);
}
.large-link a {
	background-image: url(buttons/rightl-hi.gif);
}
.large-link {
	background-image: url(buttons/backl-hi.gif);
}
.pmtbutton, .contactbutton
{
	background-color: #35595a;
	border-color: #35595a;
}

.plan-title a
{
	color: #35595a !important;
}
.separated-list p
{
	background-color: #35595a;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}

.non-self-explanatory
{
	position: relative;
	left: 30px;
	color: #35595a !important;
	background-color: white;
}
.button
{
	background: #35595a url(gradients/gradient_sec_head.gif) repeat-x top left;
	border-color: #D9F8F9;
}
.frameworkHelpWidgetContainer
{
	background-color: #35595a !important;
}
.frameworkHelpQuestionTitleBar
{
	background-color: #59848C !important;
}
.dijitAccordionTitle-selected
{
	background-color: #35595a !important;
}