/******** Menu Settings ************/

#MainContainer
{
	vertical-align:top; 
	margin-top:0px;
	width: 900px;
}


#MainContainer td
{
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}


/****** Container settings are redundant *****/
.main_dnnmenu_container {
}

/****** Main Menu Bar ******/
.main_dnnmenu_bar {
    cursor: pointer; 
    vertical-align: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700;
    color: #ffffff;
    text-align: right;
    z-index: 10000;
    
}

/******* Items displayed in Main Menu Bar  ****/
.main_dnnmenu_rootitem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight:700;
    text-align: right;
    padding-top: 20px;
    padding-left: 46px; /* works in both ie and firefox */
/*    width: 100px;  works in IE but not Firefox */
    z-index: 10000;
}

.main_dnnmenu_RootMenuItemBreadcrumb  {   
    background-color: #687777;
    text-align: right;
    padding-top: 16px;
    padding-left: 46px; /* works in both ie and firefox */
/*    width: 100px;  works in IE but not Firefox */
    z-index: 10000;
}

/***** Sub menu container *****/
.main_dnnmenu_submenu {
    width: 230px;
    height: 30px;
    background-color: #2F3C40;
    vertical-align: middle;
    padding-left: 5px;
    border-top: solid 1px #3f5156;
    border-bottom: solid 3px #3f5156;
    z-index: 10000;
    cursor: pointer;

}

/**** Sub menu table defn ****/
.main_dnnmenu_submenu td {
    border-bottom: solid 1px #3f5156;

}

/**** Sub menu items *****/
.main_dnnmenu_item {
    font-weight: Normal;
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    color: #ffffff;
    text-align:left;   
    vertical-align: middle;
    height: 20px;
    z-index: 10000;
}

/**** Menu/Sub-Menu Item hover *****/
.main_dnnmenu_itemhover {
    background-color: #687777;

}

/**** Menu Icon ****/
.main_dnnmenu_icon {
    display: none;

}


/**** Menu arrow ****/
.main_dnnmenu_arrow
{
    font-family: Webdings;
    color: #3f5156;
    vertical-align: bottom;

}

/***** Content Styles *****/

H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#003264;
	margin-top:0;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2F3C40;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003264;
                padding: 0px
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #708EC2;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #708EC2;
        padding-bottom: 0px;
        padding-top: 0px;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

TD {
     padding-bottom:0;
     padding-top:0;
}

UL LI  {
        list-style-image: url("/bristol/portals/0/bullet.bmp"); 
        list-style-type: disc;
        padding-bottom: 15px;
      }

UL LI LI    {
        list-style-image: url("/Haden/portals/0/arrow.gif"); 
        list-style-type: disc;
        padding-top: 1;
       padding-bottom: 15px;
      }

UL LI LI LI {
        list-style-image: url("/Haden/portals/0/arrow.gif"); 
        list-style-type: circle; 
        padding-top: 4;
        padding-bottom: 4;

}


a:link {
	color: #596366;
	text-decoration: none;
}
a:link img {
	color: #F0F0F0;
}
a:focus img {
	color: #F0F0F0;
}
a:visited {
	text-decoration: none;
	color: #596366;
}
a:visited img {
	color: #F0F0F0;
}
a:hover {
	text-decoration: none;
	color: #003264;
}
a:hover img{
	text-decoration: none;
	color: #003264;
}
a:active {
	text-decoration: none;
	color: #596366
}
a:active img{
	text-decoration: none;
	color: #596366
}


.BreadcrumbStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #687777;
}

.FooterStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #596366;
    margin-right: 20px;
}

.QuickLinkStyle  {
}

/****** colours ******/

.green 	{color: #66226f;}
.red 	{color: #C60C30;}
.purple {color: #C60C30;}
.orange	{color: #DB9E2C;}

/*** Avoid images having hyperlink borders **/
image
{
border-style: none; }


/* end */

td.PageTopBar
{
	height:10;
	background:#003264;
}

/* Parts Module */
.PartsSelectionTable {
}

.PartsSelectionLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003462;
    padding-left: 20px;
    font-weight: bold;
}

.PartsSelectionDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    width: 150px;
}

.PartsSpecificationsTableHeader {
font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003462;
                padding-bottom: 20px;
}

.PartsSpecificationsTable {
}

.PartsSpecificationsLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003462;
    padding-left: 20px;
    font-weight: bold;
}

.PartsSpecificationsData {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding: 20px;
}



