body {
	background:#d7d7d7 url('/images/bkgBodyGradient.gif') repeat-x top;
	font-family:Arial;
	font-size:12px;
	color:#585858;
	margin:0;
}

#cse-search-results iframe html body {
	font-family:Arial !important;
	font-size:12px !important;
	color:#585858 !important;
	margin:0;
}

#pageContent {
	background:#ffffff;
}
#pageContent .contentright {
	margin-top:0 !important; /*Bring down the right column in the editor*/
}

a:link, a:visited, a:active {
	color:#0b68ae;
	text-decoration:none;
}
a:hover {
	color:#169bff;
	text-decoration:underline;
}

img {
	border:0;
}
input {
	font-family:Arial;
	font-size:10px;
	color:#585858;
	border:1px solid #8e8e8e;
}
p {
	margin:0;
	padding: 8px 0;
	line-height:1.5em;
}
table {
	border-collapse:collapse;
}

/* Headers */
h1 {
	margin:0;
	padding:0;
	padding-bottom:2px;
	color:#0d69ae;
	font-size:14px;
}
h2 {
	margin:4px 0;
	padding:0;
	color:#0061aa;
	font-size:24px;
	font-weight:normal;
}
h3 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
}
h4 {
	margin:10px 0 1px 0;
	padding:0;
	color:#c09f1c;
	font-size:14px;
}
h5 {
	margin:0;
	padding:0;
	color:#0061aa;
	font-size:13px;
	line-height:13px;
	font-weight:normal;
}

h5.documentList {
    color:#1796b7;
    font-weight:bold;
}


/* Headers (end) */

/* Wrapper + Container */
#wrapper {
	width:100%;
	margin:0;
	padding:0;
}
#swrapper {
	width:100%;
	margin:0;
	padding-top:26px;
}
#container {
	width:979px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff url('/images/bkgBodyBtm.gif') no-repeat bottom;
}
/* Wrapper + Container (end) */

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

#mcontainer {
	width:950px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	
	padding-bottom:13px;
}
#main {
	/*margin-bottom:13px;*/
}

/* Top */
#tcontainer {
}
#logo {
	float:left;
	width:207px;
}
#utility {
	float:right;
	width:500px;
}
#utop {
	float:right;
}
#ulinks {
	font-size:10px !important;
	margin-top:2px;
	float:left;
}
#usearch {
	padding-left:10px;
	float:left;
}
.usearchbox {
	border-right:0;
	width:150px;
	height:14px;
	/*height:13px;*/
	float:left;
	padding-top:2px;
}
.usearchbtn {
	border-left:0;
	float:left;
}
#ubottom {
	margin-top:13px;
	float:right;
	clear:both;
	width:336px;
}
#uflagslink {
	font-size:10px !important;
	padding-right:2px;
	float:left;
}
.uflags {
	padding-left:3px;
	float:left;
}
/* Top (end) */

/* Nav */
#ncontainer {
	padding-top:14px;
}
.nav {
	float:left;
}
#chromemenu {
	clear:both;
	overflow:hidden;
	padding:0;
	margin:0;
	height:33px;
	/*width:950px;*/
	width:100%;
}
#chromemenu div{
	float:left;
}
/* Nav (end) */

#homepagecontent {
	width:950px;
}

/* Flash */
#flashcontainer {
	height:354px;
}
#homeflash {
	float:left;
}
    #homeAnim {
 position: relative; display: block;
 width: 720px; height: 354px;
  overflow: hidden;
  }
/* ARRIVING FROM RIGHT */
@-webkit-keyframes ARRIVING-FROM-RIGHT {
        0%   { opacity: 0; -webkit-transform: translate(150px,0px); }
        100% { opacity: 1; -webkit-transform: translate(0px,0px);}
}
@-moz-keyframes ARRIVING-FROM-RIGHT {
        0%   { opacity: 0; -moz-transform: translate(150px,0px); }
        100% { opacity: 1; -moz-transform: translate(0px,0px);}
}
@-ms-keyframes ARRIVING-FROM-RIGHT {
        0%   { opacity: 0; -ms-transform: translate(150px,0px); }
        100% { opacity: 1; -ms-transform: translate(0px,0px);}
}
@-o-keyframes ARRIVING-FROM-RIGHT {
        0%   { opacity: 0; -o-transform: translate(150px,0px); }
        100% { opacity: 1; -o-transform: translate(0px,0px);}
}
#hiSlider.anim {
    -webkit-animation: ARRIVING-FROM-RIGHT 1500ms;
    /*-moz-animation: ARRIVING-FROM-RIGHT 1500ms;*/
    -ms-animation: ARRIVING-FROM-RIGHT 1500ms;
    -o-animation: ARRIVING-FROM-RIGHT 1500ms;
    -webkit-animation-timing-function: ease-out;
    /*-moz-animation-timing-function: ease-out;*/
    -ms-animation-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
}
/* ARRIVING FROM LEFT */
@-webkit-keyframes ARRIVING-FROM-L3FT {
        0%   { opacity: 0; -webkit-transform: translate(-80px,0px); }
        100% { opacity: 1; -webkit-transform: translate(0px,0px);}
}
@-moz-keyframes ARRIVING-FROM-L3FT {
        0%   { opacity: 0; -moz-transform: translate(-80px,0px); }
        100% { opacity: 1; -moz-transform: translate(0px,0px);}
}
@-ms-keyframes ARRIVING-FROM-L3FT {
        0%   { opacity: 0; -ms-transform: translate(-80px,0px); }
        100% { opacity: 1; -ms-transform: translate(0px,0px);}
}
@-o-keyframes ARRIVING-FROM-L3FT {
        0%   { opacity: 0; -o-transform: translate(-80px,0px); }
        100% { opacity: 1; -o-transform: translate(0px,0px);}
}
#slideAnimator {
 position: absolute;
 z-index: 69;
}

/* splash pieces */
.preloader {
 background-image: url(/images/homeslider/preloaderbar.gif);
    background-position: center center;
    background-repeat: no-repeat;
 background-color: #d3e3f0;
  width: 720px;
   height: 354px;
   position: relative;
   display: block;
}
.initAction {
 position: absolute!important;
  top:0px; left: 0px;
   z-index: 69;
    
}
.animCorners {
    position: absolute; top: 0px; right:0px;
 width: 144px; /*height: 354px;*/ height: 199px; overflow: hidden;
  z-index: 77;
   background: url(/images/homeslider/corners.png) transparent no-repeat top left;
}

/*** *** thumbSquareNav *** ***/
ul#thumbSquareNav {
    position: absolute;
    top: 320px; left: 6px;
    z-index: 77;
    padding: 0px; margin: 0px;
}
ul#thumbSquareNav li {
 display: inline;   
}
ul#thumbSquareNav li a {
 width: 14px; height: 14px;
    display: block;
    float: left;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
  margin: 3px;
    text-indent: 999px;
    overflow: hidden;
    cursor: pointer;
}
ul#thumbSquareNav li a:hover {
    background: #afd6ef;
}
ul#thumbSquareNav li a.selectd, ul#thumbSquareNav li a.selectd:hover {
    background: #77abd2;
    cursor: default;
}
ul#thumbSquareNav li.thumbPauseBtn a {
 margin-left: 12px;
 background: url(/images/homeslider/controls.png) -4px -4px;
}
ul#thumbSquareNav li.thumbPauseBtn a:hover {
 background: url(/images/homeslider/controls.png) -49px -4px!important;     
}
ul#thumbSquareNav li.thumbPauseBtn a.paused {
     background: url(/images/homeslider/controls.png) -27px -4px;  
}
ul#thumbSquareNav li.thumbPauseBtn a.paused:hover {
 background: url(/images/homeslider/controls.png) -70px -4px!important;    
}
/* slide object */
.slideObj {
    padding: 40px 10px 0px 10px;
    width: 700px; height: 354px;
    position: absolute;
    overflow: hidden;
    display: none;
}
.slideObj.current { display: block; }
@-moz-document url-prefix() {
    .slideObj { z-index: 33;}
.slideObj.current { display: block!important; z-index: 34;}
}
.slideObj p, slideObj {
    font-size: 14px;
    line-height: 19px;
    color: #bcffff;
    font-weight: normal;
}
.slideObj p {
    padding: 162px 10px 0px 350px;
    position: absolute;
    top: 40px;
    left: 20px;
    max-width: 315px;
}
.slideObj p em {
    font-size: 20px; line-height: 28px; font-style: normal!important; font-weight: normal!important;
}
.slideObj a {
    color: #0061aa;
    text-decoration: none;
}
#slide1 { background: url(/images/homeslider/slide1.jpg) top left no-repeat; }
#slide2 { background: url(/images/homeslider/slide2.jpg) top left no-repeat; }
#slide3 { background: url(/images/homeslider/slide3.jpg) top left no-repeat; }
#slide0 { background: url(/images/homeslider/slide0.jpg) top left no-repeat; }
.slideObj img {
	float: right;
}
.learnmore {
	width: 107px;
	height: 24px;
	display: block;
	background: transparent url(/images/homeslider/learnmore_btn.png) top left no-repeat;
	opacity: 0.95;
	-webkit-transition: all 250ms cubic-bezier(0, 0, 0.77, 1.0);
	-moz-transition: all 250ms cubic-bezier(0, 0, 0.77, 1.0);
	-o-transition: all 250ms ease; 
}
.learnmore:hover {
	opacity: 1.0;
}
.learnmore b { display: none; }
#homeflashright {
	float:right;
	font-size:11px;
}
#homebkgintro {
	background:url('/images/bkgHomeIntro.jpg') no-repeat;
	width:230px;
	height:235px;
}
#hintrocontent {
	padding:32px 20px 0 16px;
}
#hintrocontent .hcontent {
	height:150px;
	margin:2px 0;
	overflow:hidden;
}
#hintrocontent .hcontent p {
	margin:0;
	padding:0 8px 0 0;
	color:#ffffff;
	line-height:16px;
}
#hintrocontent .hcontent p a {
	background:url('/images/iconArrowLightBluelil.png') no-repeat scroll right 4px;
	padding:0 8px 0 0;
	color:#c3dff4;
	text-decoration:underline;
}
#hintrocontent .hcontent p a:hover {
	background:url('/images/iconArrowWhitelil.png') no-repeat scroll right 4px;
	padding:0 8px 0 0;
	color:#ffffff;
	text-decoration:none;
}
#homebkgcontactus {
	background:url('/images/bkgHomeContactUs.gif') repeat-y;
	width:230px;
	height:119px;
}
.contactusbtn {
	padding:4px 0 0 16px;
}
/* Flash (end) */

/* Homepage Content */
#homecontentleft {
	padding-top:20px;
	font-size:11px;
}
.homecontentheader {
	padding:0 0 4px 10px;
}
#homecontent1 {
	width:343px;
	float:left;
}

#homebkgproducts {
	background:url('/images/bkgHomeContent-b.jpg') no-repeat scroll top;
	width:343px;
	min-height:104px;
	height:auto !important;
}
.homeproducttop {
	padding-top:10px;
}
.homeproduct {
}
.homeproductimg {
	width:120px;
	padding-top:10px;
	padding-left:16px;
	float:left;
}
.homeproductcontent {
	width:200px;
	padding-top:10px;
	float:left;
}
.homeproductcontent h1 a {
	/*background:url('/images/iconArrowBlue.png') no-repeat scroll right 4px;*/
	padding:0 8px 0 0 !important;
	text-decoration:none;
	font-size:13px;
}
.homeproductcontent h1 a:hover {
	/*background:url('/images/iconArrowLightBlue.png') no-repeat scroll right 4px;*/
	padding:0 8px 0 0 !important;
	text-decoration:underline;
	font-size:13px;
}
.homeproductcontent ul, .homeproductcontent li {
	margin:0;
	padding:0;
	list-style:none;
}
.homeproductcontent li {
	background:url('/images/iconBulletBlue.png') no-repeat scroll left 6px;
	padding-left:10px;
	padding-bottom:6px;
}
.homecontentbtn {
	padding:6px 20px 16px 0;
	float:right;
}

/* lines */
.linelightblue {
	clear:both;
	width:326px;
	border-top:1px solid #9dc2de;
	border-left:0;
	border-right:0;
	margin:0 auto;
	padding:0;
	height:1px;
}
.lineblue {
	clear:both;
	width:100%;
	border-top:1px solid #5584a7;
	border-left:0;
	border-right:0;
	margin:0 auto;
	padding:0;
	height:1px;
}
.linelightbluecontent {
	clear:both;
	width:100%;
	border-top:1px solid #9dc2de;
	border-left:0;
	border-right:0;
	margin:0 auto;
	padding:0;
	height:1px;
}
/* lines (end) */

#homebkgtreatments {
	background:url('/images/bkgHomeContent-g.jpg') no-repeat scroll top;
	width:340px;
	min-height:104px;
	height:auto !important;
}
#hometreatmentc {
	padding-top:10px;
	margin:0 16px;
}
#hometreatmentintro {
	padding-bottom:0;
}
#hometreatmentcontainer {
	clear:both;
}
.hometreatmentcontent {
	width:150px;
	float:left;
	display:table-cell;
	vertical-align:middle;
	line-height:43px;
}
.hometreatmentcontent img {
	float:left;
	clear:both;
	padding:0 6px 6px 0;
}
.hometreatmentcontent a.tlink {
	float:left;
}

#homehighlights {
	padding-top:20px;
}
#homebkghighlights {
	background:url('/images/bkgHomeContent-p.jpg') no-repeat scroll top;
	width:340px;
	min-height:104px;
	height:auto !important;
}
#homehighlightsc {
	padding-top:10px;
	margin:0 16px;
}

#homecontent2 {
	width:340px;
	padding-left:18px;
	float:left;
}
#homecontentright {
	padding-top:20px;
	font-size:11px;
}

#hometestimonials {
	padding: 0 16px;
	color:#ffffff;
}
#hometestimonials blockquote {
	margin-left:0;
	padding-left:20px;
}
.homerightheader {
	padding:4px 0;
}

.hometestimonialsbtn {
	padding:4px 0 20px 0;
	float:right;
}

#homeuserlogin {
	padding: 0 16px;
	color:#ffffff;
}
.homeloginsection {
	padding:3px 0;
}
.homelogintitle {
	width:60px;
	line-height:18px;
	float:left;
}
.homeloginfield {
	width:134px;
	float:right;
}
.homeloginsection input {
	font-family:Arial;
	font-size:10px;
	color:#585858;
	border:1px solid #1b72b3;
	width:130px;
}
.homesigninbtn {
	padding:10px 0 10px 0;
	float:right;
}
.homeloginlinks {
	clear:both;
	line-height:16px;
}
.homeloginlinks a {
	color:#0d69ae;
	text-decoration:none;
}
.homeloginlinks a:hover {
	color:#0d69ae;
	text-decoration:underline;
}
a.arrowlink {
	background:url('/images/iconArrowBlue.png') no-repeat scroll right 4px;
	padding:0 8px 0 0;
}

#homebkgcontentrightbtm {
	background:url('/images/bkgHomeRightSideBtm.gif') no-repeat scroll bottom;
	width:230px;
	height:13px;
}
#homebkgcontentrightmid {
	background:url('/images/bkgHomeRightSide.gif') repeat-y;
	width:230px;
}
/* Homepage Content (end) */

/* Inner Content */
#bkgsidecont {
	background:url('/images/bkgSideMid.gif') repeat-y left;
	width:100%;
}
#bkgsidebtmcont {
	background:url('/images/bkgSideBtm.jpg') no-repeat left bottom;
	width:100%;
}
.bkgsidebtmlonger {
	min-height:820px;
	height:auto !important
}

.bkgtopcont-pro, .bkgtopcont-tre, .bkgtopcont-enl, .bkgtopcont-res, .bkgtopcont-edu, .bkgtopcont-abo, .bkgtopcont-con {
	width:100%;
}
.bkgtopcont-pro {
	background:url('/images/bkgMain-pro.jpg') no-repeat right top;
}
.bkgtopcont-tre {
	background:url('/images/bkgMain-tre.jpg') no-repeat right top;
}
.bkgtopcont-myp {
	background:url('/images/bkgMain-myp.jpg') no-repeat right top;
}
.bkgtopcont-res {
	background:url('/images/bkgMain-res.jpg') no-repeat right top;
}
.bkgtopcont-edu {
	background:url('/images/bkgMain-edu.jpg') no-repeat right top;
}
.bkgtopcont-abo {
	background:url('/images/bkgMain-abo.jpg') no-repeat right top;
}
.bkgtopcont-con {
	background:url('/images/bkgMain-con.jpg') no-repeat right top;
}


/*-- Content Container --*/
#contentcont {
	width:690px;
	float:right;
	padding-bottom:13px;
	
	min-height:670px;
	height:auto !important;
}

/*-- Breadcrumb --*/
#breadcrumb {
	/*width:100%;*/
	width:690px;
	font-size:10px;
	color:#798289;
}
.breadcrumbtext {
	width:560px;
	float:left;
	margin:20px 0;
}
.breadcrumbtext a {
	background:url('/images/iconArrowBlue.png') no-repeat scroll right 3px;
	padding:0 14px 0 0;
}
.breadcrumbprint {
	width:120px;
	float:right;
	margin-top:17px;
}
.breadcrumbprint img {
	padding-left:6px;
	vertical-align:middle;
}
#contentheader {
	width:460px;
	float:left;
	padding-bottom:4px;
}
.contenttextcont {
	width:690px;
	float:left;
}
.contentlefttextcont {
	width:460px;
	float:left;
}
.contenttextcont ul, .contenttextcont li, .contentlefttextcont ul, .contentlefttextcont li, .contentright ul, .contentright li, .listDocsSinceLastLogin li, .listRecommendedDocuments li, .listAllDocuments li {
	margin:0;
	padding:0;
	list-style:none;
}
.contenttextcont li, .contentlefttextcont li, .contentright li {
	background:url('/images/iconBulletBlue.png') no-repeat scroll left 6px;
	padding-left:10px;
	padding-bottom:6px;
}
.contentleft {
	width:460px;
	float:left;
}
.contentleft p {
	padding:0 20px 10px 0;
}
.contentleft table td {
	vertical-align:top;
}
.contentleft table td img {
	/*border:1px solid #d1d5d7;*/
}
.contentright {
	width:210px;
	float:left;
	padding-left:20px;
	margin-top:-40px; /*Bring up the right column*/
	_margin-top:-22px; /*IE6*/
}
.contentmiddle {
	width:670px;
	float:left;
}

/*-- Callout Box --*/
.calloutbox, .calloutboxbbox, .calloutboxgbox, .calloutboxpbox {
	width:210px;
}
.calloutbox h3 {
	margin:8px 2px 2px 14px;
}
.bbox h3{
	color:#80b0d5;
}
.gbox h3{
	color:#74bdb1;
}
.calloutboxbbox h3, .calloutboxgbox h3, .calloutboxpbox h3 {
	margin:8px 2px 2px 14px;
	color:#80b0d5;
}
/*--blue--*/
.calloutboxbbox h3 {
	color:#80b0d5;
}
/*--green--*/
.calloutboxgbox h3 {
	color:#74bdb1;
}
/*--purple--*/
.calloutboxpbox h3 {
	color:#a7a4ce;
}

.calloutblue, .calloutgreen, .calloutpurple {
	width:210px;
	min-height:104px;
	height:auto !important;
}
.calloutblue {
	background:url('/images/bkgCallout-b.jpg') no-repeat top;
}
.calloutgreen {
	background:url('/images/bkgCallout-g.jpg') no-repeat top;
}
.calloutpurple {
	background:url('/images/bkgCallout-p.jpg') no-repeat top;
}
.calloutblue ul, .calloutgreen ul, .calloutpurple ul {
	/*
	margin:2px 6px 0 16px !important;
	padding-top:16px !important;
	*/
	margin:2px 6px 0 0 !important;
	padding-top:0 !important;
}

.calloutbtn {
	padding:7px 0 0 0;
	margin:0;
}
.calloutgreen .calloutbtn {
	margin-left:16px;
}
.topbtn {
	padding-top:18px
}
.calloutbtncont {
	padding:16px 0 0 13px;
}
.calloutbtncont p {
	padding:3px 0;
	margin:0;
}
.centerbtn {
	text-align:center;
}

.calloutbtnright {
	float:right;
	padding:7px 16px 0 0;
}
.calloutclear {
	padding:10px 0;
}
.contentdivider {
	padding:20px 0;
}
.contentdividertable {
	padding:20px 0 0 0;
}
.callouttreatments p {
	margin:2px 6px 0 16px;
	padding-top:16px;
}
.callouttreatments ul {
	margin:2px 0 4px 16px !important;
	padding:0 !important;
	background:transparent !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.callouttreatments ul li {
	background:transparent !important;
	clear:both;
	vertical-align:middle;
	height:41px;
	padding-left:0 !important;
}
.callouttreatments ul a {
	padding-top:12px;
	float:left;
}
.callouttreatments ul img {
	padding:0 6px 6px 0;
	float:left;
}

/*-- Content Table --*/
.contenttable {

}
.contenttable table td {
	vertical-align:top;
	border-bottom:1px solid #9DC2DE;
	padding:20px 0;
}
.contenttable h2 {
	font-size:18px;
	margin:-4px 0 4px 0 !important;
	padding:0 !important;
}
.contenttable img {
	/*border:1px solid #ced2d4;*/
}
.contenttable ul {
	padding-top:4px !important;
	padding-bottom:10px !important;
}
.contenttable li {
	background:url('/images/iconBulletBluebig.gif') no-repeat scroll left 5px !important;
	padding-left:13px !important;
}
.contenttable p {
	/*padding:0 0 0 13px !important;*/
}

/*-- Content Quote --*/
#contentquote {
	padding:20px 0;
}
.contentquotetext {
	width:552px;
	font-style:italic;
	line-height:18px;
	padding:17px 14px 0 14px;
	float:left;
}
.contentquotetext p {
	margin:0;
	padding:0;
}
.contentquotetext p a {
	font-style:normal !important;
}

/*-- Webinar Container --*/
.wcontainer {
	width:100%;
}
.wcontainer .alt {
	background:#e7e7e7;
}
.webinarcontent {
	padding:18px 22px 18px 12px;
}
.webinarinfo {
	width:302px;
	float:left;
}
.webinarinfo span {
	font-weight:bold;
}
.webinarbtn {
	/*padding-top:9px;*/
	padding-left:28px;
	float:right;
}
#webinarListModuleTemplate h4 {
	color:#0061AA;
	padding-left:11px;
	margin:10px 0 0;
}
/*-- Events --*/
#contentevents {

}
#eventstop {
	padding-top:20px;
}
#eventsbtm {
	clear:both;
	padding-bottom:20px;
}
.eventsleft {
	float:left;
}
.eventsright {
	padding-left:30px;
	float:left;
}
.contentevent {
	width:315px;
}
#contenteventweb, #contenteventsym, #contenteventsem, #contenteventtra {
	width:315px;
	min-height:137px;
	height:auto !important;
}
#contenteventweb {
	background:url('/images/bkgWebinarsBtm.gif') no-repeat top;
}
#contenteventsym {
	background:url('/images/bkgSymposiumsBtm.gif') no-repeat top;
}
#contenteventsem {
	background:url('/images/bkgSeminarsBtm.gif') no-repeat top;
}
#contenteventtra {
	background:url('/images/bkgTradeshowsBtm.gif') no-repeat top;
}
.contenteventtext {
	padding:6px 13px 0 13px;
}
.eventbutton {
	padding:20px 0 30px 13px;
}

/*-- Tabs --*/
.tabs{
	/*width:100%;*/
	width:459px;
	float:left;
	background:url('/images/bkgTabMid.gif') repeat-x;
	margin-top:20px;
}

.tabbkgbtm {
	/*width:100%;*/
	width:459px;
	background:url('/images/bkgTabBtm.gif') no-repeat left top;
	height:16px;
	clear:both;
}
.tabbkgbtmright {
	background:url('/images/bkgTabBtmRight.gif') no-repeat scroll right top;
	height:16px;
}

ul.tabnavigation {
    list-style:none;
    margin:0;
    padding:0;
}
ul.tabnavigation li {
    display:block;
    _display:inline; /*IE6*/
    /*margin:0 0 0 2px;*/
    margin:0;
    float:left;
    background:none !important;
    padding:0 !important;
    height:25px;
}

/*-- tab selected --*/
ul.tabnavigation li div.tabbtm  {
	background:url('/images/tabPointer.gif') no-repeat center bottom !important;
	height:32px;
	display:block;
	_display:inline; /*IE6*/
}
ul.tabnavigation li div.on  {
	background:url('/images/tabPointerOver.gif') no-repeat center bottom !important;
	height:32px;
	display:block;
	_display:inline; /*IE6*/
}


ul.tabnavigation li.tableft {
    background:url('/images/bkgTabLeft.gif') no-repeat left top !important;
    padding:0 !important;
}
ul.tabnavigation li.tabright {
    background:url('/images/bkgTabRight.gif') no-repeat right top !important;
    padding:0 !important;
}
ul.tabnavigation li a {
    padding:5px 24px 0;
    background:transparent;
    text-decoration:none;
    display:block;
    height:20px;
    float:left;
    font-size:12px;
    color:#ffffff !important;
}

ul.tabnavigation li.tabright a {
    padding:5px 25px 0;
}

/*-- tab regular --*/
ul.tabnavigation li a.selected,
ul.tabnavigation li a:hover {
    background:url('/images/bkgTabMidOver.gif') repeat-x;
    text-decoration:none;
    color:#ffffff;
}
ul.tabnavigation li a:hover{
	color:#ffffff;
}
ul.tabnavigation li a:focus {
	outline:0;
}

/*-- tab left --*/
ul.tabnavigation li.tableft a.selected,
ul.tabnavigation li.tableft a:hover {
    background:url('/images/bkgTabLeftOver.gif') no-repeat scroll left top;
}

/*-- tab right --*/
ul.tabnavigation li.tabright a.selected,
ul.tabnavigation li.tabright a:hover {
    background:url('/images/bkgTabRightOver.gif') no-repeat scroll right top;
}

.tabs .contenttab{
	border:1px #afb5b8 solid;
	border-top:0;
	border-bottom:0;
	float:left;
	width:457px;
}
.tabs .tabtext{
	padding:14px 13px;
}
.tabs .tabtext h1{
	margin:4px 0 2px 0 !important;
	padding:0 !important;
	color:#585858;
}
.tabs .tabtext p{
	margin:0 !important;
	padding:4px 2px !important;
}
.tabs .tabtext img{
	padding:4px 2px !important;
}
.tabs .tabtext ul {
	margin:6px 2px !important;
}
.tabs .tabtext li {
	background:url('/images/iconBulletBluebig.gif') no-repeat scroll left 5px !important;
	padding-left:13px !important;
}


/*--tab sizes--*/
.three {
	width:450px !important;
}
.threecontent {
	width:448px !important;
}

/*--tabs-treatments--*/
ul.treattabs li a {
	/* change the padding based on the word inside */
    /*padding:5px 26px 0 !important;*/
    padding:5px 23px 0 !important;
}
/*--tabs-3--*/
ul.threetabs li a {
    padding:5px 42px 0 !important;
}



/*-- Enlighten List --*/
.enlightencallout {
	float:left;
}
.enlightenmenubox {
	width:201px;
}
.enlightenmenubox h5 {
	padding:8px 50px 0 9px;
	line-height:16px;
	font-weight:bold;
}
.floater {
	padding-left:30px;
}
.pheader, .gheader, .rheader, .bheader, .oheader, .trans-header {
	width:201px;
	height:45px;
	vertical-align:bottom;
}
.pheader {
	background:url('/images/bkgEnlightenLanding-p.gif') no-repeat top;
}
.gheader {
	background:url('/images/bkgEnlightenLanding-g.gif') no-repeat top;
}
.rheader {
	background:url('/images/bkgEnlightenLanding-r.gif') no-repeat top;
}
.trans-header {
	background:url('/images/bkgEnlightenLanding-trans.gif') no-repeat top;
}


.bheader {
	background:url('/images/bkgEnlightenLanding-b.gif') no-repeat top;
}
.oheader {
	background:url('/images/bkgEnlightenLanding-o.gif') no-repeat top;
}

#enlightentop {
	padding-top:20px;
}
#enlightenbtm {
	padding-top:40px;
}

.enlightentext {
	background:url('/images/bkgEnlightenLanding.gif') no-repeat top;
	width:201px;
	min-height:87px;
	height:auto !important;
}

.enlightentext ul {
	margin:0 0 0 10px !important;
}
.enlightentext li, .listDocsSinceLastLogin li, .listRecommendedDocuments li, .listAllDocuments li {
	background:url('/images/iconBulletBluebig.gif') no-repeat scroll left 5px !important;
	padding-left:10px !important;
	font-size:11px;
}

/* Inner Content (end) */


/* Module */
.modulespacer {
	padding-top:20px;
}
/* Module (end) */


/* Form */
#formTable h3 {
	color:#0A2F4B;
	font-size:14px;
	margin:6px 0;
	padding:0;
}
#formTable h3 span.info {
	color:#0A2F4B;
	font-size:11px;
}
#formTable h2 {
	color:#0A2F4B;
	font-size:12px;
	margin:2px 0;
	padding:0;
	font-weight:bold;
}

.checkboxes input {
	width:20px !important;
	vertical-align:middle;
	margin-left:0 !important;
	border:none !important;
}
.checkboxes label {
	vertical-align:middle;
	padding-right:20px;
}
/* Form (end) */

/* Footer */
#fcontainer {
	width:950px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	
	height:60px;
}
#footer {
	font-size:10px !important;
	margin-top:4px;
}
#fleft {
	width:600px;
	float:left;
}
#fright {
	width:300px;
	float:right;
	text-align:right;
	color:#8d8d8d;
}
#copyright {
	clear:both;
	font-size:10px !important;
	color:#8d8d8d;
	margin-top:2px;
	line-height:16px;
}
/* Footer (end) */

#cse-search-results iframe {
	width:670px !important;
}

.registerbtn {
	width:71px !important;
	height:21px !important;
	cursor:pointer;
}

.profilebtn {
	width:101px !important;
	height:21px !important;
	cursor:pointer;
}

/* photoGallery */

#galleryMain {
	width:465px;
	background:url(/images/galleryMainBak.jpg);
	}
	
#galleryMainTop {
	width:457px;
	background:url(/images/galleryMainTop.jpg) no-repeat;
	padding:101px 0px 10px 8px;
}
#galleryMainBottom {
	width:465px;
	height:19px;
	background:url(/images/galleryMainBottom.jpg) no-repeat;
}

.gallyerMainHolder{
	width:191px;
	height:113px;
	background:url(/images/galleryMainHolder.jpg);
	overflow:hidden;
	padding-top:1px;
	margin-left:18px;
	}
	
.listAllDocuments {
	background:url(/images/listAllDocumentsBak.jpg) no-repeat;
	width:636px;
	margin-top:10px;
	padding:15px 13px 20px 13px;
}
	
.listDocsSinceLastLogin {
	background:url(/images/listDocsSinceLastLoginBak.jpg) no-repeat;
	width:408px;
	margin-top:10px;
	padding:15px 13px 10px 8px;
	font-size:11px;
}
	
.listRecommendedDocuments {
	background:url(/images/listRecommendedDocumentsBak.jpg) no-repeat;
	width:181px;
	margin-top:10px;
	padding:15px 13px 10px 8px;
	font-size:11px;
}
