﻿.ArticleTitleHeader
{
    border:0px solid white;
    width:702px;
    height:45px;
    background:url(Layout/images/HeaderItem.png) no-repeat center 0px ;
}
.ArticleTitleText
{
    padding:9px 5px 5px 10px;
    font-size:1.7em;
}

.ArticleHeaderText
{
    width:80%; margin:15px; font-size:1.6em; line-height:2em; border:1px solid grey; background-color: #363636; padding:15px; text-align:center;
}

.itemWrapper
{
    width:155px;
    margin-left:15px;
    display:block;
    opacity:0.65;
    filter:alpha(opacity=65);
    outline:0;

}
.itemWrapper:active
{
    outline:0;
}
.itemWrapper:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}
.itemTitle
{
    padding:12px 0 0 22px;
    width:133px;
    text-align:left;
    font-weight:bold;
    height:32px;
    background:url(/App_Themes/Global/Images/Icons/Bullet1.gif) no-repeat 5px 12px ;
    outline:0px;
}
.itemTitleWrapper
{
    margin-top:3px;
    width:159px;
    height:38px;
    background:url(layout/images/BikeName.jpg) no-repeat center center;
    outline:0px;
}
.itemImage
{
    border:2px solid #2f3031;
    margin-top:10px;
    width:155px;
    height:92px;
    background-color:white;
    outline:0px;
    overflow:hidden;
    text-align:center;
}
.BikeListTitleText
{
    display:block;
    font-size:1.5em;
    padding:7px 0 0 10px ;
    width:635px;
}

.Breadcrumbs
{
    font-weight:400;
    font-size:12px;
    text-align:left;
    width:723px;
    line-height:20px;
    margin-bottom:10px;
    margin-left:5px;
}
.Button
{
    border:1px solid #3f3f3f;
    background: url(buttons/images/buttonBG.jpg) repeat-x;
    color:White;
}
.Textbox
{
    border:1px solid #3f3f3f;
     background-color:Black;
     color:White;
}

.EventBody
{
    padding:15px;
    font-size:1.4em;
    line-height:1.6em;
    width:657px;
    border:0px solid white;
    display:block;
    overflow:hidden;
}

.EventsTitleText
{
            display:block;
    font-size:1.5em;
    padding:10px;
    padding-left:39px;
    width:635px;
    background:url(/App_Themes/Global/Images/Icons/calender.png) no-repeat 5px 6px;
}

.EventItem
{
    display:block;
    font-size:1.5em;
    padding:10px;
    padding-left:39px;
    width:635px;
    background:url(/App_Themes/Global/Images/Icons/Knob_Forward.png) no-repeat 4px 4px;
}
.EventItemLink
{
    text-decoration:none;
}
.EventItem:hover
{
    background-color:#333333;
    border:1px solid grey;
    color:White;
    width:648px;
}

ul.EventList
{
    
}
ul.EventList li
{
    list-style-image: url(/App_Themes/Global/Images/Icons/Knob_Forward.png);
    list-style-position:outside;
}
ul.EventList li:hover
{
    border:0px solid white;
}
ul.EventList li a
{
    
}


