html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}
/* background color for the content part of the pages */
body {
	margin:0 auto;
	padding:0;
	color:#333;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background:#d5d07b url(/Portals/0/images/page-bg.jpg) repeat-x;

}
.first {background:none !important;}
/*----page holder----*/
#pageholder{
text-align:center;
}
/*----header-----*/
#header-holder {
	float:left;
	width:100%;
	min-width:850px;
}
#header {
	margin:15px auto 0;
	padding:0 10px;
	width:850px;
	height:260px;
	overflow:hidden;
	background:url(/Portals/0/images/header-bg.jpg) no-repeat 10px 100%;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
#header-inner {
	margin:15px auto 0;
	padding:0;
	width:850px;
	height:190px;
	overflow:hidden;
	background:#fff url(/Portals/0/images/header-inner-bg.jpg) no-repeat 0px 100%;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
/*------AMH added this style-------*/
#header-inner-photo {
	float: right;
	margin:5px 6px 0 0;
	background:#F8F8F8;
}
/*------end AMH added style-------*/

.services-block {
	float:left;
	width:850px;
	height:30px;
	background:#244479;
	border-bottom:6px solid #fff;

}
/* .services-block a.btn-donate {
	float:right;
	width:88px;
	height:24px;
	margin:3px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/Portals/0/images/btn-donate.gif) no-repeat;
} */
a.btn-donate {
margin-right:auto;
margin-left:auto;
display:block;
	width:88px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/Portals/0/images/btn-donate.gif) no-repeat;
	margin-top:15px;
}
.services-block ul {
	float:right;
	margin:3px 0 0 0;
	padding:0;
}

 .services-block ul /*homepage topnav*/{
	float:right;
	margin:3px 0 0 0;
	padding:0;
}
 .services-block ul li {
	float:left;
	padding:0 8px 0 9px;
	list-style:none;
	background:url(/Portals/0/images/menu-separator.gif) no-repeat 0 50%;

}
.services-block ul li a {
	margin:0 0 0 0;
	color:#d5cb10;
	font-size:11px;
	line-height:130%;
	text-decoration:none;
}
.services-block ul li a:hover {text-decoration:underline;}
#header strong.logo {
	float:left;
	margin:29px 0 0 41px;
	display:inline;
}
#header strong.logo a {
	float:left;
	width:270px;
	height:82px;
	margin-left:-20px;
	margin-top:35px;
	background:url(/Portals/0/images/logo_small.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.mastphoto {
  width: 555px;
  float: right;

}
#header-inner strong.logo {
	float:left;
	margin:11px 0 0 34px;
	display:inline;
}
#header-inner strong.logo a {
	float:left;
	width:270px;
	height:82px;
	margin-top: 15px;
	background: url(/Portals/0/images/logo_small.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/*-----navigation-----*/
#navigation-holder {
	float:left;
	width:100%;
	background:url(/Portals/0/images/navigation-holder-bg.gif) repeat-x;
	text-align:left;
}
#navigation-holder-inner {
	float:left;
	width:100%;
	background:url(/Portals/0/images/navigation-holder-bg.gif) repeat-x;

}
#navigation {
	margin:0 auto;
	width:850px;
	height:46px;
	background:#fff url(/Portals/0/images/navigation-bg.gif) repeat-x;
}

#navigation ul li {

	}
#navigation ul li a {
	
}
#navigation ul li a:hover,
#navigation ul li a.active {}
/*-----content-----*/
#content-holder {
	float:left;
	width:100%;
}
#content {
	margin:0 auto;
	width:870px;
	background:url(/Portals/0/images/content-bg.gif) repeat-y;
	overflow:hidden;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:15px;
	color:#333333;
}
#content .content-top {
	float:left;
	width:870px;
	background:url(/Portals/0/images/content-top.gif) no-repeat;
}
#content .content-bottom {
	float:left;
	width:870px;
	padding:0;
	background:url(/Portals/0/images/content-bottom.gif) repeat-x 0 100%;
}





/*---info-block---*/
.info-block {
	float:left;
	width:612px;
	padding:0 0 14px;
}
.img-holder {
	float:left;
	width:100px;
	margin:0 0 0 32px;
	display:inline;
}
.img-holder img {
	float:left;
	margin:15px 0 0 0;
	border:none;
}
.text-block {
	float:left;
	width:575px;
	padding:30px 0 0 28px;

}
.text-block h1 {
	float:left;
	width:575px;
	margin:0;
	color:#203C6A;
	font-family:Georgia, Times, serif;
	font-size:23px;
	line-height: 127%;
	font-weight:normal;
}
.text-block h2 {
	float:left;
	width:575px;
	margin:0;
	padding-top:15px;
	color:#203C6A;
	font-family:Georgia, Times, serif;
	font-size:20px;
	line-height: 127%;
	font-weight:normal;
}
.text-block p {
	float:left;
	width:575px;
	margin:16px 30px 0 0;
	line-height:160%;
}
#dnn_rightpane {
margin-left:5px;
}
.text-block a, .text-block a:link, .text-block a:visited {
	color: #001F72;
	text-decoration:none;
	border-bottom: #001F72 dotted 2px;
}
.text-block a:hover{
	color:#D5CC17;
	border-bottom: #D5CC17 dotted 2px;
}

/*---info-column---*/
.info-column {
	float:right;
	width:221px;
	min-height:300px;
	padding:14px 10px 14px 17px;
	background:url(/Portals/0/images/info-column-bg.jpg) no-repeat;
		font-size:13px;
}

.info-column h2 {

	margin:0px 0 36px 14px;
	padding:0 0 5px;
	
}
.info-column img {
	float:left;
	margin-bottom: 10px;


}
.info-column h3 {
	float:left;
	margin:14px 0 0 22px;
	display:inline;
	color:#001f72;
	font-size:16px;
	font-weight:normal;
}
.info-column p {
	float:left;
	width:180px;
	margin:0 0 10px 22px;
	display:inline;

}
.info-column a,.info-column a:link,.info-column a:visited {
	color:#001f72;
	text-decoration:none;
	
}
	
.input-column input {
	float:left;
	margin:0 0 0 22px;
	display:inline;
	font-size:12px;
}
.info-column ul {
	float:left;
	width:180px;
	margin: 20px 0 0 0;
	display:inline;
	font-size:;
	line-height:100%;
	}
.info-column li {
  list-style-position: outside;
  margin-left: 30px;
}




/*enews styles*/
#enews {
clear: both;
  font-size: 12px;
  margin-top: 30px;
  padding: 20px 0 0 20px;
  line-height: 130%;
 background: url(/Portals/0/images/dash.gif) no-repeat 10px top;
}
.text-block .news {
  float: right;
  width: 221px;
  border: 1px solid red;
  font-size: 12px;
line-height: 130%;
}



.text-block .news a,.text-block .news a:link,.text-block .news a:visited {
color:#001f72;
border: none;
}





/*---info-block-inner---*/
.info-block-inner {
	float:left;
	width:550px;
	padding:30px 34px 50px 50px;
	font-size:14px;
	line-height:150%;
	text-align:left;

}
.info-block-inner h1 {
    float: left;
	width:100%;
	margin:0 0 10px 0;
	color:#d5ca12;
	font-size: 19px;
	line-height:160%;
	letter-spacing:2px;

}
.info-block-inner table {

  float:left;
}
.table thead {
border:#000000 solid 1px;
}
.info-block-inner h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 10px;
}

.info-block-inner p {
	margin:0;
	padding-bottom: 25px;
}
.info-block-inner td {
	font-size:14px;
}
.info-block-inner a, .info-block-inner a:link, .info-block-inner a:visited {
	color: #001F72;
	text-decoration:underline;

}
.info-block-inner a:hover{
	color: #001F72;
	text-decoration: none;
}
.info-block-inner ul{

margin-bottom: 25px;


}
.info-block-inner li {
  margin-left: 30px;
}

.table {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 20px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;

}
/*---info-column-inner---*/
.info-column-inner {
	float:right;
	width:170px;
    min-height: 300px;
	padding:30px 50px 40px 16px;
	background:url(/Portals/0/images/info-column-inner-bg.jpg) no-repeat;
	text-align:left;
	color:#aca21e;
	line-height:160%;
	font-weight: bold;
	font-size: 13px;
}

.info-column-inner ul {
}
.info-column-inner ul li {
}
.info-column-inner ul li a {
	font-size:10px;
}
.info-column-inner ul li a:hover {text-decoration:underline;}
.info-column-inner img {

	margin:25px 0 10px 0;
	border:none;
}
.quote {
  margin-left: 25px;
}
/*-----rightcontentpane------*/
#rightcontentpane {
font-size:10px;
color:#D5CC17;
font-style:italic;
}
/*-----footer-----*/
#footer-holder {
	float:left;
	width:100%;
}
#footer-holder-inner {
	float:left;
	width:100%;
}
#footer {
	margin:0 auto;
	width:870px;
	overflow:hidden;
	background:url(/Portals/0/images/footer-bg.gif) repeat-y;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
#footer .footer-bottom {
	float:left;
	width:850px;
	padding:0px 10px 20px;
	background:url(/Portals/0/images/footer-bottom.gif) no-repeat 0 100%;
	text-align:left;
}
#footer .footer-txt {
	float:left;
	width:350px;
	margin:15px 0 0 34px;
	display:inline;
}
#footer .footer-txt p {
	float:left;
	width:100%;
	margin:0;
	color:#fff;
}
#footer .footer-txt a {
	clear:both;
	color:#d5cc17;
	font-size:12px;
	text-decoration:none;
}
#footer .footer-txt a:hover {text-decoration:underline;}
#footer ul.menu {
	float:right;
	width:433px;
	margin:10px 10px 0 0;
	padding:0;
	display:inline;
}
#footer ul.menu li {
	float:left;
	margin:0;
	padding:0 8px 0 9px;
	list-style:none;
	background:url(/Portals/0/images/menu-separator.gif) no-repeat 0 50%;
}
#footer ul.menu li a {
	color:#d5cb10;
	font-size:;
	line-height:150%;
	text-decoration:none;
}
/* Homepage menu */
#footer ul.menu_home {
	float:right;
	width:400px;
	margin:16px 10px 0 0;
	padding:0;
	display:inline;
}
#footer ul.menu_home li {
	float:left;
	margin:0;
	padding:0 8px 0 9px;
	list-style:none;
	background:url(/Portals/0/images/menu-separator.gif) no-repeat 0 50%;
}
#footer ul.menu_home li a {
	color:#d5cb10;
	font-size:;
	line-height:150%;
	text-decoration:none;
}
/* End Homepage Menu */
.uwlogo {
float:right;
margin-top:10px;
padding-right: 18px;
}
.unitedlogo li {
list-style:none;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
   
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
   
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

#dnn_ctr574_DynamicForms_pnlRegistration {
  border: 1px solid #FFF;
}