/* Form Manager - The Form Assembly 3.0 - 
 * Default Theme Stylesheet 
 * Copyright (c) 2006-2007 Veer West LLC 
 * Jan. 2007
 */
 
body {
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	color:#333;
	background-color: #424242;
}

/* General Style Info */
a, a:visited {
	color: #3F83C7; /*#6699CC; #3F83C7;*/
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.message {	
	color: #396F41;
	background-color: #FFFFDF;
	border: 1px solid #EEEECE;
	border-left: none;
	border-right: none;
	border-top: 1px solid #DDDDBD;
	padding: 5px;
	font-size: 1.4em;
}
.important {
	background-color: #fff4f4;
	border: 1px solid #ffcccc;
	padding: 5px;
	font-size: 1.4em;
}
.announcement {
	background-color:#fff5cc;
	border-bottom:1px solid #dac3a0;
	border-top:1px solid #dac3a0;
	font-size:1.2em;
}
.error_message {
	color: #CC3333 !important;
}
.actions {
	text-align: right;
	padding-top: 0px;
	padding-right: 50px;
}
.actions li {
	list-style-type: none;
}
.preField {
	border-bottom: 1px dotted #CCC;
}
/* Layout */
#container {
	
}
#header h1 {
}
#header h1 span {

}
#header {
	background-color: #eaeff1;
	border-bottom: 1px solid #c6dac4;
}
#header .whoami {
	line-height: 30px;
	margin: 0 10px;
}
#header .loginLink {
	line-height: 30px;
	margin: 0 10px;
	font-weight: bold;
}
#main {
	border-top: 4px solid #abbdd3;
}
#content {
	background-color: #fff;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	color: #8a8a8a;
}
#footer a, #footer a:visited {
	color: #8a8a8a;
	font-weight: bold;
}
/* UI Elements */


.frame {
	max-width: 780px;
	min-width: 100px;
}
.frame .top {
	background-image: url(images/frame_bg_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	max-height: 20px;
}
.frame .top div {
	background-image: url(../images/frame_bg_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 15px;
}
.frame .middle {
	background-image: url(../images/frame_bg_l.gif);
	background-repeat: repeat-y;
	background-position: top left;	
}
.frame .middle div {
	background-image: url(../images/frame_bg_r.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 15px 0 10px;
}
.frame .bottom {
	background-image: url(../images/frame_bg_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
	max-height: 85px;
}
.frame .bottom div {
	background-image: url(../images/frame_bg_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 70px;
	padding: 0 10px;	
}

/* Sub-Navigation TABS */
.subNav {
}
.subNav .views { 
}
.subNav .view {
	background-color: #F1F8F1;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 4px;
	margin: 0 2px 0 0;
	white-space: nowrap;
}
.subNav .views .selected {
	background-image: url(../images/highlight_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2d2;
	border-bottom: 1px solid #f2f2d2;
}

/* Sub-Navigation Actions */
.subNav .actions {
	margin-left: 20px;
}
.subNav .action {
	white-space: nowrap;	
	padding: 4px 2px;
}

/* YUI Menu */
#userLookup { width: 254px; }
#userLookup .bd { height: 100px; overflow-x: hidden; }
.yuimenu {
	font-size:93%;
	line-height:1.5;	
}
.yuimenu .bd {
	background-color:#FFFFFF;
	border:1px solid #808080;
	zoom: normal;
}
.yuimenu ul, .yuimenu li, .yuimenu h6 {
	margin: 0pt;
	padding: 0pt;
	width: 100%;
}
.yuimenu ul {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0pt 0pt;
	padding:3px 0pt;
}
.yuimenu ul.first-of-type {
	border-width:0pt;
}
.yuimenu li {
	list-style-type:none;
	padding: 0 0 0 5px;
}
.yuimenuitem-selected {
	background-color:#B3D4FF;
}
/* Tabular data */
/* @TODO: Remove/rename .list class */
.list {
	border: 1px solid #dbdbdb;
	background-color: #FFF;	
	padding: 2px;	
}
.list h3 {
	background-color: #f2f2d2;	
}
.list table {	
	background-color: #F4F7F4;			
}
.list table .alternate {
	background-color: #EDF1ED;
}
.list table tr:hover {
	background-image: url(../images/highlight_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2d2;
}
.list table .headRow {
	background-image: none !important;
	background-color: #FFF !important;
}
.list table .headRow th {
	padding-top: 12px; 
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-weight: normal; 
}
.list table .headRow th abbr {
	text-decoration: none;
	border: none;
}
.list table .first th {
	padding-top: 4px !important;
}
.list table .selected {
	background-image: url(../images/highlight_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2d2;
}
.list table td {
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}
.list table .iconColumn  {
	font-weight: normal;
}

/* Sidebar / Filters & metadata boxes */
.filter {
	border: 1px solid #dbdbdb;
}
.filter .inner {
	border: 2px solid #FFF;
	background-color: #F4F7F4;		
	padding: 4px;
}

.metaData {
	border: 1px solid #dbdbdb;
	color: #666;
}
.metaData .inner {
	border: 2px solid #FFF;
	background-color: #F4F7F4;		
	padding: 4px;
}

/* Main Content / Edit screens  */
.editProperties {
	border: 1px solid #CCC;
	padding: 4px 8px;
}
.editProperties fieldset {
	border: 1px solid #EEE;
	margin: 0 0 25px 0;
}
.editProperties fieldset legend {
	font-weight: bold;
	color: #666;
}
.editProperties .actions {
	border-top: 1px solid #E8F1E7;
	padding: 8px 16px;
	background-color: #F8FBF7;
}
.editProperties .instructions {
	color:  #555;
	background-color: #E8F5E7;
	padding: 4px;
	line-height: 140%;
}
.mapping .question {
	border-bottom: 1px dotted #ccc;
	padding: 4px 0 0 0;
	
}
.mapping .picklist table {
	margin: 0 0 15px 5px;
	border-left: 3px solid #d3ecd1;
}
.mainContent h3, .oneColumn h3 {
	border-bottom: 1px solid #ddd;
}
.longTimeAgo {
	color: #F00;
}
/* User Log (history/billing) */
.log td {
	padding: 2px 8px 2px 0;
	font-size: x-small;
}
.logDate {
	color: #666;
}
.logDescription {
	font-size: x-small;
}
.logNumber {
	text-align: right;
	font-weight: bold;
}

.list table .warning {
	color: #F00;
	font-weight: bold; 
}