/* Form Manager - The Form Assembly 3.0 - 
 * Forms Pages Stylesheet (default theme)
 * Copyright (c) 2006-2007 Veer West LLC 
 * Jan. 2007
 */


/* Forms tab, blank slate */

.blankslate {
	margin-top: 28px;
	padding: 20px;
	border: 1px solid #eee;
	font-size:1.2em;
	line-height:150%;
}

.todolist .separator {
	color: #ddd;
	padding: 0 3px;
}

ol.todolist {
	list-style: inside decimal;
	font-family: Georgia, serif !important;
	color: #BBB;
}
ul.todolist { 
	list-style: none;
}
.todolist {
	font-size: .8em;	
	padding: 0;
	margin-left: 0;
}
.todolist .complete a {
	text-decoration: line-through;
	color: #ccc;
}
.todolist li {
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	background-color: #f3f3f3;
	margin: 1px 0;
	font-size: 1.25em;
	padding: 0.5em 1em;
}
.todolist li img {
	padding-right: 7px;
}
.todolist li a {
	font-family: "frutiger linotype", "lucida grande", helvetica, arial,sans-serif;
}
.todolist .alternate {
	background-color: #f4f7f4;
}

.connector td {
	vertical-align: top;	
}
.connector .description {
	margin: 0.5em 0 1em 0;	
}

.list {
	
	padding-top: 12px;
}

.list .templateHeader {
	background-color: #FFFFFF;
}
.list .templateHeader td {
	padding: 1em 0 0 0;
	font-size: 1em;	
	letter-spacing: 1px;
	color:#666; 
	text-align: center;
	border-bottom: none;
	
	font-style: italic;
}
.list .languageHeader {
	background-color: #FFFFFF;
}
.list .languageHeader td {
	padding: 1em 0 0 0;
	font-size: 1em;	
	letter-spacing: 1px;
	color:#666; 
	text-align: center;
	border-bottom: none;
	font-variant: small-caps;
}
.list .selected  {

}
.list .selected .tools {
	margin-right: -10px !important;
}

.list table .formName {
	font-size: 1.3em;
	padding
}
.list .responseCount {
	font-size: 1em;
	color: #556655;
	display: block;
	padding-top: 0.5em;
	
}
.list .responseCount .noResponse {
	color: #aba;
	
}
.list .responseCount .number {
	font-family: Georgia, serif;
	font-size: 1.3em;
	letter-spacing: 1px;	
}
.list .responseUnreadCount {
	color: #FF7200;	
}
#form_list li h3 {
	background-color: #fdfdfd;
	font-size: 1em;		
	padding: 4px 0;
	margin: 0;
	height: 16px;	
}
#form_list li h3 a {
	color: #777;
}
#form_list li h3 a  .subcategory {
	font-weight: normal;
	color: #666;	
	
}

#form_list .uncategorized h3 a, 
#form_list .updated h3 a 	{ color: #aaa; font-weight: normal; text-transform: capitalize; }
#form_list .updated td 		{  }
#form_list .updated .formName {}
#form_list .updated.alternate td  {	 }

#form_list, #form_list li {
	width: 100%; margin: 0; padding: 0; list-style-type: none;
}

#form_list .expandcollapse .open {
	background-image: url(../../../images/twistie-open.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 14px;
}
#form_list .expandcollapse .closed {
	background-image: url(../../../images/twistie-closed.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 14px;

}

	
#form_list  .subcategoryHeader td {
	padding: 0 0 0 29px;
	background-image: url(/images/folder.gif);
	background-position: 9px 2px;
	background-repeat: no-repeat;
	font-size: 1em;	
	color:#000; 
	height: 24px;
	background-color: #fdfdfd;
	
}
#form_list table tr .tools {
	width: 65px;
}
#form_list .firstCell {
	padding-left:  14px;
	height: 60px;
}

#form_list .delete .firstCell  {
	background-color: #E31C1C;
	background-image: url(../../../images/cross.gif);
	background-position: 98%;
	background-repeat: no-repeat;
}
#form_list .delete .firstCell a {
	color: #FFF !important;
}
#form_list .archive .firstCell  {
	background-color: #E31C1C;
}
#form_list .archive .firstCell a {
	color: #FFF !important;
}
/* template list */
.list table .headRow .categoryTitle {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

.editProperties h2 {
	background-color: #EEE;
	color: #666;
	padding: 3px;	
}
