/*
 * TestLink Open Source Project - http://testlink.sourceforge.net/
 * CVS: $Id: style.css,v 1.4 2009/11/10 16:10:20 havlat Exp $
 */

body {
/*	background: #fff url(../img/treeback.jpg) repeat-x top;*/
	background-color: #fff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border-width: 0px;
}

h1 {
	background: #fff url(../img/buttonbar_gs.gif) repeat-x top;
	margin: 0px auto;
	padding: 4px;
	font-size: 12px;
}

p {
	margin: 20px 0px;
}


a { 
	color: #821517; 
	text-decoration: none;
}

a:hover {
	color: #821517; 
	text-decoration: underline;
}

img { 
	border: 0px;
}

li {
	padding: 2px;
	margin: 6px 0px 0px 15px;
	list-style: disc outside url("../img/li.gif");
}

ul {
	margin: 0px 0px 0px 20px;
}


.tlPager {
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	width: 740px;
	background-color: #f7f7ff;
/*	background: #fff url(../img/section.jpg) no-repeat top right; */
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.tlLiner {
	background: #fff url(../img/buttonbar.gif) repeat-x top;
	width: 100%;
}

.tlStory {
	padding: 20px;
	padding-bottom: 70px;
}

.tlBox {
	background-color: #ffd; 
	padding: 10px; 
	overflow: auto; 
	margin-bottom: 50px; 
	font-style:italic
}

.tlPhases {
	padding: 10px 20px;
}

h1, .tlStory, .tlPhases, .tlLiner {
	border-bottom: 1px solid #003399;
}

/* ------ old style in table ----- */
/* havlatm: todo clean unused */

/* 20050803 */
.ok {
	color : #006400; /* darkgreen */
}
.notok {
	color : #B22222; /* firebrick (red) */
}
.labelHolder {
	width : 180px;
	float : left;
	font-weight: bold;
}


.w22 {
	width: 22%;
}

.mainTable { 
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	width: 740px;
	background: #fff url(../img/section.jpg) no-repeat top right ;
	margin: 0px auto;
	text-align: left;
}

.mainTable tr td { 
	padding: 4px;
}


.navigation { 
	padding: 0px;
	margin:	0px;
	height: 100%; 
	border:	1px solid #003399;
	background: #fff url(../img/section.jpg) no-repeat top right;
}

.navigation a,.navigation a:hover {
	padding: 4px;
	margin: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
	color: #000000;
	border: 1px solid #FFFFFF;
	background: #fff url(../img/section.jpg) no-repeat top right;
}

.navigation a:hover {
	padding: 4px;
	text-decoration: none; 
	color: #821517;
	background: #fff url(../img/buttonbar.gif) repeat-x top ;
	border: 1px solid #003399;
}

.headers {
	font-size: 12px;
	font-weight: bold;
}

.headers a, .headers a:hover { 
	color: #000000;
	text-decoration: none;
}

.highLight { 
	background: #fff url(../img/buttonbar.gif) repeat-x top ;
	font-weight: bold;
	border: solid 1px #000000; 
}

.fancyRow {
	background: #fff url(../img/buttonbar_gs.gif) repeat-x top;
}

.fancyRow2 {
	background: #fff url(../img/buttonbar.gif) repeat-x top;
}

.border-top-bottom {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
}

.navigationHead {
	text-align:	center;
	font-weight: bold;
	border-top:	1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
}

.smallText {
	font-size: 9px;
}

.text { 
	width: 154px; 
}

.silent { 
	color: #000000; 
	text-decoration: none; 
}

.silent:hover { 
	color: #000000 !important; 
	text-decoration: none !important; 
}

.logoBox {
	padding: 4px;
	margin: 4px;
	border:	1px solid #003399;
	background: #fff url(../img/section.jpg) no-repeat top right;
}

fieldset { 
	padding: 5px; 
}

legend {  
	font-weight: bold
}

legend a,legend a:hover { 
	display: block; 
	text-decoration: none;
}

.u { 
	text-decoration: underline;
}

.strike {
	text-decoration:line-through;
}

.content { 
	width: 84%; 
	height: 206px;
}

.mono {
	font-family:"Courier New", Courier, mono, sans-serif;
}

/* FORM ELEMENTS */

.textbox, .textarea {
}

td.basic {background-color: #FFFFFF; vertical-align:top;} 

.fauxbutton {
	font: 11px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	border: 1px solid #003399;
	background-color: #F7CC76;
	padding: 2px;
	color: #000000;
}

.boldtext {font-weight: bold;}

.boldtitle {
	font-size: 12px;
font-weight: bold;
	color: #003399;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
}

p.notop{
margin-top: 0px;
}




.fancy{
	background: #fff url(../img/buttonbar_gs.gif);
}

.fancy_2{
	background: #fff url(../img/buttonbar.gif);
}

li.type2  {
	padding: 0px;
	list-style: disc outside url("../img/li.gif");
}

ul.type2 {
	margin: 0px 0px 0px 0px;
}
