/* colour_red.css holds all things that make oothanks.com red */

/* ONLY DO COLOUR THINGS in here - keep the rest in normal.css */

/*
#loading{
	border:1px solid #400000;
	background:#a50000;
}
#loading .loading-indicator{
	border:1px solid #a50000;
	color:#003366;
}
*/
/* holds the main content */
#content-outer {
	border: 2px solid #a50000;
}
#content-inner h1 {
	background: #a50000 url(/images/h1_grad1.png) bottom;
}
/* the site title */
.title {
	color: white;
	background: #a50000 url('/images/title_grad1.png') bottom;
}	
#topmenu2 .x-toolbar {
	background: url('/images/menu_bar_red.png') repeat-x;
}
#topmenu2 {
	background: #a50000;
	color: white;
}

#topmenu2 a:hover  {
	color: #a50000;
}
/* any text describing an error */
.error-text {
	color: green;
}

.oot-tip {
	color: blue;
}
/*infoblock is for any set of information displayed as title:info */
.oot-infoblock {
	border: 1px solid blue;
}
.oot-infoblock-title {
}
.oot-list-summary-head td{
	border: 1px dotted #a50000;
}
.oot-list-summary-cell {
	border: 1px solid #a50000;
}

.oot-hint {
	/* provides small light text to give a helpful hint	*/
	color: gray;
}
	
.x-toolbar .x-btn-over .x-btn-center .x-btn-text {
	color: white;
}	
#topmenu2 .x-btn button {
	font-weight:bold;
}
#topmenu2 .x-toolbar {
	border-color: #950000;
}
.x-toolbar .x-btn-over .x-btn-left {
background:transparent url(/images/red/tb-btn-sprite.gif) no-repeat scroll 0 0;
}
.x-toolbar .x-btn-over .x-btn-right {
background:transparent url(/images/red/tb-btn-sprite.gif) no-repeat scroll 0 -21px;
}
.x-toolbar .x-btn-over .x-btn-center {
background:transparent url(/images/red/tb-btn-sprite.gif) repeat-x scroll 0 -42px;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left {
background:transparent url(/images/red/tb-btn-sprite.gif) no-repeat scroll 0 -63px;
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right {
background:transparent url(/images/red/tb-btn-sprite.gif) no-repeat scroll 0 -84px;
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center {
background:transparent url(/images/red/tb-btn-sprite.gif) repeat-x scroll 0 -105px;
}
	
.x-layout-container {
	background-color: #ffcccc;
}
.x-layout-panel {
	border-color: #ff8888;	
}
