/* $Id: triring.css,v 1.10 2000/12/01 04:26:20 hanibi Exp $ */

body {
/*	background: white; */
	background: #fff9f9;
	color: black;
	margin-left: 5%;
	margin-right: 3%;
	font-size: 10pt;
}

h1 {
	color: #fff;
	background: #00979c;
	margin-top: 0%;
	margin-bottom: 0%;
	border-top:    4px solid #00979c;
	border-bottom: 4px solid #00979c;
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}

h2 {
	color:  #00979c;
	border-bottom: 4px solid #00979c;
	font-weight: bold;
	font-size: 140%;
}

h3 {
	color:  #00979c;
	border-bottom: 2px solid #00979c;
	font-weight: normal;
	font-size: 120%;
}
h4.ftp {
	text-indent: 1em;
}

hr {
  border: 1;
  width: 96%;
  height: 2px;
  background: #1f2a2a;
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

p.center {
	text-align: center;
}

p.copyright {
	text-align: right;
	font-size: small;
}

p.navigator {
	text-align: right;
	font-size: small;
}

p.linuxconf {
	font-weight: bold;
	color: red;
}

dl {
	margin-left: 3%;
}

dd {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul li {
	padding-bottom: 0.3em;
}


pre {
//	background: #eee9e9
	margin:0;
	padding:0;
	overflow:auto;
	white-space:pre-wrap;
	word-wrap:break-word;
}

blockquote {
/*	font-style: italic;*/
	border-style: solid;
	border-width: 1px;
	color: #333333;
	border-color: #888888;
	background-color: #f0f0f0;
	padding: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear : both;
}

// blockquote {
// /*	font-style: italic;*/
// 	border-style: solid;
// 	border-width: 1px;
// 	color: #333333;
// 	border-color: #888888;
// 	background-color: #f0f0f0;
// 	padding: 8px;
// 	padding-top: 8px;
// 	padding-bottom: 0px;
// 	clear : both;
// }

// a, a:link {color: #000;text-decoration: none!important;border-bottom: 1px solid #bbb;}
// a:hover {text-decoration: none;padding-bottom: 0;color: #00979c;border-bottom: solid 1px;}
// a.addthis_button_compact,a.addthis_button_print,a.addthis_button_email,a.addthis_button_favorites,a.addthis_button_facebook,a.addthis_button_twitter {border-bottom: 0 solid white;}

blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}
blockquote p{font-size:14px;font-weight:300;line-height:18px;margin-bottom:0;}
blockquote small{display:block;font-size:12px;font-weight:300;line-height:18px;color:#bfbfbf;}
blockquote small:before{content:'\2014 \00A0';}
code,pre{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{background-color:#f5f5ff;color:rgba(0, 0, 0, 0.75);padding:1px 3px;}
pre{background-color:#f5f5f5;display:block;padding:17px;margin:0 0 18px;line-height:18px;font-size:12px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}

table{border:2;width:80%;margin-bottom:18px;padding:0;border-collapse:separate;font-size:13px;}table th,table td{padding:10px 10px 9px;line-height:13.5px;text-align:left;vertical-align:middle;border-bottom:1px solid #ddd;}
table th{padding-top:9px;font-weight:bold;border-bottom-width:2px;}
table .blue{color:#049cdb;border-bottom-color:#049cdb;}
table .headerSortUp.blue,table .headerSortDown.blue{background-color:#ade6fe;}
table .green{color:#46a546;border-bottom-color:#46a546;}
table .headerSortUp.green,table .headerSortDown.green{background-color:#cdeacd;}
table .red{color:#9d261d;border-bottom-color:#9d261d;}
table .headerSortUp.red,table .headerSortDown.red{background-color:#f4c8c5;}
table .yellow{color:#ffc40d;border-bottom-color:#ffc40d;}
table .headerSortUp.yellow,table .headerSortDown.yellow{background-color:#fff6d9;}
table .orange{color:#f89406;border-bottom-color:#f89406;}
table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc;}
table .purple{color:#7a43b6;border-bottom-color:#7a43b6;}
table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0;}



/* EOF */
