body {
	font-family: Arial, Helvetica, sans-serif;
   background-color: #d1d3d4;
}

form {
     padding: 0px;
     margin: 0px;
}


a {
font-family: Arial, Helvetica, sans-serif;
    color: #754c24;
		font-size: 14px;
	text-decoration: underline;
}

input, textarea, select { 
		background-color:#ededed;
		color:#000000;
		font-family:verdana;
		font-size:.7em;
     	padding: 1px;
		vertical-align: top;
}

.actionButton {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#cccccc');
	border:1px solid;
}

.actionButtonPickList {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#cccccc');
	border:1px solid;
	width: 40px;
}

.appSpaceButton {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ededed',EndColorStr='#cccccc');
	border:1px solid;
}

.actionLink {
	font-size: 11px;
	color: #CC6633;
	text-decoration: underline;
	font-weight: bold;
}

.globalLink {
	color:#666666;
}

.menuItem {
	font-size: 12px;
	background-color: #ededed;
	text-align: left;
        padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}

.subMenuItem {
	font-size: 12px;
	background-color: #cdcdcd;
	text-align: left;
        padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}

.tabActive {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
    padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	white-space: nowrap;
}

.breadcrumbLink {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumbContainer {
	font-size: 12px;
	padding-top: 10px;
        text-align: left;
}

.tabInactive {
	font-size: 12px;
	background-color: #ededed;
	text-align: center;
    padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	white-space: nowrap;
}

.tabEmpty {
	border-bottom: 1px solid #000000;
}

.tabLink {
	font-size: 12px;
	color: #669966;
	text-decoration: none;
}

.tabContainer {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.contentContainer {
	padding-top: 0px;
	padding-right: 0px;
	background-color: #e6e6e6;	
}

.paginationContainer {
	font-size: 11px;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: right;
    padding: 5px;
	white-space: nowrap;
}

.bodyCopy {
	font-size: .8em;
}

.bodyCopyBold {
	font-size: .8em;
	font-weight: bold;
}

.title {
	font-size: 1em;
	font-weight: bold;
	padding-top: 6px;
	color:#666666;
}

.subTitle {
	font-size: .9em;
	font-weight: bold;
	color: #336633;
	padding-left:5px;
}

td.colHeader {
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
    padding: 5px;
	white-space: nowrap;
}

.colHeaderLink{ 
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	color:#000000;
}

.matrix {
	border: 1px solid #000000;
}

.modelContainer td{
	border-top: 1px solid #999999;
	font-size: .7em;
	background-color: #DBF3C9;
	font-weight: bold;
	border-bottom: 1px solid #999999;
    padding: 5px;
}

.menuContainer td{
	border-top: 1px solid #999999;
	font-size: .7em;
	background-color: #cccccc;
	font-weight: bold;
	border-bottom: 1px solid #999999;
    padding: 5px;
}

.matrixCell {
	vertical-align: top;
	font-size: .7em;
    padding: 5px;
	border-bottom: 1px solid #ededed;
}

.matrixCellActions {
	vertical-align: top;
	font-size: .7em;
        padding: 5px;
	border-bottom: 1px solid #ffffff;
	background: #F6F6F6;
	white-space: nowrap;
}

.matrixCellBold {
	vertical-align: top;
	font-size: .7em;
    padding: 5px;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	white-space: nowrap;
	background-color: #ededed;
}

.matrixCellFormField {
    padding: 5px;
	border-bottom: 1px solid #ffffff;
	background:#F6F6F6;
	white-space: nowrap;
	font-size: .9em;
}

.matrixCellFormFieldError {
    padding: 5px;
	border-bottom: 1px solid #ffffff;
	background:#F6F6F6;
	white-space: nowrap;
	font-size: .9em;
	border-left: 3px solid #CC0000;
}

.matrixCellDraftFormat {
	vertical-align: top;
	font-size: .7em;
    padding: 7px;
	border-right: 1px solid #ededed;
}

.matrixCellFooter {
	border-top: 1px solid #CCCCCC;
    padding: 7px;
}

.fieldLabel {
	vertical-align: top;
	font-size: .7em;
    padding: 5px;
	font-weight: bold;
}

.readOnlyText {
	font-size: .7em;
}

.summaryText {
	font-size: .8em;
	padding: 7px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.variableContainer {
	vertical-align: top;
	font-size: .7em;
	border: 1px solid #ededed;
	background-color: #D0E7F0;
	text-align: center;
}

.operatorContainer {
	vertical-align: top;
	font-size: .7em;
	border: 1px solid #ededed;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.toolbarContainer {
	background-color: #ffffff;
}

.constantContainer {
	vertical-align: top;
	font-size: .7em;
	border: 1px solid #ededed;
	background-color: #D0F0D0;
	text-align: center;
}

.conditionContainer {
	padding-top: 0px;
	padding-right: 0px;
        font-size: .7em;
        font-weight: bold;
	border: 1px solid #ededed;
	background-color: #EAF0D0;
	text-align: left;
}

.radioButtonContainer {
	width:10px;
	background-color: #ededed;
}

.endCell {
	background-color: ededed;
	font-size: .7em;
	color:#666666;
	text-align: center;
}

.validationOutput {
	font-size: .7em;
	color:#990000;
	font-weight: bold;
}

#pickList {
	width: 300px;
}

.block {
	background-color: #ffffff;
}

.scrollBox {
	background-color: #ededed;
	position: relative;
	width: 150px;
  	height: 30px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	layer-background-color: #ededed;
	padding: 2px;
}

.fieldLabelSmall {
	font-size: .9em;
}

.formElementError {
	border-left: 3px solid #CC0000;
}

.matrixCellError {
	vertical-align: top;
	font-size: .7em;
        padding: 5px;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	white-space: nowrap;
	background-color: #ededed;
	color: #CC0000;
}

.errorText  {
	color: #CC0000;
	font-size: .7em;
}

.checkBoxRadio {
	background-color: #FFFFFF;
}

.factsAnswers {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;color: #0066CC; }
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000; }
.kids_content {
	style:line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	}
.kids_courtesy {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: right;
	}
.devotees_content {
	style:line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	}
.devotees_courtesy {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	}
.Headtext {
   font: 13px/18px "Times Roman";
   margin: 0px;
   color: #231F20;
   text-align: justify;
}

td {
   font: 13px/18px "Times Roman";
font-family: Geneva, Arial, Helvetica, sans-serif;
   margin: 0px;
   color: #231F20;
   text-align: justify;
}
.Boldtext   {
   font: bold 12px/14px "Times Roman";
   margin: 0px;
   color: #231F20;
   text-align: left;
}


.rightJustify

{
   font: 13px/18px "Times Roman";
font-family: Geneva, Arial, Helvetica, sans-serif;
   margin: 0px;
   color: #231F20;
   text-align: right;

}

.leftJustify

{
   font-family: Geneva, Arial, Helvetica, sans-serif;
      font: 13px/18px "Times Roman";
   margin: 0px;
      color: #231F20;
   text-align: left;

}

.centerJustify

{

	font: 13px/18px "Times Roman";
	font-family: Geneva, Arial, Helvetica, sans-serif;
   	margin: 0px;
   	color: #231F20;
    text-align: center;

}

#Headtext  {
   visibility: visible;
   position: absolute;
   left: 188px;
   top: 231px;
   z-index: 3;
   width: 520px;
}
.detailtext   {
   font: 27px/33px "aslon Pro";
   margin: 0px;
   color: #231F20;
   text-align: left;
}

#Boldtext  {
   visibility: visible;
   position: absolute;
   left: 740px;
   top: 335px;
   z-index: 3;
   width: 240px;
}
 
 .italictext
 {
	font-style:italic; font-family:Times;
 }

.playerTextRtBold
{
   color: #744d26;
   font: normal 12px/13px;
   font-family: 'trebuchet ms', Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin: 0px;
   
   text-align: right;
}

.playerTextNormal
{
   font: normal 12px/13px ;
   font-family: 'trebuchet ms', Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0px;
   color: #744d26;
   text-align: left;
}

.playerButton{
 font-size:11px;
 font-family:'Trebuchet MS',sans-serif;
 font-weight:bold;
 color: #777;
 background-color:#f7f2ea;
 padding: 0.25 0.5 0.25 0.5;
 border-color: #ffe #aaab9c #ccc #fff;
 border-style: solid;
 border-width: 1px;
 width: 37px;
 text-align: center;
}
