/*
* Licensed to the Apache Software Foundation (ASF) under one or more
*  contributor license agreements.  The ASF licenses this file to You
* under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.  For additional information regarding
* copyright in this work, please see the NOTICE file in the top level
* directory of this distribution.
*/

/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

body {
    background: white;
    font-family:"Lucida Grande", lucida, Geneva, Arial, sans-serif;
}
.img {
    border: 0px;
    margin: 0px; 
}

/* entries ----------------------------------------------- */

.entryTitle {
    font-weight: bold;
    font-size: 130%;
    line-height: 1em;
    margin-bottom: 0px;
}
.entryInfo {
    font-size: 80%;
    color: #999;
}
div.dayTitle {
    font-size: 120%;
    font-weight:bold;	
    padding: .5em 0 0 0;
}
div.next-previous {
    font-size: 90%;
    text-align: center;
    padding: .5em 0 .5em 0;
	padding-bottom:10px;
	margin-top:-20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;

}

/* category chooser ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
    font-size: 80%;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}
ul.rFeeds li {
    background-image: url(/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em; 
    padding-left: 1.4em;
    line-height: 1.5em;
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
    font-size: small;
}
th.hCalendarDayNameRow {
	font-family: arial;
    text-align : center;
    font-size : small;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}
td.hCalendarDayLinked {
    text-align : center;
    font-size  : small;
    font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ /*display: inline-block; */}
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}

/**
  * STANDARD ELEMENTS
  */

body
{

  background: #faf0e6;
  /*background: #f88506;*/
  color: #000;
  font-weight: 400;
  font-size: 85%;
  font-family: Verdana, sans-serif;
  text-align: center;
  /*padding: 25px;
  voice-family: "\"}\"";
  voice-family: inherit;*/
}

a:link
{
  color: #314E6C;
  /*cursor: hand;*/
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

a:visited
{
  color: #314E6C;
}

a:hover
{
  /*cursor: hand;*/
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor: pointer;
}

ul, dl
{
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

li.recentposts{

  border-bottom:1px solid #dddddd;
  padding-bottom:5px;
	
}

li, dt, dd, div.links a
{
  list-style-type: none;
  margin: 0px 0px 3px 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

li a, dd a, a.copyright, div.sidebarBox a, div.links a
{
  text-decoration: none !important;
}

li a:hover, dd a:hover, a.copyright:hover, div.links a:hover
{
  text-decoration: underline !important;
}

div.links
{ 
  line-height: 18px;
}

div.links div.rFolder {
    margin-left: 0px;
    margin-bottom: 10px;
}

dd
{
  margin-bottom: 10px;
}

img
{
  border: 1px solid #BAB5AB;
}

select
{
  font-family: Georgia, serif;
}

input.styled, textarea.styled, 
div#searchAgain input /* added searchAgain for roller */,
div.comments-form input
{
  border: 1px solid #999;
  font-family: Georgia, serif;
  font-size: 1em;
}

label.styled, div.styled
{
  font: 800 oblique .85em Georgia, serif;
  color: #000;
}

/**
 * PAGE SectionS
 */

#mainContainer
{
  border: 1px solid #999;
  margin: auto;
  margin-top: 10px;
  /*overflow: hidden;*/
  width: auto;
  text-align: left;
  background: #fff;
  padding-bottom:0px;
}

#smallContainer
{
  border: 2px solid #ccc;
  margin: auto;
  overflow: hidden;
  width: 450px;
  text-align: left;
  /*background: #fff;*/
}

#leftColumn
{
  padding: 0px 5px 0px 5px;
  width: 220px;
  float: left;
  /*margin: auto;*/
  /*font-family: Georgia, serif;*/
  /*overflow: hidden;*/
  /* IE 5+ Box Model Hack*/
  voice-family: "\"}\"";
  voice-family: inherit;
}

#midColumn
{
  padding: 10px;
  width: 600px;
  border-right:1px solid #eeeeee;
  /*margin: auto;
  overflow: hidden;*/
  float: left;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-right:15px;
  margin-top:10px;
  margin-bottom:0px;
  margin-left:10px;
  padding-right:30px;
}


#mainColumn
{
  padding: 10px;
  /*overflow: hidden;*/
  float: left;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 700px;
}

#smallColumn
{
  padding: 10px;
  /*overflow: hidden;*/
  float: left;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 430px;
}

/**
 * PAGEBANNER
 */

#pageBanner
{
  height: 70px;
}

#pageBanner h1 {
  font-family: Futura, Arial, Helvetica, sans-serif;
  margin: 0px 0px -10px 10px;
  padding-top: 10px;
  font-weight: lighter;
  font-size: 44px;
  font-stretch: narrower;
}

#pageBanner h1 a 
{
  background: transparent;
  color: #6F89A1;
  text-decoration: none;
  font-style: normal;
}

#gutter
{
  border-top: 0.1em solid #ddd;
  border-bottom: 0.1em solid #ddd;
  /*background: #eee;*/
  height: 52px;
  background: #eee url(/home/resource/images/bannerBackground.gif) repeat-x;
}

#gutterimage1
{
  float: left;
  margin: 0px;
  width: 75px;
  height: 50px;
  border: 1px solid #ccc;
  background: url(/home/resource/images/daisy.jpg) no-repeat;
}

#gutterimage2
{
  float: left;
  margin: 0px;
  width: 75px;
  height: 50px;
  border: 1px solid #ccc;
  background: url(/home/resource/images/clouds.jpg) no-repeat;
}

#gutterimage3
{
  float: left;
  margin: 0px;
  width: 75px;
  height: 50px;
  border: 1px solid #ccc;
  border-right: 2px solid #ccc;
  background: url(/home/resource/images/prairie.jpg) no-repeat;
}

/**
 * ADMINBAR
 */

ul.rNavigationBar
{
  border-bottom: 1px dotted #ddd;
  padding: 0px;
  height: 23px;
}

ul.rNavigationBar li
{
  display: inline;
  text-align: center;
}

ul.rNavigationBar li a, ul.rNavigationBar a
{
  color: #999;
  padding: 5px;
  width: 120px;
  float: left;
  text-align: center;
  text-decoration: none;
}

ul.rNavigationBar li a:hover
{
  background: #ddd url(/home/resource/images/buttonBackground.gif) repeat-x;
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
}

/**
 * MENU
 */
 
#menu
{
    padding: 5px;
    background: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    border-bottom: 1px dashed #ddd;
}	

#menu a
{
    color: #999;
    padding:0px 2px 0px 2px;
}

#menu a:link
{
    text-decoration: none;
    font-size: 1em;
}	

#menu a:visited
{
    text-decoration: none;
    font-size: 1em;
}	

#menu a:hover	
{
    text-decoration: underline;
}	

/**
 * SEARCH
 */

.searchEntryTitle
{
    font: 400 .5em Georgia, serif;
} 

.searchResultBox
{
  border-bottom: 1px solid #ddd;
}

.searchResultTitle
{
    border-bottom: 1px solid #ddd;
    font: 800 1.6em Georgia, serif;
}

/**
 * STORYLIST
 */

.storyBox
{
  border-bottom: 1px solid #BAB5AB;
}

.storyBox h2
{
  /*color: #333;*/
}

.storyDateBox
{
  font-family: Georgia, serif;
  float: left;
  padding:0px 5px 5px 0px;
  margin: 0px 10px 4px 0px;
  border-right: 1px solid #B39169;
  width: 74px;
  position: relative;
  /*background: #f7f7f7;*/
}

.storyDateBox h2
{
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.storyDateBox h2 a
{
  text-decoration: none;
  font-size: 36px;
}

.storyDate
{
  text-decoration: none;
  font-size: 32px;
}

.storyDateBox span
{
  font-size: 11px;
  display:inline-block;
}

/**
 * STORY
 */

.storyTitle
{
    font: 400 oblique 1.7em Georgia, serif;
    color: #111;
}

.story
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 2em;
  text-align: justify;
  /*color: #222;*/
  /*margin-bottom: 25px;*/
}

.story>a
{
}

/**
 * COMMENTS
 */

div.trackbackUrl {
    background: transparent;
    color: #006633;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted silver;
}

#commentBox
{
  font-family: Arial;
  color: #555
}

.comment
{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}

#commentBoxPreview
{
  font-family: Arial;
  color: #555;
  padding: 5px;
  background: #eee;
  border: 1px solid #aaa;
}

#commentBoxPreview h3
{
  margin: 0px;
}

.comments-head {
    font-weight: 900;
}

.comment, .comments-form table {
    font-family: Verdana, sans-serif;
    font-size: 1em;
}

.commentFormInput,
.commentFormTextarea {
    font-family: Verdana, serif;
    font-size: 1em;
}

div.comments-head {
    padding-top: 10px;
    background: transparent;
    color: #990000;
}

span.enabled {
    color: green;
    font-style: italic;
}

span.disabled {
    color: red;
}
/**
 * FORM ROWS
 */

.formRow
{
  width: auto;
}

.formRowTitle
{
  text-align: left;
  font: 800 oblique 11px Georgia, serif;
}

.formRowControl
{
  padding-top: 5px;
}

.formRowControl input, .formRowControl textarea
{
  border: 1px solid #999;
  font-family: Georgia, serif;
}

/**
 * SIDE COLUMN
 */

#quoteBox
{
  font-style: oblique;
  font-family: Arial, sans-serif;
}

.sidebarHeading, div.rFolder
{
  border-bottom: 1px solid #999;
  color: #990000;
  padding: 0px 0px 3px 0px;
  /*font-family: Georgia, serif;*/
  font-weight: 400;
  font-size: 12px;
  font-variant: small-caps;
}

div.sidebarBox, form.sidebarBox
{
  margin-bottom: 25px;
}

#aboutBox
{
  font-size: 10px;
  font-family: Arial, sans-serif;
}

#aboutBox a
{
  text-decoration: none;
  border-bottom: 1px dotted #314E6C;
}

#blogChalk
{
  width: 35px;
  height: 30px;
  border:1px dashed #ddd;
}

/**
 * CLASSES
 */

.noBorder
{
  border: 0em;
}

.standardSpacer
{
  overflow: hidden;
}

.floatSpacer
{
  clear: both;
  overflow: hidden;
}

.storyDateBox span.noDisplay
{
  display: none;
}

.blockDisplay
{
  display: block;
}

.smallText
{
  font-size: 9px;
  font-family: Verdana, sans-serif;
}

.storyLink
{
  font-family: Georgia, serif;
  font-size: 1.0em;
  margin-left: 1.0em;
}

.new
{
  color: blue;
  font-size: 9px;
}

.draft
{
  font: 800 oblique 14px Georgia;
  color: #aaa
}

.border
{
  border-bottom: 1px solid #ccc;
}


.sectionTitle
{
    font-family: Georgia, serif;
    font-weight: 800;
    font-style: oblique;
    font-size: 1.2em;
    color: #555;    
}

.heading
{
    font-family: Georgia, serif;
    font-weight: 400;
    font-style: oblique;
    font-size: 1.0em;
    color: #555;    
}

.blockquote
{
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    line-height: 1.7em;
    color: #444;
    clear: both;
    /*font: 400 oblique 12px Helvetica, sans-serif;*/
    font-style: oblique;
    font-family: "Courier New", "Andale Mono", "MS Sans Serif";
}

img.smiley 
{
    vertical-align: top;
}

/**
 * CALENDAR
 */

#calendar
{
    border: 1px solid #999;
}

#sideCalendar, table.hCalendarTable
{
    width: 220px;
}

table.hCalendarTable {
    font-size: 1em;
}

.thead, .hCalendarDayNameRow
{
    border-bottom: 1px solid #ffbf74;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    /*font-variant: small-caps;*/
    color: #444;
}

.calLink, .hCalendarDayTitle
{
    font-size: .9em;
    color: #555;
    text-align: center;
}

.calLink a:link, div.hCalendarDayTitle a
{
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 800;
}

.calLink a:hover, div.hCalendarDayTitle a:hover
{
    text-decoration: underline !important;
    font-size: 1.1em;
    font-weight: 800;
}

.calendar
{
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;
    text-align:left;
}

.calendarCaption, .hCalendarMonthYearRow
{	
	/*font-family: Georgia, serif;*/
	color: #111;
	font-size: .9em;s
	font-weight: 400;
	padding: 2px;
	letter-spacing: .3em;
	background: #fff;
	/*font-variant: small-caps;*/
    text-transform: uppercase;
	text-align: center;			
	padding-bottom:15px;
}

#calendar>caption 
{
    margin: 5px;
}

/*
 * Yeah, this is a mess. Too lazy to code, easier to do the calendar through
 * styles.
 */
#cell1, #cell3, #cell5, #cell7, #cell8, #cell10, #cell12, #cell14, #cell15,
#cell17, #cell19, #cell21, #cell22, #cell24, #cell26, #cell28, #cell29, #cell31,
#cell33, #cell35, #cell36, #cell38, #cell40, #cell42
{
    background: #f7f7f7;
}

#c1, #c3, #c5, #c7, #c8, #c10, #c12, #c14, #c15,
#c17, #c19, #c21, #c22, #c24, #c26, #c28, #c29, #c31,
#c33, #c35, #c36, #c38, #c40, #c42
{
    background: #f0f0f0;
}


/**
 * Easier to use attr=[], but not well supported
 */
#cell1, #cell2, #cell3, #cell4, #cell5, #cell6, #cell7, #cell8, #cell9, #cell10,
#cell11, #cell12, #cell13, #cell14, #cell15, #cell16, #cell17, #cell18, #cell19, #cell20,
#cell21, #cell22, #cell23, #cell24, #cell25, #cell26, #cell27, #cell28, #cell29, #cell30,
#cell31, #cell32, #cell33, #cell34, #cell35, #cell36, #cell37, #cell38, #cell39, #cell40,
#cell41, #cell42
{
    border-top: 1px solid #999;
    height: 120px;
    width: 90px;
    text-align: left;
}

#c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8, #c9, #c10,
#c11, #c12, #c13, #c14, #c15, #c16, #c17, #c18, #c19, #c20,
#c21, #c22, #c23, #c24, #c25, #c26, #c27, #c28, #c29, #c30,
#c31, #c32, #c33, #c34, #c35, #c36, #c37, #c38, #c39, #c40,
#c41, #c42, td.hCalendarDay
{
    /*border-top: 1px solid #999;
    height: 120px;
    width: 90px;*/
    font: 400 1em Arial, sans-serif;
    text-align: center;
}

.hCalendarDayCurrent 
{
    border: 1px solid #ffbf74;
	background-color:#eeeeee;
}

.day
{
    font: 800 1.1em Georgia, serif;
    font-variant: small-caps;
}

.calendarMonth
{
    display: inline;
    font-family: Georgia, serif;
    font-weight: 400;
    font-variant: small-caps;
    /*font-style: oblique;*/
    font-size: 1.6em;
    color: #000;    
}

a.calendarLink
{
    font-family: Georgia, serif;
    font-weight: 800;
    font-size: 1.1em;
}

a.calendarLink:link, a.calendarLink:visited
{
    text-decoration: none;
}

a.calendarLink:hover
{
    text-decoration: underline;
}

/**
 * INDEX
 */

.indexBox
{
  color: #999;
  margin-top: 10%;
  border: 4px solid #ccc;
  height: 250px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  background: #fff;    
}

/* smashion css */
/*-- General Styles --*/
body {
        font-size: 13px;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px;
        padding: 0px;
        color:#333333;
        background-color: #d4e2f0;
        background-image: url(/home/resource/images/bg.jpg);
        background-repeat: repeat-x;
        background-position: center top;
}

select {
        font-family: Arial, Helvetica, sans-serif;
}

p{
        margin-top:0px;
        padding-top:0px;
    margin-bottom: 1em;
    padding-bottom: 0px;
}

a, a:link, a:visited, a:active{
        text-decoration: none;
        color:#0066CC;
}

a:hover{
        text-decoration: underline;
        color:#5a86b3;
        text-decoration:underline;
}

img {
        border:0px;
        vertical-align:bottom;
}

div.clear {
        clear: both;
}

#main_container {
        padding: 0px;
        width: 950px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
}
#top_container {
        margin-top:5px;
        width: 950px;
        height: 85px;
}
#logo_container {
        margin: 0px;
        padding: 0px;
        float: left;
        height: 66px;
        width: 205px;
        margin-top: 14px;
}

#ad_container{
        padding: 0px;
        float: left;
        height: 66px;
        width: 495px;
        margin-top: 14px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align:center;
}

a.mainlogo {
        background-image: url(/home/resource/images/Smashion_logo.gif);
        display: block;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        text-decoration:none;
}

input.button {
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
        border:0px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Tahoma,  Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

input.button {
    width:auto;
    overflow:visible;
    padding:1px 10px 0px 7px; /* IE6 */
}
input.button[type] {
    padding:2px 10px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html input.button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

input.button:hover {
        background-color:#E5E5E5;
        border:1px solid #336699;
}




button.button {
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
        border:0px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Tahoma,  Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

button.button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button.button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button.button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button.button:hover {
        background-color:#E5E5E5;
        border:1px solid #336699;
}

#page_container {
	background-image: url(/images/bg_page_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#page_container_bg {
        background-image: url(/images/bg_page.jpg);
        background-repeat: repeat-y;
        background-position: center top;
}

#nav_container {
        height: 35px;
        width: 942px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        background-color: #ffffff;
        padding: 0px;
}
#nav_container .inframe {
        padding-top: 3px; /*- was 0 */
        padding-left: 10px; /*- was 7 */
        padding-right: 10px; /*- was 7 */
        padding-bottom: 0px;
        margin:0px;
        text-align:left;
}

#nav_container .navitem_container {
        float: left;
        text-align: left;
        width: 450px;
}

div#content_container {
    padding-top: 15px;
        margin: 0px;
        min-height:380px;
}

/*-- Top Navigation Elements --*/
a.topnavitem {
        font-family: Arial, Helvetica, sans-serif;
        color:#333333;
        height:34px;
        line-height:34px;
        font-size: 12px;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        margin-left: 6px;
        text-decoration: none;
        display:block;
        float:left;
        cursor: pointer;
}

a.topnavitem div.left {
        height:34px;
        width:10px;
        float:left;
        line-height:34px;
}
a.topnavitem span {
        height:34px;
        padding-left:5px;
        padding-right:5px;
        line-height:34px;
        float:left;
}

a.topnavitem div.right {
        height:34px;
        width:10px;
        line-height:34px;
        float:left;
}

a.topnavitem:hover {
        background-image:url(/images/bg_topnavitem_mid.jpg);
        color:#ffffff;
}
a.topnavitem:hover div.left {
        background-image:url(/images/bg_topnavitem_left.jpg);
}
a.topnavitem:hover div.right {
        background-image:url(/images/bg_topnavitem_right.jpg);
}


a.topnavitem_selected {
        font-family: Arial, Helvetica, sans-serif;
        color:#333333;
        height:34px;
        line-height:34px;
        font-size: 12px;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        margin-right: 0px;
        margin-left: 6px;
        text-decoration: none;
        display:block;
        float:left;
        cursor: pointer;
        background-image:url(/images/bg_topnavitem_mid.jpg);
        color:#ffffff;
}

a.topnavitem_selected div.left {
        height:34px;
        width:10px;
        float:left;
        line-height:34px;
        background-image:url(/images/bg_topnavitem_left.jpg);
}
a.topnavitem_selected div.right {
        height:34px;
        width:10px;
        line-height:34px;
        float:left;
        background-image:url(/images/bg_topnavitem_right.jpg);
}

a.topnavitem_selected span {
        height:34px;
        padding-left:5px;
        padding-right:5px;
        line-height:34px;
        float:left;
}


.searchbox_container {
        float: right;
        width:317px;
        background-image: url(/images/bg_navbar_breaker.gif);
        background-repeat: no-repeat;
        background-position: left center;
        height:34px;    
}

.searchbox_container .box{
        float:right;
        line-height:23px;
        padding:0px;
        margin:0px;
        margin-right:7px;
        margin-top:6px;
}

.searchbox_container .select{
        float:right;
        line-height:23px;
        padding:0px;
        margin:0px;
        margin-right:7px;
        font-size:10px;
        margin-top:6px; 
}


.searchbox_container .btn{
        float:right;
        line-height:23px;
        padding:0px;
        margin:0px;
        margin-right:7px;
        margin-top:6px; 
}

input.searchbox{
        height:16px;
        width:110px;
        background-image:url(/images/bg_searchbox.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        margin:0px;
        padding:2px;
        padding-left:4px;
        padding-right:4px;
        line-height:16px;
        font-size:13px;
        color:#333333;
        border:1px solid #cccccc;
        float: left;
        color:#333333;
}

input.searchbutton{
        padding:0px;
        margin:0px;
}

#content_container {
        margin: 0px;
        padding: 0px;
        width: 950px;
}
#content_container .hpmainbanner {
        background-image: url(/images/mainbanner.jpg);
        background-repeat: no-repeat;
        background-position: top;
        margin: auto;
        margin-top:0px;
        padding: 0px;
        height: 334px;
        width: 922px;
}


#content_container .maincontent {
        /*background-image: url(/images/mainbanner.jpg);
        background-repeat: no-repeat;
        background-position: top;*/
        margin: auto;
        padding: 0px;
        width: 922px;
}

#nav_container .navbar {
        background-color: #e4e1e1;
        background-image:url(/images/bg_topnav.jpg);
        height:34px;
        line-height:34px;
        background-repeat: repeat-x;
        background-position: center top;
}
#page_container #pagetop {
        background-image: url(/images/page_top.jpg);
        background-repeat: no-repeat;
        height: 10px;
        width: 950px;
}
#page_container #pagebottom {
        background-image: url(/images/page_bottom.jpg);
        background-repeat: no-repeat;
        height: 14px;
        width: 950px;
        margin: 0px;
        padding: 0px;
}

#footer_container {
        width: 950px;
        margin: 0px;
        padding: 0px;
        margin-bottom:20px;
        padding-bottom:20px;

}

#footer_container .inframe_left{
        margin-top:5px;
        float: left;
        text-align:left;
        font-size:11px;
        padding-left:12px;
        line-height: 16px;
        height: 16px;
        width:300px;
}
#footer_container .inframe_right{
        margin-top:5px;
        float: right;
        text-align:right;
        font-size:11px;
        padding-right:12px;
        width:600px;
}

a.footernav, a.footernav_last{
        display:block;
        line-height:16px;
        height:16px;
        float:right;
        padding-right:10px;
        padding-left:10px;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #666666;
        text-decoration: none;
        color:#2e5175;
}

a.footernav_feedback{
        height:16px;
        background-image: url(/home/resource/images/icon_feedback.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: 10px;
        margin-left:10px;
}

a.footernav:hover{
        text-decoration: underline;
}

a.footernav_last{
        padding-right:0px;
        border-right-width: 0px;
        text-decoration: none;
}

a.footernav_last:hover{
        padding-right:0px;
        border-right-width: 0px;
        text-decoration: underline;
}

#loginbox{
        font-size:10px;
        color:#ffffff;
        line-height:15px;
        width:240px;
        float:left;
        margin-top: 14px;
        margin-left:5px;
}
#loginbox .lgtxt {
        font-size: 13px;
        line-height:1.5;
        padding-bottom:6px;
}

#loginbox .mdtxt {
        font-size: 11px;
        line-height:1.6;
}

#loginbox a.loginboxbag{
        height:11px;
        background-image: url(/images/icons/icons/icon_loginbox_bag.gif);
        background-repeat: no-repeat;
        background-position: left 1px;
        margin: 0px;
        padding-left:15px;
}

#loginbox a.loginboxbag:hover{
        background-position: left bottom;
}



#loginbox .first{
        width: 50px;
        height: 15px;
        line-height:15px;
        margin: 0px;
        padding: 0px;
        margin-bottom:1px;
        float:left;
}
#loginbox .second{
        width: 170px;
        height: 15px;
        line-height:15px;
        margin: 0px;
        padding: 0px;
        margin-bottom:1px;
        float:right;
        text-align:right;
}

#loginbox .second .chkbox{
        padding:0px;
        margin:0px;
        margin-top:1px;
        float:right;
        width:16px;
        text-align:left;
}

.logincheckbox{
        margin:0;
        width:15px;
        height:15px;
        overflow:hidden;
}

#loginbox .second .txt{
        padding:0px;
        margin:0px;
        margin-left:2px;
        margin-top:1px;
        float:right;
        height:15px;
        line-height:15px;
        width:74px;
        text-align:left;
}
#loginbox .second .btn{
        padding:0px;
        margin:0px;
        margin-top:1px;
        float:right;
        padding-left:25px;
}
#loginbox .second .frm{
        width: 165px;
        height: 11px;
        line-height:11px;
        font-size:11px;
        margin: 0px;
        padding: 0px;
        border:1px solid #cccccc;

}

#loginbox .long{
        width:193px;
        height: 15px;
        line-height:15px;
        margin: 0px;
        padding: 0px;
        margin-right:3px;
        margin-top:1px;
        text-align:right;
        float:right;
}

#loginbox a,#loginbox a:link,#loginbox a:visited,#loginbox a:active{
        color:#ffffff;
        text-decoration:underline;
}

#loginbox a:hover{
        text-decoration:none;
}

/* to render struts action error and action messages */

.error {
        width:400px;
        background-color:#FFEBE8; /* eeeeee FFEBE8 */ 
        padding:6px;
        border:1px solid #DD3C10; /* was #cccccc */
        color: #000000; /* 666666 000000 */
        margin-bottom:10px;
        autoflow:auto;
}

.error ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.error span.error-hint {
    color: red;
}

.warn {
    width:400px;
    background-color:#eeeeee; /* eeeeee FFEBE8 */ 
    padding:6px;
    border:1px solid #cccccc; /* was #cccccc */
    color: #666666; /* 666666 000000 */
    margin-bottom:10px;
}

.action-success {
    width:400px;
    background-color: #FFF9D7;
    padding:6px;
    border:1px solid #cccccc;
    color: #666666;
    margin-bottom:10px;
}

.error p, .action-success p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.action-success ul {
    list-style: none;
}

div.error170 .error {
    margin-left: 170px;
}

div.error170 .action-success {
    margin-left: 170px;
}

.tableFormLabel {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 5px;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
}

table.TextForm td{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        vertical-align: top;
}

p.specialnote{
        font-size:12px;
        color:#666666;
        font-style: italic;
}

form{
        padding:0px;
        margin:0px;
        vertical-align:middle;  
}


form select{
        display:inline-block;
        height:22px;
        vertical-align:top;
        padding:0px;
        margin:0px;
        border:1px solid #cccccc;
}

form p {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
}

form h4 {
    background-color:#DFDFDF;
    color:#333333;
    font-size:13px;
    font-weight:bold;
    margin-bottom:0px;
    padding:5px 10px;
}

.formLabel {
        float: left;
        clear: left;
        width: 160px;
        margin-right: 10px;
        text-align: right;
        font-weight: bold;
}

.formLabel2 { /* another label on the same row as .formLabel */
    font-weight:bold;
    margin-right: 10px;
    margin-left: 10px;
}

span.formField {
        display: block;
}

.formField {
        margin-left: 170px;
}

.formFieldHint { /* deprecated ... use formHint + span.formField instead */
        margin-left: 170px;  /* = .formLabel margin-right + width */
        width: 350px;
        font-size: 11px;
}

.formHint {
    font-size: 11px;
}

.formButtons {
        margin: 20px 0px 20px 170px;
}

.formRadio1 {
        line-height: 20px;
        vertical-align: middle;
}       

.formRadio1 label {
        vertical-align: top;
}

.formUploadEntry {
        background-color:#F2F2F2;
        margin-top: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 665px;
}

.removeUploadLink {
        margin-left: 5px;
}

/*-- Pagination / Page Bottom Caption --*/

div.paginator-simple.ontop {
        margin-bottom:8px;
}

.pagenum, .pagebottomcaption{
        text-align:right;
        padding:5px;
        font-size:inherit;
        line-height:1.5;
        vertical-align:top;
        color:#333333;
        background-color:#F9F9F9;
}

.pagebottomcaption{
        text-align:right;
        padding:5px;
        font-size:inherit;
        line-height:1.5;
        vertical-align:top;
        color:#333333;
        background-color:#eeeeee;
}

.pagenum.small, .pagebottomcaption.small{

        font-size:11px;
}

.pagenum a{
        font-weight:normal;
        text-decoration: none;
        color:#000000;
        font-size:inherit;
}

.pagenum a:hover{
        font-weight:normal;
        text-decoration: underline;
        color:#000000;

        font-size:inherit;
}

.pageframe{
        background-color:#FFFFFF;
        border: 0px solid #b7c2c6;
        margin-top: 0px;
        vertical-align:top;
        padding-bottom: 10px;
}

.contentinframe {
        padding: 0px 0px 0px 0px;
}

.nobg{
        background-image: url();
        background-position: right bottom;
        background-repeat: no-repeat;
        margin:0px;
        padding:0px;
        min-height:380px; /*-- should be height of the image --*/
}

.bg01{
        background-image: url(/images/bg_login_placeholder.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        margin:0px;
        padding:0px;
        min-height:380px; /*-- should be height of the image --*/
}

.bg02{
        background-image: url(/images/bg_signup_placeholder.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        margin:0px;
        padding:0px;
        min-height:380px; /*-- should be height of the image --*/
}

.bg03{}

.halfpage{
        width:50%;
        margin-bottom:15px;

}

.left{
        float:left;
}
.right{
        float:right;
}

.PageTitle{
        font-size:18px; /* was 26 */
        margin-bottom:10px;
        color: #0099FF;
        border-bottom-width: 1px;
        border-bottom-style: groove;
        border-bottom-color: #999999;
        padding-bottom:10px;
        padding-left: 0px; /* was 3 */
}

.PageTitle .left{
        width:350px;
        float:left;
}

.PageTitle .right{
        width:350px;
        float:right;
        text-align:right;
}

.PageTitle a {
        font-size: 12px;
        text-decoration: underline;
}

/*-- My Friends --*/

.friendspage_option{
        margin-top:16px;
        float:right;
        font-size:11px;
        color:#666666;
}

.friends_container{
        border:1px solid #cccccc;
        padding:10px;
}
.friendsinfo_container{

}
.friends_avatar{
        float:left;
        width:90px;
}
.friends_details{
        float:left;
}
.friends_details table{
        padding:0px;
        margin:0px;
        border-collapse:collapse;
        width:400px;
        margin-bottom:10px;
}
.friends_details td.caption{
        padding:0px;
        margin:0px;
        padding-right:10px;
        line-height:1.5;
        text-align:right;
        vertical-align:top;
        width:120px;
        font-weight: bold;
        color: #004A95;
}
.friends_details td.info{
        padding:0px;
        margin:0px;
        line-height:1.5;
        padding-right:10px;
        vertical-align:top;
}

.left_container{
        float:left;
}
.action_container{
        float:right;
}

.action_container td{
        font-size:11px;
}

.action_container table{
        padding:0px;
        margin:0px;
        border-collapse:collapse;
        width:200px;
}

.action_container td{
        padding:0px;
        padding-top:0px;
        padding-bottom:5px;
        margin:0px;
        padding-right:8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

.action_container td.ruler{
        padding:0px;
        padding-top:5px;
        padding-bottom:5px;
        margin:0px;
        /*
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #999999;
        */
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
}


a.sendmessage{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icons/icons/icon_sendmessage.png);
        text-indent:22px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.sendmessage:hover{
        text-decoration:underline;
}

a.viewfriends{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icons/icons/icon_viewfriends.png);
        text-indent:22px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.viewfriends:hover{
        text-decoration:underline;
}

a.removefriend{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icons/icons/icon_removefriend.png);
        text-indent:22px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.removefriend:hover{
        text-decoration:underline;
}

a.cancelrequest{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_cancelrequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.cancelrequest:hover{
        text-decoration:underline;
}

a.resendrequest{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_resendrequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.resend:hover{
        text-decoration:underline;
}

.rowshadow {
        background-image: url(/images/bg_rowshadow.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        height: 10px;
        border:1px;
        padding:0px;
        margin:0px;
        background-color:transparent;
}

a.receivedfriendrequests{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_receivedfriendrequests.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}
a.receivedfriendrequests:hover{
        text-decoration:underline;
}

a.sentfriendrequests{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icons/icons/icon_viewfriends.png);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}
a.sentfriendrequests:hover{
        text-decoration:underline;
}

a.acceptrequest{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_acceptrequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}
a.acceptrequest:hover{
        text-decoration:underline;
}

a.declinerequest{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.declinerequest:hover{
        text-decoration:underline;
}



.remove_confirm_container{
        margin-left:20px;
        padding:0px;
}

.remove_confirm_container .inframe{
        padding:5px;
        padding-left:40px;
        background-image:url(/images/caution.jpg);
        background-repeat: no-repeat;
        background-position: 5px 5px;
}
.remove_confirm_container .header{font-weight:bold;}
.remove_confirm_container .border{border:1px solid #cccccc; margin-top:5px;}
.remove_confirm_container a.yes{}
.remove_confirm_container a.yes:hover{text-decoration:underline;}
.remove_confirm_container a.no{}
.remove_confirm_container a.no:hover{text-decoration:underline;}
.remove_confirm_container a:hover{text-decoration:none;}

div.towerad-left {
    float: left;
    width: 740px;
}

a.accounthome{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_receivedfriendrequests.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.accounthome:hover{
        text-decoration:underline;
}

a.updateprofile{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_receivedfriendrequests.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}
a.updateprofile:hover{
        text-decoration:underline;
}

.buttonContainer{
        /*padding-bottom:10px;*/
        padding-top:10px;
        font-size:11px;
}

.buttonContainer .right{
        float:right;
        width:50%;
}

.buttonContainer. left{}

.buttonContainer .inframe{
        margin:0px;
        padding:0px;
        height:20px;
}

a.moretext{
        font-size:11px;
        margin-left:5px;
        background-image: url(/images/sort_arrow_down_grey.gif);
        background-repeat: no-repeat;
        padding-left:18px;
        display:inline-block;
        text-decoration:none;
}
a.moretext:hover{

}

a.lesstext{
        font-size:11px;
        margin-left:5px;
        background-image: url(/images/sort_arrow_up_grey.gif);
        background-repeat: no-repeat;
        padding-left:18px;
        display:inline-block;
        text-decoration:none;
}
a.lesstext:hover{

}

.pageInfoContainer{
        border:1px solid #cccccc;
        padding:10px;
}

.halfPage{
        width:49%;
}

.goLeft{
        float:left;
}

.goRight{
        float:right;
}

.favPost_container{
        border:1px solid #cccccc;
        padding:10px;
}
.favPostInfo_container{

}
.message_details{
        float:left;
        width:170px;
        margin-right:20px;
}

.message_content{
        float:left;
        margin-right:20px;
        padding-left:20px;
        border-left:1px solid #cccccc;
        width:350px;
}

.addl-info{
        font-size:12px;
}

.correspondant{
        font-size:12px;
}

a.deletemessage{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.deletemessage:hover{
        text-decoration:underline;
}

.email_container{
        border:1px solid #cccccc;
        padding:10px;
}

.emailinfo_container{
}

.emailinfo_container.short{
        width:680px;
}

.emailinfo_container table.composemessage td{
        vertical-align:top;
}

.emailinfo_container table.composemessage td.label{
        width:80px;
}

.hint{
        font-style:italic;
        color:#333333;
        display:block;
        font-size:12px;
        margin-bottom:5px;
        margin-top:5px;
        clear:both;
}

a.inbox{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.inbox:hover{
        text-decoration:underline;
}

a.outbox{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.outbox:hover{
        text-decoration:underline;
}

a.composemessage{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.composemessage:hover{
        text-decoration:underline;
}

a.deleteConversation{
        margin:0px;
        padding:0px;
        padding-right:10px;
        height:16px;
        float:left;
        line-height:16px;
        background-image:url(/images/icon_declinerequest.gif);
        text-indent:20px;
        display:block;
        text-decoration:none;
        background-repeat: no-repeat;
        background-position: left top;
        color:#666666;
}

a.deleteConversation:hover{
        text-decoration:underline;
}

.FormField_Text{
        width:300px;
        height:16px;
        background-image:url(/images/bg_searchbox.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        margin:0px;
        padding:2px;
        padding-left:4px;
        padding-right:4px;
        line-height:16px;
        font-size:13px;
        color:#333333;
        border:1px solid #cccccc;
        float: left;
        color:#333333;
}

.FormField_emailMessage{
        width:380px;
        height:100px;
        border:1px solid #cccccc;

}

div.messageSeperator{
        height:20px;
        margin-top:20px;
        width:680px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #cccccc;
}

div.messageSummary{
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-top-color: #E2E2E2;
        border-right-color: #E2E2E2;
        border-bottom-color: #E2E2E2;
        border-left-color: #E2E2E2;
        background-color: #D4E2F0;
        height:24px;
        line-height:24px;
        padding-left:6px;
        padding-right:6px;
        margin-bottom:0px;
}

div.breadcrumbs {
    font-size: 11px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    height:16px;
    line-height:16px;
}

span.vbar { /* a vertical divider */
        margin: 0 3px 0 3px;
        color: #999999;
}

/*
 * text comments container
 */

.comment-container {
    /* border-top: 1px solid #E3E8EE; */
    width:inherit;
}


.comment-listing {
    margin-top:10px;
}

.comment-entry {
    padding-top:5px;
    padding-bottom:5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eeeeee;
    margin-top: 10px;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;
}

.comment-heading {
    /* background-color: #EEEEEE; */
    padding: 4px;
    height: 18px;  /* otherwise FF shows a big vertical bar; not sure why */
    font-size: 11px;
    line-height:18px;

}

.comment-author {
    float: left;
    font-weight: bold;
}

.comment-time {
    float: left;
    margin-left: 4px;
}

.comment-heading .clear {
    clear:both;
    line-height: 0px;
}

.comment-actions {
    float: right;
    font-size: 12px;
}

.comment-body {
    margin:4px;
}

.comment-replybody {
    margin-top:5px;
    margin-left:20px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #E6E6E6;
    padding-left:5px;
}

.comment-input {

}

.comment-input textarea{
    width:100%;
    height:60px;
    border:1px solid #cccccc;
    margin-bottom:5px;
}

div.buttons{
    text-align:right;
}

.comment-input .btn_submit{
    width:60px;
    height:25px;
    font-size:11px;
}
.comment-input .btn_cancel{
    width:60px;
    height:25px;

    font-size:11px;
}

.comment-pagenumContainer{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    font-size:11px;
}

/*
 * tag lists, for list-tags.js
 */

#tagListContainer{ /* deprecated */
        width:190px;
}


.tagList {
    width: inherit; /* can fit 27-28 chars at 12px Arial */
    font-size: 12px;
}

.tagListHeader {
    border-bottom: 1px solid #dddddd;
    padding: 5px;
        padding-left:10px;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-color:#5a86b3;
    color:#ffffff;
    font-weight: bold;
}

.tagList ul { 
    margin:0px;
    padding: 0px;
        padding-left:10px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    line-height:1.5;
    margin-bottom:10px;

}

.tagList li {
    padding: 0px;
    white-space: nowrap;
    line-height:1.7; /* was 1.9 */
    overflow: hidden;
}

.tagList a, 
.tagList a:visited,
.tagList a:active,
.tagList a:link, {
    text-decoration: none;
}

.tagList a:hover{
    text-decoration: underline;
}

a.viewtagsup, a.viewtagsup:link, a.viewtagsup:visited, a.viewtagsup:active{ 
    margin:0px;
    margin-bottom:5px;
    padding:0px;
    padding-right:20px;
    text-align:right;
    height:16px;
    line-height:16px;
    background-image:url(/images/sort_arrow_up_grey.gif);
    text-indent:20px;
    display:block;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: right top;
    color:#666666;
    font-size:12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}
a.viewtagsup:hover{
    text-decoration:none;
    background-color:#F7F7F7;
}

a.viewtagsdown, a.viewtagsdown:link, a.viewtagsdown:visited, a.viewtagsdown:active{ 
    margin:0px;
    margin-bottom:5px;
    padding:0px;
    padding-right:20px;
    text-align:right;
    height:16px;
    line-height:16px;
    background-image:url(/images/sort_arrow_down_grey.gif);
    text-indent:20px;
    display:block;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: right top;
    color:#666666;
    font-size:12px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
}

a.viewtagsdown:hover{ 
    text-decoration:none;
    background-color:#F7F7F7;
}

a.viewalltags, a.viewalltags:link, a.viewalltags:visited, a.viewalltags:active{ /* deprecated */
    margin:0px;
    margin-top:10px;
    padding:0px;
    padding-right:10px;
    height:16px;
    line-height:16px;
    background-image:url(/images/icon_newtopic.gif);
    text-indent:20px;
    display:block;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: left top;
    color:#666666;
    font-size:12px;
}

a.viewalltags:hover{ /* deprecated */
    text-decoration:underline;
}

div.dropdownSort{
    font-size: 12px;
    vertical-align: middle;
        height:20px;
}

div.dropdownSort select {
    font-size: 12px;
    height: 20px;
    color:  #333333;
}

.sortByLabel {
        text-align: right;
        display: inline-block;
        height:20px;
        line-height:20px;
        vertical-align:top;
        margin-right:5px;
}

div.towerad120 {
        float:right;
        text-align:center;
        width:120px;
        margin-left: 16px;
}

/*
 * tag clouds ... alternative presentation of tag list
 */
 
div.tagcloud {
}

div.tagcloud span.tca {
    margin-right: 0.5em;
    display: inline-block;
}

div.tagcloud span.tca a {
    margin-right: 2px;
}

div.tagcloud span.tcc {
    font-size: 11px;
}

div.tagcloudnav {
        text-align: right;
        border-top:1px solid #D4D4D4;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 3px;
}

div.favoritesCount { 
    font-size:10px;
    height:16px; /* was 12 */
    line-height:16px;
    top:1px;
    color:#666666;
    margin-left: -0.8em;    
    float:left;
    padding-right:15px;
    margin-left:5px;
}

div.favoritesCountStatic {
    margin:0px;
    padding:0px;
    padding-right:10px;
    height:16px;
    float:left;
    line-height:16px;
    background-image:url(/images/icon_newtopic.gif);
    text-indent:20px;
    display:block;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: left top;
    color:#666666;
}



/*-- Shopping Bag Button Added to End of Nav Bar --*/
div.shoppingBagBtn{
        float:right;
        width:148px;
        height:22px;
        background-image: url(/images/bg_navbar_breaker.gif);
        background-repeat: no-repeat;
        background-position: left center;
        height:34px;
}

div.shoppingBagBtn img{
        margin-top:6px;
        display:block;
        margin-left:8px;
}

/*
 * default table style .... to replace forumTable in forum.css
 */

 table.smtable01 {
    width: 100%;
    padding:0px;
    margin:0px;
    border: 1px none #CCCCCC;
}

table.smtable01 th {
    background-color:#B7C2C6;
    text-align:left;
    font-size: 11px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
}

table.smtable01 th label {
    display: block;
    padding: 5px 8px;
}

.smtable01 th a, .smtable01 th a:link, .smtable01 th a:active, .smtable01 th a:visited {
    display:block;
    padding:5px 8px;
    text-decoration:underline;
    color:#ffffff;
    font-size:11px;
    background-repeat: no-repeat;
    background-position: right center;
}

.smtable01 th a:hover {
    display:block;
    padding:5px 8px;
    background-color:#778E95;
    color:#ffffff;
    text-decoration:none;
}

.smtable01 th a.up, .smtable01 th a.up:link, .smtable01 th a.up:active, .smtable01 th a.up:visited {
    display:block;
    padding:8px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:underline;
    color:#ffffff;
    font-size:11px;
    background-image: url(/images/sort_arrow_up.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.smtable01 th a.up:hover {
    display:block;
    padding:8px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#778E95;
    color:#ffffff;
    text-decoration:none;
}

.smtable01 th a.down, .smtable01 th a.down:link, .smtable01 th a.down:active, .smtable01 th a.down:visited {
    display:block;
    padding:8px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:underline;
    color:#ffffff;
    font-size:11px;
    background-image: url(/images/sort_arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.smtable01 th a.down:hover {
    display:block;
    padding:8px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#778E95;
    color:#ffffff;
    text-decoration:none;
}

.smtable01 td {
        color:#333333;
        vertical-align:top;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.smtable01 td.shadow {
    background-image: url(/images/bg_rowshadow.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 10px;
    border:0px;
    padding:0px;
    margin:0px;
}

.smtable01 tr.even{
    background-color:#E9E9E9;
}

.smtable01 tr.paginator td {
        padding: 0px;
}

.smtable01 .actions {
        font-size: 10px;
}       

/* ----------------- */

.raPrompt {
    color: red;
}    

span.rulink { /* remote-upload.js */
    background-image:url(/images/icons/icons/icon_uploadimagefromweb.png);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    height:16px;
    line-height:16px;
    margin:0px;
    padding:0px 10px 0px 0px;
    text-indent:20px;
}

/*
 * image-scroll.js
 */
 
.imagescrolls{
    padding:5px;
    padding-bottom:0px;
    margin:0px;
    margin-top:5px;
    background-color:#ffffff;
    border: 0px solid #C0C0C0;
}

.imagescrolls .imgpanel {
    float: left;
}

.imagescrolls a.imgs{
    padding:0px;
    margin:0px;
    float:left;
    border: 1px #cccccc solid;
    margin-right:5px;
}

.imagescrolls a.imgs:hover{
    padding:0px;
    margin:0px;
    float:left;
    border: 1px #000000 solid;
    margin-right:5px;
}

.imagescrolls .arrow {
    padding:0px;
    margin:0px;
    height:88px;
    width:14px;
    float:left;
    margin-right:5px;
}

/* ------------ */

.pageIntro {
        color: #666666;
        margin-bottom: 20px;
        font-size: 12px;
}

a.rssFeed {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    margin-left: 10px;
    padding: 0 0 0 17px; /* http://www.feedicons.com/ */
    background: url("/images/icons/icons/rss_14x14.png") no-repeat 0 50%;
}    

a.rssFeed:hover{
    text-decoration:underline;
}
    
a.rssFeed.nomargin {
        margin-left: 0px;
}

.smtable01 th a.rssFeed {
    display: inline;
    font-weight: normal;
    margin-left: 10px;
    padding: 0 0 0 17px; 
    background-position: left;     
}

/*-- Alert Box --*/
div.alertBar{
        position:absolute; 
        top:0px; 
        left:0px; 
        width:100%; 
        background-color:#333333; 
        z-index:10; 
        height:40px; 
        line-height:40px; 
        border-bottom:1px solid #FF3300;
        color:#ffffff;
}

div.alertContainer{
        width:930px; 
        margin-left:auto; 
        margin-right:auto;
}

div.alertText{
        width: 405px;
        float: left;

}

a.compatview {
        margin-left: 7px;
    font-size: 12px;
}

img.compatview{ /* not needed anymore */
        display:block; 
        float:left;
        margin-top:7px; 
}

img.alertclose{ /* not needed anymore */
        float:right;
        display:block; 
        margin-top:7px; 
}

div.introTxt {
	border:0px solid #DDDDDD;
	color:#666666;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	padding:0px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:left;
	background-image: url(/home/resource/images/blog_intro_bg.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:144px;
}

div.introTitle{
	width:450px;
	height:27px;
	background-image:url(/home/resource/images/blog_intro_header.png);
	background-position: left top;
	background-repeat:no-repeat;
	margin-bottom:22px;
	}

div.introTitle span{
	display:none;	
}
	
div.introContent{
	width:500px;
	line-height:1.3;
	}

input#q {
	
	width:135px;	
	
	
}
