/* Form Manager - The Form Assembly 3.0 - 
 * Main Stylesheet (applies to all themes)
 * Copyright (c) 2006-2007 Veer West LLC 
 * Jan. 2007
 */
#cakeSqlLog {
	/* display: none; */
}
/* General Style Info */
body {
	font-size: 62.5%;
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.small {
	font-size: 75% !important;
}
.important {
}
.announcement {
	padding:10px 25px;
}
.announcement .dismiss {
	float: right;
	margin-left:20px;
}
.frame ol, .frame ul {
	margin: 0;
}
.frame li {
	margin-bottom: 0.5em;
}
/* Layout */
#header {
	height: 60px;
	padding: 5px 20px 0 20px;
}
#header h1 {
	margin: 0;
	font-size:200%;
}
#header #navigation {
	position: absolute;
	top: 39px;
	left: 18px;
}
#main {
	
}
#content {
	min-height: 450px;
	padding: 25px;
	font-size: 1.2em;
}
#footer {
	clear: both;
	padding: 15px;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
h2 {
	font-size: 1.5em;
	margin: 0.3em 0 0.3em 0;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0;
}
form {
	margin: 0;
	padding: 0;
}
/* MAIN CONTENT LAYOUT */
.oneColumn {
	min-width: 400px;
	max-width: 550px;
	margin: 0 auto;
	min-height: 200px;
}
.oneLargeColumn {
	width: 770px;
	margin: 0 auto;
	min-height: 200px;
}
.oneOfTwoColumns, .twoOfTwoColumns  {
	width: 45%;
	min-height: 220px;	
}
.oneOfTwoColumns {
	float: left;
}
.twoOfTwoColumns {
	margin: 0 0 0 50%;
}
.sideBar {
	width: 33%;
	float: left;
}
.mainContent {
	width: 60%;
	min-height: 200px;
	padding: 0 0 0 37%;
}
.subNav {
	width: 100%;
	margin: 9px 0 0 0;
}
.subNav .views { 
	line-height: 23px;
}
.subNav  ul {
	margin: 0;
	padding: 0 10px;
	overflow: auto;
}
.subNav li { 
	float: left;
	margin: 0 5px 0 0;
	padding: 0 4px;
	list-style-type: none;
	vertical-align: middle;
	line-height: 3em;
}
.subNav .selected {
}
.subNav  li h3 {
	margin: 0;
	padding: 0;
}
.subNav  li a {
}
.filter 			{ padding: 0; margin: 0 0 10px 0; }
.filter legend 		{ margin: 0 8px; }
.filter .oneField	{ padding: 3px 0; }
.filter .preField 	{ min-width: 5em; }

.metaData {
	padding: 0;
	margin: 0 0 10px 0;
}
.metaData legend {
	margin: 0 8px;
}
.metaData .preField {
	min-width: 13em;
}
.responseMetadata {
	
}
.responseMetadata .preField {
	min-width: 10em !important;
}
.unreadCount {
	font-weight: bold;
}
.sideBar .list {
	display: table; /* forces the width to expand if content can't fit */	
	width: 99%;
}
.timelineChart {
	margin: 40px auto;
	width: 310px;
	display: block;
}
.list h3 {
	margin:0;
	padding: 1em 0 4px 5px;
}
.list table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3px;
}
.list table .alternate {
}
.list table tr:hover {
}
.list table .primaryColumn {
	white-space: nowrap;
}
.list table .selected {
}
.list table td {
	padding: 4px;
}
table th {
	text-align: left;
	padding: 0 4px;
}
.list .metaData {
	border: none;
	padding: 3px 5px;
}
.list table .tools {
	width: 70px;
	text-align: left;
	white-space: nowrap;
}
table .iconColumn {
	width: 20px;
	text-align: center !important;
}
.list .unread {
	font-weight: bold;
}
.list .logSuccess {
	color: #070;
}
.list .logFailure {
	color: #F00;
}
.pagination {
	padding: 2px 0 8px 7px;
	color: #666;
}
.pagination .pages {
	float: right;
}

/* Edit Properties Screens */
.editProperties {
	
}
.editProperties .oneField {
	margin-bottom: 0.5em;
}
.editProperties .preField {
	min-width: 13em;
}
.editProperties textarea {
}
.editProperties #thankYouMessage {
	width: 39em;
}
.editProperties .frame ul  {
	list-style-type: none;
	padding: 0 0 0 15px;
}
.editProperties #selectLanguage option {
	padding: 3px;
}
.editProperties .aliases {
	width: 175px;
	float: right;
	font-size: x-small;
	background-color: #F8F8F8;
	padding: 0 3px;	
}
.editProperties .aliases dt {
	margin: 6px 0 0 0;
	padding: 0;
}
.editProperties .aliases dd {
	margin: 0;
	padding: 0;
	color: #555;
}
/* right-aligned action link next to an information item. */
.followupAction {
	display: block;
	width: 200px;
	float: right;
	margin: 0.6em 0 0 0;
}

/* switch behavior on a link, show twistie : */
a.swtchIsOff {
	padding-left: 14px;
	background-image: url(../images/twistie-closed.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
a.swtchIsOn {
	padding-left: 14px;
	background-image: url(../images/twistie-open.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* Misc. */
.icon {
	vertical-align: middle;
}
.sourceCode {
	white-space: pre;
	overflow: scroll;
	font-family: Courier, sans-serif;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}
#flashMessage {
	padding: 15px 25px;
}
/* Aggregate graph legend */
.legend {
	margin: 20px 0;
}
/* YUI Widget */
#dateFromCalendar {
	display: none;
	position: absolute;
	z-index: 100;
}
#dateToCalendar {
	display: none;
	position: absolute;
	z-index: 101;	
}
#dateFromReadOnly, #dateToReadOnly {
	font-weight: bold;
}
.clickable {
	cursor: pointer;
}
.sideBar .index  {
	margin: 0 0 6px 0;
	padding: 0 0 0 6px;
	font-size: 1.2em;
	line-height: 150%;
}
.index  {
	font-size: 1.2em;
	line-height: 150%;
}
.sideBar .index .more {
	font-weight: bold;
}
.sideBar .index ul {
	margin: 0 0 6px 0;
	padding: 3px 0 0 12px;
	font-size: 90%;
}
.sideBar .index li {
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
}
.sideBar .index  h3 {
	color: #555;
	border-bottom: 1px solid #CCC;
}
.sideBar .index .nav {
	font-size: 0.8em;	
}
.documentation {
	font-size: 1.2em;
	line-height: 150%;
}
.documentation li {
	padding-top: 0.7em;	
}

.documentation h2 {
	padding: 5px;
	background-color: #F1F1F1;
	font-weight: normal;
}
.documentation h3 {
	margin-top: 2em;
	border: none !important;
	color: #859F81;
	font-size: 1.5em;
	font-weight: normal;
}

.documentation p {
}


.documentation .highlight {
	color:  #555;
	background-color: #E8F5E7;
	padding: 4px;
	line-height: 140%;
}

.documentation .code {
	overflow:visible; 
	background-color: #f6f6f4;
	font-family: Courier;
}
/* JQUERY Tabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
}
.tabs-nav a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 4px 10px 4px;

    line-height: 1.2;
    text-align: center;
    text-decoration: none;
 	
	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;
	margin: 0 2px 0 0;
	white-space: nowrap;	
}

.tabs-nav .tabs-selected a {
 	background-image: url(../../../images/themes/default/highlight_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2d2;
	border-bottom: 1px solid #f2f2d2;

}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 -50px;
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/* Uncomment this if you want a little spinner to be shown next to the tab title while an Ajax tab gets loaded
.tabs-loading span {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/


