/*
		Global element stylings
*/
* {margin:0px;padding:0px;}
html,body { font-family:Arial, Verdana, Geneva, sans-serif; font-size:13px; vertical-align:top; border-spacing:0; border-collapse:collapse; height:100%; border-style:none; border-width:0; background: #FFF; color:#464646;  background-image: url(http://www.postling.com/images/design_bg_texture_pink.png); position:relative; }
p {margin:10px 0px 10px 0px;}
a , a:visited{color:#506db7; text-decoration:none;}
a:focus, a:hover, a:active { outline:none }
a:hover { text-decoration:underline; }
table,form { border-spacing:0; border-collapse:collapse; border-style:none; border-width:0; margin:0; padding:0; }
td { font-family:Arial, Verdana, Geneva, sans-serif; font-size:13px; vertical-align:top; text-align:left; border-spacing:0; border-collapse:collapse; border-style:none; border-width:0; margin:0; padding:0; }
img { border-spacing:0; border-collapse:collapse; display:block; border-style:none; border-width:0; margin:0; padding:0; }
p img { max-width: 100%; height:auto; }


/*
		Commonly used classes
*/
.text_blue{ color:#1170cf; }
.text_orange{ color:#e96e20; }
.text_red{ color:#b03d22; }
.text_dark_grey{ color:#4c4c4c; }
.text_grey{ color:#999999; }
.text_grey_mid{ color:#666666; } 
.text_green{ color:#4f8e2d; }

.btn.green{
	background-color:#4F8E2D;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93d271), color-stop(25%, #6cc23d), to(#4F8E2D));
	background-image: -webkit-linear-gradient(#93d271, #6cc23d 25%, #4F8E2D);
	background-image: -moz-linear-gradient(top, #93d271, #6cc23d 25%, #4F8E2D);
	background-image: -ms-linear-gradient(#93d271, #6cc23d 25%, #4F8E2D);
	background-image: -o-linear-gradient(#93d271, #6cc23d 25%, #4F8E2D);
	background-image: linear-gradient(#93d271, #6cc23d 25%, #4F8E2D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d271', endColorstr='#4F8E2D', GradientType=0);
	color:#fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn.green:hover{
  background-position: 0 -15px;
  text-decoration: none;
}

.bg_light_grey{ background-color:#f7f7f7; }
.bg_pink{ background-color:#f6e2e2; }
.bg_light_yellow{ background-color:#FEFFDF; }
.bg_green { background-color:#B8D8A5; }
.bg_light_green { background-color:#DCEAD3; }
.bg_lighter_green { background-color:#f2fbf3; }
.bg_white { background-color:#FFF; }
.bg_light_blue{  background-color:#eaf2fa; }

.inbox_error_message{ margin:30px 20px; font-size:18px; font-weight:bold; }

.no_margin{ margin:0px 0px 0px 0px !important; }

.big_n_tall { width:100%; height:100%; vertical-align:top;  }
.fake_button{ cursor:pointer; }

/* there can be only one */
.highlander{ clear:both; }

.error_node{font-size:14px; font-weight:bold; padding:0px 0px 14px 0px;}
.error{  font-size:14px; font-weight:bold; }
.error li{ margin:0px 0px 10px 20px; list-style-type: disc; }


/*
		Twitter's bootstrap.css stylings
*/
.btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover { color: #ffffff }
.btn .close, .alert-message .close { font-family: Arial, sans-serif; line-height: 18px; }
.btn.danger, .alert-message.danger, .btn.error, .alert-message.error { background-color: #c43c35; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(top, #ee5f5b, #c43c35); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #c43c35 #c43c35 #882a25; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.btn.success, .alert-message.success { background-color: #57a957; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -ms-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(top, #62c462, #57a957); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #57a957 #57a957 #3d773d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.btn.info, .alert-message.info { background-color: #339bb9; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(top, #5bc0de, #339bb9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #339bb9 #339bb9 #22697d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
input[type=submit], .btn { cursor: pointer; display: inline-block; background-color: #e6e6e6; background-repeat: no-repeat; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); padding: 5px 14px 6px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #333; font-size: 13px; line-height: normal; border: 1px solid #ccc; border-bottom-color: #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-transition: 0.1s linear all; -moz-transition: 0.1s linear all; -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; }
input[type=submit]:hover, .btn:hover { background-position: 0 -15px; color: #333; text-decoration: none; }
input[type=submit]:focus, .btn:focus { outline: 1px dotted #666 }
.btn.primary { color: #ffffff; background-color: #0064cd; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); background-image: -moz-linear-gradient(top, #049cdb, #0064cd); background-image: -ms-linear-gradient(top, #049cdb, #0064cd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); background-image: -o-linear-gradient(top, #049cdb, #0064cd); background-image: linear-gradient(top, #049cdb, #0064cd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0064cd #0064cd #003f81; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
.btn.active, .btn:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn.disabled { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.btn[disabled] { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.btn.large { font-size: 15px; line-height: normal; padding: 9px 14px 9px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.btn.small { padding: 7px 9px 7px; font-size: 11px; }
:root .alert-message, :root .btn { border-radius: 0 \0 }
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; }
.alert-message { position: relative; padding: 7px 15px; margin-bottom: 18px; color: #404040; background-color: #eedc94; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94)); background-image: -moz-linear-gradient(top, #fceec1, #eedc94); background-image: -ms-linear-gradient(top, #fceec1, #eedc94); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94)); background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); background-image: -o-linear-gradient(top, #fceec1, #eedc94); background-image: linear-gradient(top, #fceec1, #eedc94); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #eedc94 #eedc94 #e4c652; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); border-width: 1px; border-style: solid; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.alert-message .close { margin-top: 1px; *margin-top: 0; }
.alert-message a { font-weight: bold; color: #404040; }
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a { color: #ffffff }
.alert-message h5 { line-height: 18px }
.alert-message p { margin-bottom: 0 }
.alert-message div { margin-top: 5px; margin-bottom: 2px; line-height: 28px; }
.alert-message .btn { -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
.alert-message.block-message { background-image: none; background-color: #fdf5d9; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); padding: 14px; border-color: #fceec1; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.alert-message.block-message ul, .alert-message.block-message p { margin-right: 30px }
.alert-message.block-message ul { margin-bottom: 0 }
.alert-message.block-message li { color: #404040 }
.alert-message.block-message .alert-actions { margin-top: 5px }
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info { color: #404040; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.alert-message.block-message.error { background-color: #fddfde; border-color: #fbc7c6; }
.alert-message.block-message.success { background-color: #d1eed1; border-color: #bfe7bf; }
.alert-message.block-message.info { background-color: #ddf4fb; border-color: #c6edf9; }
.alert-message.block-message.danger p a, .alert-message.block-message.error p a, .alert-message.block-message.success p a, .alert-message.block-message.info p a { color: #404040 }
.alert-message.alert-inbox { margin: 20px 10px; font-size: 14px; }




/*
		Global header stylings
*/
#header_content{ width:986px; margin-left:auto; margin-right:auto;}

.header{ height:62px; background-image: url(http://www.postling.com/images/design_header_bg.png); }
.header_items{list-style-type: none;}
.header_items li{float:left; color:#FFF; vertical-align:middle; font-size:11px; font-weight:bold; }
.header_items a{color:#FFF;}
.header_items a:visited{color:#FFF;}
.header_items a:hover{color:#FFF;}
.header_item_text li{padding:19px 15px 0px 0px;}
.header_menu a{color:#FFF;}
.header_menu a:visited{color:#FFF;}
.header_menu a:hover{color:#FFF;}

.header_button{ height:28px; background: url(http://www.postling.com/images/design_header_button_right.png) no-repeat right; margin:12px 0px 0px 9px; }
.header_button span{ display:block; height:28px; line-height:28px; background: url(http://www.postling.com/images/design_header_button_left.png); margin:0px 4px 0px 0px; padding:0px 7px 0px 10px; }

.header_menu{ position:relative; z-index:4; background-color:#050505; color:#FFF; border:1px solid #555353; padding:13px 16px 13px 16px; clear:both; font-size:10px; font-weight:bold; }

.header_menu div{ color:#66cc33; margin:0px 0px 6px 0px; }
.header_menu li{ list-style-type: none; margin:0px 0px 6px 0px; }
.header_menu ul{ padding:0px 0px 6px 0px; margin:0px 0px 10px 0px; border-bottom:1px solid #606060; }

#header_menu_manage_users{ width:150px; left:711px; display:none; }
#header_menu_settings{ width:150px; left:802px; display:none; }

/*
		Global footer stylings
*/
.footer{ position:relative; bottom:0px; clear:both; width:100%; height:36px; background-image: url(http://www.postling.com/images/design_bg_header_noise.png); color:#FFF; padding:20px 0px 0px 0px; }
.footer a{ color:#FFF; }
.footer a:visited{ color:#FFF; }
#footer_content{ width:986px; margin-left:auto; margin-right:auto; font-size:11px; font-weight:bold; }


/*
		New Postling design stylings (non-page specific)
*/
#content{ width:986px; margin-left:auto; margin-right:auto; margin-top:18px; min-height:900px; }
#leftnav{ width:182px; float:left; }
#search input{ width:130px; height:25px; border:1px #dbdada solid; float:left; background-color:#fbfbfb; padding:0px; }
#search img{ float:left; margin-left:3px; cursor:pointer; }

#publish_links{ margin-top:4px; }
#publish_links h3{ font-size:18px; margin-bottom:15px; }
#publish_links ul{list-style-type: none;  font-size:14px; }
#publish_links li{ margin:8px 0px 0px 2px; }
#publish_links ul img{float:left; margin-right:8px; }

#leftnav_links{ font-weight:bold; font-size:18px;  }
#leftnav_links ul{ list-style-type: none;  margin-top:20px; width:156px; }
#leftnav_links li{ border-top:#dbdad7 1px solid; padding:11px 0px 11px 0px; line-height:100%; }
#leftnav_links a, #leftnav_links a:visited{ color:inherit; text-decoration:none; }
#leftnav_links .active{ background-color:#000; background: url(http://www.postling.com/images/design_leftnav_active_item_a.png) no-repeat; border-width:0px; margin:-4px 0px 0px -12px; padding:11px 0px 11px 12px; color:#FFF; height:23px; text-shadow: 0px 1px 0px #3e3e3e; z-index:2; width:190px;  }
#leftnav_links .active.tall{ background-color:#000; background: url(http://www.postling.com/images/design_leftnav_active_item_b.png) no-repeat; border-width:0px; margin:-4px 0px 0px -12px; padding:11px 0px 11px 12px; color:#FFF; height:41px; text-shadow: 0px 1px 0px #3e3e3e; z-index:2; width:190px;  }

#main_content_full{ background-color:#fff; border:#dbdada solid 1px;  padding:15px; margin:0px 6px 0px 6px; }
.main_content_shadow_head{ height:3px; background: url(http://www.postling.com/images/design_content_drop_shadow_head_full.png) no-repeat; margin:0px -6px 0px -6px; }
.main_content_shadow_bg{ background: url(http://www.postling.com/images/design_content_drop_shadow_bg_full.png) repeat-y; margin:0px -6px 0px -6px; }
.main_content_shadow_foot{ height:8px; background: url(http://www.postling.com/images/design_content_drop_shadow_foot_full.png) no-repeat; margin:0px -6px 25px -6px; }

#content_pane{ width:804px; float:right; margin-bottom:30px; }
.content_body_shadow{ width:805px;  background: url(http://www.postling.com/images/design_content_drop_shadow_bg.png) repeat-y; padding:0px 8px 0px 8px; margin:0px -8px 0px -9px; }
.content_body_container{ z-index:3; background-color:#fff; border:#dbdada solid 1px; margin-left:-2px; padding:9px; }
.content_body_container.tabbed{  padding:0px; }
.content_body{ z-index:3; background-color:#fff; border:#dbdada solid 1px; margin:0px 0px 0px -2px; }
.content_tabs{  background: url(http://www.postling.com/images/design_content_drop_shadow_head_tabbed.png)  no-repeat 0px 30px; margin:0px -6px 0px -6px; }
.content_tabs ul{ list-style-type: none; height:35px; margin:-5px 0px 0px -3px;  }
.content_tabs li{ z-index:1; float:left; height:23px; width:124px; padding:13px 0px 0px 22px; background-color:#f6f5f5;  background: url(http://www.postling.com/images/design_brand_tab_inactive.png) no-repeat; font-size:14px; font-weight:bold; }
.content_tabs .active{ z-index:5; background: url(http://www.postling.com/images/design_brand_tab_active.png) no-repeat; height:24px; margin-top:-1px;  }
.content_head_shadow{ width:821px; margin:-3px 0px 0px -8px; height:3px; background: url(http://www.postling.com/images/design_content_drop_shadow_head.png) no-repeat;  }
.content_foot_shadow{ width:821px; margin:0px 0px 0px -8px; height:8px; background: url(http://www.postling.com/images/design_content_drop_shadow_foot.png) no-repeat;  }
.content_tabs .add_button{ width:78px; background: url(http://www.postling.com/images/design_brand_tab_green.png) no-repeat; color:#FFF; text-shadow: 0px 1px 0px #3e3e3e; font-size:15px; padding:12px 0px 0px 18px; height:23px; }
.content_tabs a, .content_tabs a:visited{ color:inherit; }
.content_tabs .add_button a, .content_tabs .add_button a:visited{ color:#FFF; }
.content_tabs a:hover{ text-decoration:none; }
.content_tabs .more_brands{ width:85px; background-color:#f00; background: url(http://www.postling.com/images/design_brand_tab_inactive_short.png) no-repeat; }
.content_tabs .more_brands select{ width:70px; margin:-1px 0px 0px -4px;  }

.content_body_container #brand_head{ float:left;font-size:24px; font-weight:normal; margin:16px 0px 0px 15px; height:38px;}
.content_body_container #brand_head span{ float:left; }
.content_body_container #brand_head ul { float:left; list-style-type: none; margin:7px 0px 0px 14px; }
.content_body_container #brand_head ul li{ float:left; margin-right:12px; font-size:12px;}

.content_body_container #search{ float:right; margin:14px 15px 0px 0px; }

.content_body_container .control{ background: url(http://www.postling.com/images/design_bg_inbox_header.png); height:36px; border:1px #f0f4f9 solid; border-top-color:#d7dde5; border-bottom-width:0px; font-size:12px; text-shadow: 0px 1px 0px #FFF; -webkit-user-select:none; -moz-user-select:none;}
.content_body_container .control ul{ list-style-type: none; }
.content_body_container .control ul li{ float:left; }
.content_body_container .control .title{ font-weight:bold; font-size:14px; line-height:36px; }
.content_body_container .control .checkbox{ margin:11px 15px 0px 15px;  }
.content_body_container .control .archive{ margin:6px 0px 0px 0px; width:54px; height:20px; background: url(http://www.postling.com/images/button_chrome_archive.png) no-repeat; padding:4px 0px 0px 8px; font-weight:bold; cursor:pointer; }
.content_body_container .control .mark_read{ margin:6px 0px 0px 5px; width:82px; height:20px; background: url(http://www.postling.com/images/button_chrome_mark_as_read.png) no-repeat; padding:4px 0px 0px 8px; cursor:pointer; }
.content_body_container #post_view .control .mark_read{ color:#aeaeae; cursor:default; }
.content_body_container .control .mark_unread{ margin:6px 0px 0px 0px; width:96px; height:20px; background: url(http://www.postling.com/images/button_chrome_mark_as_unread.png) no-repeat; padding:4px 0px 0px 8px; cursor:pointer;}
.content_body_container .control .pagination{ margin:6px 15px 0px 0px; float:right;   }
.content_body_container .control .pagination .prev{ width:26px; height:23px; background: url(http://www.postling.com/images/button_chrome_prev_inactive.png) no-repeat; float:left;  }
.content_body_container .control .pagination .next{ width:25px; height:23px; background: url(http://www.postling.com/images/button_chrome_next_inactive.png) no-repeat; float:left;  }
.content_body_container .control .pagination .prev.active{ background: url(http://www.postling.com/images/button_chrome_prev_active.png) no-repeat; cursor:pointer; }
.content_body_container .control .pagination .next.active{ background: url(http://www.postling.com/images/button_chrome_next_active.png) no-repeat; cursor:pointer; }
.content_body_container .control .pagination select{ width:150px; margin:0px; }
.content_body_container .control .selector{  float:right; margin:8px 18px 0px 0px; font-size:14px; font-weight:bold; }
.content_body_container .control .selector select{ width:150px; margin:0px; margin-left:15px;}
.content_body_container .control .back{ margin:6px 5px 0px 15px; width:25px; height:24px; background: url(http://www.postling.com/images/button_chrome_back.png) no-repeat; float:left; cursor:pointer;  }

.content_body_container .control .results{ font-size:14px; line-height:36px; float:right; margin-right:15px;  }
.content_body_container .control .order{ font-size:14px; line-height:36px; margin-left:15px;  }
.content_body_container .control .order.option{ cursor:pointer; margin-left:10px;  }
.content_body_container .control .order.option img{ display:inline; vertical-align:middle;   }
.content_body_container .control .order.option.active{ font-weight:bold;  }
.content_body_container .control .order.option.active.desc{ padding-left:12px; background: url(http://www.postling.com/images/design_triangle_grey_down.png) no-repeat 0px 16px; }
.content_body_container .control .order.option.active.asc{ padding-left:12px; background: url(http://www.postling.com/images/design_triangle_grey_up.png) no-repeat 0px 16px; }

#list_view { display:none; }
.content_list .notice{ text-align:center; padding:10px; background-color:#eaf2fa; font-weight:bold; border:#ccdbea solid 1px; border-width:1px 0px 1px 0px; }
.content_list .notice .undo{ cursor:pointer; }
.content_list .content_item { background-color:#f3f3f3; border:1px solid #f3f3f3; border-bottom-color:#dfdfdf; border-top-color:#fcfcfc; margin:0px; font-size:14px; cursor:pointer; }
.content_list .content_item span{ float:left; }
.content_list .content_item .body .crop{ margin-top:-11px; margin-bottom:-10px; }
.content_list .content_item .body .crop img{ max-width:570px;  }
.content_list .checkbox{ margin:18px 15px 10px 15px; }
.content_list .icon{ margin:10px 10px 10px 0px; position:relative; }
#search_view .content_item .icon{ margin-left:15px; }
.content_list .service_icon{ z-index:2; position:absolute; top:16px; left:16px; float:left; }
.content_list .attribution{ width:140px; margin:10px 15px 10px 0px; }
.content_list .body{ font-family:georgia,"times new roman",times,serif;  width:490px; margin:10px 15px 10px 0px; line-height:150%; }
.content_list .body .preview{ font-weight:normal; color:#939393; float:none;  }
.content_list .timestamp{ width:45px; margin:10px 15px 10px 0px; font-size:12px; font-weight:normal; text-align:right; }
.content_list .timestamp .year{ float:right; font-size:11px; }

.content_list .unread { background-color:#fff; border:1px solid #fff; border-bottom-color:#dfdfdf; border-top-color:#fcfcfc; margin:0px; font-size:14px; font-weight:bold; }
.content_list .empty_inbox img{ margin:50px auto 20px auto;}
.content_list .empty_inbox p{ text-align:center; font-size:26px; margin-bottom:50px;}

.checkbox_bound{ float:left; position:absolute; width:45px; height:53px;}

.loading_inbox{ display:none; float:left; position:absolute; background-color:#feffb8; padding:3px; font-weight:bold; margin-left:367px; margin-top:1px; }

#search_view { display:none; }

#post_view { display:none; }
#post_view .control.disable_controls .deactivatable{ display:none; }
.post { border:#FFF 1px solid; border-width:0px 1px 0px 1px; }
.post .original { margin:15px 15px 7px 15px; }
.post .original img { max-width:775px; }
.post .original .edit { float:right; font-size:14px; margin:0px;  }
.post .original .title { font-size:14px; font-weight:bold; }
.post .original .timestamp { color:#9a9a9a; font-size:11px; margin-top:0px; text-transform:uppercase }
.post .original .author { font-size:18px; font-weight:bold; }
.post .original .author img{ display:inline; width:30px; height:30px; vertical-align:middle; margin-right:5px; }
.post .original .body { font-family:georgia,"times new roman",times,serif; font-size:14px; line-height:150%; margin-top:15px; }
.post .original .body blockquote { margin: 10px 0 10px 10px; padding-left: 15px; border-left: solid 4px #dedede; }
.post .original .body pre { border:1px dashed #E1E1E1; color:#333344; background:#FAFAFA; font-family:monospace; overflow:auto; font-size:12px; padding:0.5em; }
.post .original .body ul, .post .original .body ol {margin-left:25px; }
.post .original .body .expand{ font-family:Arial, Verdana, Geneva, sans-serif;  }
.post .original .published_to{ list-style-type: none; color:#9a9a9a; font-size:11px; margin-top:20px; }
.post .original .published_to li{ float:left; margin-right:10px;  line-height:16px; }
.post .original .published_to img{ display:inline; vertical-align:middle; margin-right:3px; padding-bottom:8px; }
.post .controls { visibility:hidden; margin-top:5px; font-size:12px; font-family:Arial, Verdana, Geneva, sans-serif; }
.post .comment_head { color:#9a9a9a; background-color:#f7f7f7; font-size:12px; border-top:#e8e7e7 solid 1px; line-height:20px; padding:9px 15px 9px 15px; text-transform:uppercase }
.post .comment_head img{ display:inline; vertical-align:text-bottom;  margin:0px 5px 0px 10px;}
.post .comment{ border-top:1px solid #e8e7e7; margin:0px; font-size:14px; position:relative; }
.post .comment.active{ background-color:#fcffcc; }
.post .comment span{ float:left; }
.post .comment .icon{ margin:10px 10px 10px 15px; position:relative; }
.post .comment .service_icon{ z-index:2; position:absolute; top:16px; left:16px; float:left; }
.post .comment .attribution{ width:140px; margin:10px 15px 10px 0px; }
.post .comment .attribution .timestamp{ color:#9a9a9a; font-size:12px; }
.post .comment .attribution .timestamp a{ color:#9a9a9a; font-size:12px; }
.post .comment .body{ font-family:georgia,"times new roman",times,serif;  width:430px; margin:10px 15px 10px 0px;  }
.post .original .buttons{ margin:8px 5px 0px 0px; }
.post .comment .buttons{ margin:8px 5px 0px 0px; float:right;  }
.post .comment .buttons .reply{ margin:0px 3px 0px 0px; float:left; padding:5px 7px 6px; }


/*
		Comment replies
*/
.comment_reply_container{ background-color:#f0f0f0; border-width:1px 0px 1px 0px; border-color:#cdcdcd; border-style:solid; padding:12px; font-size:12px; overflow:auto; }
.comment_reply_container .counter{font-weight:bold;margin-right:4px;float:right;display:none;}
.comment_reply_container textarea{ width:100%; height:60px;}
.comment_reply_container .btn { float:left; margin-left:-2px; padding:5px 7px 6px; }
.comment_reply_container span {float:left;margin:7px 0px 0px 6px; }


/*
		Lightbox related rules
*/
#blackout{ display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: black; z-index:10; -moz-opacity: 0.5; opacity:.50; filter: alpha(opacity=50); }
#lightbox_post, #lightbox_status, #lightbox_confirmation, #lightbox_delete_comment, #lightbox_tumblr_post{ display:none; position: absolute; width: 790px; border: 2px solid #000; background-image:url(http://www.postling.com/images/design_bg_texture_pink.png); z-index:12; overflow: auto; }

.lightbox_header{ height:32px; background: url(http://www.postling.com/images/design_header_bg.png); border-bottom:1px #CCC solid; color:#FFF; font-weight:bold; font-size:16px; line-height:32px; padding:5px 0px 5px 14px; }
.lightbox_label{ font-size:14px; font-weight:bold; margin:0px 0px 5px 0px; }
.lightbox_field{ height:30px; font-size:16px; } 
.lightbox_pub_link_wrapper{ border-width:1px 1px 0px 1px; border-color:#ccc; border-style:solid;  margin:20px 16px 0px 16px; font-size:14px; }
.lightbox_pub_link{ background-color:#efefef; border-bottom:1px solid #CCC; padding:14px; }
.lightbox_shortener_selector{ margin:20px 16px 0px 16px; }
.lightbox_shortener_selector span{ float:left; margin:0px 7px 0px 0px; font-size:14px; }
.lightbox_confirmation_close{ margin:25px 16px 25px 16px; font-size:14px; }
.blog_list div, .status_list div{padding:1px 0px;}
.blog_list, .status_list{ background-color:#fff; }
.border_grey{border:1px solid #C6C9CE}

#comment_delete_prompt{}
#comment_delete_prompt p{}
#comment_delete_prompt .comment_icon{float:left;margin:5px 5px;}
#comment_delete_prompt .comment_title{float:left;margin:10px 5px;}
#comment_delete_prompt .text_grey{color:#000;}


/*
		Your posts stylings
*/
.your_posts .control .control_title{ color:#464646; font-size:14px; font-family:Arial, Verdana, Geneva, sans-serif; font-weight:bold; text-transform:uppercase; margin:10px 0px 0px 10px; }
.your_posts .post{ padding:2px 0px; }
.your_posts .post .post_icon{ float:left; margin:-2px 7px 0px 0px; width:16px; height:16px; }
.your_posts .post .post_icon.type_blog{ background-image:url(http://www.postling.com/images/icon_16x16_blog.png); }
.your_posts .post .post_icon.type_status{ background-image:url(http://www.postling.com/images/icon_16x16_status.png); }
.your_posts .post .post_icon.type_image{ background-image:url(http://www.postling.com/images/icon_16x16_image.png); margin-top:-1px; }
.your_posts .post .post_icon.type_link{ background-image:url(http://www.postling.com/images/icon_16x16_link.png); margin-top:-1px; }

.your_posts .post .post_controls{ text-align:right; float:right; margin-right:5px; font-size:14px; width:80px; }

.your_posts .post .title{ float:left; max-width:600px; }

.your_posts .post .timestamp{ float:left; max-width:400px; }
.your_posts .post .timestamp.timestamp_newline{ margin:3px 0px 0px 23px; }
.your_posts .post .timestamp.timestamp_inline{ margin:-2px 0px 0px 0px; }
.your_posts .post .timestamp.timestamp_inline.timestamp_type_image{ margin-top:2px }

.your_posts .post .body{ margin:2px 7px 0px 23px; font-family:georgia,"times new roman",times,serif; }
.your_posts .post .body .video{ margin:15px 0px 10px 0px; }
.your_posts .post .body blockquote{ border-left:3px solid gainsboro; text-decoration:italic; margin-left:10px; padding:0px 10px; }
.your_posts .post .body ul,.your_posts .post .body ol{ margin:5px 0px 5px 20px; }

.your_posts .post .post_target_icons{ margin:10px 0px 0px 0px; }
.your_posts .post .post_target_icons .published_to{ float:left; margin:1px 5px 0px 23px; text-transform:uppercase; color:#b3b3b3; font-size:11px; font-family:Arial, Verdana, Geneva, sans-serif; }

.your_posts .post .post_target_icons ul li{ margin:0px 8px 0px 0px; }

.your_posts .post .stats { margin: 10px 0px 0px 0px; padding: 10px 0px; background-color: #f7f7f7; border-top: 1px solid #e8e7e7; border-bottom: 1px solid #e8e7e7; font-size: 14px; color: #506db7; text-transform: uppercase; }
.your_posts .post .stats .container { margin: 0px; float: left; cursor: pointer; font-weight: bold; }
.your_posts .post .stats .container span{ font-weight:normal; }

.your_posts .post .stats .comments_container{ margin-left:38px; border-right:2px solid #a6a6a6; padding-right:20px; }
.your_posts .post .stats .comments_container:hover{ text-decoration:underline; }
.your_posts .post .stats .comments_container .comment_icon{ background-image:url(http://www.postling.com/images/icon_comments.png); width:13px; height:12px; margin:2px 8px 0px 0px; float:left; }

.your_posts .post .stats .clicks_container{ margin-left:20px; }
.your_posts .post .stats .clicks_container:hover{ text-decoration:underline; }
.your_posts .post .stats .clicks_container .clicks_graph_icon{ background-image:url(http://www.postling.com/images/icon_clicks.png); width:16px; height:11px; margin:2px 8px 0px 0px; float:left; }

.your_posts .post .stats .clicks_container.clicks_disabled{ color:#9a9a9a; font-weight:normal; cursor:default; }
.your_posts .post .stats .clicks_container.clicks_disabled:hover{ text-decoration:none; }

.your_posts .post .stats.open .clicks_container{ color:#464646; }
.your_posts .post .stats.open .clicks_container span{ color:#9a9a9a; }

.your_posts .post .stats .stats_panel{ display:none; min-height:100px; text-transform:none; color:#444; }

.your_posts .post .stats .stats_panel .click_data_container{ float:left; margin:10px 0px 0px 38px; }

.your_posts .post .stats .stats_panel .click_data_container .click_title{ color:#444444; font-size:17px; margin:5px 0px 10px 0px; }
.your_posts .post .stats .stats_panel .click_data_container .click_title span{ color:#9a9a9a; }

.your_posts .post .stats .stats_panel .click_data_container .click_graph{ margin:5px 0px; width:350px; }

.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis{ border-left:1px solid #b8b8b8; border-bottom:1px solid #b8b8b8; height:105px; position:relative;}
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .bar{ width:60px; background-color:#cacaca; position:absolute; bottom:0px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .bar.bar1{ left:15px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .bar.bar2{ left:95px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .bar.bar3{ left:175px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .bar.bar4{ left:255px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .graph_axis .message{ position:absolute; bottom:50px; left:10px; }

.your_posts .post .stats .stats_panel .click_data_container .click_graph .labels{ margin:3px 0px 0px 2px; }
.your_posts .post .stats .stats_panel .click_data_container .click_graph .labels .label{ font-size:11px; color:#464646; margin:0px 8px; float:left; }

.your_posts .post .stats .stats_panel .referrers_container{ float:right; margin:20px 20px 0px 0px; }
.your_posts .post .stats .stats_panel .referrers_container table{ width:350px;  }

.your_posts .post .stats .stats_panel .referrers_container table thead tr td{ color:#9a9a9a; font-size:12px; padding:0px 0px 5px 4px; }
.your_posts .post .stats .stats_panel .referrers_container table tbody tr td{ padding:5px 5px 5px 10px; }
.your_posts .post .stats .stats_panel .referrers_container table tbody tr td div{ overflow: hidden; text-overflow: ellipsis; width:200px; }
.your_posts .post .stats .stats_panel .referrers_container table tbody tr td.odd{ background-color:#eeeeee; }

.your_posts .post .stats .stats_panel .referrers_container table td.right_justify{ text-align:right; }

.your_posts .empty_inbox img{ margin:50px auto 20px auto;}
.your_posts .empty_inbox p{ text-align:center; font-size:26px; margin-bottom:50px;}


/*
		Analytics page stylings
*/
.analytics .options_bar{ padding-left:15px; border-top:0; }
.analytics .options_bar span{ float:left; }
.analytics .options_bar .legend{ float:left; margin:10px 25px 0 0; }
.analytics .options_bar .legend .icon{ width:15px; height:15px; float:left; margin-right:5px; }
.analytics .legend .icon.last_period{ background-color:#acd6f9; margin-left:332px; }
.analytics .legend .icon.this_period{ background-color:#3ea3f9; }
.analytics .options_bar .filter_dropdown{float:left;margin:8px 8px 0px 0px;}
.analytics .options_bar #filter_date{width:100px;}
.analytics .options_bar #filter_account{width:180px;}
.analytics .options_bar .checkbox_filter{float:left;margin:11px 0px 0px 12px;}
.analytics .options_bar .checkbox_filter label{margin-left:5px;}
.analytics .options_bar .filter_published_container label{color:#25609c;}
.analytics .options_bar .filter_comments_container label{color:#da5757;}
.analytics .options_bar .filter_tracking_container label{color:#197c19;}
.analytics .options_bar .filter_followers_container label{color:#e68200;}

.analytics .graph_container{ height:220px;width:760px;margin:15px auto 15px auto; position:relative; }
.analytics .graph_container #graph{width:760px;height:220px; margin:15px auto 15px auto;}
.analytics .graph_container .no_stats, .no_stats_after_filter{position:absolute;top:75px;left:150px;display:none;}
.analytics .graph_container .no_stats p, .no_stats_after_filter p{width:400px;}
.analytics .tickLabel{ color:#9a9a9a; }

.analytics .date_detail_head { color:#9a9a9a; background-color:#f7f7f7; font-size:14px; border:#e8e7e7 solid 1px; border-width:1px 0px 1px 0px; line-height:20px; padding:9px 15px 9px 15px; text-transform:uppercase }

.analytics #click_notice{ color:#464646; } 
.analytics #day_activity{ display:none; }
.analytics .content_item{ padding-left:15px; }
.analytics .content_item .timestamp{ float:right; }
.analytics .content_list.recent_posts .content_item{ font-weight:normal; }
.analytics .content_list.recent_posts .content_item .count { float:right; width:80px; margin-top:10px; font-size:11px; text-align:center; color:#9a9a9a; }
.analytics .content_list.recent_posts .content_item .count .number { font-size:14px; float:none; color:#464646; }
.analytics .search_activity { background-color:#f3f3f3; border:1px solid #f3f3f3; border-bottom-color:#dfdfdf; border-top-color:#fcfcfc; margin:0px; font-size:14px; }
.analytics .search_activity span{ float:left; }
.analytics .search_activity .icon{ margin:10px 10px 10px 15px; position:relative; }
.analytics .search_activity .message{ width:490px; margin:10px 15px 10px 0px; line-height:30px; }

.analytics .trend_list .trend { border-bottom:#e8e7e7 solid 1px; }
.analytics .trend_list .trend .label{ float:left; width:376px; margin:15px 20px 15px 15px; font-size:14px; }
.analytics .trend_list .trend .label .positive{ font-size:18px; font-weight:bold; color:#4c8a44; }
.analytics .trend_list .trend .label .negative{ font-size:18px; font-weight:bold; color:#aa3c3c;  }
.analytics .trend_list .trend .bar_chart{ margin:20px 0px 15px 0px; float:left; }
.analytics .trend_list .trend .bar_chart .number{ text-align:right; font-size:12px; width:30px; color:#9a9a9a; padding-right:8px; }
.analytics .trend_list .trend .bar_chart .last_period{ background-color:#acd6f9; height:15px; width:50px;  }
.analytics .trend_list .trend .bar_chart .this_period{ background-color:#3ea3f9; height:15px; width:320px; }


/*
		Suggestions stylings
*/
.suggestions h3{ height:35px; line-height:35px; }
.suggestions #arrow_left{ float:left; margin:67px 12px 0px 15px; }
.suggestions #arrow_right{ float:right; margin:67px 15px 0px 12px; }
#suggestions_loading{ height:211px; }
#suggestions_loading .content p{ width:220px; margin-left:auto; margin-right:auto; margin-top:50px; text-align:center;}
.suggestions .content{ float:left; width:572px; margin:15px 0px 15px 0px; font-size:14px; }
.suggestions .popular { list-style-type:none;  background-color:#f6f6f6; border:#c6c9ce solid 1px; padding:20px 20px 10px 20px; margin:10px 0px 0px 0px; }
.suggestions .popular li{ font-size:12px; line-height:125%; margin-bottom:10px; }
.suggestions .leftpane{ float:left; width:300px; margin-right:10px;}
.suggestions .leftpane p{ margin-top:0px;}
.suggestions .leftpane img{ float:left; margin-right:8px;}
.suggestions .explanation{ font-size:12px; margin:10px 0px 0px 0px;}
.suggestions .leftpane .following{ font-weight:bold; margin-top:15px; }
.suggestions .leftpane .fake_button{ font-size:13px; }
.suggestions .rightpane{ float:left; width:236px; padding:10px 13px 10px 13px; }
.suggestions .rightpane span{ line-height:30px;}
.suggestions .rightpane span img{ float:left; margin-right:8px;}
.suggestions .rightpane p{ font-family:georgia,"times new roman",times,serif; font-size:13px;}
.suggestions .rightpane ul{ list-style-type: none;}
.suggestions .rightpane li{ width:46px; float:left; font-size:11px; border-right:#ddd solid 1px; padding:0px 8px 0px 8px;}
.suggestions .rightpane .first{ padding:0px 8px 0px 0px;}
.suggestions .rightpane .last{  border-right:0px; padding:0px 0px 0px 8px;}
.suggestions .rightpane li b{ font-size:14px; color:#008241;}


/*
		Legacy page fixes
*/
.padded_tds table td{ padding:6px 0px; }
.fix_uls ul{margin-left:20px;}


/*
		LEGACY STYLINGS FOR ALL NON-UPDATED PAGES BELOW
*/
.centered_text{ text-align:center; margin-left:auto; margin-right:auto; }
.left_align{ margin-left:0; margin-right:auto; text-align:left; }
.right_align{ margin-left:auto; margin-right:0; text-align:right; }

.page_header{ font-size:30px; padding:20px 0px 20px 0px; }
.subpage_header{ font-size:24px;  font-weight:bold; }

.subpage_header{ font-size:24px;  font-weight:bold; }
.page_heading{ background:url(http://www.postling.com/images/design_bg_header_gradient.png); height:36px; border:#c6c9ce solid 1px; font-size:18px; font-weight:bold; line-height:36px; padding:0px 10px 0px 10px; }
.field_label{ font-size:21px; padding:0px 0px 10px 0px; }
.field_label_small{ font-size:16px; padding:0px 0px 5px 0px; }
.field_text_small{ width:300px; height:25px; font-size:16px; }
.field_cell{ padding:0px 0px 15px 0px; }
.field_text_long{ width:600px; height:41px; font-size:26px; }
.field_status{ width:700px; height:100px; color:#333; font-size:26px; font-family:Arial, Verdana, Geneva, sans-serif; }
.field_text_short{ width:300px; height:41px; font-size:26px; }
.field_text{ height:41px; font-size:26px; }
.invisible{ display:none; }
.underborder{ border-bottom:1px solid #d6d6d6; }
.cell_large{ padding:8px; font-size:16px; font-weight:bold; vertical-align:middle; }
.cell_small{ padding:8px; vertical-align:middle; }
.subheader{ padding:10px 0px 7px 20px; font-weight:bold; font-size:18px; }
.category_select_field{ padding:3px 0px 3px 24px; }
.category_select{ width:100%; }
.album_select_field{ padding:3px 0px 3px 24px; }
.album_select{width:100px;}
.update_bar{ font-size:16px; padding:10px; background-image: url(http://www.postling.com/images/design_bg_diagonal_lines_green_light.png);}
.problem_message{ margin-top:10px; font-size:16px; }
.problem_message p { margin:20px 20px 20px 20px; line-height:150%;}
.tracking_welcome{ margin-top:10px; border:#67cb34 solid 1px; background-image: url(http://www.postling.com/images/design_bg_gradient_tracking_green.png); background-repeat:repeat-x; font-size:16px; }
.tracking_welcome p { margin:20px 20px 20px 20px; line-height:150%;} 
.settings_radio td{ padding:10px 10px 10px 0px; font-size:14px; }
.manage_account_column{ width:25%; float:left; }
.manage_account_header{ font-size:18px; margin:20px 0px 15px 0px; }
.manage_account_service{ font-size:16px; font-weight:bold; line-height:19px; margin:0px 0px 12px 0px; height:35px; }
.manage_account_service a{color:#0066cc;font-weight:normal;}
.manage_account_service img { float:left; margin-right:10px;}
.manage_account_service span { font-size:12px; font-weight:normal; margin:0px; padding:0px; }
.manage_account_account{ font-size:12px; margin:0px 0px 12px 15px; }
.target_move_container{padding:5px 10px 10px 10px; border:2px solid #e0e0e0; background-color:#f9f9f9; margin-top:30px;}
.manage_target_column{ width:25%; float:left; }
.manage_target_header{ font-size:16px; margin:5px 0px;}
.target_container{ width:150px; margin:10px 0px; }
.target_container input{ float:left; margin:2px 5px 0px 0px; }
.target_container img{ float:left; width:16px; margin-right:5px; }
.target_container div.target_name{ float:left; width:100px; }
#price_confirmation{ display:none; position:fixed; z-index:12; width:745px; height:200px; left:50%; margin-left:-372px; top:50%; margin-top:-100px; }
#price_confirmation .head{ height:12px; background-image: url(http://www.postling.com/images/design_lightbox_notice_head.png); }
#price_confirmation .body{ height:176px; padding:0px 12px; background-image: url(http://www.postling.com/images/design_lightbox_notice_body.png); }
#price_confirmation .body .content{ width:660px; height:116px; padding:30px; background-image: url(http://www.postling.com/images/design_bg_gradient_green.png); font-size:16px; line-height:150%;}
#price_confirmation .body .content img{float:left;}
#price_confirmation .body .content .cancel{float:left; line-height:35px; margin-left:15px;}
#price_confirmation .foot{ height:12px; background-image: url(http://www.postling.com/images/design_lightbox_notice_foot.png); }
#price_confirmation .close_control{ width:26px; height:26px; float:right; margin:-214px -10px 0px 0px; background-image: url(http://www.postling.com/images/control_close.png); }
.post_head{ background:url(http://www.postling.com/images/design_post_head.png); height:22px; width:787px; font-size:11px; font-weight:900; margin:9px 0px 0px 0px; }
.post_head_grey{ background:url(http://www.postling.com/images/design_post_head.png); height:4px; width:787px; margin:9px 0px 0px 0px; }
.post_head_plain{ background:url(http://www.postling.com/images/design_post_head_plain.png); height:4px; width:787px; margin:9px 0px 0px 0px; }
.post_head p{ padding:6px 10px 0px 12px; margin:0px; }
.post_body{ border-right:1px solid #cdcdcd; border-left:1px solid #cdcdcd;   padding:12px; overflow:auto; }
.post_body_grey{ border-right:1px solid #cdcdcd; border-left:1px solid #cdcdcd; padding:12px; width:761px; background-color:#f7f7f7; overflow:auto; }
.post_foot{ background:url(http://www.postling.com/images/design_post_foot.png); height:7px; width:787px; }
.post_foot_grey{ background:url(http://www.postling.com/images/design_post_foot_grey.png); height:7px; width:787px; }
.post_icon{ float:left; margin:0px 10px 0px 0px; width:16px; }
.post_title{ float:left; margin:0px 10px 0px 0px; width:610px; }
.post_title_pub{ float:left; margin:0px 10px 0px 0px; width:480px; }
.post_text{ font-size:12px; margin:5px 0px 5px 0px; line-height:180%; }
.post_image{ margin-top:7px; width:600px; }
.post_image img{ max-width: 100%; height:auto; }
.post_timestamp{ float:right; font-size:10px; margin-top:-6px;}
.post_button{ float:right; margin:0px 5px 0px 7px; font-size:12px; }
.post_comment_link{ font-size:11px; margin:7px 0px 0px 27px; font-style:italic; float:left;}
.post_comment{ background-color:#eaf2fa; border:#cdcdcd solid 1px; margin:10px 0px 0px 27px; overflow:auto;}
.post_comment_pub_posts{ background-color:#eaf2fa; border:#cdcdcd solid 1px; margin:10px 0px 0px 27px; overflow:auto;}
.post_tags{ color:#666666; font-size:11px; margin:7px 0px 0px 10px; float:left;}
.post_target_icons ul{ margin:0px 0px 0px 27px; font-size:11px; font-style:italic; color:#666; line-height:16px; }
.post_target_icons li{ list-style-type: none; float:left; margin:12px 16px 0px 0px; }
.post_target_icons span{ line-height:16px; font-size:11px; margin-left:4px; }
.post_target_icons img{ float:left; }
.post_target_icons input { float:left; margin-right:5px; }
.post_expand{   font-weight:bold; color:#1170cf;   }
.post_collapse{  font-weight:bold; color:#1170cf;  }
.post_avatar_favicon{ width:23px; height:23px; padding:7px 0px 0px 7px; border:#CCC 1px solid; background-color:#FFF; }
.tracking_type_icon{ float:left; margin-right:8px; }
.tracking_source_icon{ float:left; margin-right:10px; }
.tracking_body{ float:left; width:596px; }
.tracking_expand{ float:right; background: url(http://www.postling.com/images/icon_plus.png) no-repeat; height:14px;  width:14px;}
.tracking_collapse{ float:right; background: url(http://www.postling.com/images/icon_minus.png) no-repeat; height:14px;  width:14px;}
.tracking_button_container{ margin:19px 0px 0px 63px; }
.tracking_button_left{ float:left; margin:1px 0px 0px 0px; }
.tracking_button_right{ float:right; margin:0px 0px 0px 5px; }
.tracking_controls{ font-style:normal; }
.overline_grey{ border-top:1px solid #cdcdcd; }
.comment_header{ border-bottom:1px solid #cdcdcd; background-color:#FFF; font-size:11px; padding:6px 10px 6px 12px; overflow:auto;}
.comment_header img{ float:left; margin:0px 6px 0px 0px; }
.comment_header span{ float:left; line-height:16px; margin:0px 6px 0px 0px; }
.comment_container{ overflow:auto; padding:11px 7px 12px 11px; }
.comment_icon{ float:left; margin:0px 10px 0px 0px; width:30px; }
.comment_title{ float:left; width:550px;}
.comment_reply{ float:right; }
.comment_timestamp{ color:#666666; font-style:italic; font-weight:normal; margin:2px 0px 0px 0px; font-size:12px;  }
.comment_timestamp a{ color:#666666; } 
.comment_timestamp a:visited{ color:#666666; } 
.avatar_icon{ max-width: 30px; height:auto;  }
.tracking_filter_container{margin:20px 12px 20px 0px;text-align:right;}
.tracking_filter_container select{width:250px;margin-left:10px;}
.tracking_container{ padding:11px 7px 12px 11px; }
.tracking_header{ margin:0px 0px 10px 35px;  }
.tracking_icon{ float:left; margin:0px 10px 0px 0px; }
.tracking_icon img{ border:solid #828282 1px; }
.tracking_title{ float:left; width:545px; margin-right:10px; }
.tracking_timestamp{ float:right; font-size:10px;}
.pagination_off{  text-align:center;}
.pagination_off ul{ margin-top:10px;  list-style-type: none;  font-size:18px; font-weight:bold;  }
.pagination_off a{ color:#666; }
.pagination_off a:visited{ color:#666; }
.pagination_off li{   height:38px; float:left; background: url(http://www.postling.com/images/design_pagination_off_right.png) no-repeat right; margin:0px 0px 0px 0px;  }
.pagination_off span{ height:38px; line-height:38px; display:block; float:left; background: url(http://www.postling.com/images/design_pagination_off_left.png);  margin:0px 4px 0px 0px; padding:0px 12px 0px 16px; }
.pagination_off .next{ float:right; }
#pagination_on{ background: url(http://www.postling.com/images/design_pagination_on_right.png) no-repeat right;   }
#pagination_on span{ background: url(http://www.postling.com/images/design_pagination_on_left.png); color:#FFF; }
#pagination_on a{ color:#FFF; }
#pagination_on a:visited{ color:#FFF; }
#pagination_ellipses { background:none; }

/*
		 Used only for tumblr reblogs on stream 
*/
.fake_body blockquote{border-left:2px solid gainsboro;text-decoration:italic;margin-left:10px;padding-left:5px;}
.fake_body ul{margin-left:5px;}

/*
		Stream page stylings
*/
#stream_body{padding:0px !important;}
#stream_body span.loading{display:block;font-size:15px;margin:12px 0 7px 14px;}
#stream_body img.loading_bar{margin:0px 0px 5px 8px;}
.stream_post{ font-size:14px; padding:15px 10px; overflow:hidden; }
.stream_post .stream_post_content .image_container img{ float:left; }
.stream_post .avatar_container{float:left;position:relative;height:50px;}
.stream_post .avatar_container .avatar{}
.stream_post .avatar_container .small_avatar_fb{bottom:-20px;position:absolute;right:-5px;display:block;width:35px;}
.stream_post_content{float:left;margin-left:10px;width:570px; font-weight:normal;}
.stream_post .stream_post_content ul, .stream_post .stream_post_content ol{margin: 5px 0px 5px 25px;list-style-type: disc;}
.stream_post .stream_post_content li{}
.stream_post .stream_post_content .facebook_image_container{float:left;margin:0px 3px;}
.stream_post .stream_post_content .facebook_image_container img{float:none;}
.stream_post .stream_post_content .facebook_video_container{float:left;margin:0px 3px;}
.stream_post .stream_post_content .facebook_video_container a{position:relative;}
.stream_post .stream_post_content .facebook_video_container a.video_link{display:block;}
.stream_post .stream_post_content .facebook_video_container .video_button{background: url(http://www.postling.com/images/design_facebook_wall_video.png) no-repeat 0px 0px;bottom: 0px;height: 32px;left: 0px;position: absolute;width: 39px;}
.stream_post .stream_post_content blockquote{border-left: 4px solid gainsboro;margin: 10px 0px 10px 10px;padding-left: 18px;}
.facebook .stream_post_content blockquote{border-left:2px solid gainsboro;text-decoration:italic;margin-left:10px;padding-left:5px;}
.stream_post .stream_post_content .fb_wall_icon{display:inline;margin:0px 4px;}
.stream_post .stream_post_content .quote{margin:10px 0px;}
.stream_post .stream_post_content .quote_attribution{margin-left:20px;font-style:italic;}
.stream_post .stream_post_content .question{background: #E7EAEC;color: #454E54;font: normal normal bold 22px/normal Arial, Helvetica, sans-serif;line-height: 28px;padding: 15px 20px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;overflow:hidden;}
.stream_post_content .comment_timestamp .icon{float:left;margin:5px 5px 0px 0px;}
.stream_post_content .comment_timestamp a, .stream_post_content .comment_timestamp .comment_controls{float:left;margin:6px 6px 0px 0px;}

.stream_post_content .embed_holder {margin-top:10px;}
.stream_post_content .embed_holder img{max-width:500px;}
.stream_post_content .retweet_info{margin:2px 0px 0px 3px;padding-left:20px;background-image:url(http://www.postling.com/images/design_twitter_retweet.png);background-repeat:no-repeat;}

/*custom label page*/
.label_targets {width:100%; font-size:14px;}
.label_targets thead th{border-style: solid; border-width: 0px 0px 1px 0px; padding: 4px 6px;}
.label_targets tbody tr{display: table-row;}
.label_targets tbody tr td{ padding: 4px 6px; font-size:14px; }

/*
		Billing stylings
*/
#billing_info .body{ padding:0px 12px; }
#billing_info .body .content{ width:660px; padding:20px 30px; font-size:16px;}
#billing_info .body .content h2{ margin-bottom:15px; font-size:16px; font-weight:normal;}
#billing_info .body .content .label{ text-align:right;}
#billing_info .body .content table td{ line-height:26px; font-size:14px;  padding-right:10px; vertical-align:middle;}
#billing_info .body .content table td img{ vertical-align:middle; display:inline;}
#billing_info .body .content table td input{ width:200px;}
#billing_info .body .content table td select{ margin-right:10px; vertical-align:middle; width:auto; }
#billing_info .body .content p{ font-size:13px; margin:20px 0px; line-height:150%;}
#billing_info .body .content .ccv a{ margin-left:70px;}
#billing_info .body .content .ccv input{ width:55px;}
#billing_info .body .content .zip input{ width:100px;}
#billing_error{ color:#d00d0d; font-size:12px; margin:0px 0px 20px 20px;}

.page_hr{ margin:15px 0px; width:810px;background-image:url(http://www.postling.com/images/design_home_hr.png);height:7px }

.timeline_node_off{ float:left; background-image: url(http://www.postling.com/images/design_timeline_node_off.png); width:33px; height:41px; color:#FFF; font-weight:bold; line-height:41px; text-align:center; font-size:20px; }
.timeline_node_on{ float:left; background-image: url(http://www.postling.com/images/design_timeline_node_on.png); width:41px; height:41px; color:#4f8e2d; font-weight:bold; line-height:41px; text-align:center; font-size:20px; }
.timeline_captions{ width:100%; border-left:auto; border-right:auto; text-align:center; font-size:18px; }

/*
		Billing plan page
*/
.plan_column{ float:left; width:255px; text-align:center;  margin:43px 0px 0px 0px;}
.plan_column ul{ list-style-type: none; }
.plan_column li{ font-size:14px; font-style:italic; margin:7px; }
.plan_column li b{ font-style:normal; }
.plan_column li a{ color:inherit; }
.plan_column hr{ height:1px; background-color:#d2d5d7; border:none; margin:0px 0px 17px 0px; }
.plan_column h2{ font-size:24px; margin:13px 0px 5px 0px; }
.plan_column h3{ font-size:18px; font-weight:normal; margin:0px 0px 8px 0px; }
.plan_column img{ margin-left:auto; margin-right:auto; margin-top:13px; margin-bottom:13px; }
.plan_column b{ font-size:16px; } 
#premium{ background-image:url(http://www.postling.com/images/design_bg_gradient_blue.png); background-repeat:repeat-x; background-color:#f1f9fe; border:#3fb5ff 1px solid; }
#premium h2{ color:#3fb5ff; }
#plus{ background-image:url(http://www.postling.com/images/design_bg_gradient_green.png); background-repeat:repeat-x; background-color:#fefefe; border:#3bab22 1px solid; margin:20px 20px 0px 20px; }
#plus h2{ color:#3bab22; font-size:30px; margin:13px 0px 0px 0px; } 
#plus h3{ font-size:24px; margin:0px; } 
#plus h4{ color:#3bab22; font-size:14px; font-weight:bold; margin:0px 0px 6px 0px; } 
#plus li{ font-size:16px;}
#plus b{ font-size:18px; } 
#starter{ background-color:#f6f6f6; border:#737373 1px solid; }
#current_plan{ color:#3bab22; margin:20px 0px 25px 0px; font-weight:bold; font-size:14px; }
#current_plan_details{ background-image:url(http://www.postling.com/images/design_bg_gradient_green.png); background-repeat:repeat-x; background-color:#fefefe; border:#3bab22 1px solid; margin:20px 0px 0px 0px; padding:15px; font-size:16px; }
#current_plan_details ul{ list-style-type:none; }
#current_plan_details li{ float:left; margin:0px 7px 0px 0px; font-style:italic; font-size:14px;}
#plan_wrapper{ margin-left:auto; margin-right:auto; width:811px; }
#plan_details{ margin:15px -30px 10px 0px; }
#plan_details h2{ font-weight:normal; font-size:24px; margin:0px 0px 15px 0px; }
#plan_details ul{ list-style-type:none; margin:0px 50px 0px 0px; width:370px; float:left; }
#plan_details li{ width:370px; float:left; margin:0px 0px 20px 0px; font-size:16px;}
.plan_message{  background-image:url(http://www.postling.com/images/design_bg_gradient_green.png); background-repeat:repeat-x; background-color:#fefefe; border:#3bab22 1px solid; margin:20px 0px 0px 0px; font-size:16px; padding:15px; }
.plan_message li{ margin:0px 0px 0px 20px; }
.plan_message p{ margin:0px 0px 8px 0px; }


/*
		Facebook - attach external image to a status update stylings
*/
.status_link_container{margin:9px 0px;font-size:14px;}
.status_link_container .loading_circle{display:inline;margin-left:13px;}

.attachment_container{display:none;margin:15px 0px;}
.attachment_container .inline_edit:hover{background-color:#fdffa1;}
.attachment_container .inline_edit textarea{margin:5px 0px;width:330px;}
.attachment_container .attachment_images_container{float:left;max-width:100px;margin:0px 15px 0px 0px;}
.attachment_container .attachment_images_container img{max-width:100px;}
.attachment_container h3{width:400px;margin:0px;padding:0px;}
.attachment_container .subtitle{font-size:12px;color:#666;width:400px;margin:0px 0px 5px 0px;padding:0px;}
.attachment_container p{font-size:12px;width:400px;margin:0px 0px 5px 0px;}
.attachment_container .url_content{float:left;}
.attachment_container .url_content .thumbnail_controls div{background-image: url(http://www.postling.com/images/button_facebook_attachment.png);background-repeat: no-repeat;width: 26px;height: 22px;display:block;float:left;margin-left:1px;}
.attachment_container .url_content .thumbnail_controls .thumbnail_previous{background-position: 0px 0px;}
.attachment_container .url_content .thumbnail_controls .thumbnail_next{background-position: -25px 0px;}
.attachment_container .url_content .thumbnail_controls .thumbnail_previous_disabled{background-position: -50px 0px !important;}
.attachment_container .url_content .thumbnail_controls .thumbnail_next_disabled{background-position: -74px 0px !important;}
.attachment_container .url_content .thumbnail_controls .thumb_count{float: left;font-size: 11px;margin: 4px 0 0 10px;}
.attachment_container .url_content .thumbnail_controls span.grey_text{float:left;font-size:11px;margin:4px 0px 0px 10px;font-weight:bold;}
.attachment_container .url_content .thumbnail_toggle_container{margin:5px 0px 0px 0px;}

/*
		Postling pages setup
*/
.page_setup_bg{ height:auto; background-image: url(http://www.postling.com/images/design_bg_body_gradient.png); background-repeat:repeat-x;  }
.page_setup { margin-left:auto; margin-right:auto; width:988px;  }
.page_setup .left_tab{ width:182px; list-style-type: none; font-size:14px; font-weight:bold; color:#1170cf; float:left; }
.page_setup .left_tab li{ height:50px; border-width:1px 1px 0px 1px; border-color:#9b9b9b; border-style:solid; background-color:#f8f8f8; background-image: url(http://www.postling.com/images/design_bg_grey_shadow.png); background-repeat:repeat-x; cursor:pointer; }
.page_setup li p{ margin:18px 0px 0px 13px; }
.page_setup .left_tab .active{ background-color:#fff; background-image: none; color:#333; border-right:0px;  }
.page_setup .editor{ background-color:#fff; height:327px; }	
.page_setup .setup_form{ height:308px; margin:0px 0px 0px 182px; padding:20px 0px 0px 35px; font-size:14px; border-top:#9b9b9b 1px solid; position:relative; }
.page_setup .setup_form .field_large{ font-size:18px; }
.page_setup .setup_form .field_large input{ width:300px; font-size:18px; }
.page_setup .setup_form p{ margin:10px 0px 3px 0px; }
.page_setup .setup_form #logo_preview img{ max-height:20px; display:inline; }
.page_setup .setup_form .save{ position:absolute; bottom:10px; }
.page_setup .setup_form .next{ position:absolute; bottom:10px; right:40px; }
.page_setup .setup_form table{ margin-top:10px; }
.page_setup .setup_form td{ padding:3px 10px 3px 0px; }
.page_setup .setup_form .col_left{ width:315px; float:left; }
.page_setup .setup_form .col_right{ width:315px; float:left; margin-left:40px; }
.page_setup .setup_form .col_right input{ font-size:18px; width:300px; }
.page_setup .setup_form textarea{ width:315px; height:85px; }
#page_preview{ position:absolute; top:379px; left:0px; width:100%;  border-style:solid; border-color:#000; border-width:3px 0px 0px 0px; margin:0px; padding:0px; }
.page_setup .errors{ font-size:16px; font-weight:bold; margin:14px 0px 0px 0px; color:#b03d22; }
.page_setup h3{ font-size:14px; font-weight:normal; margin:0px 0px 15px 0px; }
.page_setup .account_col{ width:190px; float:left; }
.page_setup .account_col ul li{  list-style-type: none; margin-top:8px; }
.page_setup .account_col ul li input, .page_setup .account_col ul li img{ float:left; margin-right:7px; }
.page_setup .account_link { margin-top:20px; float:left;}


/*
		Forum stylings
*/
.forum_wrapper{ margin:10px 14px 20px 14px; }
.forum_wrapper h2{ font-size:36px; margin:20px 0px 0px 0px; font-weight:normal; } 
.forum_wrapper h3{ font-size:14px; margin:0px 0px 0px 0px; font-weight:normal; color:#666666; } 
.forum_search{ margin:15px 0px 0px 0px; padding:15px; }
.forum_search input{ height:22px; font-size:16px;}
.forum_search select{ height:22px;}
#forum_search_button { font-size:12px; height:20px; padding:0px 5px 0px 5px; }
.forum_order_by{ padding:0px 0px 5px 0px; }
.forum_order_by div{ float:left; }
.forum_order_by img{ float:left; margin:5px 0px 0px 3px; }
.forum_order_by_label{ float:left; margin:0px 10px 0px 0px; }

.forum_pagination{ font-size:18px; padding:10px; border:1px solid #ccc; }
.forum_pagination_space{width:15px;}
.forum_thread_cell{padding:7px 10px 7px 10px;}
.forum_cell{padding:15px;}
.forum_pagination_header{font-size:14px;font-weight:bold;}
.forum_header_pagination_space{width:10px;}

.bg_forum_a{background-color:#bee2fe;}
.bg_forum_b{background-color:#FFF;}
.bg_forum_c{background-color:#f6f6f6;}

/*
		About page
*/
#about_page .employee_container{padding:5px;margin:8px 0px;}
#about_page .employee_container .employee_image{float:left;}
#about_page .employee_container .employee_image img{width:70px;height:70px;margin:2px 5px 5px 5px;}
#about_page .employee_container .bio_container{float:left;margin-left:5px;width:570px;}
#about_page .employee_container .bio_container h4.email{font-size:14px;margin-bottom:-6px;}
#about_page .employee_container .bio_container p{ font-size:12px; }
#about_page p{ line-height:150%; }
#about_page h3{ font-weight:bold;font-size:18px; }

.failed_post{ background-color:#f9edb3; border:1px solid #f8da9f; margin:10px 0px 0px 23px; font-size:11px; }
.failed_post p{ margin:10px; }
#about_page h3{ font-weight:bold;font-size:18px; }

/*
		Email notification settings
*/
.notification_table{ margin:15px; }
.notification_table td{ padding:3px 2px 6px 3px; font-size:14px; }
.email_target_on{ background-image:url(http://www.postling.com/images/control_toggle_on.png); width:51px; height:18px; margin-right:5px; }
.email_target_off{ background-image:url(http://www.postling.com/images/control_toggle_off.png); width:51px; height:18px; margin-right:5px; }

.account_type_col{ width:25%; float:left; margin-bottom:10px; }
.account_brand_header{ font-size:16px; font-weight:bold; } 
.account_type_header{ font-size:14px; margin:10px 0px 10px 0px; }
.account_type_service{ font-size:14px; line-height:14px; margin:0px 0px 12px 0px;}
.account_type_service img { float:left; margin-right:3px;}
.account_type_service input { float:left; margin-right:5px;}
.account_type_service span { font-size:12px; font-weight:normal; margin:0px; padding:0px; color:#666; }
.account_type_account{ font-size:12px; margin:0px 0px 12px 15px; }

/*
		Frequently Asked Questions stylings
*/
.faq h2{ margin:20px 0px 5px 15px; }
.faq ol{ margin:0px 0px 0px 40px; font-size:14px; }
.faq li{ margin:0px 0px 3px 0px; }
.faq hr{ margin:30px 0px 20px 0px;} 
.faq_answers { margin:0px 0px 200px 0px; }
.faq_answers li{ font-size:16px; font-weight:bold; margin:30px 0px 0px 0px;  }
