*{
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 13px;
}

ul{
    list-style: none;
}

a:link, a:visited{
    color: #346C85;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #999933;
}

a img{
    border: none;
}

#theSideReel{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 10px;
}

/*min-width*/
* html #theSideReel{
    width: 10px;
}

#theSideReel #main{
    width: 230px;
    margin-right: 10px;
    overflow: hidden;
}

#header{
    background-color: #346C85;
    height: 56px;
}

#close{
    color: #fff;
    float: right;
    display: block;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
    background: url('../../images/background/small_icons/close.gif') no-repeat;
    margin: 10px;
}

#logo{
    float: left;
    display: block;
    height: 53px;
    width: 109px;
    background: url('../../images/background/iframe/logo.png');
    text-indent: -9999px;
}

#main h2{
    background-color: #E4E7E2;
    border-top: 1px solid #346C85;
    border-bottom: 1px solid #346C85;
    padding: 5px 10px;
    color: #555;
}

#main h3{
    margin-bottom: 3px;
}

#main h3 a{
    font-size: 15px;
}

#main h4{
    color: #444;
    margin-bottom: 3px;
}

#main td, #main th{
    padding: 3px 6px 3px 0;
    vertical-align: top;
}

#otherSources td{
    padding-right: 15px;
}

#main th{
    text-align: right;
}

#linkQuality a{
    padding-left: 22px;
    line-height: 16px;
    background: url('../../images/background/small_icons/error_watch.gif') left no-repeat;
}

#watchLinkTools a{
    display: block;
}

#main .innerBlock{
    padding: 7px 10px 15px;
}

#footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 230px;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

#ad{
    padding: 15px 0;
    text-align: center;
}

#rss{
    background-color: #346C85;;
    padding: 5px 10px;
}

#rss a{
    color: #fff;
    padding-left: 22px;
    line-height: 16px;
    background: url('../../images/background/small_icons/feed_watch.gif') left no-repeat;
}

#toggler{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    background-color: #999;
    height: 100%;
}

#toggleLink{
    display: block;
    width: 8px;
    height: 71px;
    text-indent: -9999px;
    position: absolute;
    top: 43%;
    left: 1px;
    outline: none;
    background: url('../../images/background/iframe/toggler.png') 0 -71px;
}

#toggler a.on{
    background: url('../../images/background/iframe/toggler.png') 0 0;
}

#frame{
    position: absolute;
}


/*Link Edits
----------------------------------------------------------------------------------*/
#addWatchForm{
    display: none;
}

.adjunct{
    float:right;
    line-height: 16px;
    margin-top: -22px;
    padding: 0 10px 0 22px;
    font-weight: bold;
    background: url('../../images/background/small_icons/page_edit.gif') left no-repeat;
}

#addWatchForm .text{
    width: 206px;
    padding: 2px;
    border: 1px solid #555;
    display: block;
    margin: 3px 0 12px;
}

#addWatchForm select{
    width: 50%;
    border: 1px solid #555;
}

#addWatchLinkMessages{
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #CDB05A;
    background: url('../../images/ajax_loader.gif') left top no-repeat;
    display: none;
}

/*Link Actions
-----------------------------------------------------*/
#linkActions ul li{
    line-height: 16px;   
}

#addToFavoritesLink{
    padding-left: 20px;
    background: url(../../images/background/small_icons.gif) left -21px no-repeat;
}

#share{
    padding-left: 20px;
    background: url(../../images/background/small_icons.gif) left -100px no-repeat;
}

