#banner { z-index: 2; }
#container { z-index: 1; }

#app-header.testplan #summary { width: 480px; margin: 0 0 0 85px; padding: 0 0 0 0; }
#app-header.testplan #summary h1 { font-size: 18px; }
#app-header.testplan #summary ul.actions a { text-decoration: underline; }
#app-header.testplan #summary ul.actions a:hover { cursor: pointer; }
#app-header.testplan #summary ul.actions { margin: 0 0 5px 0; padding: 0 0 0 10px; float: left;}
#app-header.testplan #summary ul.actions li { float: left; list-style: none; margin: 0 10px 0 0; padding: 0; font-size: 11px; }
#app-header.testplan #summary ul.actions li.first { margin: 0 10px 0 0px; padding: 0 0 0 0; }

#app-header.testplan { position: relative; width: 732px; }
#app-header.testplan #testplan-status { position: absolute; top: -10px; right: 10px; margin: 0; padding: 0; width: 130px; }
#app-header.testplan #testplan-status ul { margin: 6px auto 0 auto; }
#app-header.testplan #testplan-status li { 
  float: left; list-style: none; padding: 5px 8px; border: 1px solid #ccc; margin: 0 5px 0 0; 
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#app-header.testplan #testplan-status li a { text-decoration: none; }
#app-header.testplan #testplan-status li a:hover { text-decoration: none; }
#app-header.testplan #testplan-status p { font-size: 15px; font-family: Arial; text-align: center; }
#app-header.testplan #testplan-status p span.percent { font-size: 20px; font-family: Georgia; }
#app-header.testplan #testplan-status li.passed { background: #7fd551 url(../images/glance-passed-bkgd.png) left bottom repeat-x; }
#app-header.testplan #testplan-status li.failed { background: #FD1D0F url(../images/glance-failed-bkgd.png) left bottom repeat-x; }
#app-header.testplan #testplan-status li.blocked { background: #ffef7b url(../images/glance-blocked-bkgd.png) left bottom repeat-x; }
#app-header.testplan #testplan-status li.notrun { background: #fbfaf8 url(../images/glance-notrun-bkgd.png) left bottom repeat-x; }
#app-header.testplan #testplan-status li.passed a,
#app-header.testplan #testplan-status li.failed a { color: #fff; }
#app-header.testplan #testplan-status li.notrun a,
#app-header.testplan #testplan-status li.blocked a { color: #333; }

#app-header.testplan #view-options { float: left; font-size: 11px; clear: right; margin-left: 5px; }
#app-header.testplan #view-options span { float: left; }
#app-header.testplan #view-options ul { float: left; }
#app-header.testplan #view-options ul li { float: left; list-style: none; padding: 0 0 0 5px; }

#testplan.tabset_content { padding: 0px 10px; }
#table-header { margin-bottom: 10px; }

.db_error ul { padding-left: 35px; font-size: 1.3em; margin-bottom: 100px; }
.db_error p { margin: 10px 0 10px 0; font-size: 1.3em; }

table#bug-listing {
	width: 100%;
}
	table#bug-listing th {
		text-align: left;
	}
	table#bug-listing td.action {
		text-align: right;
	}
    table#bug-listing tr.resolved td.link {
        text-decoration: line-through;
        color: #09f;
    }

/* Utilities */
.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.packages
{
	margin: 20px 0 0 0;
}

#online .package
{
	float: left;
	width: 200px;
	height: 150px;
}
#online .inner
{
	width: 200px;
	height: 150px;
	text-align: center;
}
#online .inner .price
{
	color: rgb(0,85,149);
	font-size: 40px;
	padding: 10px 0 10px 0;
}
#online .inner h4
{
	color: rgb(0,45,79);
	font-size: 20px;
	padding: 20px 0 0 0;
}

#online #trial
{
	margin-right: 20px;
	padding: 10px;
}
#online #trial-inner
{
        background: rgb(234,249,255);
}

#online #unlimitted
{
	padding: 10px;
	background: white;
}
#online #unlimitted-inner
{
	background: rgb(212,241,255);
}

#online .package.selected 
{
	background: rgb(255,248,235); 
	border: 1px solid rgb(255,239,206);
}

/* BEGIN legacy stuff I need */
.report {
  width: 240px;
  height: 80px;
  float: left;
  padding: 5px 10px 5px 70px;
  border: 1px solid #DDDDDD;
  margin: 5px 20px 5px 0;
  background-color: #e8edf6;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}

.report.pie {
  background-image: url(../images/report-pie-bg.png);
}
.report.line {
  background-image: url(../images/report-line-bg.png);
}
.report.bar {
  background-image: url(../images/report-bar-bg.png);
}
.report.tabular {
  background-image: url(../images/report-tabular-bg.png);
}

.report p.desc 
{
  color: black;
}

.report:hover p,
.report:hover h3
{
	color: white;
}
.report:hover
{
  background-color: #6487c1;
}

#report-list a {
  text-decoration: none;
}

.report h3 {
  margin: 0px;
  color: black;
}

.report p {
  margin-bottom: 0px;
}

.report-page .field input {
  width: 200px;
}
.report-page .ui-datepicker {
  font-size: 12px;
}

#main-left {
  float: left;
  width: 490px;
}

#side-right {
  float: left;
  width: 200px;
  margin: 0 0 0 20px;
}

#side-right ul {
  margin: 5px 0 5px 20px;
}

.field {
  margin: 0 0 10px 0;
}
.field-name {
  font-weight: bold;
}
.form-desc {
  font-size: 11px;
  margin: 0 0 5px 0;
}
.field-desc {
  font-size: 10px;
}
.field-input.text-formatting {
  float: right;
  width: auto;
  text-align: left;
}
#description .text-formatting.field-input input { width: 15px; }
.field-input.text-formatting div {
  float: left;
}
.field-input.text-formatting input {
  text-align: left;
}
.field-input.text-formatting label {
  padding-right: 10px;
  display: block;
  text-align: left;
}
.full-width {
  width: 90%;
}

#add-dep-form,
#add-bug-form,
#add-note-form,
#add-att-form {
  display: none;
}

#attachments li {
  padding: 10px;
}

.att-actions {
  padding-left: 15px;
}

.att-info {
  float: left;
}

.att-info .name {

}
.att-info .size {
  color: #999999;
  font-size: 75%;
}
.att-info .date {
  color: #999999;
  font-size: 75%;
}

/* END NOTES */

.setup #intro {
  font-size: 16px;
  margin: 10px 0 0 0;
}

.setup .field {
  margin: 10px;
}

.setup .field-name {
  font-weight: bold;
}

ul#prereqs {
  margin: 10px 10px 10px 40px;
}

#prereqs li {
  margin: 0 0 0 10px;
  padding: 3px 0 3px 0;
}

#prereqs li.check {
  list-style-image: url(../images/check.gif);
}
#prereqs li.error {
  list-style-image: url(../images/error.gif);
}

/* BEGIN Login Form */
.system-form .login {
  margin-top: 10px;
  margin-bottom: 10px;
} 
.system-form p#forgot {
  margin: 1px 0 0 110px;
  font-size: 12px;
}
form.system label,
.system-form label {
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #666;
  text-align: right;
  display: block;
  float: left;
  line-height: 1.6;
  width: 100px;
}
form.system .field,
.system-form .field {
  padding: 5px;
  width: 450px;
  text-align: left;
  line-height: 1.6;
}
.system-form input {
  font-size: 18px;
}
.system-form .form-button {
  font-size: 16px;
}
/* END Login Form */

ul#permissions {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}

ul#permissions li {
  padding: 5px;
  margin-bottom: 10px;
}

ul#permissions li:hover {
  background: rgb(212,224,235);
}

ul#permissions li input { float: left; margin-top: 5px; }
ul#permissions li label { width: 350px; text-align: left; float: left; display: block; margin-left: 15px; color: #333; }

.change-password form.system label { width: 150px; }

/* END legacy stuff I need */


/* BEGIN Experimental Stuff */

  /* add cases */
  #addcases{
    position: absolute;
    width: 600px;
    height: 400px;
    background: white;
    border: 1px solid black;
    z-index: 100;
    left: 100px;
    top: 200px;
    padding: 20px;
  }

  #addcases .buttons {
    text-align: center;
  }

  #addcases {
    display: none;
  }

.filter-txt {
  float: left;
}
.constraint {
  float: left;
  margin: 0 5px 0 0;  
}
.widget {
  padding: 0 0 20px 0;
}

.tag-label { 
  float: left; 
  margin: 0 7px 0 0 ;
}
.add-tag {
  margin: 0 0 5px 0;
  display: none;
}
/* END Experimental */

    	/* messaging */
    	.inline-msg {
  			margin:14px 10px;
			padding: 10px 26px 10px 58px;
			line-height: 1.3;
            font-size: 14px;
            background-repeat: no-repeat;
            background-position: 18px 10px;
            min-height: 35px;
		}
		.inline-msg img {
			float: left;
		}
        .inline-msg ul {
            clear: left;
            margin-left: 30px;
        }
		.inline-msg p {
			padding-left: 15px;
			padding-top: 8px;
			float: left;
			width: 85%;
		}
		.inline-msg .close-inline-msg {
			float: left;
		}
		.error-msg {
			background-color:#f3e9e8;
			border:1px solid #f00;
            background-image: url(../images/icon-alert.gif);
		}
    	.alert-msg {
    		border: 1px solid #fc6; 
    		background-color: #ffc;
            background-image: url(../images/icon-alert.gif);
    	}
    	.info-msg {
			background-color:#f0f4f7;
			border:1px solid #b2c9d9;
            background-image: url(../images/icon-info.gif);
    	}

/* BEGIN Account Page */
#filtering button { float: left; }
form.newobj {
    float: left;
    width: auto;
}

    	table.data {
    		width: 100%;
    		clear: both;
    	}
    	table.data tr.alt td {
    		background-color: #f2f3f5;
    	}
    	table.data td, table.data th {
    		padding: 6px 9px;
    		border-bottom: 1px dotted #b5cadb;
    	}
    	table.data th a:hover {
        	text-decoration: underline;
        }
    	table.data th a,
    	table.data th {
    		color: #3775a4;
    		text-align: left;
		    text-decoration: none;
		    white-space: nowrap;
    	}
    	table.account-info {
    		border-top: 1px dotted #b5cadb;
    		margin-top: 5px;
    		margin-bottom: 5px;
    	}
    	table.account-info th {
    		font-weight: normal;
    		text-align: right;
    		width: 140px;
    		padding: 5px 5px 0 0;
    	}
    	table.account-info td {
    		font-weight: bold;
    		padding: 5px 30px 0 0;
    		width: 140px;
     	}
    	table.account-info tr.divider th, table.account-info tr.divider td {
     		border-bottom: 1px dotted #b5cadb;
     		padding-bottom: 5px;
	   	}
    	#edit-profile-link {
    		width: 140px;
    		text-align: right;
    		margin-bottom: 40px;
    	}
    	#billing-history-link {
    		margin-left: 145px;
    	}

/* END Account Page */

.tc-tags ul {
  list-style: none;
}
.add-button {
  padding: 2px 0 2px 0;
  float: left;
}
.tag-label {
  padding: 2px 0 2px 0;
}

* {	margin: 0; padding: 0; }
body {
	background: #3874a5 url(../images/page-bkgd.jpg) 0 0 repeat-x;
	font: small Arial, "Lucia Grande", sans-serif;
}
a { color: #09f; }
a img {	border: 0; }
h1, h2, h3, h4, h5, h6 { color: #3874a5; }
fieldset { border: 0; padding: 5px 0; }

#container h1 {
	color: rgb(3,49,98);
}

#wrap {
	margin: 0 auto 0 auto;
	width:  752px;
}
#banner {
	position: relative;
	padding-top: 32px;
	height: 43px;
        background: transparent;
/*	background: url(../images/banner-bkgd.jpg) 0 0 no-repeat;*/
}
	#banner a {
		color: #3874a5;
	}
	#banner #sitename {
		position: absolute;
		left: 12px;
		top: 20px;
		height: 55px;
		width: 168px;
	}
	#banner #sitename a {
		display: block;
		width: 168px;
		height: 55px;
	}
	#banner ul {
		list-style-type: none;
	}
	#banner li {
		float: left;
		width: auto;
	}
#nav {
	margin-left: 212px;
    position: relative;
}
	#nav li {
        position: relative;
		padding-left: 10px;
		margin-right: 3px;
		border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		background: transparent;
	}
    #nav li.active {
        background: white;
    }
	#nav li a {
		display: block;
		float: left;
		width: auto;
		padding: 6px 10px 4px 0;
		font-weight: bold;
		text-decoration: none;
	}
	#nav li:hover.menu {
		cursor: pointer;
      	background: white;
	}
    #nav ol {
        display: none;
        position: absolute;
        top: 25px;
        left: -1px;
        background: white;
        margin-left: 0;
        padding-left: 0;
        width: 125px;
        z-index: 900; 
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }
    #nav #nav-account ol { width: 150px; }
    #nav #nav-reports ol { width: 180px; }
    #nav li:hover ol {
        display: block;
    }
    #nav ol li a {
        float: none;
    }
    #nav ol li a:hover {
        color: white;
    }
    #nav ol li {
        float: none;
        list-style: none;
        margin: 5px;
        padding: 0px 5px;
        whitespace: nowrap;
        width: auto;
    }
	#nav li.menu {
      z-index: 1000;
    }
    #nav ol li:hover {
        background: #87adcb;
		border-right-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
    }

#userinfo {
   position: absolute;
   right: 5px;
   top: 35px;
   font-size: 93%;
   padding-top: 3px;
   }

   #userinfo li {
   padding: 0 5px 0 0;
   }

   #userinfo li.link {
   border-left: 1px solid #666;
   }

   #userinfo a {
   padding-left: 4px;
   }

#search-form {
   position: absolute;
   right: 5px;
   top: 5px;
   font-size: 93%;
   padding-top: 3px;
   }
   .search {
      border: 1px inset #CCCCCC;
      width: 125px;
      font: normal 11px verdana;
      padding: 2px;
      color: #666666;
      }

#container {
	clear: both;
	padding: 34px 20px 16px 20px;
        background: white;

        border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;

	position: relative;
        top: -18px;
}

#testplanmeta {
	float: left;
	width:auto;
	margin-top: 16px;
}
	#testplanmeta h1, #testplanmeta .description { margin-bottom: 10px; }
	
.stats {
	color: #666;
	list-style-type: none;
	float: left;
	width: 180px;
	margin-right: 10px;
}

.stats span.stat {
	font-weight: normal;
}

.stats li {
	border-bottom: 1px dotted #c3d6e5;
	padding: 3px 0;
}

.stats span { color: black; font-size: 14px; font-weight: bold; }
	
#footer {
	background: #fff;
	width: 752px;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
        border-bottom-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
	position: relative;
	top: -18px;
}
	#footer-content {
		border-top: 1px solid #c3d6e5;
		padding: 6px 20px;
		margin: 0 20px 0 20px;
	}
	#footer p {
		margin-bottom: 5px;
	}
	#footer #version {
		margin-bottom: 10px;
		font-size: 10px;
	}

#subnav-tabs {
	clear: both;
	list-style-type: none;
	padding: 40px 0 3px 10px;
	border-bottom: 1px solid #c3d6e5;
	font-weight: bold;
}
	#subnav-tabs li {
		float: left;
		padding: 3px 10px;
		margin-right: 5px;
		margin-top: -19px;
		background-color: #87adcb;
		border: 1px solid #87adcb;
		border-bottom: 0;
	}
	#subnav-tabs li.active {
		background-color: #fff;
		border-color: #c3d6e5;
		border-bottom-color: #fff;
		margin-top: -19px;
		padding-bottom: 4px;
	}
	#subnav-tabs li a {
		text-decoration: none;
		color: #fff;
	}
	#subnav-tabs li.active a {
		color: #3874a5;
	}

.tabset_content h2.tabset_label 
{
	display: none;
}

.tabset_content 
{
	padding: 16px 10px;
}

.tabset_content h3 
{
	margin: 10px 0 0 0;
}

#filtering {
	clear: both;
	float: left;
	width: auto;
	margin-right: 10px;
	color: #3874a5;
	font-weight: bold;
}
#filtering form#filter-users { float:right;}
#filtering form#new-user { float:left;}

#choosesome {
	display: none;
}

#new-case-button,
#add-cases-button {
	float: right;
}
#add-testcase {
	display: none;
	background: #fff;
	border: 1px solid #999;
	padding: 10px 14px;
	margin-bottom: 10px;
}
	#add-testcase label {
		font-weight: bold;
		color: #666;
	}
	#add-testcase label.block-label {
		display: block;
		margin-bottom: 5px;
	}
	#add-testcase fieldset {
		padding: 8px 0;
	}
	
#testplan {
	clear: both;
	list-style-type: none;
}


.testcase {
	clear: both;
	margin-bottom: 6px; 
}
.s1 {
	float: left;
	background: url(../images/ala-mod-shadow.gif) right bottom no-repeat;
	width: 100%;
}
.s2 {
	background: url(../images/ala-corner_bl.gif) left bottom no-repeat;
}

.s3 {
	background: url(../images/ala-corner_tr.gif) right top no-repeat;
	padding: 0 7px 2px 0;
}

.first .tc-wrapper
{
	border-top: 1px dotted #cccccc;
}
.tc-wrapper 
{
	clear: both;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #cccccc;
}

/* ysdf ie6 ignores this selector */
html>body .testcase {
	display: block;
	position: relative;
	margin: 0px -10px 0px 10px;
}
html>body .testcase .tc-wrapper {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
}

.tc-edit {
	float: left;
	width: 36px;
	text-align: center;
}
.tc-info {
	float: left;
	width: auto;
	border-left: 1px dotted #cccccc;
	padding: 0 0 0 10px;
}
.tc-info h3 {
	width: auto;
	margin: 0;
}
.tc-info h3 a {
	text-decoration: none;
}
.tc-info h3 a:hover
	text-decoration: underline;
}
.tc-more {
	clear: both;
	padding-top: 5px;
}
.tc-tags {
	clear: both;
	padding-top: 0px;
	font-size: 12px;
}
.tc-tags .tag-label
{
	padding-top: 4px;
}
.tc-tags a.lnk-tag
{
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
.tc-tags-form { display: none; }
.tc-more form, .tc-tags form { margin-top: 5px; }
.tags-form, .tc-more { display: none; }

a.tc-showmore {
	width: auto;
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
.meta {
	float: left;
	padding: 0;
	font-size: 91%;
	list-style-type: none;
	margin-left: 0px;
}
	.meta li {
		float:left;
/*		height: 15px; */
		width: auto;
		margin-left: 10px;
		background-position: left center;
		background-repeat: no-repeat;
		color: #666;
		padding-top: 2px;
		display: inline; /* fixes the double-left margin on IE/Win */
	}
	
	li.meta-comments {
		background-image: url(../images/icon-comment.gif);
		padding-left: 16px;
	}
	li.meta-files {
		background-image: url(../images/icon-file.gif);
		padding-left: 15px;
	}
	li.meta-bugs {
		background-image: url(../images/icon-bug.gif);
		padding-left: 19px;
	}

#list-operators {
	clear: both;
	float: left;
	width: auto;
	padding-left: 20px;
}
.page-nav {
	list-style-type: none;
	float: right;
	width: auto;
	text-align: right;
}
.page-nav li {
	display:inline;
}
.page-nav .page-count {
	margin: 0 5px;
	padding: 0 5px;
	color: #666;
	border: 1px solid #666;
	border-top: 0;
	border-bottom: 0;
}

.tc-wrapper .change-state {
	display: none;
}

.tc-assignee-form {
  display: none;
}
.tc-assignee {
	clear: both;
	margin-top: 4px;
	font-size: 12px;
}
.tc-info {
  width: 500px;
}
.tc-pri, .tc-diff {
  float: left;
}
.tc-assignee, .tc-pri, .tc-diff, .tc-prod {
  padding: 0 10px 5px 0;
}
.tc-more label {
  font-weight: bold;
}

/* Formatting Guide */

div#formatting_guide {
  margin: 20px 20px 20px 0;
  border: 3px #DDDDDD solid;
  padding: 10px;
  background: #EEEEEE;
  width: 575px;
}

div#formatting_guide h2 {
  font-size: 16px;
  border: none;
}

div#formatting_guide table {
  margin: 15px 0 15px 0;
  background: #fff;
  border-collapse: collapse;
}

div#formatting_guide table th {
  text-align: left;
  border: 1px solid #ddd;
  padding: 6px;
  font-weight: normal;
  background: #666;
  color: #fff;
}

div#formatting_guide table td {
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 6px;
}

div#formatting_guide table td ol,
div#formatting_guide table td ul {
  padding: 0;
  margin: 5px 0 5px 20px;
}

div#formatting_guide table td ul li {
  list-style-type: disc;
}

div#formatting_guide table td blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#formatting_guide table td h1 {
  font-size: 130%;
}

div#formatting_guide table td h2 {
  font-size: 100%;
}

div#formatting_guide table td h3 {
  font-size: 100%;
}

.tc-info h3 .deleted {
	font-size: 12px;
	font-weight: normal;
}

.hidden {
	display: none;
}

.page-nav ul { width: auto !important; }
#testcase-top { margin-bottom: 15px; position: relative; }

#container .filter-widget { 
	padding: 0 !important; 
	margin: 0 0 10px 0;
}
fieldset#testplan-inputs { width: 450px; display: block;}

#testcase-top h2 { width: 460px; }

/* more styles for jquery */
.subscription-info th.trial,
.subscription-info th.micro,
.subscription-info th.small,
.subscription-info th.pro {
  width: 200px;
}
#limit-button { width: 100px; }
.ui-datepicker { z-index: 1000; }
#list-operators button.hideable { display: none; }
a .status-summ { text-decoration: none; }
.export #form-buttons,
.import #form-buttons {
        padding-left: 0;
}
.bug-driver-settings {
  display: none;
}

.invite-user #permissions ul {
  display: none;
  margin-left: 100px;
}
.invite-user #permissions ul li label {
  float: left;
  width: 250px;
  text-align: left;
}
.invite-user #permissions ul li input {
  float: left;
  margin-right: 10px;
}
