﻿/* Lists */

ul.thumbs 
{
    list-style-type: none;
    padding-left: 0;
    }
ul.thumbs li 
{
    clear: both;
    margin-bottom: 1em;
    }
ul.thumbs a 
{
    font-weight: bold;
    }
ul.thumbs img 
{
    border: 0;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    }


ul.bullets 
{
    list-style-image: url('Icons/bullet_blue.png');
    }
ul.bullets li 
{
    margin-bottom: 1em;
    }
ul.bullets a 
{
    font-weight: bold;
    }
ul.bullets cite 
{
    color: Green;
    font-style: normal;
    }


ul.search 
{
    list-style-type: none;
    padding-left: 0;
    }
ul.search li 
{
    margin-bottom: 1em;
    }
ul.search a 
{
    font-size: 125%;
    }
ul.search cite 
{
    color: Green;
    font-style: normal;
    }
ul.search .highlight 
{
    font-weight: bold;
    }


ul .text 
{
    display: block;
    }


ul.icons 
{
    list-style: none;
    margin: 0;
    padding: 0;
    }
ul.icons a 
{
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 21px;
    }

ul.down 
{
    list-style-type: none;
    list-style-image: url('Icons/bullet_down.gif');
    }

a.more 
{
    padding-right: 13px;
    background: url('Icons/arrow_right.gif') no-repeat right 3px;
    font-size: 90%;
    }

.right 
{
    float: right;
    margin: 0 0 1em 1em;
    }
.button 
{
    background-image: url('Images/button_bg.gif');
    height: 24px;
    width: 84px;
    border: none;
    }
.TextBox 
{
    width: 250px;
    }
.TextArea 
{
    width: 370px;
    }



div.search 
{
    background-color: #FFFFFF;
    border: solid 1px rgb(140,173,215);
    padding-left: 2px;
    width: 280px;
    }
div.search input
{
    border: none;
    padding: 2px;
    vertical-align: middle;
    }


.logo 
{
    clear: both;
    }
.logo img
{
    background: url('Images/logo_background.gif') no-repeat center center;
    float: left;
    height: 31px;
    margin: 0 15px 1.5em 0;
    padding: 30px 29px 30px 29px;
    width: 88px;
    }

p.screenshot 
{
    float: right;
    margin: 0 0 1.2em 1.2em;
    font-size: 90%;
    }
p.screenshot img
{
    background: url('Images/screenshot_bg.png') no-repeat top left;
    display: block;
    height: 180px;
    padding: 1px 11px 11px 1px;
    width: 240px;
    }

.SiteMapPath 
{
	padding-left: 2px; 
    }
.PathSeparator 
{
    background: url('Icons/PathSeparator.png') no-repeat center center;
    display: inline-block;
    height: 9px;
	padding-left: 5px; 
	padding-right: 5px; 
    vertical-align: middle;
    width: 5px;
    }


ul.piped 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
ul.piped li
{
    background: url('Icons/pipe.png') no-repeat;
    display: inline;
    padding-left: 6px;
    padding-right: 5px;
    }
ul.piped .first
{
    background: none;
    padding-left: 0;
    }



.Support, .Author 
{
    background: url(images/comment_bg.jpg) repeat-x;
    border-top: solid 1px #D6EEF8;
    border-bottom: solid 1px #D6EEF8;
    margin: 2em 0 2em 0;
    padding: 1em 1em 0 1em;
    }
.Customer 
{
    background: url(images/customer_bg.jpg) repeat-x;
    border-top: solid 1px #E7E7E7;
    border-bottom: solid 1px #E7E7E7;
    margin: 2em 0 2em 0;
    padding: 1em 1em 0 1em;
    }

/* Icons */

.icon 
{
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px;
    padding-left: 21px;
    }
    
.print 
{
    background-image: url('Icons/print.gif');
    }
.favorites 
{
    background-image: url('Icons/favorites.gif');
    }
.email 
{
    background-image: url('Icons/mail.gif');
    }
.rss 
{
    background-image: url('Icons/rss.gif');
    }
.new 
{
    background-image: url('Icons/new.png');
    }
.edit 
{
    background-image: url('Icons/edit.png');
    }
.twitter 
{
    background-image: url(Icons/twitter.png);
    }
.facebook 
{
    background-image: url(Icons/facebook.png);
    }
.linkedin 
{
    background-image: url(Icons/linkedin.png);
    }
.rendalltechnology 
{
    background-image: url(Icons/rendalltechnology.png);
    }
.scottrendall 
{
    background-image: url(Icons/scottrendall.png);
    }

.high 
{
    background: url('Icons/high.png') no-repeat center center;
    display: inline-block;
    height: 18px;
    width: 18px;
    }
.low 
{
    background: url('Icons/low.png') no-repeat center center;
    display: inline-block;
    height: 18px;
    width: 18px;
    }


blockquote 
{
    background: url(images/blockquote.png) repeat-x;
    margin: 1.5em 0 1.5em 0;
    padding: 1em 1em 0 86px;
    }
blockquote .avatar 
{
    background-color: #FFFFFF;
    border: solid 1px rgb(193,219,250);
    border: solid 1px rgb(186,215,249);
    float: left;
    height: 48px;
    padding: 3px;
    width: 48px;
    margin-left: -71px;
    }
