html, body, blockquote, form, fieldset, ul, ol, dl, li{
  margin: 0;
  padding: 0;
  background-color: transparent;
  height:100%; }

p {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
  
  body {
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.4em; 
  color: #000000;
  height:auto !important;
  height:100%;
  min-height:100%;
  background: #fff url(../images/body_background.gif) repeat-y 0 0;
  }
  body.notab {
    background: #ffffe7 url("../images/navigation/back-notab.jpg") repeat-x; }
  body.noskin {
    background-image: none;
    background-color: #dddddd;
    font-size: 12px;
    font-family: "Nimbus Sans L", Helvetica, Arial, sans-serif;
    line-height: 17px; }
    body.noskin .do_not_print {
      display: none; }


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


h1 {
  font-size: 21px;
  font-weight: bold;
  margin: 0.7em 0;
  color: #333; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.2em; }

h4 {
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 0.2em; }

a 
{
  color: #666;
  text-decoration: none; }


table {
  border-collapse: collapse; }

input, textarea, select {
  color: #666;
  font: 0.8125em Verdana, sans-serif;
  font-size:1em; }

select {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif; }

textarea {
  line-height: 1.4em; }

.pagination {
  margin: 1em 0;
  text-align: center; }

fieldset {
  border: 0; }

.floatl {
  float: left; }

.floatr {
  float: right; }

#main-content{
	width: 900px;
	height:auto;
	overflow:visible;
}

#content
{
	color: #666;
	font: 0.8125em Verdana, sans-serif;
	float:left;	
	height:100%;
	line-height: 1.8em;
	margin:25px 0 25px 0;
	padding-left: 25px;
	width:550px; 
	 }
	#content h2	{
		font: 2.1em Georgia, Times, serif; margin-bottom: 0.5em; }
	#content h3 {margin: 1.25em 0 0.25em; font: 1.7em Georgia, Times, serif; }
	
	#content a:link, #content a:visited {
		color: #666; border-bottom: 1px solid #555;	}
	#content a:hover {
		border-bottom: solid 1px #9A8E51; background-color: #FFF6CF; }
		
	#content ul, #content li, #content ol
	{
		margin: auto;
		padding: auto;
		height:auto; 
	}

#content .callout {background: #F8F7EF url(../images/info_icon.gif) 10px 1.75em no-repeat;
  border: 1px dashed #999; border-width: 1px 0; margin:1.5em 0 1.5em 0;}
#content  .callout h3 {padding: 0 0 0 70px; margin: 0;}
#content  .callout h3 {padding-top: 0.5em; border-top: 5px solid white;}
#content  .callout p {padding: 0 0 0 70px; padding-bottom: 0.75em; border-bottom: 5px solid white;}


#introcontent
{
	color: #666;
	font: 0.8125em Verdana, sans-serif;
	float:left;	
	line-height: 1.8em;
	margin:-20px 0px -20px 0px;
	padding-left: 25px;
	 }
	#introcontent h2	{
		font: 2.1em Georgia, Times, serif; margin-bottom: 0.5em; }
	#introcontent h3 {margin: 1.25em 0 0.25em; font: 1.7em Georgia, Times, serif; }
	
	#introcontent a:link, #introcontent a:visited {
		color: #666; 	}
	#introcontent a:hover {
		background-color: #FFF6CF; }		






#sidebar{
	border-right: 1px solid #DFDFDF;
	background-color: #fefefe;
	float:left;
	height:100%;
	min-height:100%;
	margin: 0px 15px 15px 0px;
	padding: 25px 15px 15px 15px;
	width: 180px;
	font: 0.7125em Verdana, sans-serif;
	line-height: 1.8em;
	color: #000;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/ }
	#sidebar h2	{font: 1.5em Georgia, Times, serif; margin-bottom: 0.5em; background: url(../images/border_horizontal_double.gif) repeat-x top left;
			padding-top:10px;}
	#sidebar h2.nobkgd {font: 1.5em Georgia, Times, serif; margin-bottom: 0.5em; padding-top:10px; background:none !important;}			
	#sidebar h3 {font: 1.1em Georgia, Times, serif; margin: 1.25em 0 0.25em;}
	#sidebar p {padding-bottom: 10px; border-bottom: solid 1px #CBCBCB;}
	#sidebar ul { list-style-type: square; list-style-position:inside;}
	
#footer {
	clear: both; 
	background-color: #eee;
	border-top: 1px solid #DFDFDF; 
	border-width: 1px 0;
	color: #333;
	font-size: 0.85em;
	height: 50px;
	margin: auto;
	padding: 15px;	
	width:auto;}
	#footer p {margin-left: 200px; padding: 1em 20px; border-left: 1px solid #666; background: #FFF;}
	#footer .copyright {padding-left: 25px;}
	#footer span{padding-left: 25px;}
	#footer .footer-links{display:inline;width:auto;margin:auto;text-align:center; padding-left:50px;}


td{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #6D6E71;
	line-height: 140%;
	padding-top: 10px;
}

.blank{
	font-size: 1pt;
}

tr.dataGridTableHeader, tr.dataGridTableHeader td{
	background-color: #E4E4E3;
	color: #6D6E71;
	height: 1px;
	font-size: 8pt;
	font-weight: bold;
}
.FieldListItem
{
    background-color: #ffffff;
    border-bottom: none;
    border-left: none;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 8pt;
    color: #6D6E71;
    line-height: 140%;
    padding-left: 5px
}

.FieldListItemAlt
{
    background-color: #F9F7FF;
    border-bottom: none;
    border-left: none;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 8pt;
    color: #6D6E71;
    line-height: 140%;
    padding-left: 5px
}



.copyright	{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #6D6E71;
}

.superscript {
	font-size: 7pt;
	vertical-align:super;
}
.sectionHeader {  font-size: 16px; font-weight: bold; color: #2700C3}


input {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #6D6E71;
 }

.bold{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #000000;
	line-height: 140%;
	font-weight: bold;
}
.indentSubtitle{
	padding-left: 83px;
}


 input.btn {   
   color:#2700C3;   
   font: "Verdana", "Arial", "Helvetica", "sans-serif";   
   font-weight: bold;
   font-size: 9pt;
   background-color:#cecece;   
   border:1px solid;   
   border-color: #999999 #333333 #333333 #999999;  
   filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CECECE');   
 
 } 


#header{
 background-color: #eee;
 }

#main-tab {
  background: #2700C3 url("../images/navigation/bg-main-tab.gif") repeat-x top left;
  padding-top: 2px;
  overflow: hidden; }
  #main-tab #main-tab-bottom {
    background: url("../images/navigation/bg-main-tab-bottom.gif") repeat-x bottom left; 
    width: 3000px;
    overflow: hidden;}
  #main-tab .main-tab-content {
    margin: auto;
    padding-left: 25px;
    }
    #main-tab .main-tab-content a {
      color: #f0f0f0;
      font-weight: 700;
      font-size: 12px;
      line-height: 1.1em;
      text-align: left; }
      #main-tab .main-tab-content a:hover {
        border: 0;
        text-decoration: none; }
    #main-tab .main-tab-content ul {
      list-style: none;
      float: left; }
      #main-tab .main-tab-content ul li {
        float: left;
        padding-right: 3px; }
        #main-tab .main-tab-content ul li a {
          margin-top: 2px;
          display: block;
          background: url("../images/navigation/main-tab-right.gif") no-repeat right 0;
          padding: 0 0 0 0; }
          #main-tab .main-tab-content ul li a span {
            padding: 11px 14px 9px 15px;
            display: block;
            background: url("../images/navigation/main-tab-left.gif") no-repeat left 0;
            letter-spacing: .03em; }
          #main-tab .main-tab-content ul li a:hover {
            margin-top: 2px;
            float: left;
            background: url("../images/navigation/main-tab-right.gif") no-repeat right -33px;
            padding: 0 0 0 0; }
            #main-tab .main-tab-content ul li a:hover span {
              padding: 11px 14px 9px 15px;
              display: block;
              background: url("../images/navigation/main-tab-left.gif") no-repeat left -33px;
              color: #fff; }
            #main-tab .main-tab-content ul li a:hover:active {
              margin-top: 2px;
              float: left;
              background: url("../images/navigation/main-tab-right.gif") no-repeat right -66px;
              padding: 0 0 0 0; }
              #main-tab .main-tab-content ul li a:hover:active span {
                padding: 11px 14px 9px 15px;
                display: block;
                background: url("../images/navigation/main-tab-left.gif") no-repeat left -66px;
                color: #fff; }
        #main-tab .main-tab-content ul li.current a, #main-tab .main-tab-content ul li.current a:hover, #main-tab .main-tab-content ul li.current a:active {
          margin-top: 2px;
          float: left;
          background: url("../images/navigation/main-tab-current-right.gif") no-repeat right 0;
          padding: 0 0 0 0; }
          #main-tab .main-tab-content ul li.current a span,           #main-tab .main-tab-content ul li.current a:hover span,           #main-tab .main-tab-content ul li.current a:active span {
            color: #000;
            padding: 11px 14px 9px 15px;
            display: block;
            background: url("../images/navigation/main-tab-current-left.gif") no-repeat left 0; }
    #main-tab .main-tab-content #contactlink {
      float: left;
      margin: 3px 14px 0 150px;
      width: 105px; }
      #main-tab .main-tab-content #contactlink a {
        font-weight: bold;
        font-size: 11px;
        background: url("../images/navigation/bg-help.gif") no-repeat center top;
        padding: 0 10px;
        line-height: 23px;
        height: 23px;
        display: block; }
        #main-tab .main-tab-content #contactlink a:hover {
          background: url("../images/navigation/bg-help.gif") no-repeat center top;
          color: #fff; }
        #main-tab .main-tab-content #contactlink a:active {
          background: url("../images/navigation/bg-help.gif") no-repeat center top;
          color: #fff; }



.sub-tab-content {
    margin: auto;    
    overflow:hidden;}
	.subtab {
	  background: #f6f6f5 url("../images/navigation/bg-subnav.gif") repeat-x center bottom;
	  color: #666;
	  display:inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  line-height: 1em;
	  overflow:hidden;
	  padding: 4px 6px 0 25px;
	  width:3000px;
	  z-index: 1; }
	  .subtab ul {
		list-style: none;
		float: left;
		}
		.subtab ul li 
		{
		  float: left;
		  padding: 8px 0 11px 0; }
		  .subtab ul li.nobdr {
			border: 0; }
		  .subtab ul li a {
			color: #777;
			border-bottom: 0;
			padding: 4px 14px 7px 14px; }
			.subtab ul li a:hover {
			  color: #000;
			  background-color: transparent;
			  border: 0;
			  text-decoration: none; }
			.subtab ul li.current a {
			  color: #3e3e3e;
			  padding: 4px 14px 10px 14px;
			  background: url("../images/navigation/subnav-current.gif") no-repeat center bottom;
			  position: relative;
			  z-index: 2; }
			  .subtab ul li.current a:hover {
				color: #000; }
	  .subtab .pagetips {
		float: right;
		font-size: 10px;
		font-weight: normal;
		margin: 8px 18px 0 0; }
		.subtab .pagetips a {
		  color: #666; }
		  .subtab .pagetips a:hover {
			text-decoration: none;
			border: 0;
			color: #333; }


#home_intro { padding: 50px 450px 50px 40px; background: url("../images/home_bkgd.gif") 5px 0 no-repeat; background-position: center;}
#home_intro h1 { height: 35px; width: 278px; background: url("../images/knowledgepower.gif") no-repeat; text-indent:-5000px; margin: 0;}
#home_intro p { margin: 6px 0 15px 0; color: #666666;}
#intro_action a.learn { border-bottom: 0px; text-decoration:none; display:block; width:192px; height: 29px; padding:0; margin: 0 0 5px -5px; text-indent:-9999px; background: url("../images/enrollnow.gif") no-repeat; position: relative; }
#intro_action a.signup { border-bottom: 0px; text-decoration:none; display:block; width:231px; height: 67px; padding:0; margin: 0 0 0 -5px; text-indent:-9999px; background: url("../images/enrollnow.gif") no-repeat; position: relative; }


.column_left {  width: 275px; height: 300px; position:absolute; left:10px; color: #fff;}
.column_middle {  width: 275px; height: 300px; border-left: 10px white solid; position:absolute; left: 285px; color: #fff; }
.column_right {  width: 275px; height: 300px;  border-left: 10px white solid; position:absolute;  left: 570px; color: #fff;}

.relative_column_left {  width: 180px; height: 300px; float:left; color: #fff;}
.relative_column_middle {  width: 180px; height: 300px; border-left: 5px white solid; float:left; color: #fff; }
.relative_column_right {  width: 180px; height: 300px;  border-left: 5px white solid; float:left;  color: #fff;}



/*** Rounded corner gray box ***/
.content_dark {height:100%;}
.content_dark a {color:#fff;}
.content_dark .rounded_gray {height:100%;background: #4e4e4e; padding-top: 14px;}
.content_dark .rounded_gray_content {padding: 0 14px 14px 14px; background: #4e4e4e; }
.content_dark .rounded_gray_content h2 {margin: 5px 0 10px 0; padding: 0; color: #ddd; height:1em;}
.content_dark .rounded_gray_content a { color:#ccf !important;}
.content_dark .rounded_gray_content .source {font-weight: bold; color: #ccc; margin: 5px 0 15px 0;}
.content_dark .rounded_gray_content ul {margin: 0 15px;}
.content_dark .rounded_gray_content ul li {margin: 8px 0px;}
.content_dark .rounded_gray_content ul.float {float: left; width:40%; margin-right: 10px; margin-bottom: 10px;}
.content_dark .rounded_gray_content ul.float li {margin: 5px;width: 125px;list-style: square;}

.content_dark .callout {border: 1px solid #111; background-color: #1c1c1c; padding: 8px; margin: 15px 0 5px 0;}
.content_dark .callout h3 {color: white; margin: 5px 0 10px 0;}



/** OLD IOASIS Styles **/


.dataEntryTable{
	border: 1px solid black;
}
tr.dataEntryTableHeader, tr.dataEntryTableHeader td, td.dataEntryTableHeader, .dataEntryTableHeader{
	background-color: #E4E4E3;
	color: #6D6E71;
	height: 1px;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 0px;
	padding: 4px;
}


.FieldListItemFlagged
{
    background-color: #ff9999;
    border-bottom: none;
    border-left: none;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 8pt;
    color: #6D6E71;
    line-height: 140%;
    padding-left: 5px
}


.dataEntryTableSubHeader{
	background-color: #EDEED1;
	font-color: #FFEEDD;
	height: 1px;
	font-size: 10pt;
	font-weight: bold;
}


.inactivetext{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #ededed;
	line-height: 140%;
 }
 
 .errortext{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: red;
	font-weight: bold;
	line-height: 140%;
 }

 .successtext{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: green;
	font-weight: bold;
	line-height: 140%;
 } 
 
 
A.definetext:link{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #6D6E71;
	line-height: 140%;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #00DD00;
 }
 A.definetext:hover{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #6D6E71;
	font-weight: normal;	
	line-height: 140%;
	text-decoration: none;
	border-bottom: 1px dashed #00DD00;
 }
 A.definetext:visited{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #6D6E71;
	font-weight: normal;	
	line-height: 140%;
	text-decoration: none;
	border-bottom: 1px dashed #00DD00;
 }

A.dataEntryTableHeaderLink:link{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
}
A.dataEntryTableHeaderLink:visited{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
}
A.dataEntryTableHeaderLink:hover{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
}

.rowSeparator{
	background: url(../images/border_horizontal_double.gif) repeat-x 0px 10px;
	height:20px;
}


/* 
Shopping Cart 
*/

.shoppingCart 
{
	z-index:5;	
}


/*
	Left Nav, and used for making links into buttons
*/
.menunav
{
	padding: 5px 10px 5px 10px;
	margin: 5px;
}
.menunav_ioasis
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #465BEC;
	line-height: 140%;
	text-decoration:none;
	font-weight:normal;

}

.menutitle
{
	margin: 1.25em 0 0.25em; font: 1.7em Georgia, Times, serif; color: #000;
}


/*
Modal Popup
*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFFFF; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
