*
{
	margin:0;
	padding:0;
}

body
{
	font: 12px arial, calibri, verdana, arial, tahoma, helvetica, sans-serif; /*.95em  calibri */
	text-align: left;
	background-color: #D0D0CE; /*#6ba7cb;*/
	color: #000000; /*#333333;*/
    margin-left: auto;
    margin-right: auto;
	margin-top:0px; /*10px;*/
	margin-bottom:0px; /*10px;*/
}
table
{
	font: 12px arial, calibri, verdana, arial, tahoma, helvetica, sans-serif; /*.95em  calibri */

}


/*
.container
{
	background-color: #ffffff;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}
*/

#container
{
	background-color: #ffffff;
	width: 100%;
	max-width: 1000px;
	/*min-width: 750px;*/
	min-width: 450px;
	/*height: 100%;*/
	margin-right: auto;
	margin-left: auto;
}

/* This is the header. */
/*Use on Consumer Side*/
#header
{
 	background: url(/images/QMProInsight_Logo.png)  no-repeat left top;
	height: 76px;
	/*width: 772px;*/
	/*width: 100%;*/
	margin-right: auto;
	margin-left: auto;
	padding-left:100px;
}

/* This is the ruler. */
.ruler
{
  /* background: url(/images/ruler_tile_2.gif)  repeat-x left top;
	height: 16px;
	border-top: solid 1px #dbdbdb;
	border-right: solid 1px #adadad;
	border-bottom: solid 1px #dbdbdb;
	border-left: solid 1px #adadad;
	width: 772px;*/

    height: 0px;
	margin-right: auto;
	margin-left: auto;
}

#ruler
{
   /* background: url(/images/ruler_tile_2.gif)  repeat-x left top;
	height: 16px;
	border-top: solid 1px #dbdbdb;
	border-right: solid 1px #adadad;
	border-bottom: solid 1px #dbdbdb;
	border-left: solid 1px #adadad;
	width: 772px;*/

    height: 0px;
	margin-right: auto;
	margin-left: auto;
}
/* This is the top of the shadow. */
/*
#drop_shadow_top
{
	background: url(/images/drop_shadow_top.gif) no-repeat center top;
	height: 12px;
}
*/
/* This is where your content will go. */
/*
#drop_shadow_content
{
	background: url(/images/drop_shadow_middle.gif) repeat-y center top;
	padding-right: 25px;
	padding-left: 25px;
}   
*/
/* This is the bottom of the shadow. */
/*
#drop_shadow_bottom
{
	background: url(/images/drop_shadow_bottom.gif) no-repeat center top;
	height: 12px;
	
}
*/
/* Use this with an element after all of your content, but before the bottom div */
.clear
{
	clear:both;
}

#content
{
	/*width: 772px;*/
	width: 100%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 15px 0px;
	margin-top:10px;
	/*border:1px red solid;*/
}

#one_column_container
{
  overflow: hidden;
  width: 100%;
  min-height: 282px;
  border: solid 0px #000000;
  float: left;
}

#one_column
{
	/*background-color: #efefef;*/
  width:100%;
  min-height: 262px;
  margin: 0px auto 0px auto;
  text-align: left;
 }

 h2.one_column
{
	padding: 5px 0px 0px 17px;
}

 p.one_column
{
	padding: 5px 0px 0px 17px;
}

#two_column_container
{
  overflow: hidden;
  width: 100%;
  min-height: 282px;
  border: solid 0px #000000;
}

#two_column_left
{
  background-color:#ffffff;
  /*width:386px;*/
  width:50%;
  min-height: 262px;
  float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
 }

#two_column_right
{
  background-color:#ffffff;
  /*width:386px;*/
  width:50%;
  min-height: 262px;
  float: left;
  padding: 0px 0px 0px 0px;
	margin: 0px;
}

div.homepage_alert
{
 /* background-color: #ffcc66;*/
  border-top: solid 1px #dfdfe7;
  border-right: solid 0px #dfdfe7;
  border-bottom: solid 1px #dfdfe7;
  border-right: solid 0px #dfdfe7;
	padding: 10px 12px 10px 12px;
	margin: auto 0px auto 0px;
}

.consumer_login_div a
{
	/*font-size: .85em;*/
}

.consumer_login_div
{
	background:#EFEFEF url(/images/consumer_login_bg.gif) no-repeat top left;
	width: 100%;
  min-height: 285px;
	margin-right: auto;
	margin-left: auto;
}

.pro_login_div a
{
	/*font-size: .85em;*/
}

.pro_login_div
{
	background: #EFEFEF url(/images/pro_login_bg.gif) no-repeat top left; /*right;*/
	width: 100%;
    min-height: 285px;
	margin-right: auto;
	margin-left: auto;
}

.consumer_content_line_div
{
  overflow: hidden;
  width: 100%;
  height: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dfdfe7;
	float: left;
}


.content_separator_thick_div
{
  overflow: hidden;
  width: 100%;
  height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2C4D6D;
	float: left;
}



.main_content_div
{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

/* This is the footer. */
.footer-link a, a.footer-link:focus, a.footer-link:hover, a.footer-link:active
{
    color: #FFF;
    text-decoration:underline !important;
}
.footer-link
{
    color: #FFF !important;
    text-decoration:none !important;
    text-transform: uppercase;
    margin-left: 15px !important;
}

.footer-link2 a, a.footer-link2:focus, a.footer-link2:hover, a.footer-link2:active
{
    color: #FFF;
    text-decoration:underline !important;
}
.footer-link2
{
    color: #FFF !important;
    text-decoration:none !important;
}

#footer
{
	color: #ffffff;
	/*width: 878px; */
	/* text-align: center; */
	padding: 15px;
	font-size: 13px;
	background:#282a2e; /* #282a2e; */
	/*	padding-top:10px; */

}


img
{
	border: 0px solid #ffffff;
}
/*
label
{
	font-size: 12pt;
}
*/

.small
{
	font-size: 10pt;
	padding: 0px 0px 5px 0px;
}

p
{
	padding: 0px 0px 10px 0px;
}

h1
{
	font-size: 16pt;
	line-height: 18pt;
	margin-top: 0px;
	color: #63666A; /*#2a4c6c;*/
	text-align:left;
}

h2 
{
	font-size: 14pt;
	line-height: 16pt;
	margin-top: 0px;
	color: #63666A; /*#2a4c6c;*/
}

h3
{
	font-size: 14pt;
	line-height: 16pt;
	margin-top: 0px;
	color: #63666A; /*#2a4c6c;*/
	font-style: oblique;
}

h4
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #63666A; /*#2a4c6c;*/
}

h5
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #63666A; /*#2a4c6c;*/
	font-style: oblique;
}

ul
{
	/*font-size: 12pt;*/
	list-style-type: disc;
	list-style-position: inside;
}

li
{
	margin-bottom: .25em;
	margin-left: 1.5em;
}

hr
{
	border: 0;
	color: #6ba7cb;
	background-color: #6ba7cb;
	height: 1px;
	width: 100%;
	text-align: left;
}

a:active
{
	color: #0066CC;/*#333333;*/
	text-decoration: underline;
}

a:visited
{
  	color: #0066CC;/*#333333;*/
	text-decoration: underline;
}

a:link
{
	color: #0066CC;/*#333333;*/
	text-decoration: underline;
}

a:hover
{
    color: #0066CC;/*#7eabd8;*/
	text-decoration: underline;
}

.img_align_left
{
	vertical-align:middle;
	float:left; 
}

.img_text_inline
{
	vertical-align:middle;
}

.login_text
{
	clear: left;
	width: 140px;
	padding: 2px 2px 2px 2px;
}

.error
{
	color: #6a2525;
}

.Required
{
	color: #CE0C28;/*#6a2525;*/
}

.buttons a, .buttons button, .buttons input
{
    display:block;
    float:left;
    margin:0px 0px 0px 0px;
    background-color:#63666A; /*#efefef;*/
    /*border:0px solid #dedede;*/
    font-family:Arial, "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    /*font-weight:bold;*/
    color:#FFFFFF; /*#565656;*/
    cursor:pointer;
    padding:0px 0px 0px 0px; /* Links */
}

.buttons button, .buttons input
{
    width:auto;
    overflow:visible;
    padding:0px 0px 0px 0px; /* IE6 */
    background-color:#63666A;
}

.buttons button[type]{
    padding:1px 1px 1px 1px; /* Firefox */
    line-height:17px; /* Safari */
}

.buttons input[type]{
    padding:2px 1px 2px 1px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:0px 0px 0px 0px; /* IE7 */
}

*:first-child+html input[type]{
    padding:2px 2px 3px 2px; /* IE7 */
}

.buttons button img, .buttons a img, .buttons image
{
    margin:0 0px 0px 0 !important;
    padding:0;
    border:none;
		height: 31px;
		width: 65px;

}

/* STANDARD */

input.button{
/*    background-color:#dff4ff; */
    /*border:1px outset #529214; */
    border:1px outset #B1B3B3; /*#6ba7cb;*/
    color:#323335; /*#336699;*/
    background-color:#CCCDCD;
    padding: 4px 13px 4px 13px;
    height:26px;
    font-size:13px;
    /*font-weight:bold;*/
}

select
{

  /*border:1px inset #63666A;*/ /*#6ba7cb;*/
  /*color:#336699;*/
/*	font-size: 85%; */
}

input{
 /*border:1px inset #63666A; *//*#6ba7cb;*/
  /*color:#336699;*/
/*	font-size: 85%; */
	padding:0 3px;
}

input.text
{
 /*border:1px inset #63666A;*/ /*#6ba7cb;*/
  /*color:#336699;*/
/*	font-size: 85%; */
}

input.file{
    border:1px outset #63666A; /*#6ba7cb;*/
    color:#FFFFFF; /*#336699;*/
    background-color:#63666A;
}

input.submit{
/*    background-color:#dff4ff; */
    border:1px outset #B1B3B3; /*#6ba7cb;*/
    color:#323335; /*#336699;*/
    background-color:#CCCDCD;
    padding: 4px 13px 4px 13px;
    height:26px;
}

input.reset{
/*    background-color:#dff4ff; */
    border:1px outset #63666A; /*#6ba7cb;*/
    color:#FFFFFF; /*#336699;*/
    background-color:#63666A;
}


button{
/*    background-color:#dff4ff; */
    border:1px outset #B1B3B3; /*#6ba7cb;*/
    color:#323335; /*#336699;*/
    background-color:#CCCDCD;
    padding: 4px 13px 4px 13px;
    height:26px;
}

button:hover, .buttons a:hover {
    background-color:#CCCDCD;/* #dff4ff; */
    border:1px solid #B1B3B3;/*#6ba7cb;*/
    color:#323335; /*#336699;*/
}

.buttons a:active{
    background-color:#efefef;
    border:1px solid #6ba7cb;
    color:#ffffff;
}

/* POSITIVE */

button.positive, .buttons a.positive, input.positive
{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover, input.positive:hover
{
    background-color:#ffffff;
    border:0px solid #c7dede;
    color:#529214;
}
.buttons a.positive:active, input.positive:active
{
/*    background-color:#c7dede;  */
    border:0px solid #529214;
    color:#ffffff;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
    background:#fbe3e4;
    border:0px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active
{
    background-color:#d12f19;
    border:0px solid #d12f19;
    color:#fff;
}

 a:active.login
{
	color: #2a4c6c;
	text-decoration: none;
	margin: 12px;
	line-height:13pt;
}

a:visited.login
{
	color: #2a4c6c;
	text-decoration: none;
	margin: 12px;
	line-height:13pt;
}

a:link.login
{
	color: #2a4c6c;
	text-decoration: none;
	margin: 12px;
	line-height:13pt;
}

a:hover.login
{
	color: #7eabd8;
	text-decoration: underline;
	margin: 12px;
	line-height:13pt;
}

.menu 
{
  float:left;
  width:100%;
  /* background:#ffffff url("/images/menu/bg.gif") repeat-x bottom; */
  background:#ffffff;
  line-height:normal;
  margin-top:0px;
  border-bottom:6px #2C4D6D solid;
}

.menu ul
{
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

.menu li
{
  float:left;
  background:#CCCDCD;
 /* background:url("/images/menu/left.gif") no-repeat left top;*/
  margin:0px 4px 0px 0px;
  padding:0px 13px 0px 13px;
  border-top:1px solid #B1B3B3;
  border-left:1px solid #B1B3B3;
  border-right:1px solid #B1B3B3;
  height:26px;
}
/*
.menu li:hover
{
    background:#F1AD7A;
    border-top:1px solid #BA5F1B;
    border-left:1px solid #BA5F1B;
    border-right:1px solid #BA5F1B;
    color: #000000;
}
*/
.menu a
{
  float:left;
  display:block;
  /*background:url("/images/menu/right.gif") no-repeat right top;*/
  padding:5px 0px 5px 0px;
  text-decoration:none;
  font-family: arial, sans-serif;
  /*font-size:8px;*/
  /*font-weight:bold;*/
  color:#323335;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.menu a {float:none;}
/* End IE5-Mac hack */
.menu a:hover
{
  /*color:#ffffff;*/
  text-decoration:none;
}

.menu .menu_current
{
 /*background-image:url("/images/menu/left_on.gif");  */
    background:#2C4D6D;
    border-top:1px solid #2C4D6D;
    border-left:1px solid #2C4D6D;
    border-right:1px solid #2C4D6D;

}


.menu .menu_current a
{
  /*background-image:url("/images/menu/right_on.gif"); */
 /* color:#333333; */
  /*padding-bottom:0px;*/
  color:#FFFFFF;
}


table.consumer_login
{
	width: 350px;
	border:solid 0px #000000;
}

.consumer_login td.login_top
{
	width: 100%;
	height: 75px;
	min-height: 75px;
	border:solid 0px #000000;
}

.consumer_login td.login_left
{
	width: 135px;
	border:solid 0px #000000;
}

.consumer_login td.login_right
{
	width: 215px;
	text-align:left;
	border:solid 0px #000000;
}

table.pro_login
{
	width: 350px;
	border:solid 0px #000000;
}

.pro_login td.login_top
{
	width: 100%;
	height: 75px;
	min-height: 75px;
	border:solid 0px #000000;
}

.pro_login td.login_left
{
	width: 140px;
	border:solid 0px #000000;
}

.pro_login td.login_right
{
	width: 210px;
	text-align:left;
	border:solid 0px #000000;
}

table.notebook 
{
	/*width:772px;*/
	width:95%;
	margin: 0px auto 0px auto;
	border: solid 0px #6ba7cb;
}

.notebook th
{
	padding:  0px 10px 0px 10px;
}

 table.surveys_head
{
	
	/*width:740px;*/
	
	width:100%;
	background-color: #e1e8ee;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;

}

 .surveys_head th
{
	/*background: #ffffff url(/images/consumer/notebook/health_survey_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	padding: 0px 0px 0px 30px;
	text-align: left;
}

 .surveys_head td
{
	/*padding: 0px 10px 0px 10px; */
	padding: 0px 15px 0px 0px; 
}


 table.programs_head
{
	/*width:740px;*/
	width:100%;
	background-color: #e1e8ee;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;
}

 table.site
{
	/*width:700px;*/
	width:100%;
	border-collapse:collapse;
	background-color: #ffffff;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;
}

 .site tr
{
	border: solid 1px #6ba7cb;
}

.site th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	padding: 0px 0px 0px 30px;
	text-align: left;
}

 table.view_program
{
	/*width:700px;*/
	width:100%;
	border-collapse:collapse;
	background-color: #ffffff;
	margin: 0px 10px 10px 10px;
}

 .view_program tr
{
	border: solid 1px #D0D0CE;
}

.view_program th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);
	background-repeat:no-repeat;*/
	height: 18px;
	min-height: 18px;
	border: solid 0px #D0D0CE;
	padding: 3px 3px 3px 3px;
	text-align: left;
	border: solid 1px #D0D0CE; /*#6ba7cb;*/
}

.view_program td
{
    font-size: 10pt;
	padding: 3px 3px 3px 3px;
	border: solid 1px #D0D0CE;
	/*background:#FF0000;*/

}

table.member_lookup
{
	/*width:700px;*/
	width:100%;
	border-collapse: collapse;
	background-color: #ffffff;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;
}	

 .member_lookup tr
{
	border: solid 1px #6ba7cb;
}

.member_lookup th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	border: solid 1px #6ba7cb;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 8pt;
}

.member_lookup td
{
	font-size: 8pt;
	border: solid 1px #6ba7cb;
	padding: 3px 3px 3px 3px;
}

table.white_bg
{
	width: 95%;
	/*border-collapse:collapse;*/
	background-color: #ffffff;
	/*border: solid 1px #6ba7cb;*/
	border: solid 1px #D0D0CE;
	margin: 10px auto 10px auto;
}

.white_bg td
{
	padding: 5px 5px 5px 5px;
}	

.white_bg th
{
	padding: 2px 5px 0px 5px;
	border-bottom: solid 1px #6ba7cb;
	/*background-image: url(/images/consumer/notebook/site_bg.gif);*/
	
}	


.alt_row
{
	/* background-color: #e9eff3; */
	background-color: #ffffff;
	border: solid 0px #6ba7cb;
}

.site td
{
	padding: 10px 0px 10px 10px;
	border: solid 0px #6ba7cb;
}

 .programs_head th
{
	/*background: #ffffff url(/images/consumer/notebook/programs_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	padding: 0px 0px 0px 30px;
	text-align: left;
}

 .programs_head td
{
	padding: 0px 10px 0px 10px; 
}

 table.members_head
{
	/*width:740px;*/
	width:100%;
	background-color: #ffffff;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;
}

 .members_head th
{
	/*background: #ffffff url(/images/consumer/notebook/member_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	text-align: left;
}

 .members_head td
{
	padding: 0px 10px 0px 10px;
}
td.survey_image 
{
	width: 150px;
	margin: auto auto auto auto;
	text-align: center;
}

table.program
{
	/*width:700px;*/
	width:100%;	
	border-collapse:collapse;
	background-color: #ffffff;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;}

.program tr
{
	border: solid 1px #6ba7cb;
}

.program th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);
	background-repeat:no-repeat;*/
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	padding: 0px 0px 0px 6px;
}

.program td
{
	padding: 10px 0px 10px 10px;
}

table.general
{
	/*width:748px;*/
	width:100%;
	border-collapse:collapse;
	background-color: #ffffff;
	border: solid 1px #6ba7cb;
	margin: 0px 10px 10px 10px;}

.general tr
{
	border: solid 1px #6ba7cb;
}

.general th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);*/
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	padding: 0px 0px 6px 0px;
}

.general td
{
	padding: 10px 0px 10px 10px;
}

 table.site_pro
{
	/*width:700px;*/
	width:100%;
	border-collapse: collapse; /*collapse;*/ /*separate*/
	background-color: #ffffff;
	border: solid 1px #D0D0CE;
	/*border: solid 1px #6ba7cb;*/
	margin: 0px 10px 10px 0px;

}

 .site_pro tr
{
	border: solid 0px #6ba7cb;
}

.site_pro th
{
	/*background: #ffffff url(/images/consumer/notebook/site_bg.gif);*/
	background: #D0D0CE;
	height: 24px;
	min-height: 24px;
	border: solid 0px #6ba7cb;
	/*padding: 0px 0px 0px 10px;*/
	margin:0px 0px 0px 0px;
	text-align: left;
}

 .site_pro td
{
	padding: 2px 5px 2px 5px; 
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.bold_italic
{
	font-weight: bold;
	font-style: italic;
}

.error
{
	color: #663333;
}

.Disabled
{
	color: #c3c3c3
}

p.error_message
{
	color: #663333;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bolder;
}

TABLE.TabledReport
{
    FONT-SIZE: 8pt;
    WIDTH: 100%;
    FONT-FAMILY: Verdana, Arial;
    background-color: #ffffff;
}
TABLE.TabledReport TD
{
    BORDER-RIGHT: #6ba7cb 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #6ba7cb 1px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #6ba7cb 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #6ba7cb 1px solid;
}
TABLE.TabledReport TH
{
    BORDER-RIGHT: #6ba7cb 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #6ba7cb 1px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #6ba7cb 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #6ba7cb 1px solid;
}

.Registration .RegistrationRow .Active
{
    COLOR: #000000;
}

.InActive
{
    COLOR: #6a2525;
}

.Active
{
    COLOR: #339966;
}

.Inactive
{
    COLOR: #6a2525;
}

.Registration .RegistrationRow .Active
{
    COLOR: #000000;
}

.Registration .RegistrationRow .InActive
{
    COLOR: #6a2525;
}

TABLE.Administration .ProActive
{
    COLOR: #339966;
}

.Registration .RegistrationRow .ProActive
{
    COLOR: #339966;
}

.DYHNA_background
{
    BACKGROUND-COLOR: #6ba7cb;
}

table.tabular_report
{
	background-color: #ffffff;
}

.ReportPage
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	background-color: #ffffff;
}
.ReportPage .ReportList
{
    BORDER-RIGHT: #6ba7cb 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #6ba7cb 1px solid;
    PADDING-LEFT: 0px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: #6ba7cb 1px solid;
    WIDTH: 98%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #6ba7cb 1px solid;
    TEXT-ALIGN: left;
}
.ReportPage .ReportList TD
{
    BORDER-RIGHT: #6ba7cb 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #6ba7cb 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 0px;
    BORDER-LEFT: #6ba7cb 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #6ba7cb 1px solid;
}
.ReportPage .Title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #6ba7cb;
    TEXT-ALIGN: left;
}
.ReportPage .Info
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: left;
}
.ReportPage .ReportList TH
{
    BORDER-RIGHT: #6ba7cb 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #6ba7cb 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #6ba7cb 1px solid;
    COLOR: white;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #6ba7cb 1px solid;
    BACKGROUND-COLOR: #6ba7cb;
}
/*
.SitesList
{
    FONT-SIZE: 8pt;
    WIDTH: 360px
}
*/
table.Registration
{
	background-color: #ffffff;
	border-left: solid 1px #6ba7cb;
	border-right: solid 1px #6ba7cb;
	border-top: solid 1px #6ba7cb;
	border-bottom: solid 1px #6ba7cb;
	width: 100%;
	padding: 2pt 2pt 2pt 2pt;
}

sup
{
	font-size: 0.25em; 
	line-height: 0.5em;
	text-decoration:none;
}

table.programs
{
	background-color: #ffffff;
	border-left: solid 1px #6ba7cb;
	border-right: solid 1px #6ba7cb;
	border-top: solid 0px #6ba7cb;
	border-bottom: solid 1px #6ba7cb;
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.programs h1 
{
	font-size: 14pt;
	font-weight:bold;
}

.programs h2
{
	font-size: 12pt;
	font-weight:bold;
	margin-bottom:0px;
}

.programs h3
{
	font-size: 10pt;
	font-weight:bold;
}

.programs h4
{
	font-size: 8pt;
	font-style: italic;
	font-weight:bold;
}

.programs h5
{
	font-size: 8pt;
	font-weight:bold;
}

.programs h6
{
	font-size: 8pt;
	font-style: italic;
	font-weight:bold;
}

.programs p
{
	font-size: 8pt;
}
.programs div
{
	font-size: 8pt;
}
.programs select
{
	font-size: 8pt;
}
.programs input
{
	font-size: 8pt;
}
.programs label
{
	font-size: 8pt;
}
.programs a
{
	font-size: 8pt;
}
.program_text
{
	font-size: 8pt;

}
DIV.program_disabled
{
	font-size: 8pt;
	COLOR: #c3c3c3;
}
.program_text_period
{
	font-size: 8pt;
	width: 60px;
}

.program_list_period
{
	font-size: 8pt;
	width: 80px;
}

.program_list_survey
{
	font-size: 8pt;
	width: 220px;
}
.cbo_program_list_period
{
	font-size: 8pt;
	width: 80px;
}

.program_radio
{
	font-size: 8pt;
}


table.program_section
{
	
	border-left: solid 1px #D0D0CE;
	border-right: solid 1px #D0D0CE;
	border-top: solid 1px #D0D0CE;
	border-bottom: solid 1px #D0D0CE;
	width: 100%;
	padding: 2pt 2pt 2pt 2pt;
}

div.program_content
{
	
	border-left: solid 1px #D0D0CE;
	border-right: solid 1px #D0D0CE;
	border-top: solid 1px #D0D0CE;
	border-bottom: solid 1px #D0D0CE;
	width: 99%;
	padding: 2pt 2pt 2pt 2pt;
	margin: 0px 0px 10px 0px;
}

label.program
{
	font-size: 8pt;
}

table.AJAXHeader
{
	/*width: 95%;*/ /*100%*/
	border-collapse:collapse;
    padding: 0px;
    min-width:100%;
}

.AJAXHeader td
{
	border-bottom: solid 1px #63666A; /*#6ba7cb;*/
	height: 30px;
	background-color:#D0D0CE; /*#EEF2F7;*/
	padding: 0px;
    white-space: nowrap;
}	

.AJAXHeader a
{
  font-size:14pt; 
  font-weight:bold; 
  color: #0000FF; /*#2a4c6c; */
  text-decoration:none;

}


.AJAXHeaderSeparator
{
    width:0px; 
    border:1px solid #63666A; 
    height:20px;
}


.AJAXHeaderTitle
{
    white-space:normal;
    width:100%;
}

table.AJAXSubHeader
{
	width: 100%; /*100%*/
	border-collapse:collapse;
    padding: 0px;
    /*max-width:500px;*/
}

.AJAXSubHeader td
{
	border-top: solid 1px #63666A; /*#6ba7cb;*/
	border-bottom: solid 1px #63666A; /*#6ba7cb;*/
	height: 30px;
	background-color:#D0D0CE; /*#EEF2F7;*/
	padding: 0px;
    white-space: normal;
    width: 100%; /*100%*/
    /*max-width:500px;*/
}

.AJAXSubTitle
{
	border-top: solid 1px #63666A; /*#6ba7cb;*/
	border-bottom: solid 1px #63666A; /*#6ba7cb;*/
	font-weight: bold;
	background-color:#D0D0CE; /*#EEF2F7;*/
	padding: 0px;
    white-space: normal;
    width: 100% /*100%*/
}	

.Warning
{
  font-size:10pt; 
  font-weight:bold; 
  color: red;
}

span#ProHeader_StudyName
{
	font-weight: bold;
}

.iframePopup
{
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0CE;
}

/* Search Grid and Search Criteria Styling */
.SearchGrid
{
    width: 100%;
    border: #D0D0CE solid 1px; 
    border-collapse: collapse;    
    table-layout: fixed;
}

.SearchGrid p
{
    text-align: center;
    padding: 5px;
}

.SearchGridHeader
{
	padding: 3px 3px 3px 3px;
	border: solid 1px #D0D0CE;
	background:#D0D0CE;
}

.SearchGridHeader th
{
	text-align: left;	
}

.SearchGridHeader a
{
    color: black;     
}

.SearchGridFooter
{
    height: 40px;
	background:#FFF;
}

.SearchGridRow
{
	height: 40px;
	background:#FFF;	
}

.SearchGridAltRow
{
	height: 40px;
	background:#E5E5E5;	
}

.SearchGridHideControl
{
    display: none;
}

.SearchGridLink
{
    display: inline-block;
}

.SearchCriteriaErrorMessage
{
    color: red;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.SearchCriteriaLabelCell
{
    width:25%;
    text-align:right;
}

.SearchCriteriaInputCell
{
    width:25%;
    text-align:left;
}

.SearchCriteriaButtonsCell
{
    text-align:center;
}

.SearchCriteriaButtonsCell input[type="submit"]
{
    margin-right:5px;
    margin-left:5px;
}