/***** Design & Code (c) ESX, Inc. *****/
/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements we want to clean out entirely: *****/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% arial, helvetica, sans-serif;
}

/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements with a vertical margin: *****/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
	margin-top: .25em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

/*------------------------------------------------*/
/***** Apply left margin:
   Only to the few elements that need it: *****/
li, dd, blockquote {
        margin-left: 1em;
}

/*------------------------------------------------*/
/***** Miscellaneous conveniences: *****/
fieldset {
        border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/*------------------------------------------------*/
/***** Forms *****/
form label {
	cursor: pointer;
}
form {
	display:inline;
	padding:0px;
	margin:0px;
}

input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}

textarea {
	line-height:1.25;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/* Begin Standard HTML Styles */
body,td,th {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #0a2e5c;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-image: url(../UHSBD_PageBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}
a:link, a:visited, a:active {
	color: #336699;
}
a:hover {
	color: #3366CC;
}
a:link img, a:visited img, a:active img  {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a:hover img  {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
h1 {
	font-size: 20px;
	color: #006699;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 12px;
}
li {
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px /*5px*/;
}
ul {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px /*10px*/;
}
ol {
	margin-top: 8px;
	margin-bottom: 8px;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px /*10px*/;
}

/* End Standard HTML Styles */

/* Begin Layout Styles */
#PrintLogo {
	display:none;
}
#Container {
	width: 797px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}
#Header {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #0A2141;
	background-image: url(../LogoBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: auto;
	_height: 100%;
	display:block;
}
#Header a:link, #Header a:visited, #Header a:active {
	color: #ffffff;
	text-decoration:none;
}
#Header a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#Header .logo {
	float: left;
	width: 395px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#Header .flash {
	float: left;
	display: inline;
	width:155px;
	margin-left: 70px;

}
#Header .SearchNav {
	float: right;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
#Header .MemberWelcome {
	float:right;
	padding: 0px 15px 10px 10px;
	white-space:nowrap;
	display:block;
	clear:right;

}
#Header .MemberWelcome .Welcome {
	font-weight:bold;
	padding-left:5px;
}
#Header .MemberWelcome .EditProfile {
	padding-right:5px;
}
#TopNav {
	color: #FFFFFF;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 0px;
	background: #253d5d;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ContentTable .TopNavTD {
	color: #FFFFFF;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 0px;
	background: #33537f;
	white-space:nowrap;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#ContentTable .FlashTD {
	width: 562px;
	background-color: #F2F2F2;
}
#ContentTable .ScrollingTD {
	background-color: #bbc6d5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 204px;
}
#ContentTable .ScrollingTD img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#ContentTable .RightTD {
	background-color: #c6c9cd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C6CE;
	margin: 0px;
	padding: 0px;
	width:237px;
}
#ContentTable .BecomeStarMember {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #3F6896;
}


#scrollingContainer{
	width:237px;
	height:157px;
	padding:0px;		
	overflow:hidden;
}
#scrollingContainer a {
	margin: 0px;
	color: #09203F;
	font-weight: bold;
	font-size: 12px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 32px;
	background-image: url(../StarListIcon.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	display:block;
	text-decoration:none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}
#scrollingContainer a:hover {
	color: red;
}

#SmallImages {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	white-space: nowrap;
}
#SmallImages img{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#ContentTable {
	border: 1px solid #FFFFFF;
}
#ContentTable #LeftNavTD {
	width: 198px;
	background-image: url(../LeftNavBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #c6c9cd;
	border-top-width: 15px;
	border-top-style: solid;
	/*border-top-color: #0A2244;*/
	border-top-color: #5d656f;
}
#ContentTable #LeftNavTD img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#LeftNavTD > a img:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#ContentTable #LeftNavTD a:link, #ContentTable #LeftNavTD a:visited, #ContentTable #LeftNavTD a:active {
	color: #000000;
	text-decoration:none;
}
#ContentTable #LeftNavTD a:hover {
	color:#3366CC;
	text-decoration:underline;
}
#ContentTable #LeftNavTD .LeftNavBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC266;
	border-right-color: #FFC266;
	border-bottom-color: #FFC266;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#ContentTable #LeftNavTD .LeftNavBox .Menu1 {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}
#ContentTable #LeftNavTD .LeftNavBox .Menu2 {
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#ContentTable .PageTitle {
	background-color: #5d656f;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#ContentTable #ContentTD {
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-top-style: solid;
	/*border-top-color: #0A2244;*/
	border-top-color: #5d656f;
}
#ContentTable .ContentContainer {
	padding: 15px;
	/*margin: 5px;*/
	line-height:12pt;
	font-size:12px;
}

#ContentTable .ContentTD table {
	/*width: 75%;*/
}
#ContentTable .LoginDIVBG {
	background-color: #e8eaee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}
#ContentTable .LoginDIV {
	padding: 8px;
	text-align: center;
}
#ContentTable .LoginDIV .Header {
	color: #023e69;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
}
#ContentTable .LoginDIV .Bullet {
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../BulletSquare.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;

}
#ContentTable .LoginDIV .ForgotPassword {
	text-align:right;
	padding-bottom:10px;
	padding-right: 15px;
	font-style:italic;
}
#ContentTable .RightTD .LoginDIV .WhatYouAreMissing .Button {
	color: #CC0000;
	font-weight: bold;
}

#ContentTable .LoginDIV label {
	display:block;
	font-weight:bold;
}
#ContentTable .LoginDIV input {
	width: 85%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ContentTable.WhatYouAreMissing {
	padding-top: 5px;
	padding-bottom: 5px;
}

#ContentTable .FAQ {
	margin: 8px;
	background-color: #c6c9cd;
}
#ContentTable .FAQ .Header {
	color: #023e69;
	font-size: 13px;
	font-weight: bold;
	padding-top:5px;
}
#ContentTable .FAQ .FAQText {
	padding: 5px 10px;
}
#ContentTable .InTheNewsTable {
	clear:both;
}
#ContentTable .InTheNews {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 25px;
	height: 125px;
	background-image: url(../ITNBG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ContentTable .InTheNewsContent {
	height: 110px;
	width: 475px;
	position:relative;
	left:95px;
	top:25px;
	/*overflow:auto;*/
	color: #FFFFFF;
	padding:5px;
}
/******************************************/
/*********News Events List Layout***********/ 
.FeaturedSeminar {
	font-size: 20px;
	color: #006699;
	font-weight: bold;
	font-style: italic;
	padding:20px 0px 8px 0px;
	width:100%;
	display:block;
}
.NewsHOME {
	display:block;
	width:100%;
	padding-top:5px;
}
#NewsListingHome {
	display: block;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-image: url(../icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top:2px;
}
#NewsListingHome .NewsTitle {

}
#NewsListingHome .NewsDate {
	font-size:9px;
	padding-top: 3px;
	color: #666666;
	/*padding-left: 5px;*/
}
#NewsListingHome .NewsAbstract {
	font-size:11px;
	line-height:11pt;
	padding-top:4px;
}
.MoreWorkshops {
	display:block;
	width:auto;	
	padding-top:6px;
	padding-bottom:10px;
	padding-left:17px;
	float:right;
	background-image: url(../square_arrow.png);
	background-repeat: no-repeat;
	background-position: left 8.5px;
	clear:both;
}
.EventListing {
	display: block;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 21px;
	background-image: url(../icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7f2e5;
	margin-top:2px;
}
.EventTime {
	font-size:9px;
	padding-top: 3px;
	color: #666666;
	padding-left: 5px;
}
.NewListing {
	display: block;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 21px;
	background-image: url(../icon_txt.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbebd8;
	margin-top:2px;
}
.NewsTime {
	font-size:9px;
	padding-top: 3px;
	color: #666666;
	padding-left: 5px;
}

.NewslistingHome {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 2px;
	font-size:10px;
}
.NewslistingHome a:link, .NewslistingHome a:visited, .NewslistingHome a:active {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
.NewslistingHome a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#RContent {
	float: right;
	width: 198px;
	_width: 150px;
	background-color: #253D5D;
	margin-left: 10px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0A2244;
	color: #FFFFFF;
}
#RContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#RContent ul li {
     margin: 0px;
	 padding: 0px;
}
#RContent ul li ul {
	margin-bottom: 5px;
	padding-top: 3px;
	background-color: #294569;
}
#RContent ul li ul li ul {
	background: none;
	background-color: #2F4E77;
}
#RContent li a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display:block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #294569;
	display: block;
	_width: 100%;
	font-size:13px;
}
html>body #RContent li a {
		width: auto;
}
#RContent li a:hover{
	color: #c1dfff;
}
#RContent li a:visited{
	color: #ffffff;
}
#RContent li a.Selected{
	color: #c1dfff;
	font-weight: bold;
}
#RContent li li a{
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 32px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F4E77;
}
#RContent li li a:hover{
	color: #c1dfff;
}
#RContent li li a.Selected{
	color: #c1dfff;
}
#RContent li li a:visited{
	color: #ffffff;
}
#RContent li li li a {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 42px;
	background: none;
	text-decoration: none;
	font-weight: normal;
	color: #c1dfff;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #294569;
}
#RContent li li li a:hover{
	color: #ffffff;
}
#RContent li li li a:visited{
	color: #ffffff;
}
#RContent li li li li a{
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 52px;
	background: none;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #294569;
}
#RContent li li li li a:hover{
	color: #c1dfff;
}
#RContent li li li li a:visited{
	color: #ffffff;
}
#RContent li {
	 background: none;
}
#RContent ul>li:first-child>a {
	padding-top: 10px;
	padding-bottom: 12px;
}
#RContent li li:first-child>a {
	padding-top: 3px;
	padding-bottom: 3px;
}
#Footer {
	color: #b6c0cc;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size:10px;
	overflow: auto;
	_height: 100%;
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Footer .Addy {
	font-size:9px;
	color: #999999;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width:400px;
	float:left;
}
#Footer .xCatBug {
	width:95px;
	padding-top:10px;
	padding-bottom:5px;
	margin-right:5px;
	float:right;
	display:inline;
}
#Footer .UHLogo {
	width: 20px;
	padding: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Footer .UHLogoText {
	color: #b6c0cc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Footer .UHLogoText a:link, #Footer .UHLogoText a:visited, #Footer .UHLogoText a:active {
	color: #ffffff;
	text-decoration:none;
}
#Footer .UHLogoText a:hover {
	color: #b6c0cc;
	text-decoration:underline;
}
#Footer .FooterLogos {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Footer .FooterLogos img{
	padding-right: 15px;
}
#Footer .xCatLogo {
	text-align: right;
	width: 100px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.JoinSponsor {
	float:right;
	text-align:center;
}
.SponsorTerms {
/*	text-align:right;*/
	font-size:11px;
	padding-bottom:10px;
}

/*------------------------------------------------*/
/***** DO NO MODIFY THE CODE BELOW *****/
/*------------------------------------------------*/

#ContentTable .ContentContainer {
	/**float: left;
	\float: none !important;*/
}

/*------------------------------------------------*/
/***** END OF DO NO MODIFY THIS CODE *****/
/*------------------------------------------------*/

/*------------------------------------------------*/
/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
