/* GLOBAL STYLES*/

* { outline:none; }

html,body {
min-height: 100%;
}

.help_link {
cursor: help;
}

img {
border: none;
vertical-align: top;
}

a:active {
outline: none;
}

.inline_right {
float: right;
margin: 0px 0px 5px 5px;
}

.inline_left {
float: left;
margin: 0px 5px 5px 0px;
}

form {
display: inline;
}

.clear {
clear: both;
}

a.feedicon {
display: block;
height: 12px;
width: 12px;
text-indent: -5000px;
overflow: hidden;
background: url('//cdn.themis-media.com/media/global/images/feedicon.gif') no-repeat;
}

a.feedicon_link {
height: 12px;
padding-left: 15px;
background: url('//cdn.themis-media.com/media/global/images/feedicon.gif') no-repeat;
text-decoration: none;
}

em em {
font-style: normal;
}

div.spoiler.hidden {
cursor: pointer;
}

.SmallFont {
font-size: 8pt;
}

blockquote.pullquote {
width: 240px;
float: right;
margin: 8px 6px 8px 15px;
padding: 10px;
border: solid 1px #000000;
border-left: solid 5px #000000;
border-right: 0px;
font-family: georgia;
font-weight: bold;
}

blockquote.pullquote div.attrib {
text-align: right;
font-size: 11px;
font-style: italic;
margin-right: 10px;
}

blockquote.pullquote p {
font-size: 18px;
line-height: 25px;
margin: 0;
}

blockquote.left {
float: left;
margin: 4px 15px 4px 6px;
border-right: solid 5px #000000;
border-left: 0px;
}

blockquote.left p {
text-align: right;
}

/* CSS FORM STYLES */

div.formError {
border: solid 1px #660000;
-moz-border-radius: 5px;
padding: 2px 5px;
background: #DF7D7D;
color: #330000;
margin-bottom: 5px;
}

form label {
position: relative;
display: block;
float: left;
white-space: nowrap;
overflow: hidden;
text-align: right;
padding-right: 5px;
width: 110px;
}

form label.CheckboxLabel {
display: inline;
float: none;
white-space: nowrap;
overflow: visible;
text-align: left;
padding-right: 0px;
width: 100%;
}

form div.formField {
padding: 1px;
}

form div.formHeader {
padding: 1px;
color: #1A4877;
font-weight: bold;
border-bottom: solid 1px #999999;
margin: 5px 15px 3px 115px;
}

form div.formSubmit {
padding: 1px;
padding-left: 116px;
}

form div.formField.Required label {
font-weight: bold;
}

form div.formField.Checkbox {
padding-left: 115px;
}

form div.formField label.CheckboxLabel {
font-weight: normal;
}

form div.formField input.TextInput {
width: 250px;
}

form div.formField input.FileInput {
width: 250px;
}

form div.formField select.SelectInput {
width: 250px;
}

form div.formField textarea.TextareaInput {
width: 500px;
}

/*** TOOLTIP DEFAULT STYLES ***/

div.tooltip {
background: #EEEEEE;
color: #000000;
padding: 2px;
font-size: 8pt;
border: solid 1px #000000;
z-index: 5000;
text-align: left;
}

div.tooltip div.tooltip_title {
font-weight: bold;
border-bottom: solid 1px #000000;
position: relative;
}

div.tooltip div.tooltip_title div.subtitle {
color:#6D8EAF;
position: absolute;
bottom: 0px;
right: 2px;
font-size: 10px;
line-height: 18px;
}

iframe.shim {
position: absolute;
z-index: 4000;
}

* html iframe.shim {
filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/*** REGISTRATION ***/

.RegistrationComboTable {
width: 765px;
margin: 10px;
background: #E9D6AE;
border: solid 1px #8B7E71;
}

.RegistrationComboTable tr td {
padding: 5px;
}

.RegistrationLoginTable tr td {
padding: 0px;
}

.SubmitInputLogin {
margin-top: 3px;
width: 57px;
height: 18px;
background: url('//cdn.themis-media.com/media/global/images/forums/button_login.gif') no-repeat;
}

.SubmitInputRegistration {
margin-top: 3px;
width: 74px;
height: 18px;
background: url('//cdn.themis-media.com/media/global/images/forums/button_register.gif') no-repeat;
}

.SubmitInputSubmit {
margin-top: 3px;
width: 65px;
height: 18px;
background: url('//cdn.themis-media.com/media/global/images/forums/button_submit.gif') no-repeat;
}

/*** STANDARD PAGINATION STYLES ***/

div.pagination {
float: right;
line-height: 16px;
}

div.pagination_pages {
background: #FFFFFF;
float: left;
margin-right: 2px;
height: 16px;
}

div.pagination_pages a {
margin: 0px 3px;
color: #000066;
}

div.pagination_pages a.active {
font-weight: bold;
}

div.pagination a.prev_page {
display: block;
background: #FFFFFF;
padding: 0px 5px;
float: left;
margin-right: 2px;
color: #000066;
}

div.pagination a.next_page {
float: left;
display: block;
background: #FFFFFF;
padding: 0px 5px;
color: #000066;
}

/*** CONTENT PAGINATION STYLES ***/

#content_pagination {
border-collapse: collapse;
}

#content_pagination tr td {
text-align: center;
font-size: 8pt;
font-weight: bold;
}

#content_pagination tr td.left {
width: 250px;
text-align: left;
}

#content_pagination tr td.right {
width: 250px;
text-align: right;
}

#content_pagination tr td.highlight a {
display: block;
width: 100%;
padding: 5px 0px;
}

#content_pagination tr td.left a {
width: 245px;
padding-left: 5px;
}

#content_pagination tr td.right a {
width: 245px;
padding-right: 5px;
}

/*** AUTOCOMPLETE STYLES ***/

div.autocomplete {
position:absolute;
width:250px;
background-color:white;
border:1px solid #888888;
margin:0px;
padding:0px;
z-index: 10000;
}

div.autocomplete ul {
list-style-type:none;
margin:0px;
padding:0px;
font-weight: normal;
}

div.autocomplete ul li.selected {
background-color: #D1D1DF;
}

div.autocomplete ul li {
color: #000000;
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
font-size: 12px;
line-height: 15px;
}

div.autocomplete ul li span.informal {
color: #666699;
padding-left: 5px;
font-size: 9px;
}

/*** Other general CSS ***/

#perma_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_permalink.gif') no-repeat;
}

#delicious_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_delicious.gif') no-repeat;
}

#reddit_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_reddit.gif') no-repeat;
}

#stumble_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_stumbleupon.gif') no-repeat;
}

#digg_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_digg.gif') no-repeat;
}

#facebook_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_facebook.gif') no-repeat;
}

#print_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_print.gif') no-repeat;
}

#email_link a {
background: url('//cdn.themis-media.com/media/global/images/icons/icon_email.gif') no-repeat;
}

#addthis_link {
position: absolute;
top: 0px;
right: 4px;
text-align: right;
}

iframe.photosynth_frame {
width: 100%;
}

div.zplet_container {
border: solid 2px #000000;
}

/*** SHARE ***/

div.share_panel {
padding-top: 1px !important;
}

div.share_content {
margin-top: 3px;
height: 17px;
position: relative;
margin-bottom: 5px;
}

div.share_facebook {
display: block;
float: left;
text-indent: 0;
width: 110px;
}

div.share_digg {
display: block;
float: left;
overflow: hidden;
text-indent: 0;
width: 126px;
}

div.share_twitter {
display: block;
float: left;
overflow: hidden;
text-indent: 0;
width: 120px;
}

div.share_google {
display: block;
float: left;
text-indent: 0;
width: 120px;
}

div.share_else {
display: block;
float: left;
overflow: hidden;
text-indent: 0;
width: 110px;
}

div.share_message {
border-top: solid 1px #DDDDDD;
font-size: 10px;
color: #333333;
text-align: center;
}

/*** IntelliTxt CSS Adjustments ***/

a.iAs {
color: #008000 ! important;
text-decoration: none ! important;
padding-bottom: 0px ! important;
border-bottom: double 3px #006600 ! important;
}

div.Classic_Archive {
display: none;
}

/*** LIVEPIPE CONTEXT MENU ***/

#control_contextmenu {
border: solid 1px #979797;
background-color:#F0F0F0;
padding: 2px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#control_contextmenu ul {
list-style:none;
padding:0;
margin:0;
cursor:pointer;
}

#control_contextmenu ul li {
text-align:left;
padding:0px 10px 0px 2px;
margin:0;
cursor:pointer;
font-family:Arial;
text-decoration:none;
color:#333;
font-size:11px;
line-height: 16px;
border:solid 1px #F0F0F0;
}

#control_contextmenu ul li img.icon {
float: left;
margin-right: 3px;
}

#control_contextmenu ul li.selected,
#control_contextmenu ul li:hover {
color:#000000;
border: solid 1px #A8D8EB;
background-color:#E8F0F4;
cursor:pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#control_contextmenu ul li.disabled,
#control_contextmenu ul li:hover.disabled {
background-color:#F0F0F0;
color:#999;
cursor:pointer;
}

/*** INLINE EDITOR ***/

#inline_editor {
border: solid 1px #000000;
}

#inline_editor_close_link {
text-align: right;
font-size: 11px;
line-height: 18px;
padding-right: 3px;
background: #CCCCCC;
border-bottom: solid 1px #999999;
}

#inline_editor_close_link a {
font-weight: bold;
color: #000000;
text-decoration: none;
}

#inline_editor_close_link a:hover {
color: #333333;
}

#inline_editor_shadow {
background: #000000;
opacity: .7;
-moz-border-radius: 5px;
}

/*** FOOTNOTES ***/

a.footnote_reference {
font-size: 8px;
vertical-align: super;
text-decoration: none;
line-height: 0px;
}

div.footnotes {
border-top: solid 1px #DDDDDD;
padding-bottom: 5px;
}

div.footnote {
font-size: 11px;
font-style: italic;
line-height: 13px;
margin-top: 5px;
}

div.footnotes div a.footnote_backlink {
font-style: normal;
text-decoration: none;
}

/*** SITE PANELS ***/

div.site_panel div.panel_list_item {
padding: 5px;
border-bottom: solid 1px #EBEBEB;
}

/*** REVIEW SCORES ***/

span.rating_tag {
padding-right: 5px;
}

span.rating_tag img {
height: 22px;
width: 22px;
}

span.rating_tag img.rating_tag_1 {
background: url('//cdn.themis-media.com/media/global/images/icons/reviewstar_on.png') no-repeat;
}

span.rating_tag img.rating_tag_0 {
background: url('//cdn.themis-media.com/media/global/images/icons/reviewstar_off.png') no-repeat;
}

/*** IMAGE GALLERY CAROUSEL ***/

div.image_gallery_carousel {
position: relative;
margin: 0px auto;
width: 640px;
height: 120px;
}

div.image_gallery_carousel a.carousel-control {
position:absolute;
display:block;
width:15px;
height:61px;
top:30px;
text-indent: -5000px;
background: #CCCCCC;
z-index: 105;
background: url('//cdn.themis-media.com/media/global/images/library/scroll_left.gif') center center no-repeat;
}

div.image_gallery_carousel a.carousel-control-prev { left: 5px; }
div.image_gallery_carousel a.carousel-control-next { left: 620px; background: url('//cdn.themis-media.com/media/global/images/library/scroll_right.gif') center center no-repeat; }

div.image_gallery_carousel div.image_gallery_carousel_wrapper {
position:absolute;
top:0px;
left:0px;
width:640px;
height:120px;
overflow:hidden;
}

div.image_gallery_carousel div.image_gallery_carousel_content .slide {
position:relative;
float:left;
width:205px;
height:120px;
margin-right: 11px;
z-index: 100;
}