html, body {
    overflow-x: hidden;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', 'Tahoma', sans-serif;
}

p {
    margin: 0px;
    padding: 0px;
}

#footer {
    width: 680px;
    position: relative;
    left: 50%;
    margin-left: -380px;
    font-size: 8pt;
    margin-top: 20px;
    border-top: 1px solid #000000;
    text-align: right;
    padding-top: 2px;
    padding-right: 20px;
}

#footer a {
    color: #000000;
}

#feed {
    position: relative;
    width: 380px;
    height: 410px;
    left: 50%;
    margin-left: -380px;
}

#feed_help {
    position: relative;
    width: 350px;
    left: 50%;
    background-color: #faf0e6;
    margin-left: -380px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: normal;
    padding: 4px;
}

#feed img.mode_1 {
    width: 30px;
    height: 30px;
}

#feed img.mode_2 {
    width: 65px;
    height: 65px;
}

#category_help {
    position: relative;
    width: 300px;
    left: 50%;
    background-color: #faf0e6;
    margin-left: -150px;
    font-size: 8pt;
    font-weight: normal;
    padding: 4px;
    display: none;
}

#clip {
    position: relative;
    margin-top: 10px;
    width: 614px;
    left: 50%;
    margin-left: -300px;
    background-color: #faf0e6;
    padding: 2px;
}

#main_message span.linkable {
    cursor: pointer;
	text-decoration:underline;
}

#main_message span.selected {
    background-color: #ffd700;
}

#category, #subcategory {
    position: relative;
    width: 200px;
    margin: 0px;
    padding: 0px;
    left: 50%;
    margin-left: -100px;
    display: none;
}

#category li, #subcategory li {
    cursor: pointer;
}

#detail {
    position: absolute;
    width: 300px;
    top: 70px;
    left: 50%;
    margin-left: 0px;
}

#main_message {
    position: relative;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

li.category, li.subcategory {
    list-style-type: none;
    margin: 0.3em 0.1em;
    border: 1px gray solid;
    padding: 0px;
    width: 200px;
    font-size: 10pt;
    text-align: center;
}

#category li.selected, #subcategory li.selected {
    background: #FF8C00;
    color: #ffffff;
}

#feed img {
    cursor: pointer;
}

#feed img, #clip img {
    padding: 3px;
}

#feed img.selected {
    background-color: #FF8C00;
}

#clip img.selected {
    background-color: #0CA2FF;
}

img.loader {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: 140px;
    margin-top: -50px;
}

div.detail_img {
    text-align: center;
    height: 160px
}

div.exp {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10pt;
}

h1 {
    text-align: center;
    height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 2px;
    font-size: 12pt;
    font-family: 'Arial', 'Tahoma', sans-serif;
    background-color: #000000;
    color: #ffffff;
}

div.ranking {
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

div.error_message {
    color: #FF8C00;
    margin-left: 190px;
    margin-top: 130px;
    position: relative;
    text-align: center;
    width: 380px;
}

#clip_title {
    font-size: 10pt;
    font-weight: bold;
}

span.clip_submessage {
    font-size: 8pt;
    font-weight: normal;
    margin-left: 10px;
}
#help_btn{
	position:absolute;
	top:3px;
	right:3px;
	border : 1px solid #ffffff;
	background-color : #faf0e6;
	font-size : 8pt;
	cursor : pointer;
	padding : 1px;
}
#footer div.footer_addthis {
    float: left;
}

#footer div.footer_digg {
    float: left;
    margin-top: 1px;
}

#footer div.footer_sbm {
    float: left;
}

span.sbm {
    padding: 5px;
    text-align: right;
}

a.sbm {
    display: inline;
    margin-left: 5px;
    padding: 0px;
}

#footer div.footer_sbm  img {
    border: none;
}
