*{
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 13px;
}

.wip{
    display: none;
}

ul{
    list-style: none;
}

a:link, a:visited{
    color: #346C85;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
   
}

a img{
    border: none;
}

#theleftframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 10px;
}

/*min-width*/
* html #theleftframe{
    width: 10px;
}

#theleftframe #main{
    width: 305px;
    margin-right: 10px;
    overflow: hidden;
}

#header{
    background-color: #000000;
    height: 56px;
}

#programpage{
    display: none;
}

#close{
    color: #fff;
    float: right;
    display: block;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
    background: url('../images/close.gif') no-repeat;
    margin: 10px;
}


#logo{
    float: left;
    display: block;
    height: 74px;
    width: 250px;
    background: url('../images/logo3.png') no-repeat;
    text-indent: -9999px;
	
}

#main h2{
    background-color: #E4E7E2;
    border-top: 1px solid #346C85;
    border-bottom: 1px solid #346C85;
    padding: 7px 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;
}

.linkActions{
    padding: 0 0 10px 10px;
}

a.broken{
    padding-left: 22px;
    line-height: 16px;
    background: url('../_img/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;
}

#copyright{
    background-color: #346C85;;
    padding: 5px 10px;
}

#copyright a{
    color: #ccc;
    line-height: 16px;
}

#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/toggler.png') 0 -71px;
}

#toggler a.on{
    background: url('../images/toggler.png') 0 0;
}

#frame{
    position: absolute;
}

.atomActivity{
    padding: 2px 6px;
}

.atomActivity li a{
    display: block;
    padding: 4px 4px 4px 30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}

.atomActivity li{
    border-top: 1px solid #DBD9CF;
}

.atomActivity li:first-child{
    border-top: none;
}

.writeReview a{
    background: url(../_img/background/iframeActivity.png) left 4px no-repeat;
}

.joinDiscussion a{
    background: url(../_img/background/iframeActivity.png) left -96px no-repeat;
}

.addNews a{
    background: url(../_img/background/iframeActivity.png) left -135px no-repeat;
}

/*Link Edits
----------------------------------------------------------------------------------*/
#addWatchForm{
    display: none;
}

.adjunct{
    float:right;
    line-height: 16px;
    margin-top: -24px;
    margin-right: 5px;
}

#getInvolved .more{
     color: #fff;
    padding: 0 5px;
    line-height: 18px;
    background: url( ../_img/background/button_bg.jpg ) top repeat-x;
    color: #fff;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: normal;
    margin-top: -26px;
}

.edit{
    padding-left: 22px;
    background: url('../_img/background/small_icons/page_edit.gif') left no-repeat;
    margin-right: 10px;
}

#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('../_img/ajax_loader.gif') left top no-repeat;
    display: none;
}

/*Link Actions
-----------------------------------------------------*/
#linkActions ul li{
    line-height: 16px;   
}

#addToFavoritesLink{
    padding-left: 20px;
    background: url(../_img/background/small_icons.gif) left -21px no-repeat;
}

#share{
    padding-left: 20px;
    background: url(../_img/background/small_icons.gif) left -100px no-repeat;
}


/*-----------------------------------------------------*/

.atest {
	background-image:url('../images/play4_2.gif');
	background-position: 0;
	background-repeat:no-repeat;
	color:#454730;#722123;#4B4B4B;
	text-decoration:none;
}

.atest:hover {
	background-image:url('../images/play4.gif');
	background-repeat:no-repeat;
	color:#000000;#2979B4;
	text-decoration:none;
}

.atest:visited {
	text-decoration:line-through;
}



