@charset "utf-8";
/*
/////////////////////////////////////////////////
// t-faces
//
// $Id: tf-outputText.css,v 1.0 2005/11/08 01:56:44 tenyo Exp $
//
*/

/* 	{*}	 */
#tf_edit_html_title
{
	color:inherit;
	background-color:#CCDDEE;

	padding:2px 2px 2px 7px;

	border:0px;
	margin:3px 3px .5em 0px;
}

/* 	{**}	 */
#tf_edit_html_subtitle
{
	color:inherit;

	padding:2px 2px 2px 7px;

	border:0px;
	
	border-width: 3px 3px 3px 14px;
	border-color:#CCDDEE;
	border-style:solid;
	margin:3px 3px 3px 3px;
}

/* 	{***}	 */
#tf_edit_html_subtitle_narrow
{
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;

	padding:2px 2px 2px 7px;
	
	border:0px;
	/* TOP RIGHT BOTTOM LEFT */
	border-width: 1px 1px 1px 15px;
	background-color:#f1f1f1;
	border-color:#CCDDEE;

	border-style:solid;
	/* TOP RIGHT BOTTOM LEFT */
	margin:15px 15px .5em 18px;
}

/* 	{****}	 */
#tf_edit_html_subtitle_narrow_narrow
{
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;

	padding:2px 2px 2px 7px;

	border:0px;
	
	border-width: 0 0 0 15px;
	background-color:#e8e8e8;
	border-color:#CCDDEE;

	border-style:solid;
	margin:18px 18px .5em 18px;
}

/*	{|*_} 	*/
#tf_edit_html_title_LfatBthin
{
	font-weight:bold;
	font-family:verdana, arial, helvetica, Sans-Serif;
	font-size: 125%;

	padding:2px 2px 2px 7px;
	border:0px;
	/* TOP RIGHT BOTTOM LEFT */
	border-width: 0px 0px 1px 7px;
	border-color:#CCDDEE;

	border-style:solid;
	/* TOP RIGHT BOTTOM LEFT */
	margin:3px 3px .2em 0px;
}

/*	{|**_} 	*/
#tf_edit_html_title_LfatBthinSub
{
	font-weight:bold;
	font-family:verdana, arial, helvetica, Sans-Serif;
	font-size: 125%;

	padding:2px 2px 2px 7px;
	border:0px;
	/* TOP RIGHT BOTTOM LEFT */
	border-width: 0 0 1px 7px;
	border-color:#CCDDEE;

	border-style:solid;
	/* TOP RIGHT BOTTOM LEFT */
	margin:3px 3px .2em 3px;
}

/*	{|***_} 	*/
#tf_edit_html_title_LfatBthinSub
{
	font-weight:bold;
	font-family:verdana, arial, helvetica, Sans-Serif;
	font-size: 125%;

	padding:2px 2px 2px 7px;
	border:0px;
	/* TOP RIGHT BOTTOM LEFT */
	border-width: 0 0 1px 7px;
	border-color:#CCDDEE;

	border-style:solid;
	/* TOP RIGHT BOTTOM LEFT */
	margin:3px 3px .2em 8px;
}

#tf_edit_html_block,
#tf_edit_html_code {
border: 1px solid;
border-color: #58c;
background-color:#efefef;
padding:8px 8px 8px 8px;
}

#tf_edit_html_lineno {
}

#tf_edit_html_title {
font-weight:bold;
margin:2px 1px 2px 1px;
padding:4px 2px 4px 2px;
font-size: 125%;
}

#tf_edit_html_title1,
#tf_edit_html_title2,
#tf_edit_html_title3,
#tf_edit_html_title4,
#tf_edit_html_title5,
#tf_edit_html_title6,
#tf_edit_html_title7,
#tf_edit_html_title8,
#tf_edit_html_title9,
#tf_edit_html_title10 {
border-left:14px solid #69c;
font-weight:bold;
margin:2px 1px 2px 1px;
padding:4px 2px 4px 2px;
font-size: 125%;
}

#tf_edit_html_box,
#tf_edit_html_box1,
#tf_edit_html_box2,
#tf_edit_html_box3,
#tf_edit_html_box4,
#tf_edit_html_box5,
#tf_edit_html_box6,
#tf_edit_html_box7,
#tf_edit_html_box8,
#tf_edit_html_box9,
#tf_edit_html_box10 {
color:black;
border: 1px solid #58c;
padding:14px;
margin:5px;
}

#tf_edit_html_box1 {
background-color:white;
}
#tf_edit_html_box2 {
background-color:#efefef;
}

#tf_edit_html_box3 {
background-color:#878787;
color:white;
}

#tf_edit_html_box4 {
background-color:#7E0D0D;
color:white;
}

#tf_edit_html_box5 {
background-color:#9AD9DD;
color:black;
}

#tf_edit_html_box6 {
background-color:#758FC2;
color:white;
}

#tf_edit_html_box7 {
background-color:#4366AC;
color:white;
}

#tf_edit_html_box8 {
background-color:#344929;
color:white;
}

#tf_edit_html_box9 {
background-color:#85945E;
color:white;
}

#tf_edit_html_box10 {
background-color:#000;
color:white;
}


ul.tf_edit_html_list1
{
	list-style-type:disc;
}
ul.tf_edit_html_list2
{
	list-style-type:circle;
}
ul.tf_edit_html_list3
{
	list-style-type:square;
}
ol.tf_edit_html_list1
{
	list-style-type:decimal;
}
ol.tf_edit_html_list2
{
	list-style-type:lower-roman;
}
ol.tf_edit_html_list3
{
	list-style-type:lower-alpha;
}

table.defTbl {
	border: 1px #7ad solid;
	border-collapse: collapse;
	max-width:500px;
}

table.defTbl th,
table.defTbl td {
border: 1px #7ad solid;
padding: 5px;
}

tr.evenRow {
	background: #F6F6F6;
}

tr.eventRowAlt {
	background: #e1e1e1;
}

