/* @override 
	http://localhost/css/dingus-cms.css
	http://dingus-cms.eastfacesoftware.com/css/dingus-cms.css
*/

/* Top Elements */
* { margin: 0; padding: 0; } 

body {
	background: #c9c3a5;
	font: 9.2pt/1.6em Verdana, Tahoma, arial, sans-serif;
	color: #780b26; 
	text-align: center;
	margin-top: 2px;
}

a, a:visited {
	text-decoration: underline;
	color: #000; 
}
a:hover {
	color: #B36500;
}

td {
	font: 9.2pt/1.6em Verdana, Tahoma, arial, sans-serif;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 		
	color: #B32A00;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* img */
img {
	border: 0px none;
}
h1, h2, h3 {
	padding: 0px;		
	margin: 0;
}
p {
		padding: 0px;		
		margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul span, ol span {
	color: #666666;
}

label {
	display:block;
}
div.required label {
	font-weight: bold;
}
#wrap {
	background-color: #ffffd0;
	/* background-color: #c9c3a5; */
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#innerContentWrap {
	width: 1000px;
	padding: 0; 
	margin: 0 auto;
	text-align: left;
	background-color: #ffffd0;
}
#header {
	width: 1000px;
	clear:both;
	height: 149px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
div#search {
	background: #000;
	width:883px;	
	height: 30px;
	font-weight: bold;
}

div#search div {
	padding-left: 15px;
	padding-right: 15px;	
}

#search, #search a, #search a:hover, #search a:visited {
	font: 8pt/30px Verdana, Arial, Tahoma, Sans-serif;	
	color: #FFFFFF;
	font-weight: bold;
}

div.pageHeading {
	clear: both;
	background: #0067b2;
	text-align: left;
	color: #FFFFFF;
	font: 11.5pt/30px Verdana, Arial, Tahoma, Sans-serif;
	height: 30px;
	padding-left: 27px;
}


/* Main Column */
div#main {
	margin: 0;
	padding: 10;
	color: #000;
}
#main h1, .pageHeading {
	font: Bold 12pt/24px Verdana, 'Trebuchet MS', Sans-serif;
	color: #B32A00;
	padding: 0px;

}
div#body {
	float: left;
	padding: 20px;
}
div#sidebar-bottom  {
	margin:0;
}

/* Footer */	
#footer {
	margin: 0 auto;	
	margin-top: 5px;
	color: #0067b2;
	clear: both;
	width: 883px;
	height: 30px;
	text-align: center;	
	font-size: 8pt;
	
}
#footer a { 
	text-transform: capitalize; 
	text-decoration: none;
	color: #ffffff;		
}
#footer a:hover {
	text-decoration: underline;
} 
#copyright a { 
	text-transform: capitalize; 
	text-decoration: none;
	color: #ffffff;		
}
#copyright a:hover {
	text-decoration: underline;
} 

div.line {
	position:relative;
	clear:both;
	display:block;
	width:700px;
	height:1px;
	left:0px;
	margin: 0 auto;	
	margin-top:20px;
}

/* alignment classes */
.alignLeft  { text-align: left; }
.alignRight { text-align: right; }
.floatLeft  { float: left; }
.floatRight { float: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.error, .fieldError, .error_message { color: red;}


/* Admin Tables */
th {
	text-align: left;
	font-size: 10pt;
}

table.dataEntry, table.dataDisplay {
	border-spacing:0;
}
table.dataEntry th {
	padding-top:5px;
	padding-bottom:2px;
}
table.dataEntry td {
	padding-bottom:5px;
}
table.dataEntry th, table.dataDisplay th, table.dataFilter th {
	text-align:left;
	font-weight: bold;
	color: #004D8D;
	font-size:0.9em;
	white-space: nowrap;
}
table.dataEntry td, table.dataDisplay td, table.dataFilter td {
	color: #000000;
	padding-right:5px;
	font-size: 8pt;
}
table.dataDisplay td, table.dataFilter td {
	border-top: 1px solid #aaaaaa;	
}
table.dataDisplay td, table.dataDisplay th {
	padding:4px;
}
/*
 *
 * Primary Action....
 *
*/

.primaryAction
{
	font-weight: bolder;
	text-decoration: underline;
}


/* Side box */
.sideBox{
 border-collapse:collapse;
 border-spacing:1px;
 background:#b59a73;
 margin:0 0 3px 0;
 border:1px solid #b5905b;
}
.sideBox thead th{
 font:normal normal bold 0.90em/110% Arial, Helvetica, san-serif;
 color:#ffffff;
 padding:4px 2px;
 border:1px solid #b5905b;
}
.sideBox thead th a{
 color:#ffffff;
 text-decoration:none;
}
.sideBox thead th a:link{color:#ffffff}
.sideBox thead th a:visited{color:#ffffff}
.sideBox thead th a:hover{text-decoration:underline}

.sideBox tbody td{
 background:#ffffff;
 padding:3px; 
}
.sideBox tbody td p{
 font:normal normal normal 0.80em/110% Arial, Helvetica, san-serif;
 color:#464746;
}
.sideBox tbody td p a{
 color:#464746;
 border-bottom: none;
 text-decoration:none;
}
.sideBox tbody td p a:link{color:#464746}
.sideBox tbody td p a:visited{color:#636563}
.sideBox tbody td p a:hover{text-decoration:underline}
.sideBox tbody td p a.u{text-decoration:underline}

.sideBox tbody ul{
 margin:0;
 padding:0 0 0 1px;
 list-style-type:none;
}
.sideBox tbody ul li,
.sideBox tbody ul li li{
 margin:0;
 padding-left:6px;
 background-image:url(images/bullet-blue-small.gif);
 background-repeat:no-repeat;
 background-position:0 0.40em;
 margin-bottom:4px;
}
.sideBox tbody ul li li{
 margin:0;
 background-image:url(images/bullet-dgrey-small.gif);
 margin-top:2px;
}
.sideBox tbody ul li a,
.sideBox tbody ul li li a{
 font:normal normal normal 0.75em/100% Arial, Helvetica, san-serif;
 text-decoration:none;
}
.sideBox tbody ul li a:link{color:#464746}
.sideBox tbody ul li a:visited{color:#464746}
.sideBox tbody ul li a:hover{text-decoration:underline}
.sideBox tbody ul li li a{font-size:0.75em}

.sideBox tfoot td{
 font:normal normal normal 0.80em/110% Arial, Helvetica, san-serif;
 color:#464746; 
 background:#ffffff; 
 padding:3px;
}
.sideBox tfoot ul{
 float:right;
 margin:0;
 padding:0;
 list-style:none;
}
.sideBox tfoot li{
 padding-left:6px;
 background-image:url(images/bullet-lbrown-small.gif);
 background-repeat:no-repeat;
 background-position:0 0.32em;
}
.sideBox tfoot li a{
 color:#464746;
 text-decoration:none;
}
.sideBox tfoot li a:link{color:#464746}
.sideBox tfoot li a:visited{color:#636563}
.sideBox tfoot li a:hover{text-decoration:underline}

/* PROMO MENU VARIATION */
.sideBox #redmenutitle{
 background:#cd4b4b;
 border:1px solid #9f3a3a;  
}
.sideBox #redmenutitle thead th{border:1px solid #9f3a3a}
.sideBox #redmenutitle li{background-image:url(images/bullet-red-small.gif)}

#footer a
{
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: none;
}



#copyright {
	color: #FFFFFF;
}

#copyright a {
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: none;
}




/*
 *
 * A standout box
 *
 *
 */


.sideBoxStandout{
 border-collapse:collapse;
 border-spacing:1px;
 background:#C17400; /* Title Box Color */
 margin:0 0 3px 0;
 border:1px solid #BB0000;
}
.sideBoxStandout thead th{
 font:normal normal bold 0.90em/110% Arial, Helvetica, san-serif;
 color:#ffffff;
 padding:4px 2px;
 border:1px solid #BB0000;
}
.sideBoxStandout thead th a{
 color:#ffffff;
 text-decoration:none;
}
.sideBoxStandout thead th a:link{color:#ffffff}
.sideBoxStandout thead th a:visited{color:#ffffff}
.sideBoxStandout thead th a:hover{text-decoration:underline}

.sideBoxStandout tbody td{
 background:#ffffff;
 padding:3px; 
}
.sideBoxStandout tbody td p{
 font:normal normal normal 0.80em/110% Arial, Helvetica, san-serif;
 color:#464746;
}
.sideBoxStandout tbody td p a{
 color:#464746;
 text-decoration:none;
}
.sideBoxStandout tbody td p a:link{color:#464746}
.sideBoxStandout tbody td p a:visited{color:#636563}
.sideBoxStandout tbody td p a:hover{text-decoration:underline}
.sideBoxStandout tbody td p a.u{text-decoration:underline}

.sideBoxStandout tbody ul{
 margin:0;
 padding:0 0 0 1px;
 list-style-type:none;
}
.sideBoxStandout tbody ul li,
.sideBoxStandout tbody ul li li{
 margin:0;
 padding-left:6px;
 background-image:url(images/bullet-blue-small.gif);
 background-repeat:no-repeat;
 background-position:0 0.40em;
 margin-bottom:4px;
}
.sideBoxStandout tbody ul li li{
 margin:0;
 background-image:url(images/bullet-dgrey-small.gif);
 margin-top:2px;
}
.sideBoxStandout tbody ul li a,
.sideBoxStandout tbody ul li li a{
 font:normal normal normal 0.75em/100% Arial, Helvetica, san-serif;
 text-decoration:none;
}
.sideBoxStandout tbody ul li a:link{color:#464746}
.sideBoxStandout tbody ul li a:visited{color:#464746}
.sideBoxStandout tbody ul li a:hover{text-decoration:underline}
.sideBoxStandout tbody ul li li a{font-size:0.75em}

.sideBoxStandout tfoot td{
 font:normal normal normal 0.80em/110% Arial, Helvetica, san-serif;
 color:#464746; 
 background:#ffffff; 
 padding:3px;
}
.sideBoxStandout tfoot ul{
 float:right;
 margin:0;
 padding:0;
 list-style:none;
}
.sideBoxStandout tfoot li{
 padding-left:6px;
 background-image:url(images/bullet-lblue-small.gif);
 background-repeat:no-repeat;
 background-position:0 0.32em;
}
.sideBoxStandout tfoot li a{
 color:#464746;
 text-decoration:none;
}
.sideBoxStandout tfoot li a:link{color:#464746}
.sideBoxStandout tfoot li a:visited{color:#636563}
.sideBoxStandout tfoot li a:hover{text-decoration:underline}

.sideBoxStandout img.plusminus{
 vertical-align:-5%;
 margin:0 6px 0 0;
}

.sideBoxStandout tbody td a#month{
 font:normal normal bold 0.80em/110% Arial, Helvetica, san-serif;
 padding:3px 0;
 text-decoration:none;
}
.sideBoxStandout tbody td a#month:link{color:#464746}
.sideBoxStandout tbody td a#month:visited{color:#464746}
.sideBoxStandout tbody td a#month:hover{text-decoration:underline}

.sideBoxStandout tbody ul#newsitems{padding:0 0 0 17px}


