/***********************************/
/* STYLES FOR THE USER SIDE OF PUBLIC ACTION
/***********************************/

/* base style declarations */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

BODY, TABLE, TABLE TR TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

A {color: #C61D22;}

A:visited {color: #7F1C1C;}

A IMG {border-width: 0px;text-decoration: none;}
.CB {clear: both;}
.pad {padding: 5px;}

H1 {font-size: 15px;}
H2 {font-size: 14px;}
H3 {font-size: 12px;}
H1, H2, H3 {text-align: left;}
FORM {padding: 0px;margin: 0px;}

/* for the more information pophover */
a.info {
    position:relative;
    z-index:24;
    text-decoration:none;
}

a.info img {border-width:0px;text-decoration:none;}

a.info:hover {z-index:25;text-decoration:none;}

a.info span {display: none;text-decoration:none;}

a.info span {
    display: block;
    position: absolute;
    top: 15px; 
	left: 15px; 
	width: 300px;
    border: 1px solid #000;
    background-color:#BFD6DC;
	padding: 5px;
	color:#000;
	text-decoration:none;
	font-size: 12px;
}

.actionsToolbar a.info span {left: -185px;}

.flagPost a.info span {left: 15px;}

/***********************************/
/* LAYOUT STYLES - contained in header.htm - set the base widths of the left rail and content area, as well as overall page width
/***********************************/
#bodyContainer {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}

TABLE TR TD {vertical-align: top;}
#leftRail, #content {margin: 0px;}

#leftRail {
	width: 168px;
	background-color: #666666;
	padding: 10px 0px;
}

#paContent {background-color: #FFF;width: 632px;}
#paContent .pad {padding: 10px;}

/***********************************/
/* BUCKET RELATED STYLES
/***********************************/
.bucketTop, .bucketPanel, .bucketBottom {
	width: 154px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.bucketTop, .bucketTop .corner, .bucketBottom, .bucketBottom .corner {
	background-image: url(/images/publicAction/bucketFrame2.gif);
	background-repeat: no-repeat;
}

.bucketTop, 
.bucketTop .corner, 
.bucketBottom, 
.bucketBottom .corner {height: 10px;}

.bucketTop .corner, 
.bucketBottom .corner {width: 10px;float: right;}

.bucketTop .corner {background-position: 100% 0;}
.bucketBottom .corner {background-position: 100% 100%;}

.bucketBottom {
	background-position: 0 100%;
	margin-bottom: 10px;
}

/* bucket content styles */

.bucketPanel .header {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #FFF;
	background-color: #FF3939;
/*	cursor: pointer;*/
}


.bucketPanel .firstBucket, .staticBucket .header {border-top: 0px;}
.bucketPanel .header div {padding: 2px 8px;}

.bucketPanel .links, .bucketPanel .welcomeBucketLink {
	background-color: #EBEBEB;
	padding: 2px 0px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #FFF;
}

.loginTextArea {
	width: 100%;
}

#autoLogin {font-size:10px;}

.bucketPanel .links .loginLinks {
	text-align: right;
}

.bucketPanel .links .loginLinks A {
	font-size: 10px;
	display: inline;
	margin: 0px;
}

.bucketPanel .links A, .bucketPanel .welcomeBucketLink A {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	clear: left;
}

.bucketPanel .links A {margin: 5px 8px 10px 8px;}
.bucketPanel .welcomeBucketLink A {margin: 3px 8px;}
.bucketPanel .links A:hover, 
.bucketPanel .welcomeBucketLink A:hover {color: #666666;}

.bucketPanel  .login {
	margin: 2px 0px;
	text-align: right;
}

.bucketPanel .login A.loginButton {
	background-image: url(/images/publicAction/bttn_login.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	/*width: 74px;*/
	margin: 0px;
	padding: 0px;
	background-position: top right;
}

/***********************************/
/* BUCKET ICON RELATED STYLES
/* class names should match up with what we have in the db
/***********************************/
.icon {
	height: 18px;
	width: 18px;
	float: left;
	margin: 2px 5px 0px 0px;
	background-repeat: no-repeat;

}

.badge {background-repeat: no-repeat;}

.cartalk {background-image: url(/images/publicAction/icons/cartalk.gif);}
.idaho {background-image: url(/images/publicAction/icons/idaho.gif);}
.kcet {background-image: url(/images/publicAction/icons/kcet.gif);}
.kplu {background-image: url(/images/publicAction/icons/kplu.gif);}
.kuer {background-image: url(/images/publicAction/icons/kuer.gif);}
.kuar {background-image: url(/images/publicAction/icons/kuar.gif);}
.kut {background-image: url(/images/publicAction/icons/kut.gif);}
.michigan {background-image: url(/images/publicAction/icons/michigan.gif);}
.opb {background-image: url(/images/publicAction/icons/opb.gif);}
.opensource {background-image: url(/images/publicAction/icons/opensource.gif);}
.pa {background-image: url(/images/publicAction/icons/pa.gif);}
.pi {background-image: url(/images/publicAction/icons/pi.gif);}
.theworld {background-image: url(/images/publicAction/icons/theworld.gif);}
.vpr {background-image: url(/images/publicAction/icons/vpr.gif);}
.wgbh {background-image: url(/images/publicAction/icons/wgbh.gif);}
.wnyc {background-image: url(/images/publicAction/icons/wnyc.gif);}
.wtest {background-image: url(/images/publicAction/icons/wtest.gif);}
.demo {background-image: url(/images/publicAction/icons/demo.gif);}
.pri {background-image: url(/images/publicAction/icons/pri.gif);}
.fairgame{background-image: url(/images/publicAction/icons/fairgame.gif);}
.pbs4549{background-image: url(/images/publicAction/icons/pbs4549.gif);}
.pbaonline {background-image: url(/images/publicAction/icons/pbaonline.gif);}
.sdpb {background-image: url(/images/publicAction/icons/sdpb.gif);}
.kcur {background-image: url(/images/publicAction/icons/kcur.gif);}
.wium {background-image: url(/images/publicAction/icons/wium.gif);}
.kqed {background-image: url(/images/publicAction/icons/kqed.gif);}
.wrkf {background-image: url(/images/publicAction/icons/wrkf.gif);}

/* debatable whether .adBox will be used or not */
.adBox {
	border: 2px solid #FFF;
	background-color: #74894B;
	margin: 10px 7px;
	padding: 5px;
	text-align: center;
}

IMG.adImage {border: 2px solid #FFF;}

/***********************************/
/* styles for user_message_bar_inc.htm & user_dashboard_inc.htm
/***********************************/

.userBar H1 {font-size: 16px;}
.userBar H1 span {color: #8D5555;}

/* because ie does funky math */
.dashboard {}

* html .dashboard {width:100%;}

.dashboardTop, .dashboardTop .corner, .dashboardBottom, .dashboardBottom .corner,
.searchBoxTop, .searchBoxTop .corner, .searchBoxBottom, .searchBoxBottom .corner, 
.postShowTop, .postShowTop .corner, .postShowBottom, .postShowBottom .corner {
	background-image: url(/images/publicAction/pageTitleBG.gif);
	background-repeat: no-repeat;
	height: 14px;
}

.dashboardTop {float: left;}
.dashboardTop, .dashboardBottom {width: 100%;}

.dashboardTop .corner, .dashboardBottom .corner, 
.searchBoxTop .corner, .searchBoxBottom .corner, 
.postShowTop .corner, .postShowBottom .corner {
	float: right;
	width: 10px;
}

.dashboardBottom, .searchBoxBottom, .postShowBottom {background-position: 0 100%;clear:both;}
.dashboardTop .corner, .searchBoxTop .corner, .postShowTop .corner {background-position: 100% 0;}
.dashboardBottom .corner, .searchBoxBottom .corner, .postShowBottom .corner {background-position: 100% 100%;}

.dashboardContent {
	float: left;
	position: relative;
	left: 5;
	top: -21;
	width: 98%;
	background-color: transparent;
}

* html .dashboardContent {padding-top: 1px;}

.dashboard A {
	text-decoration: none;
	color: #3A3A3A;
	font-weight: bold;
	padding: 2px 0px 2px 22px;
	margin: 1px 0px 0px 10px;
}

A.topicIndex, A.search, A.recentThreads, A.memberListing, A.help {
	background-repeat: no-repeat;
	background-position: 0 0;
}

A.topicIndex {background-image: url(/images/publicAction/icon_thread-index.gif);}
A.search {background-image: url(/images/publicAction/icon_search.gif);}
A.recentThreads {background-image: url(/images/publicAction/icon_recent-threads.gif);}
A.memberListing {background-image: url(/images/publicAction/icon_memberlist.gif);display:none;}
A.help {background-image: url(/images/publicAction/icon_help.gif);}


A.logout, A.register {
	color: #FF3939;
	float: right;
	margin: -1px 0px 1px 0px;
	position: relative;
	left: -10;
}

/***********************************/
/* STYLES IN post_show.htm
/***********************************/
.threadSetup {
	background-color: #EBEBEB;
	border: 1px solid #8B8B8B;
	margin: 20px 0px 0px 24px;
	padding: 0px 0px 30px 0px;
}

.icon_radioWaves {
	float: left;
	position: relative;
	height: 60px;
	width: 61px;
	left: -29;
	top: -27;
	background-image: url(/images/publicAction/icon_radioWaves2.gif);
	background-repeat: no-repeat;
}

/* ie location fix 
* html .icon_radioWaves {left: 0;top: 0;}*/

.discussArrow {
	float: left;
	position: relative;
	height: 99px;
	width: 61px;
	left: -11;
	top: 5;
	background-image: url(/images/publicAction/discuss_arrow.gif);
	background-repeat: no-repeat;
}

.threadQuestion {
	background-color: #FFFEBA;
	border: 1px solid #404040;
	margin: -36px 0px 10px 40px; /* 28px */
}

.threadQuestion H1 {
	color: #C61D22;
	margin: 10px 0px 10px 30px;
	padding: 0px;
}

.icon_asks {
	float: left;
	height: 19px;
	width: 122px;
	margin: -20px 0px 0px 0px;
	background-image: url(/images/publicAction/wrad/asksIcon_wrad.gif);
	background-repeat: no-repeat;
}

/* ie margin fix */
* html .icon_asks {margin: -20px 0px 0px 10px;}

.questionLinks {margin: 10px 0px 0px 0px;}

.threadQuestion .postReply {
	display: block;
	height: 23px;
	width: 153px;
	margin: 0px 10px 0px 0px;
	background-image: url(/images/publicAction/bttn_postReply.gif);
	background-repeat: no-repeat;
}

A.fullStory {
	float: right;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

/* Styles for the user comments */
#userCommentArea {
background-color: #FFF;
}

.userCommentBox {
	margin: 5px 0px 0px 0px;
	padding-bottom: 2px;
}

.userCommentBox .header {
	padding: 5px 0px 5px 5px;
	background-color: #9A9A9A;
}

.userCommentBox #previewTable .header {
	background-color: transparent;
}

.userCommentBox .toggle {
	float: left;
	display: none;
}

.header .title {
	font-weight: bold;
	padding-left: 20px;
}

.userCommentBox .details {
	float: right;
	height: 23px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	background-image: url(/images/publicAction/userCommentHeader_corner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

* html .userCommentBox .details {margin-right: -0px;}

.userCommentBox .details div {padding-right: 10px;padding-top:5px;}

.userCommentBox .details A {
	color: #000;
	font-weight: bold;
}

.userCommentBox .details .icon  {
	float: none;
	margin: 4px 0px 0px 0px;
}

.userCommentBox .icon {background-position: 0px 0px;}
.userCommentContent {border: 1px solid #9A9A9A;}

.userCommentTools {
	background-color: #DCDCDC;
	padding: 2px 10px 2px 10px;
	margin: 0px;
}

.buttons {float: right;}

/*.userCommentText, .userCommentText .pad {background-color: #FFF;}*/

.userCommentText .pad {padding: 2px 5px;}

.treeArrowl1, .treeArrowl2, .treeArrowl3 {
	float: left;
	background-image: url(/images/publicAction/treeArrow.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 36px;
	width: 24px;
}

.level0 {margin: 0px;}
.level1 {margin-left: 0px;}
.level2 {margin-left: 25px;}
.level3 {margin-left: 50px;}

* html .level2 .userCommentContent {}
* html .level3 .userCommentContent {}

.treeArrowl2 {}
.treeArrowl3 {margin-left: 25px;}

/***********************************/
/* STYLES IN forum_show.htm & similar
/***********************************/
.contentMargin {margin: 0px 0px 0px 24px;}

/* global results listings styles */
.resultsPagination {float:right;}
.resultsPagination A {color: #000;text-decoration:none;border-bottom: 1px dotted #000;}

TABLE.resultsTitle TR TD.title, TABLE.resultsTitle TR TD .corner {
	background-image: url(/images/publicAction/resultsTitleBG.gif);
	background-repeat: no-repeat;
	height: 40px;
	border-collapse: collpse;
	margin: 0px 0px -6px 0px;
}

TABLE.resultsTitle TR TD {background-image: none;}

TABLE.resultsTitle TR TD .radioIcon {
	height: 33px;
	width: 39px;
	background-image: url(/images/publicAction/icon_radioWaves3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin: -6px 5px 0px 5px;
}

TABLE.resultsTitle TR TD .corner {
	width: 30px;
	height: 40px;
	background-position: 100% 0;
}

* html TABLE.resultsTitle TR TD .corner {border: 0px;}

TABLE.resultsTitle TR TD.title {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	height: 40px;
	padding-top: 10px;
}

TABLE.resultsTitle TR TD.title .query {color: #000;}

.resultsFrame {
/*	background-image: url(/images/publicAction/resultsFrameBG2.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	padding-bottom: 20px;
	/*background-color: #FFF;*/
	background-color: transparent;
}

.resultsFrameMargin {margin: 0px 24px 0px 24px;}

.resultsFrameTop, .resultsFrameTop .corner {
	background-image: url(/images/publicAction/resultsFrameTopBG.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.resultsFrameTop {
	background-position: 5% 0;
	border-left: 1px solid #B3B3B3;
}

.resultsFrameTop .corner {
	background-position: 100% 0;
	width: 10px;
	float: right;
}

.resultsFrameContent[class] {
	background-image: url(/images/publicAction/resultsFrameContentBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html .resultsFrameContent {margin-top: -3px;}

.resultsFrameContent .barL, .resultsFrameContent .barR {
	width: 1px;
	height: 273px;
	background-image: url(/images/publicAction/resultsFrameContentBar.gif);
	background-repeat: no-repeat;
}

.resultsFrameContent .barL {float: left;}
.resultsFrameContent .barR {float: right;}

.resultsFrameContent .contentMinHeight {
	float: right;
	height: 360px;
	width: 1px;
}

.resultsResultFrame {
	margin: 0px 30px;
	padding: 20px 0px;
	border-top: 1px dotted #D1D1D1;
	background-color: transparent;
}

.resultsResultsFrame1 {border-top-width: 0px;}

.resultsResultsFrameContent {vertical-align: middle;}

A.resultsFrameContentArrow, .resultsFrameContentArrow, .postShowArrow {
	background-image: url(/images/publicAction/resultsFrameContentArrow.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	margin-right: 10px;
	float: left;
}

.resultsLink A {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
}
.resultsLink A:hover {border-bottom: 1px dotted #000;}
.resultsLink A:visited {color: #717171;}



/*temporary while testing a new .resultsLink A */
/*A.resultsFrameContentArrow {display: none;} 
.resultsLink A {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 26px;
	padding: 4px 5px 5px 36px;
	background-image: url(/images/publicAction/resultsFrameContentArrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 26px;
	width: 26px;
}*/


.resultsDesc, .resultsStats {margin-left: 36px;}

.resultsDesc {
	margin-top: 2px;
	font-size: 12px;
	background-color: transparent;
}

.resultsDesc A {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.resultsStats {
	margin-top: 15px;
	color: #999;
	font-weight: normal;
}

.resultsStats span {}



#profileFormPage .pageTitle, #profileFormPage .searchPageTitle {margin-bottom: 10px;}
#profileFormPage .pageFooter {margin-top: 2px;}

.questionMark {
	float: left;
	height: 26px;
	width: 26px;
	background-image: url(/images/publicAction/icon_questionMark.gif);
	background-repeat: no-repeat;
	margin: 0px 10px 0px 2px;
}

/***********************************/
/* STYLES IN user_form.htm & user_profile.htm
/***********************************/
#profileTabs UL {
	list-style: none;
	padding: 0px;
	margin: 0px 0px -1px 0px;
}

#profileDisplay #profileTabs {margin-left: 10px;}

#profileTabs UL LI, #profileTabs UL LI.active, #profileTabs UL LI A, #profileTabs UL LI.active A {
	background-image: url(/images/publicAction/profileTabs.gif);
	background-repeat: no-repeat;
}

#profileFormPage #profileTabs UL LI, 
#profileFormPage #profileTabs UL LI.active, 
#profileFormPage #profileTabs UL LI A, 
#profileFormPage #profileTabs UL LI.active A {
	background-image: url(/images/publicAction/profileTabs2.gif);
}

#profileTabs UL LI, #profileTabs UL LI.active {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 4px 0px 0px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #8B8B8B;
}

#profileTabs UL LI {background-position: 0 -30;}

#profileTabs UL LI A {
	display: block;
	padding: 5px 20px 5px 0px;
	background-position: 100% -30; 
	text-decoration: none;
	color: #8B8B8B;
}

#profileTabs UL LI.last {margin-right: 0px;}

#profileTabs UL LI.active {background-position: 0 0;}
#profileTabs UL LI.active A {background-position: 100% 0;color: #000;}


#profileForm {border: 1px solid #8B8B8B;}
* html #profileForm {margin-top: -10px;}

.profileBottom {margin: 10px 5px 0px 22px;}

#profileForm .subsection {margin: 10px;}

#profileForm .subsection .top, #profileForm .subsection .top div, #profileForm .subsection .bottom, #profileForm .subsection .bottom div {
	background-image: url(/images/publicAction/profile_border_bg.gif);
	background-repeat: no-repeat;
	height: 16px;
}

#profileForm .subsection .top div, #profileForm .subsection .bottom div {width: 16px;float: right;}

#profileForm .subsection .top {background-position: 0px 0px;}
#profileForm .subsection .top div {background-position: 100% 0px;}
#profileForm .subsection .bottom {background-position: 0px -16px;}
#profileForm .subsection .bottom div {background-position: 100% -16px;}

#profileForm .subsection .content {background-color: #EBEBEB;}
#profileForm .content .pad {padding: 5px;margin: 0px 16px 0px 16px;}

#profileForm .header {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #C5C5C5;
	margin: 0px 0px 10px 0px;
}

TABLE.formTable {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

* html TABLE.formTable {width: 85%;}
* html TABLE.basicsTable {width: 80%;}

TABLE.formTable TR TD {vertical-align: top;}

TABLE.formTable TR TD.fieldTitle, TABLE.formTable TR TD.fieldInput {padding: 5px;}

TABLE.formTable TR TD.fieldTitle {
	font-weight: bold;
	text-align: right;
	width: 35%
}

TABLE.formTable TR TD.fieldInput {
	text-align: left;
	width: 65%;
}

.fieldContainer {
	height: 200px;
	overflow: auto;
	background-color: #EBEBEB;
}

#searchForm .fieldTitle {width:25%;}

.inputText {
	margin: 2px 0px;
	display: block;
	width: 80%;
	border: 1px solid #898989;
}

.textArea {
	width: 80%;
	height: 100px;
	border: 1px solid #898989;
}

.addFavorite {text-align: right;}

.addFavorite A {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}

.bttn_saveMyChanges {
	text-align: right;
	z-index: 999;
	position: relative; 
	top: 15; left: -40;
}

.profileBottom, .profileBottom .cornerFloat {
	background-image: url(/images/publicAction/profile_bottom.gif);
	background-repeat: no-repeat;
	height: 31px;
}

.profileBottom {
	margin: 2px 0px 0px 23px;
}

.profileBottom .cornerFloat {
	background-position: 100% 0px;
	width: 10px;
	float: right;
}

/***********************************/
/* STYLES IN user_profile.htm
/***********************************/

.userIcon {
	float: left;
	position: relative;
	height: 25px;
	width: 25px;
	margin: 2px 10px 0px 2px;
	border: 1px solid #000;
	left: 0;
	top: 0;
}

TABLE#profileTable {
	width: 100%;
	padding: 0px;
	margin: 0px 10px;
}

* html TABLE#profileTable {
	width: 590px;
}

TABLE#profileTable TR TD {
	padding: 2px 5px;
	background-color: #DEDEDE;
	border-width: 1px 0px 0px 1px;
	border-color: #FFF;
	border-style: solid;
	border-collapse: collapse;
}


TABLE#profileTable TR TD.userImage {
	background-color: #9A9A9A;
	border-width: 0px;
	width: 170px;
}

.profileHeader, .profileHeader .corner {
	background-image: url(/images/publicAction/pageTitleBG.gif);
	background-repeat: no-repeat;
	height: 40px;
}

.profileHeader .title {
	font-weight: bold;
	font-size: 16px;
}

.profileHeader {
	margin: 10px 0px 0px 0px;
	background-position: 0 0;
	border-width: 0px 0px 0px 0px;
	border-color: #8B8B8B;
	border-style: solid;
}

.profileHeader .corner {
	float: right;
	background-position: 100% 0;
	width: 15px;
}

.profileSection {
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 0px 0px;
	background-color: #EBEBEB;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #8B8B8B;
}

.profileSection .pad {margin-top: -10px;}
* html .profileSection .pad {margin-top: 0px;}

.profileSection .pad div {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
/* perhaps useful for when there are a bunch of recent activity posts to sort through
.recentActivitySection {
	height: 200px;
	overflow: auto;
}
*/

.recentActivity {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #8B8B8B;
	margin: 0px 2px 2px 2px;
}

.profileSectionTop, .profileSectionTop .corner {
	background-image: url(/images/publicAction/pageTitleBG.gif);
	height: 15px;
}

.profileSectionTop {
	clear: both;
	background-position: 0 0;
}

* html .profileSectionTop {
	margin-top: -10px;
}

.profileSectionTop .corner {
	background-position: 100% 0;
	float:right;
	width: 15px;
}

.favFloat {
	width: 19%;
	float: left;
	margin: 2px;
	border: 1px solid #848484;
	background-color: #FFF;
}

* html .favFloat {
	margin: 1px 0px 1px 1px;
}

.favFloat .header {
	text-align: center;
	padding: 4px 0px;
	font-weight: bold;
	background-color: #F2F2F2;	
	border-bottom: 1px solid #848484;
}

.favFloat .content {padding: 2px;}
.favFloat .content span {
	display: block;
	margin: 2px 0px;
}

/* tag cloud stuff */
A.smallTag, A.mediumTag, A.largeTag {
	font-weight: bold;
	text-decoration: none;
}

A.smallTag {font-size: 10px;}
A.mediumTag {font-size: 12px;}
A.largeTag {font-size: 14px;}

.tagBlockOuter {
	padding: 0px 0px 10px 0px;
	background-color: #FFF;
}

#tagBlock {
	margin: 0px 0px 0px 0px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 5px 5px;
	background-color: #FFF;
}

#tagBlock span {font-weight: bold;}
#tagBlock A {color: #656565;}

#tagBlock A.tagShow {
	color: #C61D22;
	margin-left: 10px;
}

#tagFormBox {
	float: right;
	width: 280px;
	padding: 0px;
	text-align: right;
	margin-top: -1px;
}

#tagFormBox A {

}

#tagSubmit {margin-top: -12px;}

* html #tagSubmit {margin-top: 0px;}

A.tagIt {
	display: block;
	height: 15px;
	width: 69;
	float: right;
	background-image: url(/images/publicAction/bttn_addTag.gif);
	background-repeat: no-repeat;
}

.tagContainer {margin-bottom: 5px;}

#tagEditBox {
	width: 200px;
	position: absolute;
	text-align: left;
	margin: 5px 0px 0px 85px;
	z-index: 999;
/*	margin: -70px 0px 0px 50px;*/
}

* html #tagEditBox {margin: 30px 0px 0px -200px;}

#tagEditBox .top, #tagEditBox .top .corner, #tagEditBox .bottom, #tagEditBox .bottom .corner {
	background-image: url(/images/publicAction/editTagBG.gif);
	background-repeat: repeat-y;
}

#tagEditBox .top, #tagEditBox .bottom {margin-right: 10px;}
* html #tagEditBox .top, * html #tagEditBox .bottom {margin-right: 5px;}

#tagEditBox .top .title {
	font-weight: bold;
	padding: 5px 10px;
	
}

#tagEditBox .top, #tagEditBox .top .corner {height: 25px;cursor:move;}
#tagEditBox .bottom, #tagEditBox .bottom .corner {height: 10px;}

#tagEditBox .top .corner, #tagEditBox .bottom .corner {float: right;width: 35px;margin-right: -10px;z-index: 999;}

* html #tagEditBox .top .corner, * html #tagEditBox .bottom .corner {position: relative;left: 5px;margin-right: 0px;}

#tagEditBox .top .corner A.tagEditClose {margin-top: 3px;display: block;font-size: 10px;color: #000;}

#tagEditBox .top .corner {background-position: 100% 0;}
#tagEditBox .bottom {background-position: 0 100%;}
#tagEditBox .bottom .corner {background-position: 100% 100%;}



#tagEditBox .content {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #B7AE92;
	background-color: #FFFDC9;
}

#tagEditBox .tagList {
	border: 1px dotted #000;
	padding: 4px;
	background-color: #FFF;
}

#tagEditBox A.close, A.removeAttachment {
	float: right;
	height: 15px;
	width: 15px;
	background-image: url(/images/publicAction/bttn_close.gif);
	background-repeat: no-repeat;
}

.tagItem {
	border-bottom: 1px solid #000;
	margin: 5px 0px;
	padding-bottom: 2px;
}

/* post reply form styles */
#replyForm {
	width: 540px;
	z-index: 999;
}


#replyForm .top, 
#replyForm .top .corner, 
#replyForm .bottom, 
#replyForm .bottom .corner {
	background-image: url(/images/publicAction/postForm/postFormBG.gif);
	height: 20px;
	background-repeat: no-repeat;
}

#replyForm .top .corner, #replyForm .bottom .corner {
	width: 30px;
	margin-left: 100%;
}

#replyForm .top .corner {background-position: 100% 0;}
#replyForm .bottom {background-position: 0 100%;}
#replyForm .bottom .corner {background-position: 100% 100%;}

#replyForm .top, 
#replyForm .bottom {margin-right: 30px;}

* html #replyForm .top, 
* html #replyForm .bottom {margin-right: 80px;}

* html #replyForm .top .corner, 
* html #replyForm .bottom .corner {
	position: relative;
	left: 20px;
	margin-right: 0px;
}

#replyForm .content {
	border-width: 0px 2px;
	border-style: solid;
	border-color: #000;
	max-height: 500px;
	/*overflow: auto;*/
	background-image: url(/images/publicAction/postForm/pixelFFF.gif);
	background-repeat: repeat;
	background-color: #FFF;
}

* html #replyForm .content {height: 1%;}

#replyForm .content .pad {
	padding: 1px 18px;
	margin: 0px 0px 0px 0px;
}

#replyForm .subTitle {
	background-image: url(/images/publicAction/postForm/postFormSubTitleBG.gif);
	background-repeat: repeat-x;
	background-color: #FBF9CE;
	padding: 3px 20px;
}

.replyFormBody {margin: 10px 20px;}
.replyFormBody div {margin-bottom: 5px;}
.replyFormBody span {font-weight: bold;}

.replyFormTextControls, 
.replyFormTextControls .corner,
.messageActions,
.messageActions .corner {
	background-image: url(/images/publicAction/titlesBG2.gif);
	background-repeat: no-repeat;
	height: 24px;
}

.replyFormTextControls {border-bottom: 1px solid #797979;}
.replyFormTextControls .corner {
	float: right;
	width: 10px;
	background-position: 100% 0;
	margin: 0px;
}

.pageTitle, .pageFooter, .pageTitle .corner, .pageFooter .corner {
	background-image: url(/images/publicAction/pageTitleBG.gif);
	background-repeat: no-repeat;
	height: 30px;
}

.pageTitle, .pageFooter, .pageTitle .corner, .pageFooter .corner {
	border-style: solid;
	border-color: #8B8B8B;
}

.pageTitle {
	margin: 10px 0px 0px 0px;
	border-width: 0px 0px 1px 1px;
	background-position: 2% 0;
}

.pageTitle .radioIcon {
	float: left;
	position: relative;
	height: 33px;
	width: 39px;
	left: -7;
	top: -7;
	background-image: url(/images/publicAction/icon_radioWaves3.gif);
	background-repeat: no-repeat;
}

.pageTitle .corner {
	float: right;
	width: 10px;
	background-position: 100% 0;
	border-width: 0px 0px 1px 0px;
}

* html .pageTitle .corner {border: 0px;}

.pageTitle .title {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0px 0px 5px;
}

.pageFooter {
	border-width: 1px 0px 0px 1px;
	background-position: 2% 100%;
}

.pageFooter .text {padding: 7px 0px 0px;}
.pageFooter .text span {font-weight: bold;}
.pageFooter .text span A {color: #000;}

.pageFooter .corner {
	float: right;
	width: 10px;
	background-position: 100% 100%;
	border-width: 0px;
}

.messageActions {
	background-position: 0 100%;
	border-top: 1px solid #797979;
	margin: -4px 0px 0px 0px;
}

.messageActions .corner {
	background-position: 100% 100%;
	float:right;
	width: 20px;
}

* html .messageActions .corner {
	margin: 0px 0px -10px 0px;
	height: 27px;
}

.replyFormTextControls .messageButtons {
	padding: 5px 20px 0px 20px;
	text-align: center;
}

.messageActions .messageButtons {
	/*text-align: right;*/
	padding: 3px 10px 0px 0px;
}

.bttn_biu {float: left;}
.bttn_qcl {width:130px;margin-left:35%;}
.bttn_iu {float: right;}

A.control_bttn {margin: 0px 2px;display:block;height:15px;float:left;}

.replyFormTextarea {
	width: 100%;
	border: 1px solid #797979;
	margin: -6px 0px 0px 0px;
}

.replyFormTextarea {height: 150px;}

* html .replyFormTextarea {
	width: 460px;
	margin: -7px 0px 0px 0px;
}

A.replyFormClose {
	background-image: url(/images/publicAction/bttn_closeBig.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px 0px 0px -15px;
}

* html A.replyFormClose {margin: 5px 5px 0px 0px;}

A.attachFiles {
	background-image: url(/images/publicAction/postForm/bttn_attachFiles.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 88px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}

A.previewReply {
	background-image: url(/images/publicAction/postForm/bttn_previewReply.gif);
	background-repeat: no-repeat;
	width: 99px;
	height: 17px;
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}

.submitReply {
	float: right;
	width: 56px;
	height: 17px;
	margin: 0px 0px 0px 10px;
}

.replyFormBody .messageActions .messageButtons DIV {margin-bottom: 0px;}
* html .replyFormBody .messageActions .messageButtons {margin-bottom: 5px;}

A.addAnotherFile {
	display: block;
	float: right;
	height: 15px;
	width: 102px;
	background-image: url(/images/publicAction/postForm/bttn_addAnotherFile.gif);
	background-repeat: no-repeat;
}

A.done {
	display: block;
	float: right;
	height: 15px;
	width: 39px;
	margin: 0px 10px 0px 0px;
	background-image: url(/images/publicAction/postForm/bttn_done.gif);
	background-repeat: no-repeat;
}

A.editReply {
	display: block;
	float: right;
	height: 17px;
	width: 49px;
	margin: 0px 10px 0px 0px;
	background-image: url(/images/publicAction/postForm/bttn_edit.gif);
	background-repeat: no-repeat;
}

/* TEMPORARY - TO BE DELETED */
.reply_lb {}

#replyForm .header {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000;
	margin: 5px 0px;
}

#replyForm .subject {
	font-size: 10px;
	font-weight: bold;
}

#replyForm .messageBody {
	font-size: 10px;
	font-weight: bold;
}

/* search stuff */
.searchPageTitle {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #000;
}

.searchBox {
	width: 400px;
	margin: 10px 0px;
}

.searchBox .header {
	font-weight: bold;
	font-size: 14px;
}

.searchBoxContent {
	border-width: 0px 1px;
	border-style: solid;
	border-color: #8B8B8B;
	background-color: #EBEBEB;
	text-align: left;
}

.searchParam {
	float: left;
	width: 49%;
}

/************* attachments panel ********************/
#tdAttachPanel {}

#tdAttachPanel .top,
#tdAttachPanel .top .corner,
#tdAttachPanel .bottom,
#tdAttachPanel .bottom .corner,
* html #tdAttachPanel .top,
* html #tdAttachPanel .top .corner,
* html #tdAttachPanel .bottom,
* html #tdAttachPanel .bottom .corner {
	background-image: url(/images/publicAction/postForm/attachmentsBG.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#tdAttachPanel .top .corner,
#tdAttachPanel .bottom .corner, 
* html #tdAttachPanel .top .corner,
* html #tdAttachPanel .bottom .corner {
	float: right;
	margin: 0px;
	padding: 0px;
	left: 0;
}

#tdAttachPanel .top .corner {background-position: 100% 0;}
#tdAttachPanel .bottom {background-position: 0 100%;}
#tdAttachPanel .bottom .corner {background-position: 100% 100%;}

#tdAttachPanel .content,
* html #tdAttachPanel .content {
	background-color: #EBEBEB;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

* html #tdAttachPanel .message {
	margin: 0px;
	padding: 0px;
}

.attachmentBox {
	background-color: #ebebeb;
}

/************* preview table *************************/
#previewTable {}

#previewTable .header {
	font-weight: bold;
	font-size: 16px;
}

#previewTable .message, #tdAttachPanel .message {
	border-color: #000;
	border-style: dotted;
	border-width: 1px;
	/*height: 200px;*/
	margin: 10px 10px 0px 10px;
	/*overflow: auto;*/
    background-color: #FFF;
}

#previewTable .messageButtons {
	margin-right: 20px;
}

.messageButtons DIV {margin-bottom:0px;}

#previewTable .top, 
#previewTable .top .corner, 
#previewTable .bottom, 
#previewTable .bottom .corner,
* html #previewTable .top, 
* html #previewTable .top .corner, 
* html #previewTable .bottom, 
* html #previewTable .bottom .corner {
	background-image: url(/images/publicAction/postForm/attachmentsBG.gif);
	height: 20px;
	background-repeat: no-repeat;
	margin: 0px;
}

#previewTable .top .corner, 
#previewTable .bottom .corner,
* html #previewTable .top .corner, 
* html #previewTable .bottom .corner {
	width: 30px;
	float: right;
	left: 0;
}

#previewTable .top .corner {background-position: 100% 0;}
#previewTable .bottom {background-position: 0 100%;}
#previewTable .bottom .corner {background-position: 100% 100%;}

#previewTable .content {
	/*border-width: 0px 2px;
	border-style: solid;
	border-color: #000;
	background-color: #EBEBEB;*/
    background-image: none;
	/*overflow: auto;*/
	margin: 0px;

}

* html #previewTable .content {height: 1%;}

.errorBox {
	padding: 10px;
	background-color: #EBEBEB;
	font-weight: bold;
	/*color: #FF0000;*/
	border: 1px solid #000;
	margin: 5px 10%;
}


/* NEW POST SHOW STYLES */
#postShowHeader {
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
}

.postShow_stationAsks {
	background-image: url(/images/publicAction/postShow_stationAsks.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 48px;
	margin-top: -45px;
	margin-left: -1px;
	float: left;
}

.postShowContent {
	background-color: #EBEBEB;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #ACACAC;
	padding-top: 1px;
/*	padding-bottom: 1px;*/
}

.postShowContent .container {margin: 0px 35px;	clear: both;}
.postShowQuestion .container {clear: none;}
.postShowContent H1 {
	color: #444444;
	font-size: 18px;
	margin: 0px;
}

.postShowQuestion {
	border: 1px solid #ACACAC;
	background-color: #FFFEBA;
	margin-top: 10px;
}

.postShowQuestion H1 {color: #7F1C1C;}
.postShowQuestion .pad {padding: 8px ;}
.postShowQuestion .container {
	padding-left: 0px;
}

.postShowReply {text-align: right;}

A.postShowReplyButton {
	background-image: url(/images/publicAction/bttn_postReply.gif);
	background-repeat: no-repeat;
	width: 153px;
	height: 23px;
	display: block;
	/*float: right;*/
}

A.postShowReplyButton[class] {

}

A.postShow_fullStory {
	color: #7F1C1C;
	text-decoration: underline;
	font-size: 10px;
	float: right;
	background-image: url(/images/publicAction/postShow_fullStory.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
}

.tosBox {
	width: 500px;
	text-align: left;
	position: absolute;
	left: 35%;
	top: 25%;
}

.tosHeader, .tosHeader .corner, .tosFooter, .tosFooter .corner {
	background-image: url(/images/publicAction/postForm/attachmentsBG.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.tosHeader .corner, .tosFooter .corner {float:right;width:20px;}
.tosHeader .corner {background-position: 100% 0;}
.tosFooter {background-position: 0 100%;}
.tosFooter .corner {background-position: 100% 100%;}


.tosHeader H2, #termsOfService {
	text-align: center;
	margin: 2px;
	padding: 4px;
}

.tosHeader A.close, .inlineTOS A.close {
	float: right;
	background-image: url(/images/publicAction/bttn_close.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}


.tosBoxContent {
	background-color: #EBEBEB;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #000;
	overflow: auto;
	height: 150px;
}



.inlineTOS {
	background-color: #e8e8e8;
	border: 1px solid #000;
	margin: 5px;
	overflow: auto;
	height: 100px;
	font-size: 10px;
}

.inlineTOS DIV {text-align: left;}

/* attachments show styles */
.attachmentShow, .attachThumb, .attachmentDetails, .attachmentStats, .attachmentDescription {border-color: #8B8B8B;font-size: 10px;}

.attachmentShow {
/*	border-width: 0px 1px 1px 1px;
	border-style: solid;*/
	border: 1px solid #B1B1B1;
	margin: 5px 20px;
	text-align: center;
}

.attachPad {padding: 5px 5px;}

.attachThumb {
/*	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
}

.attachmentDetails {
	text-align: center;
/*	background-color: #FFFEBB;
	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
}

.attachmentStats {
	/*background-color: #DCDCDC;
	margin-left: 80px;
	border-width: 0px 0px 0px 1px;
	border-style: dotted;*/
}

.attachmentDownload {
	float: left;
	text-align: center;
}

.attachmentDownload A {font-weight: bold;}

.attachmentDescription {
/*	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
}

A.downloadAttachment {
	text-align: left;
	padding-bottom: 3px;
	text-decoration: none;
	background-image: url(/images/publicAction/icon_disk.gif);
	background-repeat: no-repeat;
	background-position: middle center;
	padding-left: 20px;
}

A.downloadAttachment span {font-weight: bold;}

.attachmentAlt1 {background-color: #EFEFEF;}
.atachmentAlt2 {background-color: #FFF;}
1
.betaSeal {
	height: 26px;
	width: 98px;
	background-image: url(/images/publicAction/pastamps/paBadge_01.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.poweredBy {display: none;}

.poweredBy A {
	font-size: 8pt;
	color: #FFF;
}


/***** news styles for ucdPostShowHeader ***********/
#ucdPostShowHeader .postShow_stationAsks, 
#ucdPostShowHeader .postShowHeadTeaser {display:none;}

#ucdPostShowHeader .postShowContent .container {margin: 0px 14px;}

#ucdPostShowHeader .postShowQuestion {margin-top: 0px;}

/*************** pagination stuff ***********************/
.pagination_postShow {
	text-align: center;
	padding: 2px 0px;
	background-color: #EBEBEB;
	border: 1px solid #8b8b8b;
}

#forumList .pagination_postShow, 
#forumShow .pagination_postShow {
	border-width: 0px;
	background-color: transparent;	
}

.pagination_postShow .padding {
	padding: 2px 10px;
}

.pagination_info {
	color: #000;
}

.pagination_nav {
	margin-top: 5px;
}

.pagination_nav A:hover {
	background-color: #FFFEBA;
	color: #000;
}

.pagination_nav A span, .pagination_nav A:visited {color: #000;}

A.pagination_first, 
A.pagination_prev, 
A.pagination_next, 
A.pagination_last, 
.pagination_first, 
.pagination_prev, 
.pagination_next, 
.pagination_last {
	display: inline;
	margin: 0px 1px;
	font-weight: bold;
	padding: 2px 10px;
	border: 1px solid #8b8b8b;
	background-color: #FFF;
	color: #000;
}

A.pagination_first, 
A.pagination_prev, 
A.pagination_next, 
A.pagination_last {
	text-decoration: none;
}

.pagination_first, 
.pagination_prev, 
.pagination_next, 
.pagination_last {
	background-color: #EBEBEB;
	color: #8B8B8B;
}

#ajaxPopupContainer {
	width: 540px;
}

#ajaxPopupContainer .top, 
#ajaxPopupContainer .bottom {
	background-image: url(/images/publicAction/mustLoginBG.gif);
	height: 20px;
	background-repeat: no-repeat;
	width: 100%;
}

#ajaxPopupContainer .bottom {
	background-position: 100% 100%;
}

.ajaxPopupMessage {
	background-color: #FFF;
	padding: 10px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #000;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.closeAjaxPopup {
	background-image: url(/images/publicAction/bttn_closeBig.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px 0px 0px 0px;
}

/******************  INFO POPUPS FOR THE REPLY FORM ********************/
/* for the more information pophover */
a.info {
    position:relative;
    z-index:24;
    text-decoration:none;
}

a.info img {border-width:0px;text-decoration:none;}

a.info:hover {z-index:25;text-decoration:none;}

a.info span {display: none;text-decoration:none;}

a.info span {
    display: block;
    position: absolute;
    top: 20px; 
	width: 200px;
    border: 1px solid #000;
    background-color:#BFD6DC;
	padding: 2px;
	color:#000;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

A.bbstyle12 span {left: -130px;}
A.bbstyle14 span {left: -130px;}

A.bbstyle0 span {left: -45px;}
A.bbstyle2 span {left: -45px;}
A.bbstyle4 span {left: -45px;}

A.bbstyle6 span {left: -100px;}
A.bbstyle8 span {left: -100px;}
A.bbstyle10 span {left: -100px;}

A.attachFiles span {top:-35px;left: -30px;}
A.previewReply span {top:-35px;left: -45px;}

A.flagLink span, 
A.watchLink span, 
A.editPost span {
	left: -100px;
	text-align: center;
}

/************************* FAQ PAGE ***************************/
H2.faqSection {
	margin-top: 30px;
}

P.faqQuestion {
	font-weight: bold;
}

A.toTop {
	float: right;
}

#stationMessage {
	background-color: #EFEFEF;
	text-align: center;
}

#stationMessage .container {
	text-align: left;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px;
	width: 90%;
	margin: 15px auto;
}

A.rssLink {
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	background-image: url(/images/publicAction/icon_rss.gif);
	background-repeat: no-repeat;
	margin:0px 24px;
}

#userCommentArea A.rssLink {
	margin: 0px;
}

A.rssLink span {
	display: none;
}

/*********** EDIT POST *****************/
.editPostTextarea {
	display: block;
/*	width: 566px;*/
	width: 100%;
	border: 1px solid #000;
	height: 100px;
	font-size: 12px;
	margin-top: 5px;
}

.firstReply {width: 590px;}

#editPostButtons {
	margin-top: 5px;
	margin-bottom: 10px;
}

A.editPostButton {
	border: 1px solid #000;
	padding: 2px 5px;
	background-color: #9A9A9A;
	text-decoration: none;
	margin: 2px 5px;
	color: #FFF;
}

.userEditAttachments {
	width: 90%;
	margin: 10px auto;
}

/************** breadcrumbs ************/
#breadcrumbs {
	float: left;
	position: relative;
	top: -12px;
	margin: 0px 10px 5px 10px;
	color: #999;
	font-size: 10px;
}

#breadcrumbs A {
	color: #999;
	font-size: 10px;
	text-decoration: underline;
}

A.submitQuestion {
	float: right;
	font-weight: bold;
	background-image: url(/images/publicAction/icon_recent-threads.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 22px;
	margin: 1px 0px 0px 10px;
	position: relative;
	top: -12px;
	left: -10px;
	text-decoration: none;
}

A.submitQuestion:hover {text-decoration: underline;}

/******* post actions toolbar *******/
.actionsToolbar {
	text-align: right;
	background-color: #FFF;
}

.actionsToolbar A {
	margin: 0px 3px 0px 0px;
}

FORM#formModeration {
	display: none;
	background-color: #FF0000;

}

#replyFormFormat {padding: 0px 5px;}

.userCommentReply {
	margin: 5px 10px;
}

A.postFormButton, 
A.postFormButton:visited, 
A.postFormButtonDisabled, 
A.postFormButtonDisabled:visited {
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	margin: 0px 3px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding: 2px 6px;
	font-weight: bold;
}

A.postFormButton:hover {
	background-color: #B1B1B1;
	color: #FFF;
}

A.postFormButtonDisabled, A.postFormButtonDisabled:visited {
	color: #b0b0b0;
	background-color: #d0d0d0;
	cursor: default ;
}

#attachFileDiv {padding-top: 2px;}

FORM#post {
	/*background-color: #fcfbd2;*/
	background-color: #FFFEBA;
	padding: 5px 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
	text-align: left;
}

#editProfileForm FORM#post {
	border-width: 0px;
	background-color: transparent;
}

.lastUpdate {
	float: left;
	padding: 3px 5px 3px 18px;
	background-color: #FCFBD2;
	margin-top: -1px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #DCDCDC; /* #EBEBEB */
	background-image: url(/images/publicAction/icon_star.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
	font-style: italic;
}

A.formatOptions {
	float: right;
	color:#000000;
	font-weight:bold;
	font-size: 10px;
}

#formatOptions {
	margin: 5px 0px;
	/*border: 1px solid #000;
	background-color: #EFEFEF;*/
	font-size: 10px;
}

.formatOption {
	margin: 2px 0px 2px 5px;
}

A.formatOptionsClose {
	display: block;
	float: right;
	margin: 2px 2px 0px 0px;
	background-image: url(/images/publicAction/bttn_close.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}

.postReplyDiv .editPostTextarea {
/*	width: 587px;*/
	width: 100%;
}

#replyFormNotLogged H2 {margin-top: 0px;}
