/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
#Body {
}

.pagemaster {
background : none;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}
ol
	{
	margin-left: 35px;
	}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

#contentmiddle p
	{
	margin-bottom: 10px;
	}
/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
}

#tddnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU36 {
	position: absolute;
	display: none;
}

/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
}

/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font: bold 10px verdana, tahoma, sans-serif;
	color: #0e649f;
	background: #fff;
	padding: 2px 8px 2px 2px;
}

/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font: bold 10px verdana, tahoma, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #f48838;
	padding: 2px 8px 2px 2px;
}

/*-- submenu container --*/
.MainMenu_SubMenu {
	font: bold 10px verdana, tahoma, sans-serif;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background: #fff;
	padding: 1px;
	border: 1px solid #f48838;
	filter: none;
}
body input
	{
	border: none;
	}
body input.NormalTextBox 
	{
	border: 1px solid #727272;
	}
.SubHead, label
	{
	color: #727272;
	}
.formtable td
	{
	padding: 3px;
	}
.formtable input
	{
	margin-right: 6px;
	margin-top: 3px;
	}
.formtable table
	{
	margin-top: 6px;
	}
/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #FFFFFF;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}

/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #F48838;
	background: #fff;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}

/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #F48838;
	background: #fff;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}

.MainMenu_RootMenuArrow {
}

/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}

/* ------------------------------------------------ */
/* --------------------- UHMS --------------------- */
/* ------------ Stylesheet - 3.13.2006 ------------ */
/* ------------------------------------------------ */

* { 
	padding: 0;
	margin: 0;
	border: 0;
}
 
html {
	height: 100%; margin-bottom: .01em;
}

table {
	border-collapse: collapse;
}

td {
	border-collapse: collapse;
	vertical-align: top;
}

#dnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU_divOuterTables table, #dnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU table {
	border-collapse: separate;
}

.printonly {
	display: none;
}

/* ------------------------------------------------ */
/* ---------------- Global Styles ----------------- */
/* ------------------------------------------------ */

body {
	text-align: center;
	background-color: #B7C1C7;
}

img {
	border: 0;
}
#contentmiddle img
	{
	margin: 10px;
	}
#wrapall {
	width: 771px;
        margin: auto;
}

#pagewrap {
	width: 771px;
        margin: auto;
	text-align: left;
}

#title {
	text-indent: -9999px;
	font: 10px verdana;
}



h3 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font: bold 11px/13px verdana, tahoma, sans-serif;
	color: #fd7e15;
}

h4, h5 {
	padding-bottom: 1px;
	font: bold 10px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
}

h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
	color: #0C659D;
	text-decoration: none;
}

h4 a:hover, h4 a:active, h5 a:hover, h5 a:active {
	color: #0C659D;
	text-decoration: underline;
}

a:link, a:visited {
	color: #0e649f;
}
a:hover {
	color: #0e649f;
}

.readmore {
	text-transform: lowercase;
	color: #0C659D;
}

.readmore li {
	list-style: none;
	background: url(/images/uhms/list_orangearrow.gif) top left no-repeat;
	padding-left: 15px;
}

.readmore li a:link, .readmore li a:visited {
	color: #0C659D;
	text-decoration: none;
}

.readmore li a:hover, .readmore li a:active {
	color: #0C659D;
	text-decoration: underline;
}
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ---------------- Header Styles ----------------- */
/* ------------------------------------------------ */

#headernav {
	position: relative;
	width: 771px;
	height: 50px;
}

#loginnav {
	position: absolute;
	top: -2px;
	right: 6px;
}

#loginnav a:link, #loginnav a:visited, #loginnav span, #searchtext {
	color: #575757;
	text-align: right;
	text-transform: uppercase;
	font: bold 9px verdana, tahoma, sans-serif;
}

#loginnav a:hover, #loginnav a:active {
	color: #0c659d;
	text-decoration: none;
}

div#searchwrap {
	position: absolute;
	top: 20px;
	right: 4px;
	width: 180px;
	height: 23px;
}

div#searchtext {
	position: absolute;
	top: 6px;
	left: -2px;
}

input#dnn_dnnSEARCH_txtSearch {
	position: absolute;
	top: 4px;
	left: 42px;
	margin-bottom: 4px;
	width: 111px;
	height: 16px;
	font: normal 9px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
	border: 1px solid #0C659D;
}

a#dnn_dnnSEARCH_cmdSearch {
	position: absolute;
	top: 1;
	left: 157px;
	width: 23px;
	height: 23px;
}


div#header {
	position: relative;
	padding-left: 14px;
	width: 757px;
}


#logoclick {
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 2;
}

#homebanner {
	width: 637px;
	_width: 757px;
	padding: 2px 0px 170px 120px;
	/* padding: 2px 0 170px 138px; */
	background: url(/images/uhms/header_homebanner.jpg) top left no-repeat;
	border-bottom: 7px solid #D2EAF9;
}

#subbanner {
	width: 637px;
	_width: 757px;
	padding: 2px 0 99px 120px;
	/* padding: 2px 0 80px 138px; */
	background: url(/images/uhms/header_subbanner.jpg) top left no-repeat;
	border-bottom: 7px solid #D2EAF9;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* --------------- Main Navigation ---------------- */
/* ------------------------------------------------ */

ul#mainnav {
	position: relative;
	width: 757px;
	height: 20px;
}

ul#mainnav li {
	position: absolute;
	list-style: none;
}


ul#mainnav li, ul#mainnav a {
	display: block;
}

ul#mainnav li a {
	text-indent: -9999px;
	text-decoration: none;
}

#about { left: 124px; z-index: 20; }
#resource { left: 219px; z-index: 19; }
#meetings { left: 339px; z-index: 18; }
#courses { left: 467px; z-index: 17; }
#press { left: 587px; z-index: 16; }
#membership { left: 675px; z-index: 15; }

#mainnav li ul {
	display: none;
	margin-top: -2px;
	border: 2px solid #FCB750;
	background-color: #F48838;
	padding: 0 0 2px 0;
	position: absolute;
}

#mainnav li:hover ul, #mainnav .sfhover ul {
	display: block;
}

#mainnav li ul li {
	display: block;
	position: relative;
	padding: 0 7px 0 7px;
}

#about ul, #resource ul, #meetings ul, #courses ul, #press ul {
	width: 150px;
	font: normal 10px/10px verdana, tahoma, sans-serif;
	color : #F4FBFF;
}

#membership ul {
	margin-left: -72px;
	width: 150px;
	text-align: right;
	font: normal 10px/10px verdana, tahoma, sans-serif;
	color : #F4FBFF;
}

#about ul li a:link, #about ul li a:visited, #resource ul li a:link, #resource ul li a:visited, #meetings ul li a:link, #meetings ul li a:visited, #courses ul li a:link, #courses ul li a:visited, #press ul li a:link, #press ul li a:visited, #membership ul li a:link, #membership ul li a:visited {
	font: normal 10px/12px verdana, tahoma, sans-serif;
	color : #F4FBFF;
	text-indent: 0;
	text-decoration: none;
	
}

#about ul li a:hover, #about ul li a:active, #resource ul li a:hover, #resource ul li a:active, #meetings ul li a:hover, #meetings ul li a:active, #courses ul li a:hover, #courses ul li a:active, #press ul li a:hover, #press ul li a:active, #membership ul li a:hover, #membership ul li a:active {
	text-decoration: underline;
	background: none;
}

#about .colorblock, #resource .colorblock, #meetings .colorblock, #courses .colorblock, #press .colorblock {
	position: absolute;
	top: -2px;
	line-height: 2px;
	height: 2px;
	background-color: #F48838;
	z-index: 9;
}

#membership .colorblock {
	position: absolute;
	top: -2px;
	left: 72px;
	line-height: 2px;
	height: 2px;
	background-color: #F48838;
	z-index: 9;
}

#about .colorblock { width: 84px; }
#resource .colorblock { width: 111px; }
#meetings .colorblock { width: 118px; }
#courses .colorblock { width: 109px; }
#press .colorblock { width: 79px; }
#membership .colorblock { width: 78px; }

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ---------------- Content Styles ---------------- */
/* ------------------------------------------------ */

#content {
	width: 757px;
	background-color: #FFFFFF;
}

#contentleftspacer {
	width: 14px;
}

#contentleft {
	padding-left: 10px;
	width: 159px;
	background-color: #FFFFFF;
}

#contentright {
	padding-right: 10px;
	width: 159px;
	background-color: #FFFFFF;
}

#contentmiddle {
	width: 500px;
	background-color: #FFFFFF;
	padding-left: 15px;
	color: 727272;
}

#contentmiddlesub {
	width: 659px;
	background-color: #FFFFFF;
}

#footer {
	width: 757px;
	height: 22px;
	text-align: center;
	font: normal 9px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
	border-bottom: 3px solid #FFFFFF;
	background-color: #F7F7F7;
}

#footer p {
	padding-top: 4px;
}

#footer a:link, #footer a:visited {
	color: #0C659D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FF7F17;
}

#subcontent .formtext {
	padding-right: 3px;
	text-align: right;
	font: bold 11px/14px verdana, tahoma, sans-serif;
}

#subcontent input, #subcontent select {
	margin-left: 3px;
	padding-left: 2px;
	width: 150px;
	height: 16px;
	font: normal 9px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
	border: 1px solid #3C93C9;
}

#subcontent textarea {
	width: 200px;
	margin-left: 3px;
	padding-left: 2px;
	font: normal 9px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
	border: 1px solid #3C93C9;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------- Sub-container Styles ------------- */
/* ------------------------------------------------ */

.linklist {
	color: #0C659D;
}

.linklist li {
	list-style: none;
	padding-left: 13px;
	background: url(/images/uhms/list_orangearrow.gif) top left no-repeat;
}

.linklist li a:link, .linklist li a:visited {
	color: #0C659D;
	text-decoration: none;
}

.linklist li a:hover, .linklist li a:active {
	color: #0C659D;
	text-decoration: underline;
}

.subbottom {
	padding-bottom: 5px;
	margin-bottom: 7px;
	width: 159px;
	background: url(/images/uhms/sideheader_bottom.jpg) bottom left no-repeat;
}

.dotdivider {
	margin-left: 10px;
	padding-bottom: 3px;
	width: 367px;
	background: url(/images/uhms/content_dots.jpg) bottom left no-repeat;
}

#contentmiddle .imagewrapleft {
	float: left;
	margin: 0 5px 0 0;
}

.imagewrapright {
	float: right;
	margin-left: 7px;
}

#spotlight 	{ background: #F7FCFF url(/images/uhms/sideheader_spotlight.jpg) top left no-repeat; }
#quicklinks 	{ background: #F7FCFF url(/images/uhms/sideheader_quicklinks.jpg) top left no-repeat; }
#loginsub 	{ background: #F7FCFF url(/images/uhms/sideheader_login.jpg) top left no-repeat; }
#feature 	{ background: #F7FCFF url(/images/uhms/sideheader_feature.jpg) top left no-repeat; }
#memberlinks 	{ background: #F7FCFF url(/images/uhms/sideheader_memberlinks.jpg) top left no-repeat; }
#celinks 	{ background: #F7FCFF url(/images/uhms/sideheader_celinks.jpg) top left no-repeat; }
#aboutlinks 	{ background: #F7FCFF url(/images/uhms/sideheader_aboutlinks.gif) top left no-repeat; }
#melinks 	{ background: #F7FCFF url(/images/uhms/sideheader_melinks.gif) top left no-repeat; }
#newslinks 	{ background: #F7FCFF url(/images/uhms/sideheader_newslinks.gif) top left no-repeat; }
#rllinks 	{ background: #F7FCFF url(/images/uhms/sideheader_rllinks.gif) top left no-repeat; }

#spotlight, #quicklinks, #feature, #memberlinks, #celinks, #aboutlinks, #melinks, #newslinks, #rllinks {
	padding: 28px 0 16px 9px;
}
#celinks td table td, #aboutlinks td table td, #melinks td table td, #newslinks td table td, #rllinks td table td, #memberlinks td table td	{
font-size: 10px;
	padding-left: 13px;
	background: url(/images/uhms/list_orangearrow.gif) top left no-repeat;
	line-height: 13px;
	}
#spotlight li, #quicklinks li, #feature li, #memberlinks li, #celinks li, #aboutlinks li, #melinks li, #newslinks li, #rllinks li {
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #727272;
}

#spotlight ul, #feature ul {
	margin: 7px 0 0 66px;
}

#welcome {
	padding: 30px 0 14px 0;
	margin-top: 3px;
	width: 363px;
	background: url(/images/uhms/header_welcometouhms.jpg) top left no-repeat;
}

#welcome span {
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #727272;
}

#contentwrap {
	padding-left: 10px;
	width: 367px;
}

#contentwrap table {
	width: 363px;
}

#contentwrap table td {
	width: 180px;
}

#news {
	float: left;
	padding: 23px 0 0 4px;
	margin-top: 14px;
	width: 170px;
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #727272;
	background: url(/images/uhms/header_latestnews.jpg) top left no-repeat;
}

#events {
	float: left;
	padding: 23px 0 0 4px;
	margin-top: 14px;
	width: 169px;
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #727272;
	background: url(/images/uhms/header_currentevents.jpg) top left no-repeat;
}

#news .readmore, #events .readmore {
	margin: 8px 0 0 90px;
}

#subcontent {
	padding: 0 4px 14px 4px;
	margin-left: 27px;
	width: 538px;
	height: 300px;
}

#subcontent span {
	font: normal 11px/14px verdana, tahoma, sans-serif;
	color: #727272;
}

#subcontent td {
	font: normal 11px/14px verdana, tahoma, sans-serif;
	color: #727272;
}

/* For FireFox */
div > #subcontent {
	height: auto;
	min-height: 300px;
}

#subcontent p {
	padding-bottom: 7px;
}

#subcontent ul, #subcontent ol {
	padding: 0 0 7px 20px;
}

#subcontent ul li {
	list-style-type:disc;
	padding-bottom: 2px;
}

#subcontent h4, #subcontent h5 {
	font: bold 11px/14px verdana, tahoma, sans-serif;
	padding-top: 10px;
}

#subcontent h6 {
	font: bold 10px/14px verdana, tahoma, sans-serif;
}

#bread {
	position: relative;
	top: -14px;
	margin-left: 31px;
	margin-bottom: -20px;
	font: normal 9px/12px verdana, tahoma, sans-serif;
	color: #0C659D;
}

a.breadcrumb {
	font: normal 9px/12px verdana, tahoma, sans-serif;
	color: #0C659D;
}

a.breadcrumb:link, a.breadcrumb:visited {
	font: normal 9px/12px verdana, tahoma, sans-serif;
	color: #0C659D;
	text-decoration: none;
}

a.breadcrumb:hover, a.breadcrumb:active {
	color: #FF7F17;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------------ Login Styles ---------------- */
/* ------------------------------------------------ */

#dnn_ctr389_Signin_plUsername_cmdHelp, #dnn_ctr389_Signin_plPassword_cmdHelp, #dnn_ctr389_Signin_chkCookie, #loginsub label, #dnn_ctr389_Signin_plPassword_lblHelp {
	display: none;
}

#dnn_ctr389_Signin_cmdRegister, #dnn_ctr389_Signin_TDRegister {
	display: none;	
}

#dnn_ctr389_Signin_cmdSendPassword {
	width: 120px !important;
	padding-left: 13px;
	background: url(/images/uhms/list_orangearrow.gif) top left no-repeat;
	text-align: left;
	text-transform: lowercase;
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
}

#dnn_ctr389_Signin_cmdLogin {
	position: relative;
	top: -20px;
	left: 116px;
	width: 23px !important;
	height: 23px;
	cursor: hand;
	font-size: 1px;
	line-height: 100px;
	color: #3f94cb;
	background: url(/images/uhms/content_logingo.jpg) top left no-repeat;
}

#loginsub .SubHead label {
	display: inline;
}

#loginsub .SubHead {
	text-align: left;
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
}

#loginsub td {
	text-align: left;
}

#loginsub {
	padding: 32px 11px 0 11px;
	font: normal 10px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
}

#loginform {
	position: relative;
	margin-top: 1px;
	height: 68px;
}

#loginsub .readmore {
	margin-top: 3px;
}

input.loginbox1, input.loginbox2, #dnn_ctr389_Signin_txtPassword, #dnn_ctr389_Signin_txtUsername {
	width: 111px !important;
	height: 16px;
	font: normal 9px/13px verdana, tahoma, sans-serif;
	color: #0C659D;
	border: 1px solid #3C93C9;
}

#usernamebox {
	width: 111px;
	height: 14px;
	position: relative;
	top: 32px;
}

#passwordbox {
	position: absolute;
	top: 34px;
}

input.logingo {
	position: absolute;
	left: 117px;
	top: 44px;
	width: 23px;
	height: 23px;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------------ Depreciated ----------------- */
/* ------------------------------------------------ */

ul#topnav {
	position: absolute;
	top: 0;
	padding-top: 5px;
	width: 771px;
	height: 10px;
	z-index: 1;
}

ul#topnav li {
	position: absolute;
	list-style: none;
}

ul#topnav li, ul#topnav a {
	height: 10px;
	display: block;
}

ul#topnav li a {
	text-indent: -9999px;
	text-decoration: none;
}

#home { left: 574px; width: 37px; background: url(/images/uhms/topnav_home.gif) top left no-repeat; }
#home a:hover { background: url(/images/uhms/topnav_home_h.gif) top left no-repeat; }

#join { left: 611px; width: 62px; background: url(/images/uhms/topnav_join.gif) top left no-repeat; }
#join a:hover { background: url(/images/uhms/topnav_join_h.gif) top left no-repeat; }

#login { left: 673px; width: 41px; background: url(/images/uhms/topnav_login.gif) top left no-repeat; }
#login a:hover { background: url(/images/uhms/topnav_login_h.gif) top left no-repeat; }

#contact { left: 714px; width: 52px; background: url(/images/uhms/topnav_contact.gif) top left no-repeat; }
#contact a:hover { background: url(/images/uhms/topnav_contact_h.gif) top left no-repeat; }

/* ------------------------------------------------ */
ul
	{ margin-left: 15px;}
ul li
	{
	list-style: none;
	background: url(/images/bullet.gif) left 4px no-repeat;
	_background: url(/images/bullet.gif) left 8px no-repeat;
	padding-left: 10px;
	}
li ul li
	{
	list-style: none;
	}
#dnn_ctr536_FormMaster_Abstracts td
	{
	padding: 5px;
	color: #727272;
	font-size: 11px;
	}
#dnn_ctr536_FormMaster_Abstracts input, #dnn_ctr536_FormMaster_Abstracts textarea
	{
	padding: 2px;
	color: #727272;
	font-size: 11px;
	}
#dnn_ctr536_FormMaster_Abstracts input.NormalTextbox, #dnn_ctr536_FormMaster_Abstracts textarea.NormalTextbox
	{
	border: 1px solid #727272;
	}
#dnn_ctr536_FormMaster_pnlForm .SubHead
	{
	color: #727272;
	font-size: 11px;
	font-weight: normal;
	}
#dnn_ctr536_FormMaster_pnlForm .bold
	{
	color: #727272;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#dnn_ctr536_FormMaster_pnlForm, #dnn_ctr536_FormMaster_pnlForm .NormalTextBox
	{
	color: #727272;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#dnn_ctr536_FormMaster_pnlForm label
	{
	margin-left: 3px;
	}
#dnn_ctr389_Signin_cmdSendPassword
	{
	margin-top: -4px;
	cursor: pointer; 
	cursor: hand;
	}
.checkouttable td
	{
	border: none;
	}
select
	{
	border: 1px solid #727272;
	font-size: 11px;
	color: #727272;
	}
.required
	{
	color: #FD7E15;
	}
#spotlight
	{
	padding-right: 4px;
	color: #727272;
	}
.AdvGridHeader
	{
	background: #4389C7;
	}