﻿html, body { margin: 0px; padding: 0px; font-family: Arial; font-size: 10pt; width: 100%; height: 100%; min-width: 1000px; }

a { text-decoration: none; }
a img { border: none; vertical-align: sub; *vertical-align: middle; }
a.nohoverdecoration:hover { text-decoration: none !important; }

.error { color: Red; }

.clearer { clear: both; }

.loader { background: url(/images/Bizner/ajax-loader.gif) no-repeat; width: 24px; height: 24px; margin: 0px auto; }

.tabButtonSplitter { border-left: 1px solid #AAAAAA; float: left; height: 17px; margin-top: 8px; width: 1px; }

.modalBackground {
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: Black;
}

a.button
{
	background: url(/images/bizner/Default_button_left.png) no-repeat;
	float: left;
	padding-left: 13px;
	cursor: pointer;
}
a.button:hover { text-decoration: none !important; }
a.darkbutton { background: url(/images/bizner/Dark_button_left.png) no-repeat !important; }
a.button span
{
	background: url(/images/bizner/Default_button.png) no-repeat scroll 100% 0;
	color: White;
	float: left;
	line-height: 19px;
	padding: 0 11px 0 5px;
	white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
}
a.button span:hover { text-decoration: none !important; }
a.darkbutton span { background: url(/images/bizner/Dark_button.png) no-repeat scroll 100% 0 !important; }

.wizards-updater { height: 0px; }

/* IE fix for taking space when updater is empty */
.popup_update_panel { height: 0px; }

.biz_button_normal { *padding: 0px !important; *padding-bottom: 5px !important; *padding-top: 2px !important; }

/* Top layout */
#top { background: url(/images/Bizner/header_top.jpg) no-repeat 0px 25px #792362; width: 100%; }

#top #topBar, #top #topBar a { width: 100%; background: #43163F; height: 25px; line-height: 22px; color: #E12675; font-weight: bold; }
	
	#topBar .topButton { margin: 0px 5px; cursor: pointer; }
	#topBar .topButtons { float: right; margin-right: 15px; }
	#topBar .loggedInAs { padding: 0px 10px; background: url(/images/Bizner/header_topBar.png) repeat-x; height: 100%; float: right; margin-right: 20px; }
	#topBar .username { color: White; }
	#topBar .logout { float: right; margin-right: 10px; }

#top .top_section { float: left; width: 49%; }

#top #left { }

	/* user banner layout */
	#top #left #userbanner { position: absolute; display: inline; top: 10px; left: 30px; z-index: 2; }
		
		#userbanner #border { display: inline; position: absolute; z-index: 2; background: url(/Images/Bizner/user-image-border.png) no-repeat; width: 300px; height: 200px; }
		
		#userbanner h1 { display: inline; position: absolute; left: 120px; top: 30px; width: 140px; margin: 0px; font-size: normal; color: #808080; z-index: 3; font-size: small; }
		
		#top #left #image { top: 20px; left: 0px; position: absolute; z-index: 1; }

#top #right { float: right; }
	
	#right #user { float: right; margin-right: 20px; }
		
		#user .usercontainer { width: 291px; height: 103px; cursor: pointer; margin-top: 30px; background: url(/images/bizner/profile_bg_top.png) no-repeat; }
		#user .usercontainer:hover { text-decoration: none; }
		#user .usercontainer span.profilelink { color: White; font-size: 11pt; font-weight: bold; float: left; margin: 7px 0 0 5px; }
		#user .usercontainer span.profilelink:hover { text-decoration: underline; }
		#user .image { float: left; }
		#user .usertext { font-family: Arial; font-size: 11pt; font-weight: bold; width: 190px; float: left; margin: 0px; margin-top: 2px; margin-left: 5px; overflow: hidden; }
		#user .company { color: White; }
		#user .slogan { color: #e12573; }
	
	#right .loginForm { background-color: #6F1C54; float: right; width: 400px; padding: 0px 10px; }
	#right .loginForm .headText { color: white; font-size: 11pt; font-weight: bold; }
	#right .loginForm .normalText { color: #E12573; font-weight: bold; }
	
	#right .profilelink { color: White; background: url(/images/bizner/arrow_button.png) no-repeat 0px 2px; padding-left: 20px; }
		
	/* Menu */
	#menu { height: 24px; margin-left: 32px; margin-top: 55px; *margin-top: 57px; }
	
	a.start {  }
	a.profile {  }
	a.members {  }
	
	.menu_item { border: 1px solid #A8A9A5; border-bottom: none; font-family: arial; font-size: 11pt; font-weight: bold; color: White; display: block; float: left; height: 20px; background-color: #88a0af; margin: 0px 2px; padding: 0px 10px; padding-top: 3px; text-decoration: none !important; }
	.menu_item_active { color: #e12573; background-color: White; }
	.menu_item:hover { text-decoration: none !important; }
	
	.menu_item p {  }
	
#top #top-content { background: url(/images/bizner/menu_bar_bg.png) repeat; width: 100%; z-index: 4; min-height: 32px; }
	
#tabs_container { min-width: 1000px; }

#content { width: 100; margin-top: 15px; }

#bottom { margin-top: 40px; clear: both; }
	
	#bottom div { width: 45%; }
	
	#bottom a, #bottom span { color: #666666; }
	
	#bottom #left { float: left; padding-left: 20px; line-height: 32px; }
	
	#bottom #right { float: right; text-align: right; padding-right: 20px; }
	
	#bottom #right img { vertical-align: middle; }

/* CONTENT */

/* Default.aspx */

	/*authentication */
	
	.popupContainer { width: 750px; background-color: #4d1743; color: White; font-weight: bold; }
		.popupContainer h4 { margin: 7px 0px; }
		.popupContainer hr { border: none; border-top: dotted 1px #E12573; margin: 10px 0px; color: #E12573; height: 1px; }
		.popupContainer a { color: White;/* text-decoration: underline;*/ }
	
	.popupContainerHeader{ height: 25px; width: 100%; background-color: #42163f; cursor: move; line-height: 25px;  }
	
		.popupContainerClose { float: right; padding-right: 10px; vertical-align: middle; cursor: pointer; } 
		.popupContainerClose a { color: White; }
		.popupContainerClose label { cursor: pointer; }
		.popupContainerClose img { padding-top: 5px; vertical-align: text-bottom; } 
	
	.popupContainerBody { margin: 10px 20px 20px 20px; }
		
	.popup-header { font-size: 10pt; margin: 15px 0px 0px; }
	
	.normalcase { text-transform: none; }
	
	.reg-label { float: left; width: 140px; color: #e12573; line-height: 24px; }
	.community-prefix { font-weight: normal; }
	.reg-input { width: 200px; margin: 1px 0px; }
	.small-reg-input { width: 77px; margin: 1px 0px; }
	
	/* Tab panel */
	.tabs-list { margin-left: 20px; }
	
	.addnews-button
	{
		margin-left: 25px !important;
		padding-top: 4px !important;
		font-weight: bold;
		font-size: small;
		color: #666666 !important;
		text-decoration: none;
		background: url(/images/bizner/add_button.png) no-repeat 0px 4px;
		color: #E12573 !important;
	}
	
	.tabs-list-item
	{
		margin: 5px 4px;
		margin-bottom: 0px;
		display: block;
		float: left;
		height: 24px;
		padding: 3px 20px 0px 20px;
		color: #333333;
	}
	
	.tabs-list a
	{
		text-decoration:  none;
		font-weight: bold;
		font-size: small;
		cursor: pointer;		
	}
	.tabs-list a:hover { text-decoration: none !important; }
	
	.selected { color: #e12573; background: url(/images/bizner/menu_active_arrow.png) no-repeat 50% 100%; }

.main_content
{
	margin: 0px;
	float:left;
}
	
#content_left
{
	width: 65%;
	margin-left: 10px;
}

#content_right
{
	width: 33%;	
}

/* Widget container */
.widget
{
	padding-bottom: 10px;
	width: 100%;
	display:block;
	float: left;
}

.widget_header
{
	background: White url(/images/bizner/normal_box_header.png) repeat-x;
	height: 20px;
	display: block;
	text-align: right;
	cursor: move;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.widget_icon
{
	float: left;
	display: inline;
	padding-left: 7px;
	padding-top: 1px;
}

.widget_title
{
	float: left;
	padding-left: 5px;
	text-decoration:  none;
	font-weight: bold;
	font-size: small;
	color: #333333;
	width: 230px;
	text-align: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.static_widget_title
{
	color: #E12675;
}

.widget_body
{
	display: block;
	background-color: White;
}

/* Widget Page */
.widgetpage_panel
{
	margin: 0px;
	width: 47%;
	display: inline;
	float:left;
	padding: 0px 5px 5px 10px;
}

/*STATIC WIDGETS */
.staticwidget
{
	padding-bottom: 10px;
}
.staticwidget .widget_header
{
	background: White url(/images/bizner/special_box_header.png) repeat-x !important;
	padding-left: 10px;
	font-weight: bold;
}

.static_container
{
	width: 100%;
	height: 100%;
	clear: both;
}
/* Popular feed */
.popular-feed-item a
{
	color: Black;
	font-size: small;
	text-decoration: none;
}
.popular-feed-item a:hover
{
	color: Red;
}
.popular-feed-item p
{
	color: Gray;
	font-size: 12px;
	display: block;
	overflow: hidden;
	height: 15px;
	margin: 0px;
	margin-left: 16px;
}
.popular-feed 
{
	margin:0px;
	padding:0px;
}
.feed
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
.popular-feed li
{
	list-style-type: none;
	background-image: url(/images/rss-item-indicator.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

.feed li
{
	list-style-type: none;
	background-image: url(/images/rss-item-indicator.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

.feed a
{
	color: Black;
	font-size: small;
	text-decoration: none;
}

.feed h1
{
	margin: 0px;
	font-size: small;
	width: 100%;
	text-align: center;
}

/* DropCue */

.widgetpage_dropcue
{
	background-color: Gray;
	float: left;
}

.DescriptionBox
{
	max-width: 400px;
	.width: 400px;
	overflow: hidden;
	max-height: 600px;
	background-color: White;
	font-size: smaller;
	padding: 5px;
	border: solid 1px gray;
	z-index: 199999;
}

.DescriptionBox h1
{
	font-size: small;
	margin-bottom: 0px;
}

.DescriptionBox h2
{
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	font-style: italic;
}

.newsmanager_container
{
	background-color:White;
	width: 600px;
	height: 480px;
	border: solid 10px #F5F5F5;
}


.wizard_step { width: 20px; height: 20px; background: #541947; float: left; text-align: center; margin-top: 3px; margin-left: 3px; line-height: 20px; color: #E12573; }
.wizard_step_selected { background: White !important; color: Black !important; }

.wizard_option_btn
{
	background: Gray;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	font-size: small;
	font-weight: bold;
	color: Black;
	vertical-align: middle;
}

.wizard_option_btn_selected
{
	background-image: url(/images/wizard_option_selected.png);
	color: White;
	height: 25px;
}

.wizard
{
	padding: 10px;
	display: block;
}

.wizard_header
{
	vertical-align: middle;
}

.wizard_header_close
{
	right: 10px;
	float: right;
	display: block;
}

.wizard_content input
{
	float: left;
	margin-right: 10px;
	width: 300px;
}

.wizard_content
{
	width: 100%;
	margin-left: 12px;
}
.wizard_content table
{
	width: 100%;
}
.wizard textbox
{
	width: 100px;
}
.section_header h1
{
	font-size: 11pt;
	margin-bottom: 0px;
	/*display: inline;*/
	clear: none;
	color: White;
	/*margin-left: 10px;*/
}

.section_header img
{
	/* correct the img a bit so its aligned with the text */
	padding-top: 4px;
}

.section_header
{
}

.section_description
{
	padding: 15px;
	padding-left: 0px;
	font-size: small;
	color: /*#ba3666*/#E12675;
}

.section_description_width
{
	width: 300px;
}

.section_content
{
	text-align: center;
	color: White !important;
}
.section_content h2
{
	font-size: medium;
}

.section_content ul
{
	list-style-image: url(/images/bizner/arrow_list_button.png);
	text-align: left;
	padding-top: 8px;
	*padding-top: 20px;
}

.section_content li
{
}

.section_error
{
	float:right;
	width: 350px;
	padding-left: 40px;
	border: 1px solid red;
	background-color: #F5F5F5;
	background-image: url(/images/section_error.png);
	background-repeat: no-repeat;
}

.suggestion_item
{
	margin-left: 30px;
	background-image: url(/images/MyNews/suggestion_prefix.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.latest_item .userimage { float: left; padding-right: 10px; }
.latest_item .content { float: left; width: 270px; }
.latest_item .content .title { font-weight: bold; }
.latest_item .content .body { font-style: italic; white-space: nowrap; }
.latest_item .content .body .innerBody { display: block; float: left; overflow: hidden; max-width: 253px; _width: 253px; }
.latest_item .content .bodyCutter { float: left; }
.latest_item .readmore { float: right; margin-right: 15px; font-weight: bold; color: #E12675; }

.defaultButton { padding: 2px 0px; margin-left: 15px; *padding: 1px; *padding-bottom: 13px; *top: 0px; }

.defaultSelect
{
	height: 18px;
	overflow: hidden;
	width: 194px;
	font-size: 10pt;
	display: block;
	float:left;
	font-weight: bold;
	color: White;
	font-family: Arial;
	padding: 1px 0px 0px 10px;
	background: url(/images/Bizner/default-select.png) no-repeat;
}

.wideSelect
{
	width: 300px;
	background: url(/images/Bizner/wide-select.png) no-repeat;
}

.defaultSelectContainer
{
	height: auto;
	max-height: 185px;
	background-image: none;
	overflow: auto;
	background-color: #E12573;
	color: White;
}

.defaultSelectContainer p
{
	margin: 2px;
	padding: 0px;
	color: Black;
	cursor: pointer;
}

.defaultSelectItem
{
	border: 1px solid transparent;
}
.defaultSelectItem:hover
{
	border: 1px solid White;
}

.searchInput
{
	display: block;
	float:left;
	margin-right: 10px;
}

.HtmlWidget
{
	text-align: center;
}

.mouseover
{
	z-index: 9999;
	width: auto !important;
	background: none !important;
}

.mouseover_body
{	
	background: url(/images/Bizner/mouseover_body.png) repeat-x;
	height: 21px;
	padding: 0px 5px;
	color: White;
}

.mouseover_footer
{
	height: 8px;
	width: 8px;
	background-image: url(/images/Bizner/mouseover_footer.gif);
}

.recover_dialog
{
	width: 200px;
	margin: 0px 10px;
	height: 200px;
}