body { 
	margin: 0px; 
	font-family: sans-serif;
	font-size: 12px;
	color: rgb(46, 46, 46);
}


p {
	color: rgb(46, 46, 46);
}

input[type=button], input[type=submit] {
	cursor: pointer;
}

.rounded_1 {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
}
.rounded_2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.rounded_3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.rounded_4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.rounded_5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.not_rounded_topleft {
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}
.not_rounded_topright {
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}
.not_rounded_bottomleft  {
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.not_rounded_bottomright {
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}


.header_background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 157px;
	z-index: -1;
	background-image: url('/images/header_background.png');
}

.header_inner {
	position: relative;
	width: 1028px;
	height: 157px;
	background-image: url('/images/header_glow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header_inner .logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

.header_inner .login_block {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 315px;
	height: 39px;
	background-image: url('/images/header_loginbackground.png');
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: #e0e0e0;
}
.connect_btn {
	padding-left: 15px;
	padding-top: 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
}
.header_inner .login_block p {
	*padding-top: 10px;
}
.header_inner .login_block .twitter_connect {
	padding-left: 20px;
}
.header_inner .login_block .myspace_connect {
	padding-left: 20px;
}
.connect_btn div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -6px;
}
.facebook_connect div { background-image: url('/images/header_login_facebook.png'); margin-left: 3px; }
.twitter_connect div { background-image: url('/images/header_login_twitter.png'); margin-left: 3px; }
.myspace_connect div { background-image: url('/images/header_login_myspace.png'); }

.header_inner .add_poll_button {
	position: absolute;
	right: -10px;
	bottom: 1px;
	background-image: url('/images/header_tab_newpoll.png');
	cursor: pointer;
	display: block;
	height: 52px;
	width: 229px;
	margin: 0px;
}
.header_inner .add_poll_button span {
	display: none;
}
.header_inner .add_poll_button:hover {
	background-position: 0px -52px;
}

.header_inner .categories {
	position: absolute;
	bottom: -2px;
	left: 0px;
	*bottom: 1px;
}
.header .cat_tab {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 40px;
	margin-left: -7px;
	margin-right: -2px;
}
.header .cat_tab .cat_tab_left {
	width: 10px;
	height: 40px;
	display: inline-block;
}
.header .active_cat .cat_tab_left {
	background-image: url('/images/header_tab_left.png');
}
.header .cat_tab .cat_tab_right {
	width: 10px;
	height: 40px;
	display: inline-block;
}
.header .active_cat .cat_tab_right {
	background-image: url('/images/header_tab_right.png');
}
.header .cat_tab .cat_tab_center {
	display: inline-block;
	height: 30px;
	padding-top: 10px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-repeat: repeat-x;
}
.header .active_cat .cat_tab_center {
	background-image: url('/images/header_tab_middle.png');
}
.header .cat_tab_hassubcat:hover .cat_tab_left {
	background-image: url('/images/header_tab_left_subcat.png');
}
.header .cat_tab_hassubcat:hover .cat_tab_center {
	background-image: url('/images/header_tab_middle_subcat.png');
}
.header .cat_tab_hassubcat:hover .cat_tab_center a {
	color: black;
}

.header .cat_tab_hassubcat:hover .cat_tab_right {
	background-image: url('/images/header_tab_right_subcat.png');
}

.header .cat_tab  a {
	color: #abe4ff;
	font-weight: bold;
}
.header .featured a {
	color: #fcd901;
}

.header .cat_tab:hover a {
	color: #6cb7d6;
}
.header .active_cat a {
	color: #423822
}

.header .cat_tab .sub_cat_menu {
	position: absolute;
	z-index: 3;
	display: none;
	top: 35px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 100%;
	white-space: nowrap;
	border-top: none;
	overflow: hidden;
}
.header .cat_tab .sub_cat_menu .sub_cat_menu_background {
	position: absolute;
	top: 0px;
	left: -1000px;
	right: -1000px;
	bottom: 0px;
	background-color: #6cb7d6;
	opacity: 0.9;
	z-index: 4;
}
.header .cat_tab .sub_cat_menu a {
	color: white;
	font-size: 14px;
}
.header .cat_tab .sub_cat_menu table {
	position: relative;
	z-index: 5;
	display: inline-block;
}
.header .cat_tab .sub_cat_menu table td.inner_cell {
	padding-left: 5px;
	color: white;
	font-weight: bold;
}
.header .cat_tab .sub_cat_menu table td.inner_cell:hover {
	background-color: #ffce36;
	cursor: pointer;
}
.header .cat_tab .sub_cat_menu table td.inner_cell:hover a {
	color: black;
}

.header .cat_tab:hover .sub_cat_menu {
	display: block;
}

.search_bar .header .cat_tab a {
	color: #175b94;
}
.search_bar .header .active_cat a, .search_bar .cat_tab:hover a {
	color: #ff9c00;
}

.content_wrapper { 
	width: 1038px; 
	text-align: left; 
}
.leftcolumn { width: 620px; }
.rightcolumn { width: 280px; }

.post {
	border: 1px solid rgb(207, 207, 207);
	margin-top: 10px;
	width: 702px;
	position: relative;
}

.post .content {
	padding-left: 10px;
	padding-right: 10px;
}
.post .footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
}
	
.poll_box {
	background-image: url('/images/content_box_702.png');
	background-position: bottom left;
	border: none;
	padding-bottom: 45px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-top: 10px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.post .author_thumb {
	margin-right: 5px;
	float: left;
}
.post .title {
	background-image: url('/images/content_box_728_header_blue.png');
	background-repeat: no-repeat;
	/*width: 695px;*/
	/*height: 18px;*/
	padding: 7px;
	position: relative;
	padding-right: 0px;
}

.post .title h1, .post .title h1 a, .post .title h2, .post .title h2 a {
	font-weight: bold;
	font-size: 15px;
	color: white;
	margin: 0px;
}

.poll_box .title_embeds {
	float: left; 
	position: relative; 
	z-index: 2; 
	margin-left: 5px; 
}
.poll_box .title_embeds .vs_obj {
	margin-top: 0px;
	margin-left: 5px;
}

.poll_box .title {
	background-image: url('/images/content_box_702_header_white.png');
	/*background-image: none;*/
	background-repeat: no-repeat;
	height: auto;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
}
.poll_box hr {
	border: none;
	border-top: 1px solid rgb(233, 233, 233);
	width: 97%;
	margin-bottom: 10px;
}
.poll_box .footer {
	/*background-image: url('/images/action_bar.png');*/
	background-repeat: no-repeat;
	height: 37px;
}

.poll_box .poll_box, .poll_box .poll_box .title {
	background: none;
}
.poll_box .poll_box {
	padding-left: 40px;
	width: 662px;
	margin-bottom: 0px;
	margin-top: -10px;
}
.poll_box .poll_box .footer {
/*	margin-left: 0px;*/
}

.poll_box .title h1, .poll_box .title h1 a, .poll_box .title h2, .post .title h2 a, h1.title, h2.title, h1.title a, h2.title a  {
	font-size: 24px;
	color: #477cb2;
	font-family: "Times New Roman", "serif";
	font-weight: normal;
}

.poll_box .title h1, .poll_box .title h2 {
	margin: 5px;
	margin-left: 7px;
}

.post .post_author_action {
	margin-top: -1px;
}

.post .post_author_action, .post .post_author_action input {
	background-image: none;
	color: black;
	font-size: 14px;
	padding: 0px;
	margin-right: 5px;
}

.post .post_inner {
	padding: 7px;
}


.button {
	height: 27px;
	cursor: pointer;
	background-position: top right;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
.button input, .button span {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	margin-left: -5px;
	margin-right: 5px;
	padding-right: 0px;
	height: 27px;
	padding-bottom: 2px;
	font-weight: normal;
	background-position: top left;
	min-width: 70px;
	*min-width: 0px;
	*padding-left: 6px;
	padding-top: 1px;
}
.button span {
	display: block;
	color: black;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

.yellow_button , .yellow_button input, .yellow_button span {
	background-image: url('/images/yellowbutton.png');
}
.button:hover {
	background-position: right -27px;
}
.button:hover input, .button:hover span {
	background-position: left -27px;
}
.blue_button , .blue_button input, .blue_button span {
	background-image: url('/images/bluebutton.png');
	color: white;
}
.blue_button_small {
	height: 26px;
}
.blue_button_small input, .blue_button_small span {
	min-width: 0px;
}
.blue_button_small, .blue_button_small input, .blue_button_small span {
	background-image: url('/images/bluebutton_small.png');
	color: white;
}
.blue_button_small:hover {
	background-position: right -26px;
}
.blue_button_small:hover input, .blue_button_small:hover span {
	background-position: left -26px;
}

.light_button_small, .light_button_small input, .light_button_small span {
	height: 22px;
	min-width: 0px;
	color: #727272;
	font-size: 13px;
	font-family: "Lucida Sans", sans;
}
.light_button_small span {
	padding-top: 3px;
	height: 17px;
}

.light_button_small, .light_button_small input, .light_button_small span {
	/* background-image: url('/images/button_light_small.png');*/
}
.light_button_small:hover { 
	background-image: url('/images/button_light_small.png');
	background-position: right -22px; 
}
.light_button_small:hover input, .light_button_small:hover span { 
	background-image: url('/images/button_light_small.png');
	background-position: left -22px; 
}

.post .comment_button {
	margin-right: -5px;
	*margin-right: 0px;
}

.post .post_options_wrapper {
	padding-right: 7px; 
	padding-top: 0px; 
	width: 290px;
	overflow: hidden;
}

.post .post_option {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.post .post_option label {
	cursor: pointer;
	word-wrap: break-word;
}
.post .post_option_fb_like label {
	cursor: default;
}

.post .related_polls {
	background-color: #f6f6f6;
	border: 1px solid #ececec;
	padding: 5px;
	width: 260px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
.post .related_polls h3 {
	margin: 0px;
	padding-left: 0px;
}

.post .vote_result {
	width: 100%; 
	position: relative;
	margin: 0px;
	display: inline-block;
	padding: 3px;
}
.list_poll_wrapper .post .vote_result {
	overflow: hidden;
}
.poll_full_wrapper .vote_result {
	overflow: hidden;
}

.list_poll_wrapper .post_text img {
	max-width: 50%;
}

.post .vote_result .bar_wrapper {
	border: 1px solid rgb(194, 194, 194);
	background-color: rgb(218, 218, 218);
	margin-top: 3px;
}

.post .vote_result .bar {
/*	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;*/
	height: 15px;
	width: 0%;
	background-color: rgb(0, 126, 255);
	z-index: 0;
	display: block;
}
.post .vote_result .text {
	word-wrap: break-word;
	position: relative;
	z-index: 1;
}

.option_letter {
	display: inline-block;
	width: 17px;
	height: 16px;
	text-align: center;
	color: gray;
	padding-top: 1px;
	background-image: url('/images/poll_checks.png');
	cursor: default;
	margin-right: 5px;
}

.post_option span.selected {
	background-position: -17px 0px;
	color: white;
}
.post_option input[type=radio] {
	display: none;
}

.post .post_text {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post .author {
	font-weight: normal;
	color: #477cb2;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	margin-right: 5px;
}
.post .vs {
	margin-left: -12px; 
	margin-right: -20px; 
	z-index: 1; 
	float: left;
	display: inline-block;
	position: relative;
}
.post .vs_obj {
	display: inline-block;
	margin-right: 9px; 
	margin-left: 5px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.poll_header hr {
	border: none;
	border-top: 1px solid rgb(233, 233, 233);
	clear: right;
}

.sidebar {
/*	padding: 7px;
	padding-top: 0px;
	padding-left: 16px;*/
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
	/*overflow: hidden;*/
	position: relative;
}


.sidebar .related {
	padding: 5px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden;
}
.sidebar .related:hover {
	border: 1px solid rgb(216, 216, 216);
	background-color: rgb(242, 242, 242);
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
.sidebar_related a {
	padding: 0px;
}

.sidebar h3 {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
.sidebar_activity img {
	float: left;
	margin-right: 8px;
}

.sidebar_related p { padding-left: 5px; }
.sidebar_related .vs_obj { float: left; }
/*.sidebar_related p.author_text { font-weight: bold; }*/

.sidebar p {
	margin: 0px;
	margin-bottom: 4px;
}

.sidebar .follow_table {
	background-image: url('/images/profilebox.png');
	width: 290px;
	height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	font-size: 21px;
	color: #8d8d8d;
}

.sidebar .follow_table .counter_votes {
	color: #134a7a;
}
.sidebar .follow_table .counter_comments {
	color: #fdb334;
}

.sidebar_leaderboard, .sidebar_settings {
	background-image: url('/images/sidebar_box.png');
	background-position: bottom center;
}
.sidebar_leaderboard h3, .sidebar_settings h3 {
	background-image: url('/images/sidebar_box_yellowheader.png');
	margin: 0px;
	height: 20px;
	padding: 6px;
	color: #353535;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
}
.sidebar_settings {
	padding-bottom: 10px;
}
.sidebar_settings a {
	display: block;
	margin: 5px;
	font-size: 14px;
}
.sidebar_settings a.active {
	font-weight: bold;
}

.sidebar h3 .icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 32px;
	margin-left: -5px;
/*	margin-right: -5px;*/
	margin-top: -5px;
	margin-bottom: -10px;
}
.sidebar_leaderboard h3 .icon {
	background-image: url('/images/sidebar_box_icon_whoshot.png');
}
.sidebar_leaderboard img {
	float: left;
	margin-right: 5px;
}
.sidebar_leaderboard .leaderboard_leftcol {
	width: 125px;
	display: inline-block; 
	zoom: 1;
	*display: inline;
	margin-top: 5px; 
	margin-left: 5px; 
	margin-bottom: 2px;
}
.sidebar_leaderboard .leaderboard_rightcol {
	width: 125px; 
	display: inline-block; 
	zoom: 1;
	*display: inline;
	margin: 0px; 
	*position: absolute;
	*top: 36px;
}

.sidebar_activity {
	background-image: url('/images/sidebar_box.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.sidebar_activity h3 {
	background-image: url('/images/sidebar_box_blueheader.png');
	margin: 0px;
	height: 20px;
	padding: 6px;
	width: 288px;
	color: white;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
}
.sidebar_activity h3 .icon {
	background-image: url('/images/sidebar_box_icon_activitystream.png');
}
.sidebar_activity p {
	margin-left: 45px; 
}

.sidebar .blue_text {
	color: #144a8a; 
	border-bottom: 1px solid #144a8a; 
	padding-bottom: 2px; 
	margin-bottom: 1px; 
	width: auto; 
	display: inline-block; 
	zoom: 1;
	*display: inline;
	font-size: 11px;
	font-weight: normal;
}

.sidebar_related {
	background-image: url('/images/sidebar_box.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.sidebar_related h3 {
	background-image: url('/images/sidebar_box_blueheader.png');
	margin: 0px;
	height: 20px;
	padding: 6px;
	color: white;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
}
.sidebar_related h3 .icon {
	background-image: url('/images/sidebar_box_icon_activitystream.png');
}

.pager {
	width: 100%;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0px;
	height: 48px;
}
.pager span.outer {
	display: inline-block;
	zoom:1; 
	*display: inline;
	width: 19px;
	height: 39px;
	text-align: center;
	color: #144a7a;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 18px;
}
.pager span.current {
	color: white;
	font-size: 24px;
	width: 45px;
	background-image: url('/images/footer_number_tab.png');
	background-position: center;
	background-repeat: no-repeat;
}

.mini_pager img {
	margin-bottom: -5px;
}

.mini_pager span.outer {
	width: 20px;
	height: 20px;
	display: inline-block;
	zoom:1; 
	*display: inline;
	text-align: center;
	padding-top: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.mini_pager a {
	text-decoration: none;
	padding: 0px;
}

.mini_pager span.current {
	background-color: gray;
	color: white;
}

a, a:visited {
	color: rgb(78, 81, 85);
	padding: 3px;
	text-decoration: none;
	font-size: 13px;
}

.footer_background {
	background-image: url('/images/footer_background.png');
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 85px;
}
.site_footer {
	padding: 20px;
	margin-top: 0px;
}
.site_footer .links {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1b5a91;
	font-size: 14px;
}
.site_footer .links a {
	color: white;
	font-size: 14px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	border-bottom: 1px solid white;
	margin-right: 10px;
	margin-left: 10px;
}
.addpoll_container {
	/*height: 427px;*/

	margin-top: 10px;

	padding-bottom: 3px;
	/*margin-top: -600px;*/
	/*position: relative;
	z-index: -2;*/
	/*width: 692px;*/
	/*padding-left: 10px;
	padding-right: 10px;*/
	overflow: hidden;
	margin-bottom: 30px;
}

.addpoll_container .button {
	margin: 0px;
	margin-left: 5px;
}
.addpoll_container form {
	padding: 10px;
}

.addpoll_container td {
	white-space: nowrap;
}

.addpoll_container th {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

input[type=text], input[type=password], textarea, select {
	border: 1px solid rgb(172, 172, 172);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	resize: none;
	padding: 5px;
}
.addpoll_container textarea[name=desc] {
	width: 665px;
	font-family: sans-serif;
	height: 200px;
}

.addpoll_container select {
	padding: 3px;
}

.addpoll_container input[type=text] {
	width: 350px;
}
.addpoll_container input[name=tags] {
	width: 665px;
}
.addpoll_container input[type=button] {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
.addpoll_container .cancel_button  {
	float: right;
	margin-bottom: 3px;
}
.addpoll_container .submit_button {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
.addpoll_container .attach_button input{ 
	width: 140px;
}
.addpoll_container .delete_button input{
	width: 115px;
}

.addpoll_container .add_option  {
	float: left;
}

.addpoll_container .addpoll_footer hr {
	margin-right: -17px;
}

.post .social_controls {
	margin-top: -7px;
}

.comment_outer {
	width: 712px;
	position: relative;
}

.comment {
	border: 1px solid rgb(207, 207, 207);
	margin-top: 10px;
	position: relative;
	width: auto;
	overflow: hidden;
}
.comment .comment_text {
	padding: 5px;
	word-wrap: break-word;
}
.comment .comment_timestamp {
	color: gray; 
	font-size: 11px; 
	padding: 3px;
}

.editbutton {
	width: 47px;
	height: 26px;
	background-image: url('/images/button_edit.png');
	cursor: pointer;
}
.editbutton:hover {
	background-image: url('/images/button_edit_overlay.png');
}
.deletebutton {
	width: 56px;
	height: 26px;
	cursor: pointer;
	background-image: url('/images/button_delete.png');
}
.deletebutton:hover {
	background-image: url('/images/button_delete_overlay.png');
}

.comment_edit, .comment_delete {
	/*float: left;*/
	display: block;
	margin-top: 5px;
}

.comment .comment_text h5 {
	margin: 0px;
	font-size: 15px;
}
.comment .vote-choice {
	font-weight: bold;
	color: gray;
	font-style: italic;
	display: block;
}
.comment_reply_form {
	width: 80%;
	margin-left: 10%;
	margin-top: 1em;
}

.nested_comment .comment {
	margin-left: 60px;
	margin-right: 60px;
}

.spacer {
	position: absolute;
	width: 60px;
	height: 53px;
}

.spacer_left {
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url('images/comment_leftcurve.png');
	background-repeat: no-repeat;
}

.spacer_right {
	right: 0px;
	top: 0px;
	height: 100%;
	background-image: url('images/comment_rightcurve.png');
	background-repeat: no-repeat;
}
.spacer_straight {
	bottom: -11px;
	left: 40px;
	background-image: url('images/comment_straight.png');
	height: 11px;
	background-repeat: repeat-y;
}
.spacer_white {
	top: -11px;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 50px;
	background-image: url('images/comment_white.png');
}
.spacer_white_left {
	top: -10px;
	left: 0px;
	right: auto;
	bottom: -1px;
}
.spacer_white_right {
	left: auto;
	right: 0px;
	top: -10px;
}

.comment .button {
	font-weight: normal;
}

.comment .comment_author_wrapper {
	background-color: #eaeaea; 
	position: absolute; 
	top: 0px; 
	width: 60px; 
	height: 100%; 
	text-align: center;
}

.spacer_indent2 { left: -1px; bottom: -11px; height: 11px; }
.spacer_indent_long_left { left: 0px; bottom: 0px; top: -11px; }
.spacer_indent_long_right { right: 2px; bottom: 0px; left: auto; top: -11px; }

.spacer_indent0 { left: 0px; }
.nested_comment .spacer_indent1 { left: 100px; }
.nested_comment .spacer_indent2 { left: 130px; }
.nested_comment .spacer_indent3 { left: 130px; }
.nested_comment .spacer_indent4 { left: 130px; }
.nested_comment .spacer_indent5 { left: 130px; }

.comment_children_wrapper {
	position: relative;
}

.main_comment_form .spacer { display: none; }
.comment_reply_form { position: relative; }
.comment_reply_form .spacer { display: block; bottom: -14px; }

#fadeout {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background-color: black;
	display: none;
}
#login {
	position: fixed;
	left: 35%;
	top: 100px;
	width: 310px;
	z-index: 6;
	display: none;
}
#login .login_content, #login .register_content {
	z-index: 7;
	position: relative;
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	background-image: url('/images/login_box.png');
	background-position: bottom center;
}

#login .cancel_button {
	position: absolute;
	bottom: 10px;
	left: 5px;
}
#login .register_content .cancel_button {
	left: 150px;
}

#login .login_tabs {
	width: 100%;
	height: 27px;
	text-align: left;
	position: relative;
	z-index: 10;
	top: 5px;
}

#login .login_tabs .tab {
	width: 81px;
	height: 27px;
	background-image: url('/images/login_tabs.png');
	cursor: pointer;
	position: absolute;
}
#login .login_tabs .tab_login {
	background-position: 0px 0px;
	margin-left: 5px;
}
#login .login_tabs .tab_login:hover {
	background-position: 0px -27px;
}
#login .login_tabs .tab_register {
	background-position: -81px 0px;
	left: 90px;
}
#login .login_tabs .tab_register:hover {
	background-position: -81px -27px;
}

#login .tab_content  label { 
	display: block;
	font-size: 14px;
}
#login .tab_content  input[type=text],
#login .tab_content  input[type=password] {
	width: 96%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#login .login_content, #login .login_content p {
	color: rgb(65, 65, 65);
}
#login .login_content .button {
	background-color: rgb(112, 208, 252);
	color: white;
}

#login .login_content a {
	color: rgb(31, 178, 254);
}
#login .login_content a:hover {
	text-decoration: underline;
}

#login .login_content span {
	text-align: right;
	width: 100%;
	display: block;
}

#login .register_content, #login .register_content p {
	color: rgb(22, 69, 92);
}

#login .register_content .button {
	background-color: rgb(255, 204, 0);
	color: rgb(48, 48, 48);
}
#login .register_content a {
	padding: 0px;
	color: rgb(31, 178, 254);
}

.header, .header p, .header a, .header p a { 
	color: rgb(165, 165, 165); 
}

.facebook_connect, .twitter_connect, .myspace_connect {
	cursor: pointer;
}

#login .tab_content .connect_btn {
	width: 97px;
	height: 97px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px;
	margin: -2px;
	position: relative;	
}
#login .tab_content .connect_btn:hover {
	background-image: url('/images/login_logooverlay.png');
}
#login .tab_content .connect_btn div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#login .tab_content .facebook_connect div { background-image: url('/images/login_logo_facebook.png'); }
#login .tab_content .twitter_connect div { background-image: url('/images/login_logo_twitter.png'); }
#login .tab_content .myspace_connect div { background-image: url('/images/login_logo_myspace.png'); }

#login .tab_content .facebook_connect div,
#login .tab_content .twitter_connect div,
#login .tab_content .myspace_connect div {
    height: 97px;
    width: 97px;
}

#attach {
	position: fixed;
	left: 35%;
	top: 100px;
	width: 310px;
	z-index: 6;
	display: none;
}

#attach .attach_video_content, #attach .attach_photo_content {
	background-image: url('/images/login_box.png');
	background-position: bottom center;
	z-index: 7;
	position: relative;
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	padding-bottom: 3px;
}

#attach .attach_tabs {
	width: 100%;
	height: 27px;
	text-align: left;
}
#attach .attach_tabs .tab {
	width: 105px;
	height: 27px;
	top: 5px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	background-image: url('/images/attachtabs.png');
}
#attach .attach_tabs .tab_attach_photo {
	left: 110px;
}
#attach .attach_tabs .tab_attach_photo {
	background-position: -105px 0px;
}
#attach .attach_tabs .tab_attach_video:hover {
	background-position: 0px -27px;
}
#attach .attach_tabs .tab_attach_photo:hover {
	background-position: -105px -27px;
}

#attach .tab_content  label { 
	display: block;
	font-size: 14px;
}
#attach .tab_content  input[type=text],
#attach .tab_content  input[type=password] {
	width: 96%;
	margin-top: 5px;
	margin-bottom: 5px;
}


#attach .cancel_button {
	position: absolute;
	bottom: 3px;
	left: 10px;
}
#attach .remove_button {
	position: absolute;
	bottom: 3px;
	left: 100px;
}

#attach .attach_photo_content p {
	color: rgb(22, 69, 92);
	margin: 0px;
	font-weight: bold;
}

#attach .photo_preview {
	width: 100%; 
	height: 240px; 
	overflow: hidden;
}
#attach .video_preview {
	width: 100%; 
	height: 240px; 
	overflow: hidden;
}
#attach span {
	display: inline-block;
	width: 100%;
	text-align: right;
}


.attach_media_text {
	color: #818181;
	float: left;
}
.comment_attach_btn {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('/images/comment_icons.png');
	cursor: pointer;
	float: left;
}
.icon_video { background-position: 0px 0px; }
.icon_video:hover { background-position: -22px 0px; }
.icon_picture { background-position: 0px -22px; }
.icon_picture:hover { background-position: -22px -22px; }

.media_preview {
	width: 240px;
	height: 150px;
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.media_preview img {
	height: 150px;
}

.media_obj {
	height: 200px;
	margin: 5px;
}

.scroll_left {
	width: 20px; 
	height: 210px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	margin-left: 5px;
}
.scroll_right {
	width: 20px; 
	height: 210px; 
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
}
.options_scroll {
	width: 640px; 
	white-space: nowrap; 
	/*height: 210px; */
	position: relative;
	overflow: hidden; 
	margin-left: 0px; 
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.scroll_left .image, .scroll_right .image {
	width: 26px;
	height: 100%;
	background-position: 2px 50%;
	/*background-position: center center;*/
	background-repeat: no-repeat;
	/*height: 26px;
	margin-top: 85px;*/
}
.scroll_left .image { 	background-image: url('/images/pollscroll_left.png'); }
.scroll_left:hover .image { background-position: -24px 50%; }
.scroll_right .image { 	background-image: url('/images/pollscroll_right.png'); }
.scroll_right:hover .image { background-position: -24px 50%; }

.poll_header {
	padding-left: 7px; 
/*	padding-top: 7px; */
	padding-right: 7px;
	/*overflow: hidden;*/
/*	width: 684px;*/
}
.poll_header .vs_obj {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.post a {
	padding: 0px;
}

.post_options_wrapper .post_option_advanced {
	padding-left: 10px; 
	padding-top: 5px; 
	margin: 0px; 
	margin-bottom: 0px;
	padding-bottom: 7px;
	position: relative;
	z-index: 1;
	cursor: default;
}
.post_option_advanced label {
	cursor: pointer;
}

.post_options_wrapper .post_option_advanced .bar {
	height: 100%;
	background-color: #e2e2e2;
}
.post_options_wrapper .post_option_advanced .bar_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 27px;
	z-index: -1;
}
.post_options_wrapper .post_option_advanced .results_percentage {
	position: absolute;
	right: 180px;
	top: 4px;
}

.post_options_wrapper .post_option_advanced_expanded {
	background-color: #f2f2f2;
}

.post_option_advanced .attachment {
	display: none;
	padding-bottom: 10px;
}
.post_option_advanced .buttons_wrapper {
	float: right;
	clear: right;
}
.post_option_advanced .button {
/*	float: right;*/
	margin-top: -3px;
}
/*
.post_option_advanced .advanced_button {
	float: right; 
	background-color: #d7d7d7; 
	color: rgb(87, 87, 87);
	border: none; 
	font-style: italic; 
	font-size: 10px; 
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 0px;
	margin-right: 5px;
}*/

.home_header {
	position: relative; 
	overflow: hidden;
	height: 228px;
	margin-top: 10px;
}
.home_header img {
	margin-top: -1px;
	position: relative;
}

.home_header .btn {
	background-color: black; 
	opacity: 0.4; 
	color: white; 
	font-weight: bold; 
	position: absolute; 
	bottom: 12px; 
	padding: 6px; 
	cursor: pointer;
	display: none;
}
.home_header .nxt {
	padding-right: 10px;
	right: -5px; 
}
.home_header .prv {
	left: -5px; 
	padding-left: 10px;
}

.sidebar_gray_box {
	border: 1px solid #d5d5d5;
	background-color: #eeeeee;
}
.toolTip {
    position: relative;
    cursor: help;
}
.toolTipWrapper { 
		width: 207px;
		position: absolute; 
		top: 20px;
		right: -40px;
		margin-left: -116px;
		display: none;
		color: #000;
		font-weight: bold;
		background: #fff;
		font-size: 9pt; 
		border: 4px solid #2E2E2E;
		padding: 5px;
		
}

#search {
	width: 216px;
	height: 17px;
	background-image: url('/images/content_searchbox.png');
	border: none;
}
.search_icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 27px;
	height: 27px;
	background-image: url('/images/content_searchicon.png');
}

.post .title span {
	color: #cecece;
}
.vote_button {
	width: 123px;
	height: 37px;
	margin: 0px;
	margin-top: -1px;
	margin-right: -1px;
	position: relative;
}
.vote_button, .vote_button span {
	font-weight: bold;
	font-size: 14px;
	background-image: none;
	font-style: italic;
	font-family: "Times New Roman", serif;
	/*color: #477cb2;*/
	color: #3f3f3f;
	/*margin-right: 4px;*/
}
.vote_button span {
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}

.vote_button img.glow {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.vote_button:hover img.glow {
/*	display: block; */
	z-index: 0;
}

.vote_button span img {
	margin-bottom: -2px; 
	margin-left: 3px;
}

.action_bar_left {
	width: 10px;
	height: 36px;
	background-image: url('/images/action_bar_left.png');
	background-repeat: no-repeat;
}
.action_bar_center {
	background-image: url('/images/action_bar_center.png');
	background-repeat: repeat-x;
	height: 36px;
}
.action_bar_right {
	width: 10px;
	height: 36px;
	background-image: url('/images/action_bar_right.png');
	background-repeat: no-repeat;
}

.search_bar {
	height: 32px; 
	width: 718px;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	background-image: url('/images/action_bar728.png');
}

.facebook_likebox {
	background-image: url('/images/facebook_likebox.png');
	width: 287px;
	height: 43px;
	padding: 5px;
	padding-left: 8px;
}
.facebook_likebox p {
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 12px;
}
.facebook_likebox p a {
	color: #134a7a;
	padding: 0px;
}
.facebook_likebox p a:hover { 
	text-decoration: underline; 
}
.query_line { margin: 0px; cursor: pointer; }
.query_line:hover { text-decoration: underline; }
.backtrace { display: none; }

.mastheads_outer {
	margin-top: 5px;
	width: 100%;
	height: 269px;
	position: relative;
}
.mastheads_outer .scroll_left {
	position: absolute;
	left: -57px;
	top: 53px;
	width: 47px;
	height: 148px;
	background-image: url('/images/featurebox_nav_left.png');
	cursor: pointer;
}
.mastheads_outer .scroll_right {
	position: absolute;
	right: -57px;
	top: 53px;
	width: 47px;
	height: 148px;
	background-image: url('/images/featurebox_nav_right.png');
	cursor: pointer;
}
.mastheads_outer .mastheads_inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.mastheads_outer .mastheads_inner .wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.mastheads_outer .mastheads_inner .dots {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.mastheads_outer .mastheads_inner .dot {
	width: 17px;
	height: 16px;
	background-image: url('/images/featurebox_dots.png');
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-position: -17px 0px;
}
.mastheads_outer .mastheads_inner .dot_active {
	background-position: 0px 0px;
}
.mastheads_outer .mastheads_inner .masthead {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-repeat: repeat-x;
	white-space: normal;
}

.mastheads_outer .mastheads_inner .masthead p {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 13px;
}

.mastheads_outer .mastheads_inner .masthead .masthead_content {
	position: absolute; 
	overflow: hidden; 
}
.masthead_content p, .masthead_content a, .masthead_content h1, .masthead_content h2 {
	font-size: default;
	color: inherit;
}

.addpoll_container .move_links {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 20px;
}
.addpoll_container .move_links span {
	font-size: 80%;
	cursor: pointer;
}
.addpoll_container .move_links span:hover {
	text-decoration: underline;
}

.twitter_follow {
	width: 300px;
	height: 36px;
	background-image: url('/images/twitterfollow.png');
}

.cat_desc {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 702px;
}
.cat_desc p {
	font-size: 14px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	margin-bottom: 0px;
}

.share_controls {
	float: right;
	position: relative;
	z-index: 2;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 130px;
	height: 80px;
}

#notify {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: yellow;
	font-size: 16px;
	display: none;
	font-weight: bold;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}
#notify span {
	margin-left: 10px;
}

.stream_poll {
	padding-bottom: 0px; 
	background-image: url("/images/content_box_702_nofooter.png");
}

.poll_examples img {
	margin-bottom: 20px;
}

.user_header {
	overflow: hidden; 
	padding: 10px; 
	width: 712px; 
	height: 88px;
	border: none; 
	background-image: url("/images/fb_defaultheader_nologo.png"); 
	background-repeat: no-repeat; 
	color: white; 
	font-family: "Times New Roman", serif;
}
.user_header h1 {
	font-size: 20px;
}

.embed_title {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 14px;
	padding-top: 5px;
}
#embed_code { 
	margin-top: 0px; 
	margin-left: 10px; 
	margin-right: 10px; 
	width: 672px; 
	height: 125px; 
	font-size: 12px; 
	overflow: hidden;
}
.embed_wrapper_iframe {
	position: absolute; 
	bottom: 40px; 
	left: -10px; 
	z-index: 1; 
	width: 520px;
}
.embed_wrapper_iframe #embed_code {
	width: 510px;
	height: 80px;
}
.embed_wrapper_iframe .embed_title { background-color: white; padding-top: 3px; }

.category_desc {
	width: 702px;
	margin-top: 30px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px;
	color: white;
	z-index: -1;
}

.category_desc h3, .category_desc a, .category_desc p {
	color: white;
	padding: 0px;
}
.category_desc a {
	font-weight: bold;
	font-size: inherit;
}
.category_desc h3 a {
	text-decoration: underline;
}
.category_desc h3, .category_desc p {
	padding-left: 20px;
	padding-right: 20px;
}
.category_desc .title {
	padding-left: 0px;
}

.fb_app_header {
	background-image: url("/images/fb_frame_header.png"); 
	background-repeat: no-repeat;
	height: 47px; 
	width: 752px;
	position: relative;
	margin-top: 5px;
}
.fb_app_header a {
	color: white;
}
.fb_app_header .fb_app_header_inner {
	position: absolute;
	top: 9px;
	left: 10px;
	right: 10px;
}
.fb_app_header #search {
	background-image: none;
	height: 10px;
	width: 140px;
	margin-top: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.fb_app_header .search_icon {
}
.facebook_header_messaging {
	font-size: 16px;
	color: #284c7e;
	margin-top: 0px;
	margin-bottom: 0px;
}
.facebook_addpoll_button {
	display: block;
	background-image: url('/images/fb_createbutton.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 77px;
	cursor: pointer;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #284c7e;
	text-align: center;
}
.facebook_addpoll_button span {
	display: block;
	padding: 13px;
}

.facebook_addpoll_button:hover {
	background-position: 0px -77px;
}

.facebook_border_container {
	width: 752px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	position: relative;
}
.facebook_border_container .fb_border_container_header {
	background-image: url('/images/fb_outer_border_header.png');
	width: 752px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.facebook_border_container .fb_border_container_footer {
	background-image: url('/images/fb_outer_border_footer.png');
	width: 752px;
	height: 5px;
	background-position: bottom center;
}
.facebook_border_container .fb_border_container_middle {
	background-image: url('/images/fb_outer_border_center.png');
	width: 732px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
}

.facebook_border_container .user_header_app {
	padding-left: 0px;
	padding-right: 10px;
}
.facebook_border_container .user_header_app {
	font-size: 17px;
}
.facebook_border_container .user_header_app img {
	margin-bottom: -2px;
}
.facebook_border_container .user_header_app i {
	color: #284c7e;
}
.facebook_border_container .user_header_app a.active {
	background-color: #284c7e;
	color: white;
}
.poll_box {
	width: 728px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('/images/content_box_728.png');
}
.poll_box .title {
	background-image: url('/images/content_box_728_header.png');
}
.stream_poll {
	background-image: url('/images/content_box_728_nofooter.png');
}

.post {
	width: 728px;
	padding-right: 0px;
}

.debug_footer {
	position: absolute; 
	bottom: 0px; 
	left: 5px; 
	font-size: 14px; 
	color: #134a7a;
}
.facebook_usernav {
	border-left: 1px solid #b0bcce; 
	padding-left: 4px; 
	height: 73px; 
	margin-top: 3px;
}
.facebook_usernav a:hover,
.facebook_header_messaging a:hover {
	text-decoration: underline;
}

.page_poll .title {
	padding-top: 10px;
	padding-left: 10px;
}
.page_poll .title h1, .page_poll .title h1 a, .page_poll .title h2, .page_poll .title h2 a {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	color: black;
}

.poll_grid_element {
	padding-bottom: 10px; 
	padding-top: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24.2%;
	margin-right: 0.3%
}
.poll_grid_img_wrapper {
	height: 123px; 
	overflow: hidden; 
	width: 100%;
}

.poll_grid_entry_title {
	margin-bottom: 3px;
	/*white-space: nowrap; */
	/*overflow: hidden; */
	width: 100%;
	height: 16px;
}
.poll_grid_entry_title a {
	height: 16px;
	overflow: hidden;
	display: block;
	padding: 0px;
}

.poll_grid_img_wrapper_a, .poll_grid_img_wrapper_a:visited {
	display: block; 
	overflow: hidden;
	border: 1px solid gainsboro; 
	padding: 3px;
}
.poll_grid_img_wrapper {
	display: block;
/*	border: 1px solid #dcdcdc;
	padding: 3px;*/
}

.page_submit_form {
	margin-top: -10px;
}

.page_submit_form p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.small_embed {
	background-color: rgb(15, 58, 95); 
	padding: 8px;
	border: none;
	margin-top: 0px;
	width: auto;
}
.small_embed .title {
	color: rgb(15, 58, 95); 
	font-size: 16px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	font-weight: bold;
	margin-left: 5px;
	background-image: none;
	padding: 0px;
	background-color: none;
}
.small_embed .vs_obj {
	display: block;
	margin: 5px;
}
.small_embed .title_embeds {
	margin-bottom: 1em;
}

.top_level_window {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 10%;
	right: 10%;
	top: 3%;
	bottom: 3%;
	z-index: 6;
	display: none;
	padding: 10px;
	max-width: 800px;
	background-color: #efefef;
	color: #0d3150;
}
.top_level_window .window_content {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 40px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #555594;
	background-color: white;
}
.top_level_window .button {
	position: absolute;
	bottom: 3px;
	right: 5px;
}

#embed_dialog {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 10%;
	right: 10%;
	top: 3%;
	bottom: 3%;
	z-index: 6;
	display: none;
	padding: 10px;
	max-width: 1000px;
	background-color: #efefef;
	color: #0d3150;
}

#embed_dialog textarea, #embed_dialog input {
	color: #103d63;
}

#embed_dialog h2 {
	margin: 0px;
	margin-bottom: 10px;
}


#embed_dialog .embed_left {
	height: 100%;
	font-size: 16px;
}
#embed_dialog .embed_left .embed_tab {
	padding: 5px;
	cursor: pointer;
	color: #0d3150;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #93a4b4;
}
#embed_dialog .embed_left .embed_tab img {
	display: none;
}
#embed_dialog .embed_left .embed_tab:hover img,
#embed_dialog .embed_left .embed_tab_active img {
	display: block;
}

#embed_dialog .embed_right {
	position: absolute;
	top: 3px;
	bottom: 20px;
	right: 10px;
	left: 152px;
	overflow: auto;
	border-left: 1px solid #93a4b4;
}
#embed_dialog .embed_right .embed_page {
	display: none;
	padding-left: 10px;
	position: relative;
}
#embed_dialog .embed_right .embed_page h4 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 15px;
}

#embed_dialog textarea[name=embed_code] {
	width: 97%;
	height: 100px;
}
textarea[name=embed_code_base] { display: none; }

#embed_dialog .embed_preview {
/*	position: absolute;
	bottom: 10px;
	right: 30px;
	left: 180px;
	top: 250px;*/
	width: 95%;
	height: 100%;
	padding: 5px;
	/*overflow: auto;*/
}
#embed_dialog input[name=width], #embed_dialog input[name=height] {
	width: 40px;
}
.post_description img {
	max-width: 100%;
}

.page_submit_form_wrapper {
	/*width: 334px; */
	/*width: 100%; */
	position: relative;
	padding: 5px;
	margin-top: -10px;
	padding-top: 15px;
	padding-right: 4px;
	padding-left: 10px;
/*
	height: 270px;
	overflow: hidden;
*/
}
.page_submit_form_wrapper .page_loggedout_overlay {
	/*height: 300px;*/
	position: absolute;
	z-index: 1;
	top: -10px;
	left: -1px;
	right: 0px;
	bottom: 0px;
	/*display: none;*/
	background-color: rgb(14, 58, 95);
	opacity: 0.95;
	background-image: url('/images/page_loggedout_overlay.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.page_submit_form_wrapper .page_bluepointer {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 260px;
	width: 28px;
	height: 14px;
	background-image: url('/images/bluepointer.png');
}

.page_submit_form_wrapper p {
	margin: 3px;
}

.page_submit_form_wrapper input, .page_submit_form_wrapper textarea {
	width: 93%;
}

.edit_subcat_form {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.page_submit_area_wrapper {
	position: relative; 
	margin-left: -10px; 
	margin-right: -10px; 
	margin-top: 10px; 
	max-width: 728px; 
	margin-bottom: -10px;
}

td.page_submit_inner {
	background-color: #c3ced7;
}
.page_submit_header_row {
	background-color: #0e3a5f;
}
.page_submit_header_row th {
	color: white; 
	font-size: 15px; 
	padding: 5px; 
	padding-left: 10px; 
	text-align: center;
}
.dob_field_title {
	display: inline;
}


.page_starred {
	background-color: #424242;
	width: 100%;
	overflow: hidden;
}
.page_starred_inner {
	padding: 5px;
}

.page_starred .starred_title {
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
}

.page_starred .slider {
	white-space: nowrap;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.page_starred .slider_inner {
	position: absolute;
	left: 0px;
}

.page_starred .slider .starred_element {
	width: 235px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	*margin-right: 3px;
}

.page_starred .slider .starred_element a {
	padding: 3px;
	background-color: white;
	display: block;
}
.page_starred .slider .starred_element div {
	height: 174px;
	overflow: hidden;
}
.page_starred .slider_footer {
	background-color: #2a2a2a;
	color: white;
}
.page_starred .slider_footer .scroll_left,
.page_starred .slider_footer .scroll_right {
	background-color: #ac0b0a;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 0px;
	height: 20px;
	width: 15px;
	margin: 0px;
	text-align: left;
}

.page_wrapper {
	position: relative;
}


.tweet_button_wrapper {
	width: 96px;
	height: 20px;
	position: relative;
}
.tweet_button_wrapper a {
	padding: 0px;
}
.tweet_button_wrapper .tweet_button {
	width: 55px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('/images/btn_tweet.png');
}
.tweet_button_wrapper .tweet_button:hover {
	background-position: 0px -21px;
	cursor: pointer;
	text-decoration: none;
}
.tweet_button_wrapper .tweet_count {
	display: block;
	position: absolute;
	left: 58px;
	top: 0px;

	width: 38px;
	height: 20px;
	background-color: transparent;
	background-image: url('/images/btn_tweet.png');
	background-position: 0px -145px;
}
.tweet_button_wrapper .tweet_count:hover {
	background-position: 0px -166px;
	cursor: pointer;
	text-decoration: none;
}
.tweet_button_wrapper .tweet_count span {
	display: block;
	color: #2A7090;
	font: bold 12px Arial,Helvetica,sans-serif;
	margin-left: 6px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	background-color: transparent;
	background-image: url('/images/btn_tweet.png');
	background-position: right -145px;
}
.tweet_button_wrapper .tweet_count:hover span  {
	background-position: right -166px;
}

.tweet_button_vertical {
	width: 55px;
	height: 62px;
}
.tweet_button_vertical .tweet_count {
	width: 55px;
	height: 40px;
	background-position: 0px -63px;
	left: 0px;
	top: 0px;
}
.tweet_button_vertical .tweet_count:hover {
	background-position: 0px -104px;
}
.tweet_button_vertical .tweet_button {
	position: absolute;
	top: 42px;
	left: 0px;
}
.tweet_button_vertical .tweet_count span {
	background: transparent;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 700;
}


