/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.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;
    font-family:  Arial, Helvetica, Tahoma;
    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;
}



/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family:  Arial, Helvetica, Tahoma;
    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:  Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family:  Arial, Helvetica, Tahoma;
    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:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family:  Arial, Helvetica, Tahoma;
    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:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family:  Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family:  Arial, Helvetica, Tahoma;
    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: Arial, Verdana, Tahoma,  Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Tahoma,  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:  Arial, Helvetica, Tahoma;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica, Tahoma;
    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;
}

UL LI   {
    list-style-type:    square ;
	
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;

}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

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-family:  Arial, Helvetica, Tahoma; 
	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:  Arial, Helvetica, Tahoma; 
	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;
}


/* CSS Document 
Authored by:SJ
For:YMCA of Greater Providence
Date: 4/9/07 */

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img {/*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;
}
body {
   background-image: url(/Portals/0/admin_images/bkgd_stripe.jpg);
   font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
   text-align: center;
}
#wrapper {
   width: 824px;
   margin: 0 auto;
   text-align: left;

}
#donate {
   float: right;
   padding-top: 12px;
   background: url(/Portals/0/admin_images/donate_bkgd.jpg) no-repeat 0 bottom;
   width: 352px;

   text-align: right;
   margin-right:3px;
   margin-bottom: 3px;

}
#register {
   float: right;
   padding-top: 12px;
   width: 149px;

   text-align: right;
   margin-bottom: 3px;

}
#register_2 {
   float: right;
   padding-top: 50px;
   width: 149px;

   text-align: right;
   margin-bottom: 3px;

}
.ie7 #register_2 {
   float: right;
   padding-top: 52px;
   width: 149px;

   text-align: right;
   margin-bottom: 3px;

}
/*
#searchsite {
   float: right;
   height: 31px;
   padding-top: 12px;

}
#searchsite input {
   color: #666666;
   font-weight: bold;
   font-size: .7em;
   padding-left: 5px;
}
*/
#mast {
 background: url(/Portals/0/admin_images/mast_bkgd.jpg) no-repeat;
 width: 824px;
 height: 139px;

}
#topnav {
   color: #244464;
   font-size: .75em;
   margin-right:20px;

}
#topnav ul {
   float: right;
   margin-right: 5px;
   width: 100%;
}
#topnav li {
   float: right;
   list-style-type: none;
   background: url(/Portals/0/admin_images/bullet_topnav.gif) no-repeat 0 75%;
   padding: 5px 10px 0px 10px;
}
#topnav li a {
   display: block;
   color: #244464;
   text-decoration: none;
}
#topnav a:hover {
   text-decoration: underline;
}
#topnav li.noline {
   background-image: none;
}
#logo {
   width: 100px;
   padding-left: 10px;
   padding-top: 12px;
   float: left;

}
#mastpik {
   float: right;
   width: 556px;
   margin-top: 8px;
   border-right: 1px solid #FFFFFF;
}
#logo_right {
  float: right;
  width: 130px;
  margin: 0px 12px 0px 11px;
  padding-top: 24px;
 }


#mainav {
   background: url(/Portals/0/admin_images/mainav_bkgd.jpg) repeat-x;
   width: 100%;
}

#mainav li.noline {
   background: none;
}
#contentholder {
   background-image: url(/Portals/0/admin_images/content_bkgd.jpg);
   width: 824px;
   margin-top: 42px;
}

#left {
  float: left;
  width: 635px;
}
#breadcrumb {
  background-color: #E8B900;
  color: #FFFFFF;
  font-size: .75em;
  padding: 1px 10px 2px 0;
  text-align: right;
  border-right: 1px solid #FFFFFF;
}
#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#content {
  padding: 22px 22px 35px 30px;
  font-size: .75em;
  line-height: 150%;
  }
  


  
 #content ol,#content ul  {
 	margin-left:20px;
 
 }
 
#content p {
  padding-bottom: 15px;
}
#content img.imageright {
  float: right;
  margin-left: 10px;
}

#content img{
  margin-left: 15px;
  margin-bottom:10px;
  float:right;
}
#content .RadEDockingZone img  {
  margin-left: 0;
  margin-bottom:0;
  float:none;
}

.facilities img {
  padding: 0px;

}


#content h1 {
  color: #64A349;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  margin-bottom: 15px;
  line-height:140%;
}
#content a,#content a:link,#content a:visited {
  text-decoration: underline;
  color: #3486CE;
}
#content a:hover {
   text-decoration: none;
}


.bluebox {
  width: 143px;
  padding: 10px 10px 10px 15px;
  border: 3px solid #3486CE;
  background-color: #CBE0F3;
  display: block;
  line-height: 180%;
  float: left;
  margin: 0 20px 10px 0;
}
#right{
  float: left;
  width: 188px;
  border-top: 21px solid #D63C3E; 
  color: #244464;
  padding-top:20px;
}

#right ul {
  padding: 25px 0 20px 0;
}
#right li {
  border-bottom: 1px dotted #244464;
  font-size: .8em;
  font-weight: bold;
  list-style-type: none;
  margin-left: 15px;
  margin-right: 25px;
  padding: 3px 0 3px 0;
}
#right li a {
   color: #244464;
   text-decoration: none;
}
#right a:hover {
   text-decoration: underline;
}

#pdf  a {
   color: #244464;
   text-decoration: underline;
}

#pdf  a:hover {

   text-decoration: none;
}
#pdf {
   font-size: .75em;
   padding: 15px 35px 15px 20px;
}
#pdf img {
   float: left;
}
#footer {
   background-color: #244464;
   color: #FFFFFF;
   font-size: .7em;
   padding: 20px 0 20px 20px;

}
#footer a,#footer a:link,#footer a:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
#footertext {
  float: left;

}

#footertext a,#footertext a:link,#footertext a:visited {
   color: #FFFFFF;
   text-decoration: underline;
}

#homefooter {
   background-color: #244464;
   color: #FFFFFF;
   font-size: .7em;
   padding: 5px 0 0 20px;
}
#copyright {
   color: #FFFFFF;
   font-size: .7em;
   margin-top: 8px;
   float: left;
      margin-bottom: 35px;
   padding-right: 175px;

}

#copyright a, a:visited, a:link{
   color: #FFFFFF;
   text-decoration:underline;

}



#bottomnav {
   float: right;
   color: #FFFFFF;
   margin-right: 10px;

}
#bottomnav a,#bottomnav a:link,#bottomnav a:visited {
   text-decoration: underline;
   color: #FFFFFF;
   font-size: 1em;
}
#bottomnav a:hover {
   text-decoration: none;
}

#loginlinks  {
	float:right;
	margin-top:-55px;
	vertical-align:top;



}

#loginlinks a,#loginlinks a:link,#loginlinks a:visited {
   
   color: #FFFFFF;
   font-size:.75em;
   text-decoration: none;
}


#loginlinks a:hover {
   text-decoration: underline;
}
.clear {
   clear: both;
}
/*homepage styles*/
#homecontentholder {
   background-image: url(/Portals/0/admin_images/home_content_bkgd.gif);
   background-repeat: repeat-y;
   width: 824px;
   padding-bottom: 15px;
      margin-top: 42px;
}
#homeleft {
   float: left;
   width: 270px;
   font-size: .75em;
   line-height: 130%;
}
#homeleft a,#homeleft a:link,#homeleft a:visited {
  color: #E68A00;
}
.homeleftpad {
  padding: 15px 25px 25px 25px;
}
#homeleft h1 {
   background: url(/Portals/0/admin_images/home_yellow_bkgd.jpg) no-repeat;
   width: 241px;
   font-size: 1.3em;
   color: #FFFFFF;
   padding: 11px 15px 9px 15px;
}
#homeleft h2 {
  color: #E68E00;
  font-size: 1.3em;
  font-weight: bold;
  border-top: 1px dotted #E68E00;
  padding-top: 15px;
  margin-left: 22px;
  margin-right: 20px;
  margin-bottom:-10px;
}
#homeenews {
 padding: 15px 25px 25px 25px;
}
#homeemailaddress {
  background: url(/Portals/0/admin_images/home_yellow_email_bkgd.jpg) no-repeat;
  margin-left: 20px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;

}
#homeemailaddress input {

    vertical-align: middle;

}
#homemiddle {
   float: left;
   width: 275px;
   font-size: .75em;
}
#homemiddle h1 {
   background: url(/Portals/0/admin_images/home_green_bkgd.jpg) no-repeat;
   width: 273x;
   font-size: 1.3em;
   color: #FFFFFF;
   padding: 6px 0px 5px 15px;
}

#homemiddle h1 img {
   vertical-align: middle;
}
#homemiddle h2 {
   color: #64A349;
   font-size: 1.3em;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 10px;
   margin-bottom: 8px;

}
#homemiddle a,#homemiddle a:link,#homemiddle a:visited {
  color: #5A9542;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}
#homemiddle p {
  padding-right: 15px;
}
#homemiddle p.link {
  text-align: right;
  margin-top: 10px;
}
#homeright {
   float: left;
   width: 277px;
   color: #B73135;
   font-size: .8em;

}
#homeright h1 {
   background: url(/Portals/0/admin_images/home_red_bkgd.jpg) no-repeat;
   width: 247px;
   font-size: 1.2em;
   color: #FFFFFF;
   padding: 9px 15px 9px 15px;
   border-left: 1px solid #FFFFFF;

}

#homeright img{
  float: left;
  margin-right: 18px;
    border: 1px solid #D33438;
}
#news {
  padding: 20px;
  font-size:.9em;


}


#news h2{
padding-bottom: 15px;
}



#news a,#news a:link,#news a:visited {
  color: #B73135;
  text-decoration:none;
  

}

#news a:hover{
  color: #B73135;
  text-decoration:underline;
  

}


#news hr{
	border: 1px dotted #990000;

}

#news li{
	margin-left:20px;

}


#homealerts {
  clear: both;
    border-top: 1px dotted #C4353C;
	margin: 10px 20px 0 20px;
}
#homealerts h2 {
  color: #D33438;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.2em;
}
#homealerts li {
  background: url(/Portals/0/admin_images/bullet_redsquare.gif) no-repeat;
  list-style-type: none;
  padding-left: 25px;
}
#homefooter a,#homefooter a:link,#homefooter a:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
#homefooter p {
   float: left;
   margin-top: 10px;
}
#homefooter img {
   float: right;
}
/*branch styles*/
#branchbreadcrumb {
  float: left;
  width: 470px;
  color: #FFFFFF;
  font-size: .7em;
  padding-top: 20px;
  margin-bottom: 4px;
}

#branchbreadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#branchbreadcrumb a:hover {
  text-decoration: none;
}
#branchnavholder {
 background-color: #4DC1BC;
}
#branchnavlogo {
   float: left;
   padding: 10px 0px 0 15px;

 
  
}

#branchnav {
   float: left;
   background-color: #4DC1BC;
   font-size: .75em;
   height:35px;

}


#mainav2 {
   background: url(/Portals/0/admin_images/mainav_bkgd.jpg) repeat-x;
   margin-top: 0px;
   width: 100%;
   font-size: .8em;
   	border-bottom: 1px solid #FFFFFF;

}
#mainav2 ul {
  float: left;
  margin: 10px 0 0 10px;

}
#mainav2 li {
 
   list-style-type: none;
   float: left;
   padding-left: 3px;
   padding-right: 12px;
   padding-bottom: 0px;
   line-height: 110%;
   height: 22px;
  
}
#mainav2 li a {
   display: block;
   float: left;
   color: #ffffff;
   text-decoration: none;
}
#mainav2 li a:hover {
   text-decoration: underline;
}
#mainav2 li.noline {
   background: none;
}
#branchcontentholder {
   background-image: url(/Portals/0/admin_images/content_bkgd_branch.jpg);
   width: 774px;
   padding: 18px 35px 35px 15px;

}



#branchleft {
   float: left;
   width: 150px;
   margin-right:30px;
   font-size: .9em;
}
#branchleft img{
   margin-bottom: 25px;
   margin-top: 10px;
}
#branchleft ul {
   margin-left: 20px;
}
#branchleft li {
   list-style-type: none;
   
}
#branchleft ul ul {
   margin-left: 10px;
}
#brnachleft hr {
	border: 1px white solid;
}
#branchleft li a,#branchleft li a:link,#branchleft li a:visited{
    color: #244464;
	font-size: 1em;
	text-decoration: none;
}
#branchleft li a:hover {
    color: #244464;
	text-decoration: underline;
}

#branchleft ul a,#branchleft ul a:link,#branchleft ul a:visited {
  padding-left: 15px; 
  background: url(/Portals/0/admin_images/bullet_subnav.gif) no-repeat;
  color: #244464;
}
#branchleft ul ul a,#branchleft ul ul a:link,#branch ul ul a:visited {
  padding-left: 15px; 
  background: url(/Portals/0/admin_images/bullet_subsubnav.gif) no-repeat;
  color: #244464;
}
.inventua_sidemenu {
	margin-bottom: 20px;
}
#branchmiddle {
   float: left;
   width: 410px;
   font-size: .75em;
   line-height: 150%;
   padding-right: 40px;
   padding-top: 10px;
}
#branchmiddle .facilities td {
  padding: 2px;
}
#branchmiddle ul,#branchmiddle ol{
  margin-left: 30px;
}


#branchmiddle h1 {
   color: #F4A613;
   font-size: 1.3em;
   margin-bottom: 12px;
   line-height:140%;
}
#branchmiddle h2 {
   color: #666666;
   font-size: 1.1em;
   margin-bottom: 5px;
}
#branchmiddle img.imageright {
  float: right;
  margin-left: 10px;
    border: 1px solid #4DC1BC;
  padding: 1px;
}
#branchmiddle img.imageleft{
  float: left;
  margin-right: 10px;
  border: 1px solid #4DC1BC;
  padding: 1px;
}
#branchmiddle a,#branchmiddle a:link,#branchmiddle a:visited {
  text-decoration: underline;
  color: #3486CE;
}
#branchmiddle a:hover {
   text-decoration: none;
}
#branchmiddle p {
   padding-bottom: 15px;
}
#branchright {
   float: left;
   width: 140px;
   color: #006C6F;
   font-size: .75em;
   padding-top: 10px;
}

#branchright .bluebox {
  width: 143px;
  padding: 0px;
  background-color: #ffffff;
  display: block;
  line-height: 120%;
  float:none;


}


#branchright img.bluebox {
  width: 140px;
  padding: 0px;

  background-color: #ffffff;
  display: block;
  line-height: 120%;
  float:none;

     border: 2px solid #4DC1BC;
   margin-bottom: 5px;
}


#branchright h1  {
	size:7em;
	font-weight:bold;
}


#rightpik {
   line-height: 120%;
   margin-bottom: 35px;
}
#rightpik img {
   border: 2px solid #4DC1BC;
   margin-bottom: 5px;
     width: 140px;
  padding: 0px;
  background-color: #ffffff;
  display: block;
  line-height: 120%;
  float:none;
}



#rightquote {
  border-top: 1px dotted #006C6F;
  padding-top: 25px;
  line-height: 150%;
  font-style: italic;
  font-size: 1em;

}

#rightquote a{
  font-style: normal;
  font-size: 1em;
  color:#006699;
}

#rightquote a:hover{
  font-style: normal;
  text-decoration:underline;
  font-size: 1em;

}


/*branch home pages*/
#branchhomecontentholder {
   background-image: url(/Portals/0/admin_images/content_bkgd_branch.jpg);
   width: 779px;
   padding: 10px 35px 35px 10px;
}
#branchleft .quote {
   font-style: italic;
   display: block;
   font-size: .85em;
   text-align: right;
   width: 130px;
   line-height: 150%;
   padding-left: 0px;
   
}
#branchleft .quote a,#branchleft .quote a:link,#branchleft .quote a:visited {
  text-decoration: underline;
  color:#003366;
}
#branchleft .quote p {
  margin-bottom: 12px;
}
#branchhomemain {
  float: left;
  width: 590px;
}
#branchhomemain a,#branchhomemain a:link,#branchhomemain a:visited {
  color: #244464;
  text-decoration: underline;
}
#branchhomemain a:hover {
  text-decoration: none;
}
#branchhomemain img.imageright {
  float: right;
  margin-left: 10px;
}
#branchhomemain img.homeimageleft {
  float: left;
  margin-right: 20px;
}
#branchhomemain img.imageleft{
  float: left;
  margin-right: 10px;

}
#branchhomewelcome {
  color: #333333;
  line-height: 160%;
  font-size: .8em;
    padding-bottom: 10px;
  border-bottom: 1px dotted #244464;
}


#branchhomewelcome img{
	float:left;
	padding-right: 15px;
	padding-bottom:10px;
   
}

#branchhomewelcome h1 {
  color: #FF6E07;
  font-size: 1.2em;
}
#branchhomewelcome a,#branchhomewelcome a:link,#branchhomewelcome a:visited {
  text-decoration: underline;
  
}
#branchhomenews {
  font-size: .7em;
  float: left;
    width: 275px;
  padding-right: 30px;
  margin-top: 5px;
}


#branchhomenews img{
	float:left;
	margin-right: 15px;
	margin-bottom:10px;
	border:1px solid #666666;
	margin-top:5px;
   
}

#branchhomenews h1{
  color: #006C6F;
  font-size: 1.4em;
  margin-top: 0px;
  margin-bottom: 8px;
  
}

#branchhomenews a,#branchhomenews a:link,#branchhomenews a:visited {
  text-decoration: underline;
  font-weight:bold;
  font-size: 1.1em;
  color:#003366;
  
  
}

#branchhomenews  a:hover {
  text-decoration: underline;

  
  
}


#branchhomeother {
  float: left;
  width: 280px;
  font-size: .7em;
}
#branchhometour {
  margin-bottom: 20px;
  
}

#branchhometour img{
	vertical-align:middle;
  
}




#branchhometour h1 {
  color: #006C6F;
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 8px;
}
#branchhomesubscribe {
  font-family: Arial, Helvetica, sans-serif;
}
#branchhomesubscribe h1 {
  color: #006C6F;
  font-size: 1.4em;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
#branchhomesubscribe input.purple {
  vertical-align: bottom;
  border: 1px solid #483872;
  margin-top: 2px;
}
/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
	height: 1%;
}
/*End Hack \*/

.NormalTextBox {
color: #666666;
   font-weight: bold;
   font-size: 10px;
   padding-left: 5px;
   border: 1px solid #315378;
}
/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, 
{


}

/* ================================
style for module titles
================================ */
.Head
{
    font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3
{
    font-family:Arial, Helvetica, sans-serif;
}


H2
{
    font-size: 120%;
    font-weight: bold;
	color:#666666;
	

}

H3
{
    font-size: 130%;
    font-weight: bold;

}



/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/


/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	position: absolute;
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
	background: url(/Portals/0/admin_images/mainav_bkgd.jpg) repeat-x;

	width: 814px;
	border-bottom: 1px solid #FFFFFF;

}

#HouseMenuNav ul { /* all lists */
	float: left;
	padding: 0;
	list-style-type: none;
	z-index: 9999;
}

#HouseMenuNav a { /* all links, inside of list items */
display: block;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;

	font-size: .75em;
	text-transform: uppercase;
	font-weight : normal;
	text-decoration : none;
	padding-top: 11px;
	padding-bottom: 12px;
   color: white;

}

#HouseMenuNav li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	border: 0;
	background: url(/Portals/0/admin_images/bullet_mainav.jpg) no-repeat 0 45%;
padding-left: 7px;
   padding-right: 7px;


}
#HouseMenuNav li li {
	background: none;
	padding: 0;
}

#HouseMenuNav li a:hover {
  color: #FFFFFF;
	text-decoration: underline;


}
#HouseMenuNav li li a:hover {
	color: #FFFFFF;
	background-color: #3C77AC;
}
#HouseMenuNav li ul { /* second-level lists */
position: absolute;
	/*background: transparent;*/
	width: 159px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
		background-color: #35516D;

	z-index: 7777;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -29px 0 0 159px;
	white-space: nowrap;
	z-index: 8888;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
	background-position: 0 0;
	
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-position: 0 0;
}

#HouseMenuNav li li,
#HouseMenuNav li li li,
#HouseMenuNav li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 159px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}
#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px 0 5px 8px;
	margin: 0;
	width: 159px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 159px;
	text-transform: none;
	/* end hack */
}
#HouseMenuNav iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;


}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNavItem a
{ /* all links under the parent item (li) */
		color: #FFFFFF;
	background-color: #666;
	text-decoration: none;
}

a#HouseMenuNavLink
{ /* parent link itself */
background-color: transparent; 
	text-decoration: none;
}

a#HouseMenuNavCurrentLink
{ /* current link itself */
color: #FFFFFF;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: hand;
}

/* Horizontal Menu for branch */
#HouseMenuNav2 { /* menu wrapper div */
	position: absolute;
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
	width: 100%;



}

#HouseMenuNav2 ul { /* all lists */
	float: left;
	padding: 0;
	list-style-type: none;
	z-index: 9999;

}

#HouseMenuNav2 a { /* all links, inside of list items */
display: block;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;

	font-size: 1em;

	font-weight : normal;
	text-decoration : none;
	padding-top: 0px;
	padding-bottom: 20px;
   color: #003366;

}

#HouseMenuNav2 li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;

	float: left;
	margin: 0;
	border: 0;
   background: url(/Portals/0/admin_images/bullet_branchnav.gif) no-repeat;
padding-left: 8px;
   padding-right:8px;
   padding-top:8px;
   


}
#HouseMenuNav2 li li {
	background: none;
	padding: 0;
	font-size:.9em;
}

#HouseMenuNav2 li a:hover {
  color: #003366;
	text-decoration: underline;


}
#HouseMenuNav2 li li a:hover {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration:none;
}
#HouseMenuNav2 li ul { /* second-level lists */
position: absolute;
	/*background: transparent;*/
	width: 159px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #666666;
	
	background-color: #4DC1BC;
	z-index: 7777;
	margin-top:-11px;
	margin-left:-2px;
}

#HouseMenuNav2 li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -29px 0 0 159px;
	white-space: nowrap;
	z-index: 8888;
}
#HouseMenuNav2 li:hover ul ul, 
#HouseMenuNav2 li:hover ul ul ul, 
#HouseMenuNav2 li.sfhover ul ul, 
#HouseMenuNav2 li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav2 li:hover ul, 
#HouseMenuNav2 li li:hover ul, 
#HouseMenuNav2 li li li:hover ul, 
#HouseMenuNav2 li.sfhover ul, 
#HouseMenuNav2 li li.sfhover ul, 
#HouseMenuNav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav2 li li,
#HouseMenuNav2 li li li,
#HouseMenuNav2 li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 159px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}
#HouseMenuNav2 li li a { /* all item links under the top level */
	padding: 5px 0 5px 8px;
	margin: 0;
	width: 159px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 159px;
	text-transform: none;
	/* end hack */
}
#HouseMenuNav2 iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;


}


.inventua_branch  {
padding-left: 15px; 
  background: url(/Portals/0/admin_images/bullet_subnav.gif) no-repeat;
    color: #244464;
	font-size: .85em;
	text-decoration: none;
	vertical-align:middle;
	padding-top:3px;
}

.inventua_branch  a{
    color: #244464;
		text-decoration: none;

}

.inventua_branch  a:hover{
 color: #244464;

	text-decoration: underline;
	
}
	
.MenuItem a,.MenuItem a:link,.MenuItem a:visited{

padding-left: 15px; 
  background: url(/Portals/0/admin_images/bullet_subnav.gif) no-repeat;
    color: #244464;
	font-size: .85em;
	text-decoration: none;
	vertical-align:middle;
	padding-top:3px;
	    color: #244464;
		text-decoration: none;
	


}


.MenuItemMouseOver  a{

padding-left: 15px; 
  background: url(/Portals/0/admin_images/bullet_subnav.gif) no-repeat;
    color: #244464;
	font-size: .85em;
	vertical-align:middle;
	padding-top:3px;
	    color: #244464;
		text-decoration: underline;
}


.subnav_assn  {
  margin-left: 15px;
  padding-left:15px;
  padding-top: 5px; 
  border-bottom: 1px dotted #244464;
  margin-right: 25px;
  padding-bottom:4px;
}

.subnav_assn a,.subnav_assn a:link,.subnav_assn a:visited{
 
  font-size: .8em;
  font-weight: bold;
  list-style-type: none;
  
  padding-top: 3px;
   color: #244464;
   text-decoration: none;
   font-family:Trebuchet ms, trebuchet, arial, helvetica, sans-serif;
   
}


.subnav_assn a:hover {

	
   text-decoration: none;
}


#table  td{
border-bottom: 1px solid #cccccc;

}

#max  {
	width:30px;

}



.facilities td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
    


} 

#content .facilities img {

  margin: 1px;

}

.DynamicForms_LabelCell  {
	width:400px;

}

#buttonsubmit  {
	border:ipx solid red;
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	height: 23px;
	width:: 50px;
	margin-top:-2px;
	color:#ffffff;
	

}

.name  {
	color:red;
	font-size: 10px;
	}
	
.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;
}

#content img.image_right {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;

}
#content img.image_left {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;

}




.sitemap  {
padding-left: 15px; 

    color: #244464;
	font-size: 1em;
	text-decoration: underline;
	vertical-align:middle;
	padding-top:3px;
}

.sitemap2  {
padding-left: 5px; 
    color: #244464;
	font-size: 1.4em;
	text-decoration: underline;
	vertical-align:middle;
	padding-top:3px;
}
