/* General Element Styles */
/* Red CC0033* /
/* Blue 3399CC*/
/* Dark Blue 336699*/
/* Silver CCCCCC*/
/* Dark Silver 999999 */
/* Dark Grey 666666*/
/* Dark Gold 999966*/

body {background:#dddddd url(images/bodybg-redbluesilver.jpg) repeat-x;
}
a {color:#336699;
}
a:hover {color:#CC0033;
}
a:visited {color:#CC0033;
}
h5 {background-color: #3399CC;}

/*** Main container ***/

#container {background:#eeeeee url(images/bodybg-redbluesilver.jpg) repeat-x;
}
#content h1,#content h2,#contentalt h1,#contentalt h2 {color:#336699;
}

/*** Horizontal menu ***/

#mainmenu a {color: #336699;
}
#mainmenu a:hover {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
	color:#CC0033;
}
#mainmenu li.current a {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
	color:#CC0033;
}
#mainmenu li.currentparent a {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
	color:#CC0033;
}

/* Widgets */

.sidebartitle {background-color: #3399CC;}
.widgettitle {background-color: #3399CC;}

/* Tables */

.tableizer-table th {background-color: #3399CC; color: #FFFFFF; font-weight: bold; border: 1px solid #CCCCCC;}
