/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Arial;
	margin: 0px;
}

TD
{
	margin: 0px;
}

.InnovationStyleFooter
{
	font-size: large;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
}

.Instructions
{
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.Note
{
	font-size: small;
}

.Terms
{
	font-size: x-small;
	text-align: left;
}

.logout
{
	font-size: xx-small;
}

.mediumlogout
{
	font-size: small;
}

.pagetitle
{
	font-size:x-large;
	font-weight:bold;
	font-style:italic;
	font-family:Arial;
}

.smallerpagetitle
{
	font-size:large;
	font-weight:bold;
	font-style:italic;
	font-family:Arial;
}



.Validator
{
	color: Red;
	font-weight: bold;
	font-size: large;
}

.Question
{
	font-weight: bold;
	font-size: large;
	text-align: center;
	vertical-align: middle;
}

.Answer
{
	font-weight: bold;
	font-size: small;
	vertical-align:middle;
}

.ProfileHeader
{
	font-weight: bold;
	font-size: medium;
}

.ProfileHeaderText
{
	font-size: medium;
}

.ProfileCategoryText
{
	font-weight: bold;
	font-size: small;
}

.ProfileDescriptionText
{
	font-size: small;
}

select.ResultsMenu
{
	font-size: small;
}

input, textarea, select
{
	font-family: Arial;
	font-size: medium;
}

groupinputlabel
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}

centeredtextbox
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

input.ResultsMenu
{
	font-size: small;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 580px;
}


.HelpTitle
{
	font-weight: bold;
	font-size: x-large;
	padding: 8px;
	display: block;
	background-color: lightyellow;
	border: dotted 1px #cc0;
}

.HelpTitleSmall
{
	font-weight: bold;
	font-size: small;
	padding: 3px;
	display: block;
	background-color: lightyellow;
	border: dotted 1px #cc0;
}

.HelpFloatWindow
{
	z-index: 999;
	position: absolute;
	top: -999;
	left: -999;
	display: none;
	visibility: hidden;
	padding: 7px;
	border: solid 2px silver;
	background-color: #e0e0e0;
}

.HelpDesc
{
	font-size: small;
}
.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='75p_honey.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(75p_honey.png);
}

.ResultsTitle
{
	font-size: large;
}


/* Define CSS styles for the user questions table and question UIs here */
.UQTable
{
	padding: 5px;
}

.UQLeft
{
	font-weight: bold;
	vertical-align: top;
}

.UQRight
{
}

.uqShortText
{
	width: 350px;
}

.uqLongText
{
	width: 350px;
	height: 150px;
}

.uqNumericText
{
	width: 100px;
}

.uqDateText
{
	width: 100px;
}

.uqTrueFalse
{
}

.uqChooseOneFromMany
{
}

.uqChooseManyFromMany
{
}

.uqForGroupQs
{
	color:Green;
}

.uqForOrgQs
{
	color:Blue;
}
