/* Orange: #ff6600 */

/* Main frame */

body {
  	align: center;
	background: #aaa;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	border: 0px;
}

.overall_narrow {
	width: 840px;
	height: 450px;
	padding: 3px;
	spacing: 3px;
  	align: center;
	background-color: #aaa;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
}

.overall {
	width: 1040px;
	height: 500px;
	padding: 3px;
	spacing: 3px;
  	align: center;
	background-color: #aaa;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
}

/* Main elements: */

.title_element {
	height: 50px;
	color:#339;
	background: #b0b0b4;
	background-position: 0px -80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: xx-large;
	text-align: left;
	padding: 5px;
}

.button_row {
	spacing: 4px;
	height: 35px;
	color:#339;
	background: #aaa;
	background-position: 0px -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-align: left;
}

a.button {
	color:#000;
	font-weight: bold;
	border-style: outset;
	border-color: #ddd;
	padding: 1px 6px;
	background: #999;
	margin-left: 5px;
	margin-right: 5px;
	border-width: 1px;
	text-decoration: none;
}

a.button:link {
}

a.button:visited {
}

a.button:hover {
	background: #bbb;
}

a.button:active {
	background: #bbb;
}

.side_col {
	width: 200px;
	border-left: solid 1px #9DA6B3;
	background: #aaa;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	text-align: center;
	vertical-align: top;
}

.main_col {
	width: 640px;
	background-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.footer {
	spacing: 4px;
	height: 30px;
	color:#000;
	background-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-align: left;
}

/* Body elements: */

.main_display {
	spacing: 4px;
	text-align: left;
	border-width: 0px;
	border-color: #fff;
}

.top_leaf {
	width: 640px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #888;
}

.main_leaf {
	width: 640px;
	height: 350px;
	vertical-align: top;
}

.bottom_leaf {
	width: 640px;
	text-align: left;
	vertical-align: middle;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #888;
}

.main_body_frame {
	overflow: auto;
	width: 640px;
	height: 450px;
	vertical-align: top;
	/* Only IE, but cool */
	scrollbar-base-color: #ddd;
	scrollbar-arrow-color: #ddd;
	scrollbar-3dlight-color: #ddd;
	scrollbar-darkshadow-color: #ddd;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #ddd;
	scrollbar-track-color: #ddd;
}

.main_body_frame_narrow {
	overflow: auto;
	width: 640px;
	height: 400px;
	vertical-align: top;
	/* Only IE, but cool */
	scrollbar-base-color: #ddd;
	scrollbar-arrow-color: #ddd;
	scrollbar-3dlight-color: #ddd;
	scrollbar-darkshadow-color: #ddd;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #ddd;
	scrollbar-track-color: #ddd;
}

.main_body {
	/* placeholder, inside the scrollbarred area... */

}

.main_body CODE {
	font-size: small;
}


/* Individual elements */
.infobox_large {
	width: 185px;
	text-align: left;
	vertical-align: top;
	color:#000;
	background-color: #bbb;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	font-size: small;
	margin: 2px;
	padding: 1px;
}

.infobox_small {
	width: 185px;
	text-align: left;
	vertical-align: top;
	color:#000;
	background-color: #bbb;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	margin: 2px;
	padding: 1px;
	font-size: x-small;
}

table.infobox_small Table TD {
	width: 90px;
	text-align: left;
	vertical-align: top;
	color:#000;
	background-color: #bbb;
	margin: 2px;
	padding: 1px;
	font-size: x-small;
}

.infobox_mini {
	width: 185px;
	vertical-align: top;
	color:#000;
	background-color: #888;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	margin: 2px;
	padding: 1px;
	font-size: x-small;
}

.infobox_title {
	/* width: 185px; */
	font-weight: bold;
	text-transform: capitalize;
	font-size: small;
	color:#038;
	background:#aaa;
	border-bottom-style: dashed;
	border-bottom-color: #444;
	border-bottom-width: 1px;
}

.blog_col {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.blog_title {
	font-weight: bold;
	text-transform: capitalize;
	color:#038;
}

.blog_head {
	font-weight: bold;
	font-size: x-small;
}

.blog_author {
	color:#038;
}

.blog_body {
	font-size: small;
}

.blog_more {
	font-weight: bold;
	font-size: x-small;
	color:#038;
}

.copyright {
	font-size: x-small;
	color: #333;
}

.icon_region {
	width: 58px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: small;
	color:#038;
	background:#aaa;
	border-bottom-style: dashed;
	border-bottom-color: #444;
	border-bottom-width: 1px;
	TEXT-ALIGN: right;
	vertical-align: middle;
	margin:0px;
	padding: 2px;
}

.icon {
	background-color:#000;
	margin-left:0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: -1px;
	vertical-align: middle;
	width: 10px;
	height: 10px;
}

/* get rid of border on hyperlink images in IE */
a img { 
	border:0; 
}
