html {
  overflow: auto;
  min-height: 100%;
}

body
{
	font-family: Tahoma, Verdana, Arial;
	font-size: medium;
	background-color:#006500;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-image:url(n.gif);
	margin: 0;
	padding: 0;
	min-width:1024px;
}

#wrap
{
	background: #fff;
	border: 1px solid #000;
	padding: 0;
	margin: 15px;
	overflow:hidden; 
	height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets max-height for IE */
	min-height: 550px; /* sets max-height value for all standards-compliant browsers */
}


#content
{
	padding: 15px;
	position: relative;
}
#copy
{
	font-size: 10px;
	float: left;
	text-align: center;	
	color: #fff;
	overflow:hidden; 
	padding:1px 0;
	position:relative;
	bottom:10;
	width: 100%;
}
h1
{
	font-size: 24px;
	font-style: normal;
	border-bottom: 1px solid #ccc;
	color: #2a5521;
}
h2
{
	color: #2a5521;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}
a
{
	color: #5f9251;
}
a:hover
{
	color: #35b346;
}
.hide
{
	visibility : hidden;
}
table.list
{
	margin-top: 10px;
	border: solid 3px #4e75bb;
	border-collapse: collapse;
	width: 100%;
}
table.list thead, table.list tfoot
{
	padding: 3px;
	background-color: #4e75bb;
	color: #fff;
}
table.list td
{
	padding: 4px;
	vertical-align: top;
}
table.list td input, textarea, select
{
	width: 95%;
}

table.list td .checkbox
{
	width : auto;
	border: none;
}

table.list tbody tr:hover
{
	background: #ffff99;
}
table.list tbody tr.editable
{
	background: #ffffdd;
}
tr.roweven 
{
	background-color: #f0f0ff;
}
table.list td.actions
{
	text-align: right;
}
table.list tfoot tr
{
	font-size: small;
}
table.list .currentpage
{
	float: left;
}
table.list .pagebrowser
{
	float: right;
}


table.list tr td.treerow a
{
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	padding-left: 15px;
}


table.list tr td.treerow div.empl_actions a
{
	display: inline;
	color: #5f9251;
	text-decoration: underline;
	padding-left: 0px;
}

table.list tr td.treerow div.link a
{
	display: inline;
	color: #5f9251;
	text-decoration: underline;
	padding-left: 0px;
}

table.list tr td.treerow div.empl_actions
{
	float:right;
	text-align:right; 
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-left: 5px;
}

table.list tr td.treerow a:focus
{
	 outline: none;
}
table.list tr.hidden
{
	display: none;
}
.scroll-table-head {
  width: 800px;
}
.scroll-table-body {
  width: 800px;
  height: 400px;
}
.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
.sortcol
{
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.nosort 
{
	cursor: default;
}
.fields
{
	padding: 10px;
	border: solid 3px #ccc;
	background-color: #f0f0f0;
}

.field
{
	margin-top: 10px;
}

.actions
{
	margin: 10px;
}
#errors
{
	margin: 10px 0 10px 0;
	padding: 10px;
	border: solid 3px #c00;
	color: #c00;
	background-color: #fbb;
}

#success
{
	margin: 10px 0 10px 0;
	padding: 10px;
	border: solid 3px #0c0;
	color: #0c0;
	background-color: #bfb;
}

.hierarchy-level
{
	padding: 10px;
	border: solid 3px #ccc;
	background-color: #f0f0f0;
}

.hierarchy-label
{
	font-weight: bold;
}
.indicator
{
	background: red;
	color: White;
	padding: 3px;
	margin: 3px;
	width: 100px;
	font-size: 11px;
}
.build
{
	text-align: right;
}

.hierarchy 
{
	list-style-type: circle;
}

textarea.contenteditor
{
	height: 300px;
}

.login-label
{
	width: 150px;
	display: block;
	float: left;
	position: relative;
}

.login-field
{
	left: 150px;
	width: 200px;
}

a.reorder-arrow 
{
	
}

#top-banner
{
	overflow:hidden;
	clear:both;
	position:relative;
	z-index: 10;
}

#logo
{
	float: left;
}

#top-banner .header
{
	float: left;
	margin: 30px;
}

#top-banner .currentusername
{
	float: right;
	font-size: 11px;
	margin: 10px;
	text-align: right;
}

.note
{
	font-size: 11px;
	color: darkorange;
}

.fakelink
{
	text-decoration: underline;	
	color: InactiveCaption;
	cursor:pointer;cursor:hand
}

.masterItem
{
	font-size: 90%;
	color: darkgray;
}

.managedSurveysCheckList
{
	height : 80px; 
	overflow : auto;
}

.verticalText
{
	layout-flow: vertical-ideographic;
	writing-mode: tb-lr;
}

#participantsTree
{
	overflow: auto;
	overflow-x: hidden;
	max-height: 400px;
	padding:0;
	border:3px solid #4E75BB;
}

#participantsTree table
{
	border: none;
	margin:0;
	padding:0;	
}

#participants td.treerow a
{
	display: inline;
}

#groupsCriteria
{
	padding:0;
	border:3px solid #4E75BB;
	padding: 10px;
	overflow: auto;
}

#groupsCriteria div.groupsCriterion
{
    width: 320px;
    margin: 10px;
    float: left;
}

#groupsCriteria div.tableContainer
{
	overflow: auto;
	overflow-x: hidden;
	height: 380px;
	padding:0;
	border:3px solid #4E75BB;
}

#groupsCriteria table
{
	border: none;
	margin:0;
	padding:0;	
}

#groupsCriteria div.addOrRemoveCriteria
{
    text-align: center;
    padding-bottom: 2px;
}

#groupsCriteria div.addOrRemoveCriteria input
{
    border-color: blue;
    width: 120px;
}

#groupsCriteria div.actions
{
    clear: both;
}

#groupsCriterionTemplate
{
    display: none;
}
