#btnRSS
{
    background-image:url(images/rss1.gif);
    background-position:right top;
    background-repeat:no-repeat;
    height:20px;
    padding:0px;
    width:39px;    
}
#btnRSS a.btnSml:link, #btnRSS a.btnSml:active, #btnRSS a.btnSml:visited, #btnRSS a.btnSml:hover
{
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 29px;
    text-decoration:none;
    vertical-align:bottom;
}

#btnPrint
{
    /*background-image:url('images/printpage.gif');
    background-position:left top;
    background-repeat:no-repeat;
    height:20px;
    width:70px;*/
    padding:0px;
}
#btnPrint a.btnLrg:link, #btnPrint a.btnLrg:active, #btnPrint a.btnLrg:visited, #btnPrint a.btnLrg:hover
{
    background-image:url('images/printpage.gif');
    background-position:left top;
    background-repeat:no-repeat;
    height:20px;
    width:70px;
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 0px;
    text-decoration:none;
    vertical-align:bottom;
    display: block;
}

#btnEmail
{
    background-image:url(images/emailpage.gif);
    background-position:right top;
    background-repeat:no-repeat;
    height:20px;
    padding:0px;
    padding-left: 30px;
    width:70px;
}
#btnEmail a.btnLrg:link, #btnEmail a.btnLrg:active, #btnEmail a.btnLrg:visited, #btnEmail a.btnLrg:hover
{
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 60px;
    text-decoration:none;
    vertical-align:bottom;
}



#btnSaved
{
    background-image:url(images/saved.gif);
    background-position:right top;
    background-repeat:no-repeat;
    height:20px;
    padding:0px;
    width:70px;
}
#btnSaved a.btnLrg:link, #btnSaved a.btnLrg:active, #btnSaved a.btnLrg:visited, #btnSaved a.btnLrg:hover
{
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 60px;
    text-decoration:none;
    vertical-align:bottom;
}


#btnSavePage
{
    background-image:url(images/savepage.gif);
    background-position:right top;
    background-repeat:no-repeat;
    height:20px;
    padding:0px;
    width:70px;
}
#btnSavePage a.btnLrg:link, #btnSavePage a.btnLrg:active, #btnSavePage a.btnLrg:visited, #btnSavePage a.btnLrg:hover
{
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 60px;
    text-decoration:none;
    vertical-align:bottom;
}




#btnCanNotBeSaved
{
    background-image:url(images/error.gif);
    background-position:right top;
    background-repeat:no-repeat;
    height:20px;
    padding:0px;
    width:70px;
}
#btnCanNotBeSaved a.btnLrg:link, #btnCanNotBeSaved a.btnLrg:active, #btnCanNotBeSaved a.btnLrg:visited, #btnCanNotBeSaved a.btnLrg:hover
{
    font-size:0px;
    line-height:0px;
    padding:10px 0px 10px 60px;
    text-decoration:none;
    vertical-align:bottom;
}



ButtonsMessage {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
	color:#888888;
	font-size:10px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
}

/* Video Styles */
.vid-left
{
    background-color:transparent;
    background-image: url(images/video/left-shdw.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: right top;
}
.vid-right
{
    background-color:transparent;
    background-image: url(images/video/right-shdw.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left top    
}
