html
{
	height: 100%;
}

body
{
	margin: 0px;
	background: url(/site/images/site_bg.gif);
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.overflow
{
	overflow: hidden;
}

.float
{
	float: left;
}

.floatR
{
	float: right;
}

.noFontHeight
{
	font-size: 1px;
	line-height: 1px;
}

.form
{
	margin: 0px;
}

.iframe
{
	width: 0px;
	height: 0px;
	border: 0px solid #FFFFFF;
}

/*SITE WIDTH, WITH SHADOWS*/
.siteWidth
{
	width: 984px;
}

ul,
ol
{
	margin: 0px;
	padding: 0px;
}

ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

h1,
h2
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
}

.centered
{
	margin: auto !important;
}

/*FONT COLORS AND FORMATS*/
.darkGreenFont
{
	color: #005b70 !important;
}

.whiteFont
{
	color: #FFFFFF !important;
	background: transparent;
}

.bold
{
	font-weight: bold;
}

.noBold
{
	font-weight: normal;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.blackFont
{
	color: #000000;
}

.blueFont
{
	color: #00a0c6;
	background: transparent;
}

.orangeFont
{
	color: #ffb514;
}

.darkGreyFont
{
	color: #666666 !important;
}

.darkRedFont
{
	color: #ae0000;
}

.greyFont
{
	color: #9e9e9e;
	background: transparent;
}

.greenFont
{
	color: #00A0C6;
	background: transparent;
}

.font20
{
	font-size: 20px;
}

.font18
{
	font-size: 16px;
}

.font16
{
	font-size: 16px;
}

.font14
{
	font-size: 14px;
}

.font11
{
	font-size: 11px;
}

.font10
{
	font-size: 10px;
}

.backgroundWhite
{
	background: #FFFFFF;
}

.backgrdoundDarkGrey
{
	background: #c6c6c6
}

.centeredText
{
	text-align: center;
}
/*FONT COLORS AND FORMATS*/

/*SITE WIDTH, WITHOUT SHADOWS, THE AVAILABLE WITH HEADERS AND EXTERNAL STRUCTURES*/
.usableWidth
{
	width: 956px;
}

/*CONTENTS WIDTH*/
.internalWidth
{
	width: 895px;
}

/*Site Container Box, Shadows And Borders*/
a.noStyleLink
{
	color: inherit;
	text-decoration: none;
}

a.noStyleLink:HOVER
{
	color: inherit;
	text-decoration: none;
}

a.basicLink
{
	text-decoration: none;
}

a.basicLink:HOVER
{
	text-decoration: underline;
}

div.signContainer
{
	height: 54px;
	margin-top: 10px;
}

.signContainerIn
{
	width: 100%;
}

li.helloGuest
{
	text-align: right;
	width: 576px;
}

li.SignUp
{
	width: 67px;
}

li.UpdateInfo
{
	width: 80px;
}

li.SignIn
{
	width: 60px;
}

div.noFlickDiv
{
	height: 1px;
	visibility: hidden;
}

div.siteContainer
{
	margin: auto;
	padding-top: 15px;
}

div.borderTopLeft
{
	height: 9px;
	width: 14px;
	background: url(/site/images/top_left.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

div.borderTopMiddle
{
	height: 9px;
	background: url(/site/images/border_top.gif);
	background-repeat: repeat-x;
}

div.borderTopRight
{
	height: 9px;
	width: 14px;
	background: url(/site/images/top_right.gif);
	background-repeat: no-repeat;
}

.borderLeft
{
	width: 9px;
	background: url(/site/images/border_left.gif);
	background-repeat: repeat-y;
}

.borderRight
{
	width: 9px;
	background: url(/site/images/border_right.gif);
	background-repeat: repeat-y;
}

.shadowLeft
{
	width: 5px;
	background: url(/site/images/shadow_left.gif);
	background-repeat: repeat-y;
}

.shadowRight
{
	width: 5px;
	background: url(/site/images/shadow_right.gif);
	background-repeat: repeat-y;
}

a img
{
	border: 0px;
}
/*Site Container Box, Shadows And Borders*/

/*HEADER*/
.headerHeight
{
	height: 125px;
}

div.headerShadowLeft
{
	width: 5px;
	background: url(/site/images/shadow_left_ini.gif);
	background-repeat: no-repeat;
}

div.headerShadowRight
{
	width: 5px;
	background: url(/site/images/shadow_right_ini.gif);
	background-repeat: no-repeat;
}

div.headerContainer
{
	background: url(/site/images/header_bg.gif);
	background-repeat: repeat-x;
}

div.plumbbLogoContainer
{
	height: 82px;
	margin-top: 3px;
	margin-left: 3px;
}

div.headerLeft
{
	width: 231px;
}

div.headerShadowGradient
{
	height: 11px;
	background: url(/site/images/below_title_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.buttonMenuContainer
{
	width: 724px;
}

div.buttonMenuLeft
{
	width: 158px;
	height: 32px;
	background: url(/site/images/menu_left.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.buttonMenuRight
{
	width: 31px;
	height: 32px;
	background: url(/site/images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.buttonMenu
{
	width: 535px;
}

ul.topMenuContainer
{
	width: 535px;
	font-weight: bold;
}

ul.topMenuContainer li
{
	height: 23px;
	padding-top: 9px;
}

li#menuHome
{
	width: 65px;
	cursor: pointer;
}

li#menuWhyPlumbb
{
	width: 106px;
	cursor: pointer;
}

li#menuFaqs
{
	width: 64px;
	cursor: pointer;
}

li#menuAboutUs
{
	width: 87px;
	cursor: pointer;
}

li#menuGetPlumbb
{
	width: 100px;
	cursor: pointer;
}

li#menuMyPlumbb
{
	width: 113px;
	cursor: pointer;
}

li.menuHome
{
	background: url(/site/images/bt_home.gif);
	background-repeat: no-repeat;
}

li.menuHomeOver
{
	background: url(/site/images/bt_home_over.gif);
	background-repeat: no-repeat;
}

li.menuWhyPlumbb
{
	background: url(/site/images/bt_whyplumbb.gif);
	background-repeat: no-repeat;
}

li.menuWhyPlumbbOver
{
	background: url(/site/images/bt_whyplumbb_over.gif);
	background-repeat: no-repeat;
}

li.menuFaqs
{
	background: url(/site/images/bt_faqs.gif);
	background-repeat: no-repeat;
}

li.menuFaqsOver
{
	background: url(/site/images/bt_faqs_over.gif);
	background-repeat: no-repeat;
}

li.menuAboutUs
{
	background: url(/site/images/bt_aboutus.gif);
	background-repeat: no-repeat;
}

li.menuAboutUsOver
{
	background: url(/site/images/bt_aboutus_over.gif);
	background-repeat: no-repeat;
}

li.menuGetPlumbb
{
	background: url(/site/images/bt_getplumbb.gif);
	background-repeat: no-repeat;
}

li.menuGetPlumbbOver
{
	background: url(/site/images/bt_getplumbb_over.gif);
	background-repeat: no-repeat;
}

li.menuMyPlumbb
{
	background: url(/site/images/bt_myplumbb.gif);
	background-repeat: no-repeat;
}

li.menuMyPlumbbOver
{
	background: url(/site/images/bt_myplumbb_over.gif);
	background-repeat: no-repeat;
}

ul.topMenuContainer li a.menuLink
{
	text-decoration: none;
}

div.subMenuLine
{
	height: 1px;
	width: 894px;
	background: #bababa;
}

div.manageMenuContainer
{
	width: 893px;
	border-right: 1px solid #c6c6c6;
	background: url(/site/images/backoffice/manage/manage_tabs_bg.png);
	background-repeat: repeat-x;
}

div.manageMenuSeparator
{
	width: 1px;
	height: 24px;
	background: url(/site/images/backoffice/manage/manage_tabs_separator.png);
	background-repeat: no-repeat;
}

.subMenuContainer
{
	width: 925px;
	padding-left: 31px;
	padding-bottom: 17px;
}

li.subMenuDashboard,
li.subMenuStats,
li.subMenuManage,
li.subMenuCustomize
{
	color: #9e9e9e;
	background: none;
}

li.subMenuDashboardOver,
li.subMenuStatsOver,
li.subMenuManageOver,
li.subMenuCustomizeOver
{
	color: #FFFFFF;
	background: transparent;
}

li#subMenuDashboard
{
	width: 84px;
	height: 22px;
	padding-top: 8px;
	cursor: pointer;
}

li.subMenuDashboard
{
	background: url(/site/images/backoffice/general/tab_dashboard.png);
	background-repeat: no-repeat;
}

li.subMenuDashboardOver
{
	background: url(/site/images/backoffice/general/tab_dashboard_over.png);
	background-repeat: no-repeat;
}

li#subMenuStats
{
	width: 51px;
	height: 22px;
	padding-top: 8px;
	cursor: pointer;
}

li.subMenuStats
{
	background: url(/site/images/backoffice/general/tab_stats.png);
	background-repeat: no-repeat;
}

li.subMenuStatsOver
{
	background: url(/site/images/backoffice/general/tab_stats_over.png);
	background-repeat: no-repeat;
}

li#subMenuManage
{
	width: 104px;
	height: 22px;
	padding-top: 8px;
	cursor: pointer;
}

li.subMenuManage
{
	 background: url(/site/images/backoffice/general/tab_manage.png);
	 background-repeat: no-repeat;
}

li.subMenuManageOver
{
	 background: url(/site/images/backoffice/general/tab_manage_over.png);
	 background-repeat: no-repeat;
}

li#subMenuCustomize
{
	width: 82px;
	height: 22px;
	padding-top: 8px;
	cursor: pointer;
}

li.subMenuCustomize
{
	background: url(/site/images/backoffice/general/tab_customize.png);
	background-repeat: no-repeat;
}

li.subMenuCustomizeOver
{
	background: url(/site/images/backoffice/general/tab_customize_over.png);
	background-repeat: no-repeat;
}

.backOfficeMenuHeight
{
	height: 51px;
}
/*BACKOFFICE MENU*/

/*MANAGE MENU*/

li.manageMenuGeneral,
li.manageMenuTemplate,
li.manageMenuBehavior,
li.manageMenuGetCode
{
	color: #00a0c6;
	background: transparent;
}

li.manageMenuGeneralOver,
li.manageMenuTemplateOver,
li.manageMenuBehaviorOver,
li.manageMenuGetCodeOver
{
	color: #FFFFFF;
	background: transparent;
}

li#manageMenuGeneral
{
	width: 59px;
	height: 20px;
	padding-top: 4px;
	cursor: pointer;
}

li.manageMenuGeneral
{
	background: url(/site/images/backoffice/manage/tab_general.png);
	background-repeat: no-repeat;
}

li.manageMenuGeneralOver
{
	background: url(/site/images/backoffice/manage/tab_general_over.png);
	background-repeat: no-repeat;
}

li#manageMenuTemplate
{
	width: 63px;
	height: 20px;
	padding-top: 4px;
	cursor: pointer;
}

li.manageMenuTemplate
{
	background: url(/site/images/backoffice/manage/tab_template.png);
	background-repeat: no-repeat;
}

li.manageMenuTemplateOver
{
	background: url(/site/images/backoffice/manage/tab_template_over.png);
	background-repeat: no-repeat;
}

li#manageMenuBehavior
{
	width: 64px;
	height: 20px;
	padding-top: 4px;
	cursor: pointer;
}

li.manageMenuBehavior
{
	background: url(/site/images/backoffice/manage/tab_behavior.png);
	background-repeat: no-repeat;
}

li.manageMenuBehaviorOver
{
	background: url(/site/images/backoffice/manage/tab_behavior_over.png);
	background-repeat: no-repeat;
}

li#manageMenuGetCode
{
	width: 66px;
	height: 20px;
	padding-top: 4px;
	cursor: pointer;
}

li.manageMenuGetCode
{
	background: url(/site/images/backoffice/manage/tab_getcode.png);
	background-repeat: no-repeat;
}

li.manageMenuGetCodeOver
{
	background: url(/site/images/backoffice/manage/tab_getcode_over.png);
	background-repeat: no-repeat;
}
/*MANAGE MENU*/
/*BACKOFFICE MENU*/

/*HEADER*/

/*FOOTER*/
.footerHeight
{
	height: 44px;
}

.borderFooterHeight
{
	height: 41px;
}

div.footerBorder
{
	width: 1px;
	background: url(/site/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

div.footerMiddle
{
	width: 954px;
	background: url(/site/images/footer_bg.gif);
	background-repeat: repeat-x;
}

ul.menuFooter
{
	width: 415px;
	margin: auto;
	margin-top: 15px;
}

div.borderBottomLeft
{
	width: 15px;
	height: 14px;
	background: url(/site/images/bottom_left.gif);
	background-repeat: no-repeat;
}

div.borderBottomMiddle
{
	width: 954px;
	height: 14px;
	background: url(/site/images/bottom_bg.gif);
	background-repeat: repeat-x;
}

div.borderBottomRight
{
	width: 15px;
	height: 14px;
	background: url(/site/images/bottom_right.gif);
	background-repeat: no-repeat;
}
/*FOOTER*/

/*BODY*/
div.siteBody
{
	background: #FFFFFF;
	padding-left: 31px;
	padding-bottom: 25px;
}

div.getPlummbTabsContainer
{
	margin-top: 16px;
}

div.getPlumbbTabsLeft
{
	height: 25px;
	padding-top: 5px;
	text-align: center;
}

div.getPlumbbTabsMiddle
{
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

div.activeTab div.getPlumbbTabsLeft
{
	width: 32px;
	background: url(/site/images/getplumbb/tabs_active_number.png);
	background-repeat: no-repeat;
}

div.activeTab div.getPlumbbTabsMiddle
{
	color: #FFFFFF;
	background: #cccccc url(/site/images/getplumbb/tabs_active_bg.png);
	background-repeat: repeat-x;
}

div.activeTab div.getPlumbbTabsRight
{
	height: 30px;
	width: 8px;
	background: url(/site/images/getplumbb/tabs_active_end.png);
	background-repeat: no-repeat;
}

div.inactiveTab div.getPlumbbTabsLeft
{
	width: 32px;
	background: url(/site/images/getplumbb/tabs_inactive_number.png);
	background-repeat: no-repeat;
}

div.inactiveTab div.getPlumbbTabsMiddle
{
	color: #00a0c6;
	background: #f1f1f1;
}

div.inactiveTab div.getPlumbbTabsRight
{
	height: 30px;
	width: 8px;
	background: url(/site/images/getplumbb/tabs_inactive_end.png);
	background-repeat: no-repeat;
}

div#gps1errors
{
	width: 896px;
	color: #CE0F0F;
}

div#gps1errorLeft
{
	width: 432px;
}

div#gpstep1forms
{
	width: 896px;
	margin-bottom: 20px;
}

div#gps1fLeft
{
	width: 432px;
}

div#gps1fRight
{
	width: 432px;
	margin-left: 32px;
}

div.gps1fHeader
{
	background: url(/site/images/getplumbb/getplumbb_formheader.gif) top left no-repeat;
	width: 432px;
	height: 4px;
}

div.gps1fBody
{
	background: url(/site/images/getplumbb/getplumbb_formbk.gif) top left repeat-y;
	width: 432px;
}

div.gps1fHeight
{
	height: 275px;
}

div.gps1fbTitle
{
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
}

div.gps1fbTitle img
{
	margin-right: 10px;
	vertical-align: middle;
}

div.gps1fbForm
{
	padding-left: 60px;
	padding-top: 10px;
}

div.gps1fbfCampo,
div.gps1fbfCampoEx
{
	color: #666666;
}

div.gps1fbfCampo div.gps1fbfcTexto
{
	width: 117px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

div.gps1fbfCampo div.gps1fbfcInput
{
	width: 212px;
	height: 40px;
	line-height: 40px;
}

div.updateInfoRow
{
	width: 117px;
	color: #666666;
	height: 30px;
	line-height: 30px;
}

div.updateInfoRowInput
{
	width: 233px;
	height: 27px;
	padding-top: 3px;
}

div.gps1fbfCampo div.gps1fbfcInput input,
div.updateInfoRowInput input
{
	color: #000000;
	background: #FFFFFF url(/site/images/getplumbb/getplumbb_inputbk.gif) top left repeat-x;
	width: 212px;
	border: 1px solid #CCCCCC;
}

div.gps1fbfCampo div.gps1fbfcInput img,
div.updateInfoRowInput img
{
	border: 1px solid #CCCCCC;
}

div.captchaRow
{
	height: 55px !important;
	line-height: 55px !important;
}

div.gps1fbfCampoEx div.gps1fbfcTexto
{
	width: 97px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

div.gps1fbfCampoEx div.gps1fbfcInput
{
	width: 233px;
	height: 40px;
	line-height: 40px;
}

input.shadowInput
{
	background: #FFFFFF url(/site/images/getplumbb/getplumbb_inputbk.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 18px !important;
	line-height: 18px;
	color: #666666;
}

div.gps1fbfCampoEx div.gps1fbfcInput input
{
	width: 233px;
}

div.gps1fbfCampoEx div.gps1fbfcCheckbox input
{
	margin-right: 5px;
}

div.gps1fbfCampoEx a
{
	text-decoration: none;
	font-weight: bold;
	color: #00A0C6;
	background: transparent;
}

div.gps1fFooter
{
	background: url(/site/images/getplumbb/getplumbb_formfooter.gif) top left no-repeat;
	width: 432px;
	height: 4px;
}

div#gpstep1Buttons
{
	width: 492px;
	height: 75px;
	border-top: 1px solid #D1D1D1;
	margin-top: 2px;
	padding-left: 404px;
	padding-top: 20px;
}

div#lrButtons
{
	width: 492px;
	height: 75px;
	margin-top: 2px;
	padding-left: 404px;
	padding-top: 20px;
}

div#gps1Cancel
{
	width: 150px;
	height: 33px;
	font-size: 11px;
	color: #666666;
	padding-right: 50px;
}

div#gps1Cancel img
{
	margin-left: 14px;
}

div.finishBt
{
	padding-bottom: 10px;
}

div#gps1Next
{
	width: 87px;
	height: 33px;
}

div#gps1errorRight
{
	width: 432px;
}

div.columnShadowLeft
{
	width: 5px;
	height: 380px;
	background: url(/site/images/home_shadowleft.gif);
	background-repeat: no-repeat;
}

div.columnShadowRight
{
	width: 5px;
	height: 380px;
	background: url(/site/images/home_shadowright.gif);
	background-repeat: no-repeat;
}

img.imgHome
{
	margin-left: 1px;
}

.homeTopSpace
{
	margin-top: 10px !important;
}

div.homeColumn
{
	width: 402px;
	padding-top: 31px;
	padding-left: 15px;
	padding-right: 15px;
}

.homeTitleSpace
{
	margin-top: 7px;
}

p.pHome
{
	color: #7d7d7d;
	line-height: 18px;
	margin-top: 3px;
}

div.clumnShadowHomeHorSpace
{
	margin-right: 10px;
}

/*BACKOFFICE*/
div.backBox
{
	border: 1px solid #c6c6c6;
}

div.backBoxTitle
{
	background: #f1f1f1;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #c6c6c6;
	padding-left: 9px;
}

.backboxFirst
{
	padding-left: 10px;
}

.backBoxGreyBg
{
	background: #f6f6f6;
}

.backBoxRow
{
	height: 23px;
	line-height: 22px;
}

div.backBoxOverFlow
{
	overflow: auto;
}

tr.backBoxRowTitle
{
	border-left: 1px solid #9a9a9a;
}

tr.backBoxRowTitleFirst
{
	border-top: 1px solid #9a9a9a;
}

div.backBoxDashboard
{
	width: 430px;
}

div.backBoxDashboardShort
{
	width: 413px;
}

div.backBoxDashboardSmall
{
	width: 200px;
}

div.backBoxDashboardLeft
{
	width: 430px;
	margin-right: 11px;
}

div.backBoxDashboardRight
{
	width: 430px;
	margin-left: 11px;
}

div.statsDashBoardBox
{
	width: 350px;
	height: 162px;
	margin-top: 3px;
}

div.backBoxDashboardTop
{
	width: 430px;
	height: 162px;
	margin-top: 3px;
}

div.backBoxDashboardTop
{
	height: 162px;
	margin-top: 3px;
}

div.backBoxDashboardGraphTop
{
	width: 430px;
	margin-top: 3px;
}

div.backBoxDashboardBottom
{
	width: 430px;
	height: 162px;
	margin-top: 29px;
}

div.backBoxDashboardGraphBottom
{
	width: 430px;
	margin-top: 5px;
}

div.backBoxOverFlowStatsDashboard
{
	height: 139px;
	width: 350px;
}

div.backBoxOverFlowDashboard
{
	height: 139px;
	width: 430px;
}

table.backBoxTableStatsDashBoard
{
	width: 330px;
}

table.backBoxTableDashboard
{
	width: 413px;
}

table.backBoxTableDashboardNoScroll
{
	width: 430px;
}

td.backBoxFirstColumnLastUsers
{
	width: 70%;
}

td.backBoxSecondColumnLastUsers
{
	width: 30%;
}

div.manageSeparatorLine
{
	height: 1px;
	width: 894px;
	background: #d1d1d1;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.manageGeneralLeftColumn
{
	width: 84px;
}

div.manageGeneralRow
{
	height: 30px;
	line-height: 30px;
}

input.manageGeneralInput
{
	width: 262px;
}

textarea.getCode
{
	height: 50px;
	width: 880px;
	margin-left: 5px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

/*MANAGE FEEDS*/
div#OrganizerContainer
{
	width: 895px;
	height: 439px;
}

div#feedListContainer
{
	height: 450px;
	overflow: auto;
}

div.orderRow
{
	background: #f6f6f6;
	color: #00a0c6;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 1px;
}

div.orderRow span
{
	cursor: pointer;
}

img.imgFavicon,
img.userImgFavicon
{
	height: 13px;
	width: 13px;
	margin-right: 4px;
}

div.feedRow,
div.userFeedRow
{
	cursor: pointer;
	padding-left: 7px;
	line-height: 25px;
	min-height: 25px;
  	height: auto !important;
  	height: 25px;
}

img.asdasd
{
	margin-left: 5px;
	margin-top: 5px;
}

div.feedRowDragging
{
	cursor: pointer;
	padding-left: 7px;	
	height: 25px;
	line-height: 25px;
	background: #00a0c6;
	border: 1px solid #c6c6c6;
	color: #FFFFFF;
}

div.feedRowDraggingWrong
{
	cursor: pointer;
	padding-left: 7px;
	height: 25px;
	line-height: 25px;
	background: #960000;
	border: 1px solid #c6c6c6;
	color: #FFFFFF;
}

table.statsTable
{
	width: 100%;
}

tr.statsTr
{
	height: 25px;
}

td.statsTdLeft
{
	text-align: right;
	width: 240px;
}

td.statsTdRight
{
	padding-left: 10px;
}

.GreyCol
{
	background: #e8e7e7 !important;
}

div#loadingDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 999;
	background: #c1c1c1;
}

div.mbr_LoadingDivImg
{
	width: 62px;
	height: 62px;
	margin: auto;
	background: url(/site/images/backoffice/manage/preload_div.gif);
	background-repeat: no-repeat;
}

div.manageFeedsGreyBox
{
	width: 895px;
	margin-bottom: 10px;
}

div.adminDashboardLeft
{
	width: 430px;
}

div.adminDashboardRight
{
	width: 430px;
	padding-left: 30px;
}

div.dashboardGreyBox
{
	width: 410px;
}

div.dashBoardGreyBox
{
	width: 430px;
}

div.manageFeedsInGreyBox
{
	width: 887px;
}

div.manageFeedsRowHeight
{
	height: 30px;
	line-height: 30px;
}

div.manageFeedsLastRowHeight
{
	height: 25px;
	padding-top: 5px;
}

div.manageFeedsFirstColumn
{
	padding-left: 13px;
	width: 86px;
}

div.manageFeedsSecondColumn
{
	width: 274px;
}

input.manageFeedsInput
{
	width: 264px;
}

div.manageFeedsLastRowColumn
{
	padding-left: 13px;
	width: 360px;
}

div#saveOrderContainer
{
	background: #fff5de;
	margin-bottom: 10px;
	display: none;
}

div.saveOrderBorder
{
	height: 4px;
	width: 4px;
}

div.saveOrderTopLeft
{
	background: url(/site/images/backoffice/manage/mng_feeds_top_left.png);
	background-repeat: no-repeat;
}

div.saveOrderTopRight
{
	background: url(/site/images/backoffice/manage/mng_feeds_top_right.png);
	background-repeat: no-repeat;
}

div.saveOrderBottomLeft
{
	background: url(/site/images/backoffice/manage/mng_feeds_bottom_left.png);
	background-repeat: no-repeat;
}

div.saveOrderBottomRight
{
	background: url(/site/images/backoffice/manage/mng_feeds_bottom_right.png);
	background-repeat: no-repeat;
}

div.saveOrderTextContainer
{
	width: 748px;
	height: 25px;
	margin-top: 13px;
	padding-left: 16px;
}

div.saveOrderButtonContainer
{
	height: 28px;
	margin-top: 10px;
}
/*MANAGE FEEDS*/

/*CUSTOMIZE LAYOUT*/
div.previewContainerLayoutSel
{
	width: 210px;
	height: 400px;
	overflow: auto;
	margin-top: 10px;
}

div.manageLayoutFieldsContainer
{
	width: 535px;
}

div.manageLayoutRow
{
	width: 500px;
}

div.manageLayoutRowLeft
{
	width: 172px;
	height: 30px;
	line-height: 30px;
}

div.manageLayoutRowRight
{
	height: 30px;
	line-height: 30px;
}

select.manageLayoutSelect
{
	height: 18px;
	width: 48px;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 11px;
}

div.manageLayoutGreyBox
{
	width: 490px;
}

div.manageLayoutGreyBoxContainer
{
	padding-left: 11px;
	padding-top: 12px;
}

div.manageLayoutGreyBoxRow
{
	width: 472px;
}

div.manageLayoutGreyBoxRowSize
{
	width: 77px;
	line-height: 30px;
	height: 30px;
}

div.manageLayoutGreyBoxRowPopWidth
{
	width: 86px;
	line-height: 30px;
	height: 30px;
}

div.manageLayoutGreyBoxRowPopWidthInput
{
	line-height: 30px;
	height: 30px;
}

div.manageLayoutGreyBoxRowPopWidthInput input,
div.manageLayoutGreyBoxPopHeightInput input
{
	width: 71px;
}

div.manageLayoutGreyBoxPopHeight
{
	padding-left: 73px;
	width: 90px;
	line-height: 30px;
	height: 30px;
}

div.manageLayoutGreyBoxPopHeightInput
{
	line-height: 30px;
	height: 30px;
}

div.manageLayoutTabsTitles
{
	width: 403px;
	height: 1px;
	background: #e7e7e7;
	margin-bottom: 20px;
	margin-top: 15px;
}

div.manageLayoutTabTitle
{
	width: 159px;
	height: 25px;
	line-height: 25px;
}

div.manageLayoutNameTitle
{
	width: 175px;
	height: 25px;
	line-height: 25px;
}

div.manageLayoutPositionTitle
{
	width: 83px;
	height: 25px;
	line-height: 25px;
}

div.manageLayoutPositionName
{
	height: 25px;
	line-height: 25px;
}

div.manageLayoutTabsTabName
{
	width: 95px;
	padding-left: 64px;
}

div.manageLayoutTabsTabSelect
{
	width: 82px;
}

div.manageLayoutTabsTabSelect select
{
	height: 18px;
	width: 71px;
	border: 1px solid #eaeaea;
	font-size: 11px;
	color: #666666;
}

input.manageLayoutTabsTabInput
{
	width: 161px;
}
/*CUSTOMIZE LAYOUT*/
/*BACKOFFICE*/

div.greyBoxBorders
{
	width: 4px;
	height: 4px;
}

div.greyBoxTopBottom
{
	background: #f2f2f2;
	width: 100%;
}

div.greyBoxTopLeft
{
	background: url(/site/images/greybox/top_left.png);
	background-repeat: no-repeat;
}

div.greyBoxTopRight
{
	background: url(/site/images/greybox/top_right.png);
	background-repeat: no-repeat;
}

div.greyBoxBottomLeft
{
	background: url(/site/images/greybox/bottom_left.png);
	background-repeat: no-repeat;
}

div.greyBoxBottomRight
{
	background: url(/site/images/greybox/bottom_right.png);
	background-repeat: no-repeat;
}

div.greyBoxBody
{
	background: #f2f2f2;
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
}

div.box
{
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div.dashGeneralRow
{
	height: 22px;
	line-height: 22px;
}

div.dashTotalTitle
{
	color: #666666;
}

div.dashTotalValue
{
	color: #00A0C6;
	padding-right: 15px;
	background: transparent;
}

div.yellowButtonContainer
{
	cursor: pointer;
}

div.yellowButtonLeft
{
	width: 3px;
	height: 20px;
	background: url(/site/images/backoffice/general/yellow_bt_left.png);
	background-repeat: no-repeat;
}

div.yellowButtonRight
{
	width: 3px;
	height: 20px;
	background: url(/site/images/backoffice/general/yellow_bt_right.png);
	background-repeat: no-repeat;
}

div.yellowButtonMiddle
{
	height: 20px;
	line-height: 20px;
	background: url(/site/images/backoffice/general/yellow_bt_bg.png);
	background-repeat: repeat-x;
	padding-left: 12px;
	padding-right: 12px;
}

/* Admin Dashboard */
div.GraphsContainer
{
	width: 100%;
	overflow: auto;
}
div.graphLeft
{
	padding-left: 20px;
	margin-bottom: 20px;
}

div.graphLeft img
{
	border: 0px;
}

div.statsAdminRight
{
	width: 350px;
}

.top10
{
	padding-top: 10px;
}

.top20
{
	padding-top: 20px;
}

.bottom10
{
	padding-bottom: 10px;
}

.bottom30
{
	padding-bottom: 30px;
}

.bottom40
{
	padding-bottom: 40px;
}

div.statsSeparator
{
	border-bottom: 1px solid #c6c6c6;
}

div.graphWidth
{
	width: 750px;
}

/* User Dashboard*/
div.graphsContainer
{
	width: 800px;
}
/*BODY*/

/*GET PLUMBB STEP 2*/
/*BOX TOP*/
.getPlmbStp2SideColumn
{
	width: 200px;
}

.getPlmbStp2MiddleColumn
{
	width: 495px;
}

.getPlmbStp2TopHeight
{
	height: 27px;
}

.getPlmbStp2BgGrey
{
	background: url(/site/images/getplumbb/grey_bg.png);
	background-repeat: repeat-y;
}

.getPlmbStp2BgGreen
{
	background: url(/site/images/getplumbb/green_bg.png);
	background-repeat: repeat-y;
}

div.getPlmbStp2TopGreyBorders
{
	height: 7px;
	background: url(/site/images/getplumbb/grey_top.png);
	background-repeat: no-repeat;
}

div.getPlmbStp2TopGreenBorders
{
	height: 7px;
	background: url(/site/images/getplumbb/green_top.png);
	background-repeat: no-repeat;
}

div.getPlmbStp2BoxTitle
{
	height: 26px;
	width: 455px;
	border-bottom: 1px solid #f0f0f0;
	margin-left: 20px;
}
/*BOX TOP*/
/*BOX BOTTOM*/
div.getPlmbStp2BoxContainer
{
	margin-top: 20px;
}

div.getPlmbStp2BottomGrey
{
	background: url(/site/images/getplumbb/grey_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
}

div.getPlmbStp2BottomGreen
{
	background: url(/site/images/getplumbb/green_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
}

.getPlmbTableTd
{
	vertical-align: top;
}
/*BOX BOTTOM*/

/*BOX BODY*/
div.blogUrlText
{
	height: 57px;
	padding-left: 20px;
	padding-top: 18px;
}

div.blogUrlArrow
{
	margin-left: 19px;
	height: 63px;
	padding-top: 12px;
}

div.blogUrlRow
{
	height: 60px;
	padding-left: 22px;
	padding-top: 15px;
}

div.blogUrlRow input
{
	width: 262px;
}

div.blogUrlTextDetail
{
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	height: 75px;
}

div.selectTemplateText
{
	width: 99px;
	height: 154px;
	padding-left: 20px;
	padding-top: 94px;
}

div.selectTemplateArrow
{
	height: 142px;
	padding-left: 36px;
	padding-top: 106px;
}

div.selectTemplate
{
	height: 248px;
}

div.selectTemplateTempsContainer
{
	padding-left: 72px;
	width: 423px;
	margin-top: 15px;
}

div.tempSelectLeft
{
	width: 93px;
	text-align: center;
}

div.tempSelectMiddle
{
	width: 85px;
	text-align: center;
	margin-left: 43px;
	margin-right: 47px;
}

div.tempSelectRight
{
	width: 84px;
	text-align: center;
}

div.tempSelectRadio
{
	margin-top: 12px;
}

div.tempSelectRightColumn
{
	height: 248px;
}

div.colorSelectRow
{
	width: 285px;
	padding-left: 21px;
}

div.colorSelectRowTemplate
{
	width: 140px !important;
}

div.colorContainer
{
	width: 30px;
	height: 30px;
	margin-top: 3px;
	margin-right: 2px;
	cursor: pointer;
}

div.colorBox
{
	width: 20px;
	height: 20px;
	border: 1px solid #dedede;
	margin: auto;
	margin-top: 4px;
}

div.inactiveColor
{
	border: 1px solid #FFFFFF;
}

div.activeColor
{
	border: 1px solid #e8e8e8;
}

div#grey div
{
	background: #d4d4d4;
}

div#green div
{
	background: #7b9f60;
}

div#red div
{
	background: #a50000;
}

div#violet div
{
	background: #6617b0;
}

div#orange div
{
	background: #d68d00;
}

div#blue div
{
	background: #01199f;
}

div#magenta div
{
	background: #d6015d;
}

div#green2 div
{
	background: #007062;
}

div#sepia div
{
	background: #8f5e01;
}

div.sizeSelection
{
	width: 169px;
	height: 88px;
	margin-top: 26px;
}

div.colorSelectText
{
	height: 100px;
	padding-left: 20px;
	width: 120px;
	padding-top: 94px;
}

div.colorSelectArrow
{
	height: 100px;
	padding-left: 15px;
	padding-top: 103px;
}

div.selectColor
{
	height: 200px;
}

div.selectColorContainer
{
	margin-top: 17px;
}

div.selectSizeRow
{
	height: 25px;
	line-height: 25px;
}

div.selectSizeContainer
{
	width: 161px;
}

input.selectSizeRadio3
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

div.selectSizeCustomSize
{
	width: 67px;
	padding-left: 3px;
}

div.selectSizeText
{
	padding-left: 3px;
}

div.selectsizeInputDiv
{
	width: 20px;
}

div.selectSizeInputContainer
{
	height: 18px;
	width: 18px;
	border: 1px solid #666666;
	margin-top: 3px;
}

div.selectSizeInputContainerAdmin
{
	width: 30px;
}

input.selectSizeInput
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 18px;
	height: 18px;
	background: #FFFFFF url(/site/images/getplumbb/getplumbb_inputbk.gif);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 18px;
	color: #666666;
}

input.selectSizeInputAdmin
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 30px;
	height: 18px;
	background: #FFFFFF url(/site/images/getplumbb/getplumbb_inputbk.gif);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 18px;
	color: #666666;
}

div.selectSizeX
{
	width: 11px;
	text-align: center;
}

div.selectedColorContainer
{
	padding-left: 26px;
	margin-top: 15px;
	width: 469px;
}

div.selectedColor
{
	width: 173px;
}

div.selectedColorDiv
{
	width: 13px;
	height: 13px;
	border: 1px solid #bebebe;
	background: #d4d4d4;
}

div.selectedColorDivText
{
	padding-left: 10px;
}

div.selectColorTextDetail
{
	height: 100px;
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 20px;
}

div.addFeedsText
{
	padding-left: 20px;
	width: 120px;
	padding-bottom: 20px;
}

div.addedFeedsText
{
	margin-top: 170px;
	padding-left: 20px;
	width: 120px;
	padding-bottom: 20px;
}

div.addedFeedsArrow
{
	padding-left: 15px;
	padding-top: 190px;
}

div#AddedFeeds
{
	margin-top: 10px;
}

div.divFavicon
{
	padding: 0px;
	margin-right: 5px;
	margin-top: 3px;
	width: 13px;
	height: 13px;
}

div#AddedFeedsLoading
{
	margin-top: 40px;
	display: none;
	text-align: center;
}

div.divFeedsContainer
{
	width: 450px;
	margin-left: 20px;
	line-height: 20px;
}

div.addFeedsArrow
{
	padding-left: 15px;
	padding-top: 25px;
}

div.addFeedsTextDetail
{
	padding-left: 20px;
	padding-right: 20px;
}

div.addFeedSubtitles
{
	margin-left: 20px;
	color: #00A0C6;
	font-weight: bold;
	font-size: 15px;
}

div.addFeedRow
{
	width: 485px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 20px;
}

div.changeAddFeedRowHeight
{
	height: 50px !important;
}

div.addFeedTextColumn
{
	padding-left: 20px;
	height: 22px;
	line-height: 22px;
	width: 150px;
}

div.addFeedNormalText
{
	padding-left: 20px;
	margin-top: 15px;
}

div.AddedBlogsTitle
{
	margin-top: 30px;
}

div.addFeedInputColumn
{
	width: 250px;
}

div.addFeedInputOPMLColumn
{
	width: 230px;
}

input.addFeedInput
{
	width: 228px;
}

div.addOPMLrow
{
	width: 485px;
	height: 30px;
}

input.addOMPLInput
{
	width: 220px;
}

div.colorPickerContainer
{
	z-index: 9999;
	display: none;
	background: #FFFFFF;
	border: 1px solid #666666;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.colorPickerClose
{
	padding-top: 5px;
	padding-left: 5px;
}

div.colorPickerClose span
{
	cursor: pointer;
}

div.opmlFeedsContainer
{
	padding-left: 20px;
}

div.opmlfeedsUrl
{
	width: 400px;
	height: 20px;
	line-height: 20px;
}

div.opmlfeedsRemove
{
	padding-left: 5px;
}

div.opmlfeedsRemove span
{
	cursor: pointer
}

div.manageActionsContainer
{
	margin-top: 30px;
	text-align: center;
}

div.manageActionsContainer img
{
	cursor: pointer;
}

img.previewBt
{
	margin-right: 10px;
}

div.manageTemplateTitle
{
	width: 505px;
	padding-left: 10px;
	background: #f1f1f1;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}

div#templatesContainer
{
	margin-bottom: 20px;
}

div.manageTemplatecolorsContainer
{
	width: 600px;
	margin-bottom: 20px;
}

div.colorViewContainer
{
	width: 200px;
}

div.colorView
{
	width: 200px;
	margin-top: 7px;
}

div#btMoreColors
{
	margin-top: 57px;
}

div.manageTemplateWidth
{
	width: 400px;
}

div.manageTemplateWidthRow
{
	width: 60px;
}

div.manageTemplateHeight
{
	width: 400px;
	margin-top: 10px;
}
/*BOX BODY*/
/*GET PLUMBB STEP 3*/
.getPlmbStp3RightBox
{
	padding-left: 20px;
}

.getPlmbStp3RightBoxBody
{
	height: 243px;
	padding-top: 24px;
	padding-left: 17px;
}

.getPlmbStp3BgGrey
{
	background: url(/site/images/greybox/grey_bg.png);
	background-repeat: repeat-y;
}

div.getPlmbStp3TopGreyBorders
{
	height: 5px;
	background: url(/site/images/greybox/grey_top.png);
	background-repeat: no-repeat;
}

div.getPlmbStp3BottomGrey
{
	background: url(/site/images/greybox/grey_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
}

.getPlmbStp3SideColumn
{
	width: 675px;
}

.getPlmbStp3BoxHeight
{
	height: 250px;
}

.getPlmbStp3CodeBoxAlign
{
	padding-left: 20px;
	padding-top: 20px;
}

textarea.getPlmbStp3CodeBox
{
	width: 636px;
	height: 220px;
	border: #cccccc 1px solid;
}

.getPlmbStp3RightBoxRow
{
	height: 20px;
	line-height: 20px;
}

.getPlmbStp3RightBoxBullet
{
	padding-right: 6px;
}

/* ERROR BOX */
.errorBox
{
	width: 100%;
	background: #fffdea;
}

.errorBoxColor
{
	color: #ae0000;
}

.errorBoxRow
{
	height: 20px;
	line-height: 20px;
}

.errorBoxTextContainer
{
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.errorBoxTopBottom
{
	width: 100%;
}

errorBoxBorders
{
	width: 4px;
	height: 4px;
}

.errorBoxCornerBottomLeft
{
	background: url(/site/images/errorbox/bottom_left.png);
	background-repeat: no-repeat;
}

.errorBoxCornerBottomRight
{
	background: url(/site/images/errorbox/bottom_right.png);
	background-repeat: no-repeat;
}

.errorBoxCornerTopLeft
{
	background: url(/site/images/errorbox/top_left.png);
	background-repeat: no-repeat;
}

.errorBoxCornerTopRight
{
	background: url(/site/images/errorbox/top_right.png);
	background-repeat: no-repeat;
}

div#errorDivWidgetAm
{
	background: #fffdea;
	display: none;
	margin-bottom: 20px;
	width: 894px;
}

div.errorDivWidgetAmTopLeft
{
	height: 4px;
	width: 4px;
	background: url(/site/images/yellowbox/top_left.gif);
	background-repeat: no-repeat;
}

div.errorDivWidgetAmTopRight
{
	height: 4px;
	width: 4px;
	background: url(/site/images/yellowbox/top_right.gif);
	background-repeat: no-repeat;
}

div.errorDivWidgetAmBottomLeft
{
	height: 4px;
	width: 4px;
	background: url(/site/images/yellowbox/bottom_left.gif);
	background-repeat: no-repeat;
}

div.errorDivWidgetAmBottomRight
{
	height: 4px;
	width: 4px;
	background: url(/site/images/yellowbox/bottom_right.gif);
	background-repeat: no-repeat;
}

div#errorDivWidgetAmText
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div#errorDivWidgetAmText div
{
	padding-left: 20px;
	color: #ae0000;
	font-weight: bold;
	font-size: 11px;
}

div.errorDivWidgetAmTopBottom
{
	width: 894px;
}

h2.staticsTitle
{
	margin-bottom: 10px;
	margin-top: 10px;
	width: 885px;
	background: #f1f1f1;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

h2.whyPlumbbTitle
{
	background: url(/site/images/whyplumbb_title_bg.png);
	background-repeat: repeat-x;
}

p.staticText
{
	padding-left: 10px;
	padding-right: 10px;
	width: 875px;
}

h2.staticSubtitle
{
	padding-top: 20px;
}

div.gtPlmbStp2CancelContainer
{
	height: 50px;
	width: 490px;
	text-align: right;
}

div.gtPlmbStp2NextContainer
{
	height: 50px;
	padding-left: 98px;
}

div.gtPlmbStp2CancelContainerGoHome
{
	text-align: right;
	width: 506px;
}

img.actionStp2
{
	cursor: pointer;
}

div.loadingText
{
	padding-left: 10px;
	line-height: 20px;
	display: none;
}

div.congratsTop
{
	margin-top: 15px;
	height: 4px;
	width: 894px;
	background: url(/site/images/getplumbb/plumbb_congrats_top.png);
	background-repeat: no-repeat;
}

div.congratsBody
{
	height: 154px;
	width: 894px;
	background: url(/site/images/getplumbb/plumbb_congrats_bg.png);
	background-repeat: repeat-y;
}

div.congratsTitle
{
	padding-top: 27px;
	font-size: 25px;
	text-align: center;
}

div.congratsText
{
	text-align: center;
}

div.congratsBt
{
	text-align: center;
	margin-top: 27px;
}

div.congratsBottom
{
	height: 5px;
	width: 894px;
	background: url(/site/images/getplumbb/plumbb_congrats_bottom.png);
	background-repeat: no-repeat;
}

div.errorContainer
{
	padding-top: 10px;
}

div.forgotPassBox
{
	margin-top: 30px;
	padding-bottom: 55px;
	height: 25px;
	line-height: 25px;
}

div.forgoPass2
{
	margin-top: 30px;
	padding-bottom: 45px;
	height: 25px;
	line-height: 25px;
}

div.advancedLoadBox
{
	width: 422px;
}

table.backBoxTableAdvanced
{
	width: 900px;
}

div.backBoxAdvancedTop
{
	width: 900px !important;
}

div.backBoxOverFlowAdvanced
{
	width: 900px;
}

/*FAQ PAGE*/
div#faqsQuestions ul li,
div#faqAnswers ul li
{
	text-align: left !important;
}

div#faqAnswers
{
	padding-left: 5px;
	padding-right: 5px;
	width: 884px;
	line-height: 17px;
	margin-top: 10px;
	min-height: 170px;
  	height: auto !important;
  	height: 170px;
}

div#faqsQuestions
{
	padding-left: 10px;
	width: 884px !important;
}

li#faqsBt
{
	height: 30px;
	line-height: 30px;
	width: 74px;
	background: url(/site/images/faqspage/bt_faqs.png);
	background-repeat: no-repeat;
}

li.faqsBtOver
{
	background: url(/site/images/faqspage/bt_faqs_over.png) !important;
	background-repeat: no-repeat;
}

li#concernsBt
{
	height: 30px;
	line-height: 30px;
	width: 100px;
	background: url(/site/images/faqspage/bt_concerns.png);
	background-repeat: no-repeat;
}

li.concernsBtOver
{
	background: url(/site/images/faqspage/bt_concerns_over.png) !important;
	background-repeat: no-repeat;
}

li#setupBt
{
	height: 30px;
	line-height: 30px;
	width: 79px;
	background: url(/site/images/faqspage/bt_setup.png);
	background-repeat: no-repeat;
}

li.setupBtOver
{
	background: url(/site/images/faqspage/bt_setup_over.png) !important;
	background-repeat: no-repeat;
}

li#featuresBt
{
	height: 30px;
	line-height: 30px;
	width: 100px;
	background: url(/site/images/faqspage/bt_features.png);
	background-repeat: no-repeat;
}

li.featuresBtOver
{
	background: url(/site/images/faqspage/bt_features_over.png) !important;
	background-repeat: no-repeat;
}

li#technicalBt
{
	height: 30px;
	line-height: 30px;
	width: 103px;
	background: url(/site/images/faqspage/bt_technical.png);
	background-repeat: no-repeat;
}

li.technicalBtOver
{
	background: url(/site/images/faqspage/bt_technical_over.png) !important;
	background-repeat: no-repeat;
}

div.separatorLine
{
	background: #c6c6c6;
	height: 1px;
}

div.faqsQuestTop
{
	width: 894px;
	background: #f1f1f1;
	margin-top: 20px;
}

div.faqsQuestBottom
{
	width: 894px;
	background: #f1f1f1;
}

div.faqsQuestTopLeft
{
	width: 7px;
	height: 8px;
	background: url(/site/images/faqspage/top_left.png);
	background-repeat: no-repeat;
}

div.faqsQuestTopRight
{
	width: 7px;
	height: 8px;
	background: url(/site/images/faqspage/top_right.png);
	background-repeat: no-repeat;
}

div.faqsQuestBottomLeft
{
	width: 7px;
	height: 8px;
	background: url(/site/images/faqspage/bottom_left.png);
	background-repeat: no-repeat;
}

div.faqsQuestBottomRight
{
	width: 7px;
	height: 8px;
	background: url(/site/images/faqspage/bottom_right.png);
	background-repeat: no-repeat;
}

a.faqLink
{
	color: #00a0c6;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.faqLink:HOVER,
a.faqLinkOver
{
	color: #ffaf00;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

li.faqQuestLi
{
	height: 33px;
	line-height: 33px;
	width: 874px;
}

li.faqQuestLineLi
{
	border-bottom: 1px solid #d1d1d1;
}

.hidden
{
	display: none;
}

div.reSendMail
{
	padding-top: 40px;
}
/*FAQ PAGE*/
/*BODY*/

div.widgetContainer
{
	width: 350px;
	height: 600px;
	overflow: auto;
}

ol.termsList
{
	list-style-type: upper-alpha;
	padding-left: 30px;
	padding-right: 10px;
	width: 855px;
	margin-top: 15px;
}

div.defaultTabRow
{
	padding-left: 20px;
}

div.PlmbLineNoPost
{
	text-align: center;
	padding-right: 20px;
	height: 160px;
	padding-top: 100px;
}

div.PlmbLinePostContainer
{
	padding-right: 20px;
}

div.StatsUsersAdminContainer
{
	width: 500px;
	border: 1px solid #000000;
	border-bottom: 0px;
	margin: auto;
}

div.StatUsersAdminRow
{
	width: 500px;
	height: 22px;
	border-bottom: 1px solid #000000;
}

div.StatUsersAdminRowLeft
{
	width: 244px;
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #000000;
}

div.StatUsersAdminRowRight
{
	width: 245px;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
}

div.StatUsersAdminLinks
{
	width: 500px;
	text-align: right;
	margin: auto;
	margin-top: 20px;
}

div.AdminMenu
{
	margin: auto;
	width: 200px;
	text-align: center;
	margin-bottom: 30px;
}

table.StatWidgets
{
	width: 900px;
}

td.SWTitle
{
	font-weight: bold;
	border-bottom: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}

.SWBorderR
{
	border-right: 1px solid #000000;
}

.SWBorderT
{
	border-top: 1px solid #000000 !important;
}

td.SWBlog
{
	width: 150px;
}

td.SWValue
{
	width: 50px;
}

td.SWRow
{
	padding-left: 5px;
	border-bottom: 1px solid #000000;
}

div.StatsWidgetsAdminContainer
{
	width: 900px;
	border: 1px solid #000000;
	border-bottom: 0px;
	margin: auto;
}

/*BETA REGISTRATION*/
div.BetaRegisterRow
{
	height: 25px;
}

div.BetaRegisterLeft
{
	height: 25px;
	line-height: 25px;
	width: 400px;
	padding-right: 10px;
	text-align: right;
}

div.BetaRegisterRight
{
	height: 25px;
	line-height: 25px;
}

div.BetaRegisterRight input.shadowInput
{
	width: 200px;
}

div.BetaRegisterRowArea,
div.BetaRegisterArea
{
	height: 60px;
}

textarea.BRarea
{
	background: #FFFFFF url(/site/images/getplumbb/getplumbb_inputbk.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 50px;
	width: 200px;
	color: #666666;
}

div.BRButton
{
	text-align: center;
	margin-top: 30px;
}

div.RBErrorContainer
{
	margin-bottom: 20px;
}

div.RBErrorRow
{
	width: 140px;
	margin: auto;
	text-align: left;
}

table.ABUTable
{
	width: 800px;
	margin: auto;
}

tr.ABUTrTitle
{
	background: #666666;
}

td.ABUTdTitleName
{
	width: 120px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
}

td.ABUTdTitleEmail
{
	width: 200px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
}

td.ABUTdTitleDesc
{
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
}

td.ABUTdName
{
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
}

td.ABUTdDesc
{
	vertical-align: middle;
	text-align: left;
	line-height: 15px;
}

div.thanksBeta
{
	padding-top: 80px;
	height: 120px;
}
/*BETA REGISTRATION*/

div#linksContainer
{
	z-index: 1000;
	position: absolute;
	background: #f9f0ad;
	padding: 10px;
	display: none;
	width: 300px;
}

div#userTextContainer
{
	margin-bottom: 10px;
	font-weight: bold;
}

div.linkDiv
{
	overflow: hidden;
	width: 300px;
	margin-bottom: 5px;
}

div.linkDivText
{
	float: left;
	width: 280px;
}

div.linkDivCheck
{
	float: left;
	width: 20px;
}

div#addDivBt
{
	margin-top: 10px;
	text-align: center;
}

a.addBt
{
	font-weight: bold;
	color: #005b70;
	text-decoration: underline
}

a.addBt:HOVER
{
	color: #000000;
}

div.step4Container
{
	margin-top: 20px;
}

div.addAdRow
{
	width: 400px;
	margin-bottom: 10px;
}

div.addAdLeftCol
{
	width: 100px;
}

div.addAdRightCol
{
	width: 300px;
}

input.addAdInput
{
	border: 1px solid #000000;
	width: 298px;
}

div.AdListRow
{
	width: 895px;
	height: 25px;
	border: 1px solid #000000;
	border-top: 0px;
}

div.AdListColLong
{
	width: 367px;
	padding-left: 3px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

div.AdListColShort
{
	width: 50px;
	height: 25px;
	line-height: 25px;
}

div.AdListContainer
{
	margin-top: 20px;
}

div.NewAdBt
{
	height: 35px; 
	line-height: 35px;
	width: 120px;
	text-align: center;
	border: 1px solid #005b70;
	background: #8dcfde;
}

div.goBackContainer
{
	margin-left: 13px;
	margin-bottom: 13px;
}

div.noAdsFound
{
	margin-top: 20px;
}