/* GLOBAL STYLES*/

* { outline:none; }

.help_link {
cursor: help;
}

img {
border: none;
}

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('feedicon.gif') no-repeat;
}

a.feedicon_link {
height: 12px;
padding-left: 15px;
background: url('feedicon.gif') no-repeat;
text-decoration: none;
}

em em {
font-style: normal;
}

div.spoiler.hidden {
cursor: pointer;
}

.SmallFont {
font-size: 8pt;
}

blockquote.pullquote {
width: 160px;
float: right;
margin: 8px 6px 8px 15px;
padding: 10px;
background: transparent url('quote.png') 5px 5px no-repeat;
border: solid 2px #000000;
border-left: 0px;
border-right: 0px;
}

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;
}

blockquote.left {
float: left;
margin: 4px 15px 4px 6px;
}

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: display;
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('button_login.gif') no-repeat;
}

.SubmitInputRegistration {
margin-top: 3px;
width: 74px;
height: 18px;
background: url('button_register.gif') no-repeat;
}

.SubmitInputSubmit {
margin-top: 3px;
width: 65px;
height: 18px;
background: url('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 {
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}

/*** Other general CSS ***/

#perma_link a {
background: url('icon_permalink.gif') no-repeat;
}

#delicious_link a {
background: url('icon_delicious.gif') no-repeat;
}

#reddit_link a {
background: url('icon_reddit.gif') no-repeat;
}

#stumble_link a {
background: url('icon_stumbleupon.gif') no-repeat;
}

#digg_link a {
background: url('icon_digg.gif') no-repeat;
}

#facebook_link a {
background: url('icon_facebook.gif') no-repeat;
}

#print_link a {
background: url('icon_print.gif') no-repeat;
}

#email_link a {
background: url('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;
}

/*** 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;
}
