#tablePadding
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
#bookMarkHeader
{
    border-bottom-width: 3px;
    border-bottom: 3px solid #0070C0;
    color: #153E7E;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
#imgThumb
{
    width: 140px;
    height: 110px; 
    background: url('../images/border.png'); 
    background-repeat: no-repeat; 
    padding-top: 9px;
}
#imgThumb1
{
    width: 140px;
    height: 110px; 
    background: url('../images/border1.png'); 
    background-repeat: no-repeat; 
    padding-top: 9px;
}
#imgThumb2
{
    width: 140px;
    height: 110px; 
    background: url('../images/border2.png'); 
    background-repeat: no-repeat; 
    padding-top: 9px;
}
#titleLink
{
    text-align: left; 
    width: 160px;
    color: #0070C0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    
}
#publicTitleLink
{
    text-align: left; 
    width: 590px;
    color: #0070C0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    margin-left: 0;
    left: 0;
}
#title
{
    text-align: left; 
    width: 160px;
    color: #0070C0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #0070C0;
}
#publicTitle
{
    text-align: left; 
    width: 590px;
    color: #0070C0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #0070C0;
    margin-left: 0;
    left: 0;
}
#dateBox
{
    text-align: right; 
    border: 1px solid #0070C0; 
    width: 85px;
    vertical-align: text-bottom;
    padding-bottom: 0;

}

#desc
{
    text-align: left;
    color: rgb(30,0,0);
    width: 230px;
}
#publicDesc
{
    text-align: left;
    color: rgb(30,0,0);
    width: 620px;
}
#urlLink
{
    text-align: left;
    color: blue;
    text-decoration: underline;
    width: 230px;
    padding: 0;
    width: 230px;
}
#publicUrlLink
{
    text-align: left;
    color: blue;
    text-decoration: underline;
    width: 620px;
    padding: 0;
}

span#action
{
    text-align: left;
    color: #0070C0;
    padding: 0;
}

a#action
{
    color: #0070C0;
    text-decoration: none;
}

span#tag
{
    text-align: left;
    color: #000;
}

a#tag
{
    border: 1px solid  #0070C0;
    color: #000;
    text-decoration: none;
}
a:hover#tag
{
    background-color: #999999;
}
#btnPublicBookmark
{
    width: 96px;
    height: 48px;
    background: url("../images/btn_publicBookmark.png");
    background-repeat: no-repeat;
    border: 0;
}

#btnAddNewBookmark
{
    width: 96px;
    height: 48px;
    background: url("../images/btn_add.png");
    background-repeat: no-repeat;
    border: 0;
}
#prevNext
{
     width: auto;
     color: black;
     padding-top: 20px;
     padding-bottom: 20px;
     border-bottom-width: 0px;
     border-bottom-style: none;
     font-weight: bold;
     font-size: 14px;
     font-weight: bold;
}
#prevNext a:link, #prevNext a:visited, #prevNext a:active 
{
	 color: blue;
     text-decoration: none;
}
#prevNext a:hover 
{
     color: #ccc;
     text-decoration: none;
}
#data
{
	font-size: 14px;
	font-weight: bold;
    text-align: left;
    color: #0070C0;
    padding: 0;
}
#dataIfo
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #0070C0;
    padding: 0;
}
#screenshot
{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:4px;
    display:none;
    color:#fff;
    width: 300;
    WORD-BREAK:BREAK-ALL;
}
