﻿
/*****************************************************
*** Highlight
*****************************************************/
.HomeHighPanel
{
    clear: both;
    display: block;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
.HomeHighLeft
{
    display: block;
    float: left;
    width: 315px;
    height: 150px;
    overflow: hidden;
}
.HomeHighRight
{
    display: block;
    float: left;
    width: 320px;
}
.HomeHighHeader
{
    display: block;
    clear: both;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    color: #a4a4a4;
    text-decoration: none;
    text-transform: uppercase;
}
.HomeHighTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    color: #588527;
    text-decoration: none;
}
.HomeHighDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.8em;
    color: #5d5850;
    text-decoration: none;
    margin-top: 5px;
}

/*****************************************************
*** News
*****************************************************/
.HomeNewsPanel
{
    display: block;
    float: left;
    width: 425px;
    margin-top: 10px;
}
.HomeNewsTitleFirst
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    color: #5d5850;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 5px;
}
.HomeNewsTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-size: 0.7em;
    font-weight: bold;
    color: #5d5850;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 15px;
    line-height: 20px;
    background-image: url(/RevistaHorse/WebSite/App_Structure/Header/MenuIcon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

/*****************************************************
*** Call
*****************************************************/
.HomeCallPanel
{
    display: block;
    clear: both;
    padding-bottom: 10px;
    margin-top: 15px;
} 
.HomeCallColumn
{
    display: block;
    float: left;
    width: 200px;
}
.HomeCallItem
{
    padding: 7px 0px 3px 0px;
    display: block;
    clear: both;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
}
.HomeCallTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    font-size: 9pt;
    color: #396905;
    text-decoration: none;
    margin-top: 3px;
}

/*****************************************************
*** Track
*****************************************************/
.HomeTrackPanel
{
    display: block;
    float: left;
    width: 209px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cccccc;
    margin-top: 10px;
}
.HomeTrackItem
{
    display: block;
    clear: both;
    width: 190px;
    margin-left: 15px;
}
.HomeTrackDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #5d5850;
    text-decoration: none;
    margin-top: 5px;
}

/*****************************************************
*** Schedule
*****************************************************/
.HomeSchedulePanel
{
    display: block;
    clear: both;
    margin-top: 5px;
}
.HomeScheduleCell
{
    width: 150px;
    vertical-align: top;
}
.HomeScheduleDate
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #5d5850;
    text-decoration: none;
    margin-top: 6px;
    margin-right: 10px;
    padding-left: 15px;
    line-height: 10px;
    background-image: url(/RevistaHorse/WebSite/App_Structure/Header/MenuIcon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
.HomeScheduleTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    font-size: 9pt;
    color: #3060aa;
    text-decoration: none;
    padding-bottom: 6px;
    margin-right: 10px;
    padding-left: 15px;
}

/*****************************************************
*** Columnist
*****************************************************/
.HomeColumnistPanel
{
    display: block;
    float: left;
    width: 416px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cccccc;
    margin-top: 15px;
    padding-left: 10px;
}
.HomeColumnistLine
{
    display: block;
    clear: both;
}
.HomeColumnistItem
{
    display: block;
    float: left;
    width: 200px;
    margin-bottom: 5px;
    margin-top: 2px;
}
.HomeColumnistItemLeft
{
    float: left;
    display: block;
    width: 50px;
    border: 1px solid #aaaaaa;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
}
.HomeColumnistItemRight
{
    width: 138px;
    float: left;
}
.HomeColumnistAuthor
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.7em;
    color: #c76423;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding-top: 3px;
}
.HomeColumnistTitle
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #5d5850;
    text-decoration: none;
}

/*****************************************************
*** Blog
*****************************************************/
.HomeBlogPanel
{
    display: block;
    clear: both;
    width: 633px;
    background-color: #f9f9f9;
    background-image: url(/RevistaHorse/WebSite/Blog/Back.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: 15px;
}
.HomeBlogImage
{
    width: 80px;
    background-color: #ffffff;
    padding: 2px;
    vertical-align: top;
}
.HomeBlogText
{
    width: 108px;
    padding: 3px 0px 0px 3px;
    vertical-align: top;
}
.HomeBlogName
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Arial, Tahoma;
    font-size: 13pt;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
}
.HomeBlogTitle
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 8pt;
    color: #375d0d;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}

/*****************************************************
*** Publicity
*****************************************************/
.HomePublicityPanel
{
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}