/* stylesheet to customize the forum to philips standards */

#mainwrapper {
   padding: 0 13px 0 13px;
   background: url(../images/login_links_bg.gif) repeat-y center center;
}

#footerwrapper {
   padding: 0 13px 0 13px;
   background: url(../images/login_links_bg.gif) repeat-y center center;
}

h1 {
   color: #0A5DD8; 
   font-size: 16px;
   font-weight: bold;
   border-bottom: 1px solid #CCC;
   padding: 3px 0 3px 0;
   margin: 3px 0 3px 0;
}

/* login button */

a:link.login_button, a:visited.login_button {
   display: block;
   width: 80px;
   padding: 7px 0;
   background: white;
   color: #0A5DD8;
   font-weight: bold;
   text-align: center;
   border-top: 1px solid #FFF;
   border-left: 1px solid #FFF;
   text-decoration: none;
}

a:hover.login_button {
   background: #EEE;
}

/* / login button */

/* a style to shut down all banners with a shadow border */
.banner_tile {
   background: url(../images/body_bottomwrapper_bg.gif) no-repeat top center;
}

/* Header styling */
.logoTD {
   padding: 15px 0 15px 0;
}

#topnavbar {
   background: #fbfbfb url(../images/header_nav_bg_tile.gif) repeat-x top left;
   height: 20px;
   padding: 4px 0 0 35px;
}

#headertile {
   background: url(../images/header_bg_tile.gif) repeat-x top left;
}

/* End Header Styling */

/* Top Menu */
#topnavcontainer {
   margin-bottom: 1em;
   overflow: hidden;
}

#topnavlist {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#topnavlist li {
   float: left;
   line-height: 1.1em;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 0 .5em;
}

#topnavlist li a {
   padding: 0.25em 0.5em 0.25em 0.75em;
   background: url(../images/menu_arrow.gif) no-repeat left center;
   text-decoration: none;
   color: #0A5DD8;
}
/* End Top Menu */

/* banner styles */

#banner_wrapper {
   margin-top: -15px;
   background: url(../images/banner_bg_wrapper.gif) no-repeat center center;
   height: 202px;
}

#bannerdiv {
   padding: 8px 13px 14px 13px;
}

/* End banner style */

/* top bar (navigation and links */
#topbar {
   background: url(../images/login_links_bg.gif) repeat-y center center;
   padding: 0px 13px 0px 13px;
}

.topbartable {
   border: 1px solid #FFF;
}

.topbardiv {
   background: #E5F4ED url("../images/topbar2fader.gif") repeat-y right center;
   height: 26px;
   padding-top: 5px;
}

.topbartd {
   background: #E5F4ED url("../images/topbar2fader.gif") repeat-y right center;
   color: #000;
}

.topbartd2 {
   background: #FFF;
   color: #0A5DD8;
}

.topbardiv2 {
   font-size: 11px;
   padding: 0 15px 0 15px;
}

.topbardiv2 a:link, .topbardiv2 a:visited {
   color: #0A5DD8;
   font-weight: bold;
   text-decoration: none;
}

.topbardiv2 a:hover {
   text-decoration: underline;
}

/* End top bar (navigation and links */






