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

/* 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 */
.pmtbutton, .contactbutton
{
	background-color: #800000;
	border-color: #800000;
}
.plan-title a
{
	color: #800000 !important;
}

.dojoDialog {
	border : 2px solid #800000;
}
.small-link a {
	background-image: url(buttons/right.gif);
}
.small-link {
	background-image: url(buttons/back.gif);
}
.large-link a {
	background-image: url(buttons/rightl.gif);
}
.large-link {
	background-image: url(buttons/backl.gif);
}
.small-green a {
	background-image: url(buttons/right-green.gif);
}
.small-green {
	background-image: url(buttons/back-green.gif);
}
.large-green a {
	background-image: url(buttons/rightl-green.gif);
}
.large-green {
	background-image: url(buttons/backl-green.gif);
}
.small-blue a {
	background-image: url(buttons/right-blue.gif);
}
.small-blue {
	background-image: url(buttons/back-blue.gif);
}
.large-blue a {
	background-image: url(buttons/rightl-blue.gif);
}
.large-blue {
	background-image: url(buttons/backl-blue.gif);
}
.dialog {
	background : #ffffff;
	border : 2px solid #800000;
	-moz-border-radius : 5px;
	padding : 4px;
	width : 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:none;
}
.tundra .dijitDialog {
	border : 2px solid #800000 !important;
}
.non-self-explanatory
{
	position: relative;
	left: 30px;
	color: #800000 !important;
	background-color: white;
}
.button
{
	background: #7B0025 url(gradients/gradient_sec_head.gif) repeat-x top left;
	border-color: #7B0025;
}
.frameworkHelpWidgetContainer
{
	background-color: #800000 !important;
}
.frameworkHelpQuestionTitleBar
{
	background-color: #829ecb !important;
}
.dijitAccordionTitle-selected
{
	background-color: #6B82A7 !important;
}