/* Orange: #ff6600 */

/* Main frame */

body {
  	align: center;
	/* background: #FBE7EE; */
	background: #e1e9de; /* adc7a5; */
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	font-family: "arial narrow", geneva, sans-serif;
}

.overall_narrow {
	width: 840px;
	height: 400px;
	padding: 2px;
	spacing: 2px;
  	align: center;
	background-color: #e1e9de;
	text-align: center;
}

.overall {
	width: 100%;
	/* height: 400px; */
  	align: center;
	background-color: #e1e9de;
	text-align: center;
	text: #000;
}

/* Main elements: */

.fadein {
    position:relative;
    left:0px;
    top:0px;
    width:700px;
    height:305px;
}

.fadein img {
    position:absolute;
    left:20px;
    top:-190px;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

@-webkit-keyframes fade {
    0% {opacity: 0.2;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0.2;}
    100% {opacity: 0.2;}
}
@keyframes fade {
    0% {opacity: 0.2;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0.2;}
    100% {opacity: 0.2;}
}

#f1 {
    background-color: none;
}
#f2 {
    -webkit-animation-delay: -4s;
    background-color: none;
}
#f3 {
    -webkit-animation-delay: -2s;
    background-color: none;
}



.title_element {
	height: 220px;
	width: 100%;
	text-align: left;
	color:#000000; /* #ff8800; for transparency effect, work only in safari */
	background: #e1e9de; /* e0d5e4: violet clair */
	/* 'http://www.cavin.name/CSE/media/cavin_header.jpg' */
	/* background-image: url('../media/cavin_header2.jpg'); */
	/* background-repeat: no-repeat; /*url('imazes/back_fade.jpg') repeat-x;*/
	/* background-position: 0px -200px; */
	/* font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: xx-large;
	text-align: left;
	padding-left: 20px;
	text-shadow: 0px 0px 10px #000000; */
}

.search_col {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004;
	background: #99d;*/
}

.search_element {
	/* height: 50px; */
	color:#e1e9de; /* #ff8800; for transparency effect, work only in safari */
	/* background: #121A1D url('imazes/back_fade.jpg') repeat-x;
	background-position: 0px -200px; 
	background: #ccc;*/
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbb; */
	font-size: 10px;
	text-align: left;
	/*padding-left: 20px;
	padding-right: 20px; */
}

.search_form {
	color:#000;
	border-width: 0px;
	text-align: left;
	font-size:small;
}

.comment {
	color: #111111;
	font-size:12px;
}

.user_form {
	color:#354a2e;
	border-width: 0px;
	text-align: left;
}

.inputbox {
	font-weight: normal;
	color: #000;
	background: #e1e9de;
	border: 1px solid #9DA6B3;
	font-size:x-small;
}

.inputboxdark {
	font-weight: normal;
	color: #000;
	background: #e1e9de;
	border: 1px solid #9DA6B3;
	font-size:x-small;
}

.search_button {
	color:#ff6600;
	border-width: 0px;
	font-variant: small-caps;
	text-align: left;
}

.search_button a {
	text-decoration: none;
}

.button_row {
	height: 25px;
	color:#f5f5dc;
	background: #f7f9ef;
	text-align: left;
	font-size:11px; /* large; */
	font-variant: small-caps;
}


.smbt {
	font-size:x-small;
}

.comment_id {
	font-size:medium;
	color:#930;
}

.but_sep {
	font-size: large;
	font-variant: small-caps;
	color:#777777;
	padding-right: 3px;
}

a.button {
	color:#000000;
	font-weight: bold;
	border-style: outset;
	border-color: #adc7a5;
	padding: 1px 6px;
	background: #adc7a5;
	margin-left: 5px;
	margin-right: 5px;
	border-width: 1px;
	text-decoration: none;
	font-size:11px; /* large; */
	font-variant: small-caps;
}

hr {
	border: 0;
	color: #999;
	background-color: #aaa;
	height: 1px;
	width: 100%;
	text-align: left;
}

a.button:link {
}

a.button:visited {
}

a.button:hover {
	background: #f5f5dc;
}

a.button:active {
	background: #f5f5dc;
}

.side_col {
	width: 200px;
	background: #f7f9ef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ecc;
	text-align: center;
	vertical-align: top;
}

.main_col {
	width: 100%;
	vertical-align: top;
	background-color: #f7f9ef;
	/* border-width: 1px;
	border-style: solid;
	border-color: #eee; */
}

.footer {
	spacing: 4px;
	height: 20px;
	color:#f5f5dc;
	background: #f7f9ef;
	background-position: 0px -40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
	text-align: left;
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
}

a.tree {
	color:#354a2e;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}

a.tree:link {
}

a.tree:visited {
}

a.tree:hover {
	text-decoration: underline;
}

a.tree:active {
}

/* Body elements: */

.main_display {
	text-align: left;
	border-width: 0px;
	border-color: #354a2e;
}

.top_leaf {
	width: 100%;
	height: 20px;
	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: #354a2e;
}

.main_leaf {
	width: 100%;
	/* height: 300px; */
	vertical-align: top;
}

.bottom_leaf {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #354a2e;
}

.main_body_frame {
	overflow: auto;
	width: 100%;
	/* height: 400px; */
	/* min-height: 400px; */
	/* height: auto !important; */
	vertical-align: top;
	min-height: 400px;
}

.main_body_frame_narrow {
	overflow: auto;
	width: 740px;
	height: 380px;
	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... */
	font-size: small;
	vertical-align: top;
	min-height: 400px;
}

.main_body CODE {
	font-size: small;
}

.main_body A:link {
	color:#354a2e;
	text-decoration: none;
}

.main_body A:visited {
	color:#354a2e;
	text-decoration: none;
}

.main_body A:hover {
	color:#354a2e;
	text-decoration: underline;
}

.main_body A:active {
	color:#354a2e;
	text-decoration: none;
}

.main_body TABLE {
	font-size: small;
}

.main_body TR {
	font-size: small;
}


.main_body TD {
	font-size: small;
}

/* Individual elements */
.infobox_large {
	width: 195px;
	text-align: left;
	vertical-align: top;
	color:#000;
	/* border-width: 1px;
	border-style: solid;
	border-color: #fff; */
	font-size: 11px;
	/* margin: 2px;
	padding: 1px; */
}

.infobox_control {
	width: 195px;
	overflow: visible; 
}

.infobox_large a {
	color:#354a2e;
}

.infobox_large table {
	border: 0;
	font-size: 11px;
}

.infobox_large input[type="radio"] {
	font-size: 11px;
}

.infobox_small {
	width: 195px;
	text-align: left;
	vertical-align: top;
	color:#354a2e;
	/* border-width: 1px;
	border-style: solid;
	border-color: #fff; */
	/* margin: 2px;
	padding: 1px; */
	font-size: 11px;
}

.infobox_small a {
	color:#354a2e;
}

table.infobox_small Table TD {
	width: 90px;
	text-align: left;
	vertical-align: top;
	color:#354a2e;
	/* margin: 2px;
	padding: 1px; */
	font-size: 11px;
}

.infobox_mini {
	width: 195px;
	text-align: left;
	vertical-align: top;
	color:#000;
	/* border-width: 1px;
	border-style: solid;
	border-color: #fff; */
	/* margin: 2px;
	padding: 1px; */
	font-size: 11px;
}

.infobox_title {
	width: 135px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
	color:#000;
	/* background:#121A1D; */
	border-bottom-style: dashed;
	border-bottom-color: #354a2e;
	border-bottom-width: 1px;
}

.icon_region {
	width: 60px;
	color:#a22;
	border-bottom-style: dashed;
	border-bottom-color: #354a2e;
	border-bottom-width: 1px;
	TEXT-ALIGN: right;
	vertical-align: middle;
	/* margin:0px;
	padding: 2px; */
}

.icon {
	background-color:#354a2e;
	margin-left:0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: -1px;
	vertical-align: middle;
	width: 10px;
	height: 10px;
}

.news_box {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #f7f9ef;
}

.news_box b {
	font-weight: bold;
	color:#354a2e;
}

.news_box a:link {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.news_box a:visited {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.news_box a:hover {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: underline;
}

.news_box a:active {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_col {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #354a2e;
}

.blog_col_left {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #354a2e;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #354a2e;
}

.blog_col_bot {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.blog_col_left_bot {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #354a2e;
}

.blog_title_stat {
	font-weight: bold;
	text-transform: capitalize;
	color:#354a2e;
}

.blog_title a:link {
	font-weight: bold;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_title a:visited {
	font-weight: bold;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_title a:hover {
	font-weight: bold;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: underline;
}

.blog_title a:active {
	font-weight: bold;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_links a:link {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_links a:visited {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_links a:hover {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: underline;
}

.blog_links a:active {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_head {
	font-weight: normal;
	font-size: xx-small;
	margin-left: 10px;
}

.blog_author {
	color:#354a2e;
}

.blog_body {
	font-size: small;
}

.blog_body a:link {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_body a:visited {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_body a:hover {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: underline;
}

.blog_body a:active {
	font-weight: normal;
	text-transform: capitalize;
	color:#354a2e;
	text-decoration: none;
}

.blog_more {
	font-weight: bold;
	font-size: x-small;
	color:#354a2e;
}

.file_ext {
	font-size: x-small;
	color:#354a2e;
}

.search_highlight {
	font-weight: bold;
	font-size: x-small;
	color:#354a2e;
}

.gallery_title {
	font-weight: bold;
	font-size: x-large;
	color: #354a2e;
}

.gallery_info {
	font-size: x-small;
	color: #354a2e;
}

.gallery {
	padding: 3px;
  	align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

.gallery_td {
	width: 180px;
	height: 180px;
	padding: 3px;
  	align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	background-color: #fee;
}

.gallery_td_title {
	width: 180px;
	height: 80px;
	padding: 3px;
  	align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	background-color: #fdd;
}

.gallery_td_folder {
	width: 180px;
	height: 80px;
	padding: 3px;
  	align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	background-color: #fdd;
}

.gallery_back {
	font-size: large;
	color: #a22;
}

.img_caption {
	font-weight: bold;
	font-size: x-small;
	color: #a22;
}

.copyright {
	font-size: x-small;
	color: #000000;
}

.copyright a:link {
	color:#354a2e;
	text-decoration: none;
}

.copyright a:visited {
	color:#354a2e;
	text-decoration: none;
}

.copyright a:hover {
	color:#354a2e;
	text-decoration: underline;
}

.copyright a:active {
	color:#354a2e;
	text-decoration: none;
}

.toc_folder a {
	font-weight: bold;
	text-decoration: none;
}

.toc_folder a:link {
}

.toc_folder a:visited {
}

.toc_folder a:hover {
	text-decoration: underline;
}

.toc_folder a:active {
}


.toc_file a {
	text-decoration: none;
}

.toc_file a:link {
}

.toc_file a:visited {
}

.toc_file a:hover {
	text-decoration: underline;
}

.toc_file a:active {
}

.toc_base_indent {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_0 {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_1 {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_2 {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_3 {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_4 {
	padding-left:5px;
	margin-left:5px;
}

.toc_indent_5 {
	padding-left:5px;
	margin-left:5px;
}

.title_silver {
	width: 135px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
	color:#000;
	padding-left:1px;
	padding-right:140px;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-color: #354a2e;
	border-bottom-width: 1px;
}


/* get rid of border on hyperlink images in IE */
a img { 
	border:0; 
}
