html {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	color: rgb(37,37,37);
	margin: 0;
}

body {
	margin: 0;
}

#doc3 {
	margin-left: 0;
	margin-right: 0;
}

a:link, a:visited {
	color: rgb(207,18,25);
}

a:hover, a:active {
	color: rgb(254,167,0);
}

ul.grouplist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.grouplist li {
	padding: 5px 0;	
	font-weight: normal;	
	white-space: nowrap;
}

ul.grouplist li a {
}

#hd {
	margin: .4em;
}

/*menu*/
#mn {
	font-family: Tahoma;
	background-color: rgb(240,240,240); 
	padding: .8em 1em .8em 1.6em;
	margin: .5em 0 1em 0;
}

#mn ul {
	font-size: 10pt;
	font-weight: normal;
}

#mn ul.grouplist li a,
#mn ul.grouplist li a:link,
#mn ul.grouplist li a:hover,
#mn ul.grouplist li a:active,
#mn ul.grouplist li a:visited {
	font-size: 11.5pt;
	font-weight: bold;
}

#mn ul.grouplist li {
	display: inline;	
}

#mn a:link, #mn a:visited {
	font-weight: normal;
	color: #525252;
}

#mn a:hover,
#mn a.selected {
	color: #CF1219 !important;
}


#bd {
	padding: .5em 1em .5em 1em;
}

#bd h2 {
	font-family: Tahoma;
	font-size: 11.5pt;
	font-weight: bold;	
}

h2.top {
	margin-top: 0;
}

#bd h3 {
	font-family: Tahoma;
	font-size: 11pt;
}

#links.yui-b {
	width: 217px;
	margin-left: 4px;
	font-family: Arial;
	font-size: 10pt;	
}

.rightlinks_top {
	height: 8px;
	background-repeat: no-repeat;
	font-size: 0;
}

.rightlinks_bottom {
	height: 8px;
	background-repeat: no-repeat;
	font-size: 0;
}

.rightlinks_middle {
	background-repeat: repeat-y;
}

ul.rightlinks 
{
	margin:0;
	padding: .2em .8em;
	list-style-type:none;
	font-size: 10pt;
}

ul.rightlinks li 
{
	padding: .1em 0 1.1em 0;
	line-height:120%;
}

div.threadbar, div.groupbar {
	clear:both;
	font-family: Tahoma;
	font-size: 10pt;
	margin-bottom: 1.2em;
}
	
div.threadbar a, div.groupbar a {
	font-weight: bold;	
}

/*div.articlethreadbar {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;	
}*/

.articleoptions {
	font-family: Tahoma;
	font-size: 10pt;	
	margin-bottom: 1.2em;
}

.articleoptions a {
	font-weight: bold;
}

.articlehead ul {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
}

.articlehead {
	font-family: Arial;
}

.articlehead span.title {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13pt;
	font-weight: normal;	
}

/* navigation bar */

div.navigation {
	float: right;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}

div.navigation span.older {
	float: right;
}

div.navigation span.newer {
	
}

/* tree table */

table.tree,
table.threads {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	border-collapse: collapse;
	font-family: Arial;
}

table.tree th, table.threads th {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.tree th span.desc,table.threads th span.desc {
	font-family: "Trebuchet MS";
	font-size: .75em;
	color: #aaa;
}

.highlight {
	background-color:  rgb(240,240,240);
}

table.tree tr.current {
	
}

table.tree tr.current * {
	font-weight: bold;
	color: black;
}

table.tree td { 
	padding: .25em .6em;
}

table.threads td,
table.threads th {
	padding: .35em .6em;
}

table.threads th.threadcell {
	width: auto;
}

table.threads div.authorcell,
table.threads th.authorcell,
table.threads td.authorcell {
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
}

table.threads th.messagescell {
	width: 80px;
}

table.threads th.datecell {
	padding-left: .6em;
	width: 90px;
}

table.threads td.summary {
	color:  #777;
	font-size: .75em;
	padding: 1px 1px 8px 20px; 
}

table.threads td.summary a,
table.threads td.summary a:link
table.threads td.summary a:visited {
	color: #222;
}

table tr.read td {
	color: #999;
}

table tr.read a {
	color: #999;
	font-weight: normal;
}

table.tree tr.title {
	font-weight: bold;
	background-color: #fcc;
}

table.tree td.datecell {
	white-space: nowrap;
	width: 6em;
}

table.tree td.titlecell {
}

table.tree td.authorcell {
	width: 13em;
}

table.tree tr.title {
	font-weight: bold;
	background-color: #fcc;
}

table.tree td img {
	vertical-align: middle;
}

/* Message body */
.fixed {
	font-family: Courier, monospace;
	margin: .1em 0 1.5em 0;
	padding: 0;
	white-space: pre;
	font-size: 10pt;
}

.prop {
	font-family: Arial;
	margin: .1em 0 1.5em 0;
	padding: 0;
}

div.sig {
	border-top: 2px dashed #bbb;
	padding: 9px 0;
	font-size: .8em;
}

div.reply {
	background-color: #eee;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

div.reply div.reply {
	background-color: #efe;
}

div.reply div.reply div.reply {
	background-color: #eef;
}

div.reply div.reply div.reply div.reply {
	background-color: #fee;
}

/* stats table */
table.stats thead td {
	font-family:"Trebuchet MS",Tahoma;
	font-size:13pt;
	font-weight:normal;
}

table.stats tr  td.rank {
	font-weight: bold;
	text-align: right;
}

table.stats tr  td.author {
	width: 20em;
}

table.stats tr  td.total {
}

/* calendar */
table.calendar {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

table.calendar  th {
	background-color: #eee;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13pt;
	font-weight: normal;
}

table.calendar  th,
table.calendar  td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

table.calendar  td a:hover {
	color: #000;
}

.grouptitle {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13pt;
	margin-top: -0.4em;
}

.grouplink {
	font-family: Tahoma;
	font-size: 11.5pt;
	font-weight: bold;	
}

.groupdesc {
	font-family: Arial;
}

/* searching */
.searchbox,
.searchbox form {
	display: inline;
	font-weight: normal;
}

.highlighted {
	color: #CF1219 !important;
}

.searchform table td {
	margin: 0;
	padding: 2px 4px;
	vertical-align: top;
}

.searchform td.title {
	text-align: right;
}

.searchform .title label {
	width: 10em;
	margin-left: 6em;
	display: block;
	text-align: left !important;
	padding-top: .1em;
	padding-bottom: .4em;
	white-space: nowrap;
}

.searchform input,
.searchform select {
	margin: 1px;
	width: auto;
}

.searchform .input input {
	width: 12.4em;
}
.searchform .input select {
	width: 12.8em;
}

.searchform .example {
	padding: .1em;
	font-size: .8em;
}


/* highlight */
.keyword1 {
	background-color: #ffff66;
	color: #000000;
}

.keyword2 {
	background-color: #A0FFFF;
	color: #000000;
}

.keyword3 {
	background-color: #99ff99;
	color: #000000;
}

.keyword4 {
	background-color: #ff9999;
	color: #000000;
}

.keyword5 {
	background-color: #ff66ff;
	color: #000000;
}

.keyword6 {
	background-color: #880000;
	color: #ffffff;
}

.keyword7 {
	background-color: #00aa00;
	color: #ffffff;
}

.keyword8 {
	background-color: #886800;
	color: #ffffff;
}

.keyword9 {
	background-color: #004699;
	color: #ffffff;
}

.keyword10 {
	background-color: #990099;
	color: #ffffff;
}


.body .line, 
.body .morelines {
	font-family: Tahoma;
	font-size: 11.5;
	color: #a0a0a0;
}

a.mail-contact 
{
    color:#888;
    overflow: hidden;
    display:inline-block;
    text-decoration:none;
}
a.mail-contact:hover{text-decoration:underline}


/* ------------------------------------------------------------------------------- */
/* * *   forms   * * */
/* ------------------------------------------------------------------------------- */

.row {
  margin: 2px;
}
.row label {
  width: 150px;
  float:left;
}
.row input[type=file] {
  display: block;
  margin: 0 auto
}