/**
 * @file
 * Inittab CSS: special css for contents
 */

/*
** HTML elements
*/

/* Inittab definitions * / 

/* title default automatic composition */
.inittab {letter-spacing:-1px;}
.inittab:before { content: "init"; color:#000000; }
.inittab:after { content: "tab"; color:#D61F26; }

.inittab-bold {letter-spacing:-1px;}
.inittab-bold:before { content: "init"; color:#000000; font-weight:bold; }
.inittab-bold:after { content: "tab"; color:#D61F26; font-weight:bold; }

/* text styles */
.color-init { color: #000000; }
.color-tab { color: #D61F26; }

/* bullet styles */
.li0 { background-image: url(images/li0.gif);  background-repeat:no-repeat;  background-position: left center;  padding-left:16px; }
.li1 { background-image: url(images/li1.gif);  background-repeat:no-repeat;  background-position: left center;  padding-left:16px; }
.li2 { background-image: url(images/li2.gif); background-repeat:no-repeat;  background-position: left center;  padding-left:16px; }
.li3 { background-image: url(images/li3.gif);  background-repeat:no-repeat; background-position: left center; padding-left:16px;}
.li4 { background-image: url(images/li4.gif); background-repeat:no-repeat;  background-position: left center;  padding-left:16px;}

/* border text contents */
.inittab-borde{ border:1px solid #CCCCCC; padding: 8px 8px 8px 8px ; }
.inittab-borde-tux{ 
	background-image: url(images/inittab-tux1.gif); background-repeat:no-repeat;  background-position: right bottom;
	border:1px solid #CCCCCC;
	padding: 8px 8px 8px 8px ;
	min-height:103px;
	padding-right:50px;
}
.inittab-bckg1{ border:1px solid #333333; color:#ffffff; background-color:#000000; padding: 5px 5px 5px 5px ; }
.inittab-bckg2{ border:1px solid #000000; color:#4A4949; background-color:#ffffff; padding: 5px 5px 5px 5px ; }
.inittab-bckg3{ border:1px solid #d61f26; color:#ffffff; background-color:#d61f26; padding: 5px 5px 5px 5px ; }

