﻿h1
{
	font-size: 16pt;
	font-family: Tahoma;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight:bold;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #202020;
	text-decoration: underline;
}

.status
{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	background-color: #F0F0F0;
	border: solid 1px #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.testSuiteList
{
	width: 200px;
	padding: 5px;
	border: solid 1px #666666;
	margin-right: 10px;
	text-align: center;
}

.testSuite
{
	width: 100%;
	border: solid 1px #666666;
	margin-bottom: 10px;
}

.testSuiteHeader
{
	height: 15px;	
	padding: 10px;
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;	
}

.testSuiteMessage
{
	border-top: dashed 1px #AAAAAA;
	padding: 2px;
	padding-left: 25px;
}

.testCase
{
	border-top: dashed 1px #AAAAAA;
	padding: 2px;
	padding-left: 25px;
}

.testCaseHeader
{
	background-color: #FFFFFF;
	font-weight: bold;
}

.testCaseMessage
{
	padding: 2px;
	margin-left: 50px;
	border-top: dashed 1px #AAAAAA;
}

.commonCurrent1
{
	background-color: red;
	padding: 10px;
	padding-top: 5px;
	border: solid 1px #000000;
}

.commonCurrent2
{
	background-color: blue;
	padding: 1px;
}


.accordionHeader
{
	height:15px;
    border: 1px solid #000;
    color: #FFF;
    background: #BF9550 url('Images/titleBg.png') repeat-x 0 0;
    font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    margin-left:20px;
    cursor: pointer;
    text-align:left;
}
.accordionHeader a
{
	color:#fff;
}
.accordionHeader a:hover
{
	color:#f7f7f7;
}
.accordionHeaderSelected
{
	
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5E3222;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #778BA2;
    border: 1px dashed #000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    margin-left:20px;
    text-align:left;
    color:White;
}

.accordionLink
{
	background-color:#d3deef;
	color:#fff;
}

.resizeHandle
{
	width:20px;
	height:30px;
	background-color:Lime;
	overflow:hidden;
}

.resizeStyle
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:Fuchsia;
	overflow:hidden;
}

.unwatermarked
{
}

.watermarked
{
	background-color:Gray;
}

/* RatingControl */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
/* End-RatingControl */

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(Images/menu-bg.gif) repeat-y 0 0 #f7f7f7;
	cursor: default;
	padding: 3px 1px 3px 1px;
	font-size: 11px;
	margin-left:54px;
	border-left:15px solid #000;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 10px;
	white-space: nowrap;
	border-bottom:1px solid #000;
	
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #695537;
	color: #fff;
	padding: 3px 18px 3px 9px;
}
