﻿
/*********************/
/* WidgetItem        */
/*********************/

.WidgetItem 
{
    float: left;
    margin: 10px 5px 10px;
}
   
.boxheight
{
    height: 162px;
}

.boxheight-smaller
{
    height: 319px;
}

.width-260 { width: 255px; }
.width-240 { width: 255px; }


/*********************/
/* PageBody          */
/*********************/

.WidgetItem .PageBody
{
    padding: 0 5px;
    width: auto;
}

.WidgetItem .PageBody h1
{
    margin-bottom: 10px;
    line-height:100%;
}

/*********************/
/* ImageLink         */
/*********************/

.ImageLink 
{
    position: relative;
}

.ImageLink a,
.ImageLink img
{
    border: none;
}

/*********************/
/* LinkList          */
/*********************/

.box .LinkListWidget
{
    margin: 0 0px;
    overflow:hidden;
    background-color: #F5F5F5;
    border: solid 1px #BCBCBC;
}


.box .LinkListWidget h1
{
    margin: 0;
    background-color: #84AC0B;
    color: #fff;    
    font-size: 12px;    
    padding: 5px 10px;  
    font-weight:normal;
    text-transform:uppercase;
}

.box .LinkListWidget ul {
    float: left;
    list-style: none;
    padding: 5px 10px 5px; 
}

.box .LinkListWidget ul li
{
    display: block;
    float: none;
    margin: 0px 0;    
}

.box .LinkListWidget a {
    font-size: 11px;
    text-decoration: none;
    background: Transparent url(/Chrome/Images/arrow.gif) no-repeat center left;
    color: #000;
	padding-left: 13px;
}

.box .LinkListWidget a:hover {
    text-decoration: underline;
    color:#84AC0B;
}

.box .LinkListWidget img
{
    float: right;
}

.box .boxheight-smaller .LinkListWidget img
{
    float: none;
    padding-top: 10px;
}

.Flash
{
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
}
