/* CSS Document 
Authored by:sj
For:KVH
Date:8/27/07*/


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;
}

body {
     background: url(/Portals/0/images/bg.jpg);
	 text-align: center;
	 font-family:  Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
	 font-size: 100%;

}
#wrapper {
    width: 881px;
    margin: 15px auto 0 auto;
    text-align: left;
    
}


/*mast styles*/
#mast {
    background: url(/Portals/0/images/mast_bkgd.jpg) no-repeat;
}
#logo {
    float: left;
	width: 460px;
  padding: 20px 0 15px 30px;
}
#search{
	float: right;
    width: 170px;
	padding: 55px 18px 0 0;
	font-size: .75em;
	color: #FFFFFF;
	font-weight: bold;
}

.searchfield {
width: 161px;
border: 1px solid #991306;

color: #555555;
margin: 0 0 0 5px;
padding-left: 3px;
}
.searchtext {

}
#mainav {
  background:url(/Portals/0/images/mainav_bkgd.jpg) no-repeat;
  padding: 0px 0 3px 317px;
}
/*mainav*/
/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{



}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	line-height: 23px;

}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	 color: #FFCC00;
	font-weight: bold;
}

.RadMenu_WebBlue .text
{
	font-size: 11px;
	padding: 0px 14px 0 14px;
}

.RadMenu_WebBlue ul.level2 {

margin-left: -10px;



}


.RadMenu_WebBlue .group .link
{
	background: #B72112;
    border-bottom: 1px solid #921A0E;
	border-left: 1px solid #921A0E;
	border-right: 1px solid #921A0E;

	text-align: left;
	color: #FFFFFF;


}

.RadMenu_WebBlue .group .text
{
	padding: 2px 5px;
	font-weight: normal;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	background: #D12B18;
	font-weight: normal;
	color: #500B04;

}


.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.menuitem1 {
}
.menuitem2 {

}
.menuitem3 {

}
.menuitem4 {
}
#dnn_dnnMENU_RadMenu1_m1 {
  padding-left: 5px;
}

#breadcrumb {
  background: url(/Portals/0/images/breadcrumb_bkgd.jpg) no-repeat;
  color: #FFCC00;
  font-size: .75em;
  font-weight: bold;
  padding:0 0 0 25px;
  height: 29px;
  padding-top: 7px;
}
#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  color: #FFCC00;
}

#contentholderb {
  background-color: #000000;
  padding-bottom: 15px;
  padding-left: 1px;
  color: #FFFFFF;
  font-size: .75em;

}
#maininfo {
  width: 628px;
  float: left;
  border: 1px solid #A51C0F; 
  margin-left: 5px;
  padding-top: 3px;
  padding-right: 2px;
  min-height: 650px;
}
#content{
   padding: 15px 23px 30px 23px;
   line-height: 150%;
   color: #FFFFFF;

   
}

#content li  {
	list-style-image:url(/portals/0/images/bullett.gif);
 list-style-type: none;
  padding-left: 5px;
  padding-bottom: 3px;

}


#content h1 {
  font-size: 1.3em;
  color: #FFCC00;
  margin-bottom: 15px;
  line-height:130%;

}
#content h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #CC0000;

}
#content h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#content p {
   padding-bottom: 20px;
}
#content li {
   margin-left: 25px;
   list-style-type: square;
}
#content a,#content a:link,#content a:visited {
 color: #FFCC00;
 text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}
.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: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
/*map styles*/


#subinfo {
  width: 232px;
  float: left;
  padding-left: 5px;
}
#subnavheader {
 position: relative;
}
#subnav {
  background:url(/Portals/0/images/subnav_bkgd.gif);
  color: #FFFFFF;
  font-size: .95em;
  padding-left: 30px;
  padding-bottom: 20px;
}
#subnav h2 {
   color: #FFCC00;
   text-transform: uppercase;
   font-size: 1.2em;
   font-weight: bold;
   display: block;
   margin-bottom: 5px;
   font-family: "Trebuchet MS", sans-serif;
 }
#subnav li {
  background:url(/Portals/0/images/bullet_subnav.jpg) no-repeat;
  list-style-type: none;
  padding-left: 18px;
  padding-bottom: 7px;

}
#subnav a,#subnav a:link,#subnav a:visited {
color: #FFFFFF;
text-decoration:underline;
}

#subnav a:hover {

text-decoration:none;
}

.MenuHdr{
   display: none;
}

td.MenuItem,td.MenuItemMouseOver {
  background:url(/Portals/0/images/bullet_subnav.jpg) no-repeat;
  padding-left: 18px;
  padding-bottom: 7px;
}

.MenuItem0 a,.MenuItem0 a:link,.MenuItem0 a:visited {
 text-decoration: underline;

}

.MenuItemMouseOver0 {
   padding-bottom: 8px;
}
.MenuItemMouseOver0 a,.MenuItemMouseOver0 a:link,.MenuItemMouseOver0 a:visited {
   color: #4F7884;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}

#subnavbottom {
  background:url(/Portals/0/images/subnav_bottom.gif);
  width: 232px;
  height: 6px;
  margin-bottom: 8px;
}
#tailgateindexb {
 text-align: center;
 margin-bottom: 8px;
}
#fanaticalvehicles {
 border: 1px solid #414141;
 padding: 15px;
 text-align: center;
 line-height:150%;
  
}
#fanaticalvehicles h1 {
  font-size: 1.2em;
  color: #FFCC00;
  margin-bottom: 10px;
    line-height:130%;
}
#fanaticalvehicles h2 {
  font-size: 1.2em;
  color: #FFCC00;
    margin-bottom: 10px;
}
#fanaticalvehicles a,#fanaticalvehicles a:link,#fanaticalvehicles a:visited {
  color: #FFCC00;
}
#quotesb {
  color: #CC0000;
  font-size: 1em;
  line-height: 210%;
  font-weight: bold;
  padding: 10px;
  margin-top: 15px;
}
.quote {
  color: #FFCC00;
  line-height: 140%;
  
}
#footer {
  background: url(/Portals/0/images/footer_bkgd.jpg);
  padding: 9px 10px 23px 10px;
  border-bottom: 5px solid #000000;
}
#copyright {
  color: #FFFFFF;
  float: left;
  width: 250px;
    font-size: .75em;
}
#bottomlinks {
  float: right;
  text-align:right;
   width: 150px;
  font-size: .7em;
}
#bottomlinks a,#bottomlinks a:link,#bottomlinks a:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
#loginlinks {
  font-size: .75em;
  padding-top: 5px;

}
#loginlinks a,#loginlinks a:link,#loginlinks a:visited {
  color: #CC0000;
}
/*homepage styles*/
#slugline {
  background: url(/Portals/0/images/slugline_bkgd.jpg) no-repeat;
  font-size: .75em;
    padding: 8px 0 13px 17px;

}
#date {
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  width: 200px;
  padding-right: 22px;

}
#scroll {
  color: #FFD943;
  float: left;
  width: 415px;

}
#scroll a,#scroll a:link,#scroll a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#contentholder {
  background-color: #000000;
  padding-bottom: 15px;
}

#homeleft {
  float: left;
  width: 541px;  
  border-left: 9px solid #000000;

}
#flash {
position: relative;
z-index: 0;

 
}
#gallery {
  margin-top: -18px;

}
#gallery h1 {
  position: relative;
  z-index: 1000;
    line-height:130%;

}
#newsbits {

 font-size: .75em;
 padding: 5px;
}
#tailgateindex {
  float: left;
  width: 237px;
  border: 1px solid #555555;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;

}
#tailgateindex h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-align: left;
}
#tailgateblog {
  float: left;
  width: 231px;
  border: 1px solid #555555;
  color: #FFFFFF;
    margin-left: 10px;
  padding: 10px 10px 10px 10px;
  line-height: 140%;
}
#tailgateblog p {
 padding-bottom: 10px;
}
#tailgateblog h2 {
  font-size: 1.5em;
    margin-bottom: 8px;
	line-height:130%;
}
#tailgateblog a,#tailgateblog a:link,#tailgateblog a:visited {
   color: #9C190D;
}
#blankborder {
  border: 1px solid #555555;
  padding: 6px;
  background-color: #000000;
  width: 509px;
  margin-left: 5px;
  margin-top: 8px;
}
#homeright {
  float: left;
  width: 320px;
  border-left: 6px solid #000000;
}
#intro {
  color: #FFFFFF;
  font-size: .8em;
  background-color: #333333;
  line-height: 155%;
  padding: 0 15px 15px 15px;
}
#intro h1 {
  color: #FFCC00;
  font-size: 1.5em;
  margin-bottom: 10px;
}
#whatstailgate {
  margin-top: 7px;
}
#description {
  margin-right: 4px;
  padding: 10px;
  color: #FFFFFF;
  font-size: .75em;
  line-height: 150%;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right:1px solid #333333;
  margin-bottom: 10px;
}
#description a,#description a:link,#description a:visited {
   color: #FFCC00;
   text-decoration: none;
}
#quotesborder {
  background-color: #333333;
  padding: 5px;
  margin-right: 4px;
}
#quotes {
  color: #FFFFFF;
  font-size: .75em;
  border: 1px solid #000000;
  padding: 10px;
  line-height: 160%;
}
#quotes a,#quotes a:link,#quotes a:visited {
  color: #FFCC00;
}
#quotes p {
  padding-bottom: 10px;
}
/*carousel*/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#3F3F3F;
	padding:0px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

#html-carousel { 
    background: #000000;
}


#html-carousel .carousel-list li { 
    width: 177px; 

    padding: 8px 4px 8px 4px;

    margin: 0;
    color: #3F3F3F;
}

#html-carousel .carousel-list li img { 

    display:block; 
}

#html-carousel {

    float: left;
    width: 544px;
	margin-left: -4px;

}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
	width: 11px;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}
#arrowbar {
  float: left;
  width: 507px;
  padding: 6px 4px 0 4px;
}
/* Overlay */
#overlay {
  width: 200px;
  height: 80px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

			
    margin: 0px;
    padding: 0px;
}



/* ================================
    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 {

}

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:  18px;
    font-weight:    normal;
   color: #CCCCCC;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}


/* 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
}
/* Custom admin module fixes */
#dnn_ctr605_DD select{
  width: 110px;
}
#dnn_ctr606_DD select{
  width: 110px;
}
#dnn_ctr607_DD select{
  width: 110px;
}
/* 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;
}


/*Container style*/
.dropdown select {
  font-size: 10px;
  font-size: Arial, sans-serif;
}


/*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 \*/


#maptable  {
	padding:0px;
	margin:0px;
	background-image:url(/portals/0/Uploads/Images/map.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:347px;
	position:relative;
	line-height:120%;

}

#maptable a,#maptable a:link,#maptable a:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	cursor:hand;

	
}

#maptable a:hover {
 	text-decoration: underline;
	
}


#balt{
position: absolute;
top:135px;
left: 457px;
z-index: 600;
}


#denver{
position: absolute;
top:150px;
left: 163px;
z-index: 600;
}

#tampa{
position: absolute;
top: 270px;
left: 365px;
z-index: 600;
}

#hou{
position: absolute;
top: 265px;
left: 220px;
z-index: 600;
}


#sd{
position: absolute;
top: 214px;
left: 3px;
z-index: 600;
}

#cin{
position: absolute;
top: 145px;
left: 377px;
z-index: 600;
}

#miami{
position: absolute;
top: 298px;
left: 445px;
z-index: 600;
}

#kc{
position: absolute;
top: 155px;
left: 240px;
z-index: 600;
}

#buf{
position: absolute;
top: 80px;
left: 430px;
z-index: 600;
}

#phil{
position: absolute;
top: 118px;
left: 455px;
z-index: 600;
}

#pho{
position: absolute;
top: 190px;
left: 95px;
z-index: 600;
}

#dc{
position: absolute;
top: 150px;
left: 450px;
z-index: 600;
}

#gb{
position: absolute;
top: 50px;
left: 305px;
z-index: 600;
}

#jack{
position: absolute;
top: 240px;
left: 420px;
z-index: 600;
}

#oak{
position: absolute;
top: 110px;
left: 30px;
z-index: 600;
}

#ind{
position: absolute;
top: 122px;
left: 275px;
z-index: 600;
}

#nash{
position: absolute;
top: 190px;
left: 340px;
z-index: 600;
}

#ny{
position: absolute;
top: 90px;
left: 470px;
z-index: 600;
}

#pitt{
position: absolute;
top: 125px;
left: 373px;
z-index: 600;
}

#bos{
position: absolute;
top: 40px;
left: 450px;
z-index: 600;
}

#sf{
position: absolute;
top: 130px;
left: 30px;
z-index: 600;
}

#cleve{
position: absolute;
top: 95px;
left: 400px;
z-index: 600;
}

#char{
position: absolute;
top: 180px;
left: 420px;
z-index: 600;
}

#la{
position: absolute;
top: 185px;
left: 20px;
z-index: 600;
}

#min{
position: absolute;
top: 62px;
left: 225px;
z-index: 600;
}

#dallas{
position: absolute;
top: 235px;
left: 220px;
z-index: 600;
}

#chi{
position: absolute;
top: 105px;
left: 284px;
z-index: 600;
}

#atl{
position: absolute;
top: 210px;
left: 390px;
z-index: 600;
}

#no{
position: absolute;
top: 234px;
left: 300px;
z-index: 600;
}


#stl{
position: absolute;
top: 153px;
left: 324px;
z-index: 600;
}


#det{
position: absolute;
top: 80px;
left: 360px;
z-index: 600;
}


#seat{
position: absolute;
top:24px;
left: 40px;
z-index: 600;
}


.NukeFeeds_ItemContentDefault  {
	color: #ffffff;
	font-size:1em;
	line-height:160%;
	font-family:Arial, Helvetica, sans-serif;

}



.NukeFeeds_ItemTitleDefault {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;


}

.currentItemHighlight  {
	color: #FFCC00;
	text-decoration:underline;


}


.currentItemHighlight:hover  {
	color: #FFCC00;
	text-decoration:none;


}


/* CSS needed for the ajax map */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
	font-size:1em;
	color:#000000;
}



#ajax_tooltipObj a, #ajax_tooltipObj a:link, #ajax_tooltipObj a:visited{
	z-index:1000000;
	text-align:left;
	font-size:1em;
	color:#CC0000;
}




#ajax_tooltipObj ul, li{
margin-left: 10px;
list-style-image:url(/portals/0/ajax/images/bull2.gif);
margin-top:2px;

}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj h3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:130%;


}



/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('/portals/0/ajax/images/arrow2.gif');
	width:20px;
	position:absolute;
	left:1px;
	top:10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;

}

#ajax_tooltipObj .ajax_tooltip_content{

	background-image: url(/portals/0/ajax/images/square.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:18px;	/* Same as border thickness */
	top:-30px;
	width:181px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	padding:15px 10px 10px 15px;	/* Space between border and content */
	font-size:0.7em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
	white-space: normal;
}