/* Diesel Database.com GLOBAL style sheet */
html, body {
	margin:0;
	scrollbar-face-color: #380000; 
	scrollbar-highlight-color: #a4a4a4; 
	scrollbar-shadow-color: #d4d4d4; 
	scrollbar-3dlight-color: #c4c4c4; 
	scrollbar-arrow-color: #c6c6c6; 
	scrollbar-track-color: #a9a9a9; 
	scrollbar-darkshadow-color: #d3d3d3;
}
body {
	background-color:#FFFFFF;
	color: #000066;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

/* text styling *********************************************************************************/
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
	color:#A52A2A;
}
img {
	padding: 0;
	border: 0;
}
.byline {
	font-style:italic;
	font-size: 90%;
	font-weight: bold;
}
.small {
	font-size: 90%;
}
.small_0 {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
}
.smallBold {
	font-size: 90%;
	font-weight: bold;
}
.smallBold_0 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

/* class objects *******************************************/
.merch_list a {
	color: #A52A2A;
}
.merch_list {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.no_print a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

/* template objects ****************************************/
#logo_bar {
	margin:0;
	padding:0;
	height:140px;
	background-repeat: repeat-x;
	margin-bottom:-12px;
}

#link_bar { /* see menu_main.php */ }

#left_bar {
	background-image: url(/templates/global/images/sidebarbg.png);
	background-repeat: repeat-y;
	width: 145px;
	margin:0;
	padding-left: 5px;
	left:0px;
	position:absolute;
}

#site_bar {
	margin-top: 50px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 80%;
	color: #A52A2A;
}
#site_bar a{
	text-decoration: none;
}

#content {
	padding-right:10px;
	width:720px;
	margin-left:160px;
}
#content .pic {
	padding: 5px;
	float:right;
}
#content .art img {
	padding:5px;
}
#content .art .pic {
	float:right;
}
#content .art br {
	clear:both;
}

/* Template objects details ****************************************/

#logo_bar {
}
#logo_bar #logo {
	width:380px;
	height:140px;
	float:left;
	display:inline;
}


#shoutBox {
	width:125px;
	color: #FFFFFF;
}
#shoutBox #shouts {
	border:3px solid #333333;
	min-height:100px;
}
#shoutBox #shouts .even, #shoutBox #shouts .odd {
	font-size:9px;
	padding:3px;
	width:113px;
	overflow:hidden;
}

#left_bar a { color:#DDDDDD; }
#left_bar a:hover { color:#FFFFFF; }
#left_bar form {
	padding-bottom:6px;
}
#left_bar input {
	margin-top:5px;
	border:1px solid #000000;
	width:125px;
	height:18px;
	text-align:center;
}
#left_bar input:hover {
	background-color:#F2F2F2;
}
#left_bar .submit {
	border:1px solid #FFFFFF;
	background-color:#404040;
	color:#FFFFFF;
	height:25px;
}
#left_bar .submit:hover { background-color:#4E4E4E; }

/* tag elements *********************************************************************************/

.article_heading {
	font-size: 90%;
	font-weight: bold;
	color: #808080;
}
.boldButton {
	width:100%;
	font-weight:bold;
}
.alert {
	padding:50px;
	text-align:center;
	background-color:#ae0b0c;
	border:3px solid #000000;
	font-size:1.5em;
}
.alertText {
	padding:5px;
	text-align:center;
	background-color:#ae0b0c;
	border:1px solid #000000;
}
.hilighttext {
	padding:10px;
	background-color:#CCCCCC;
	border:1px dashed #000000;
	color:#4E4E4E;
}
.redirect {
	padding:20px;
	font-size:1.2em;
	text-align:center;
	background-color:#ae0b0c;
	border:1px dashed #000000;
	color:#FFFFFF;
}
.redirect2 {
	padding:20px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#CCCCCC;
	border:1px dashed #000000;
	color:#4E4E4E;
}
.redirect2 a {
	color:#ae0b0c;
}

.stretch { width:100%; }

.outer { color: #CCCCCC; width:100%; background-color: #333333; border-collapse: 0px; border-spacing: 1px; padding:2px; }
.odd   { background-color:#4E4E4E; padding: 3px; }
.even  { background-color:#404040; padding: 3px; }

.display_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000066;
	margin-top: 3px;
}
.display_box_title {
	font-weight: bold;
	background-color: #000066;
	color: #cccccc;
	text-align: center;
}
.display_box_content {
	background-color: #cccccc;
	color: #333333;
}