/*fonts.css*/
body{
font:13px arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
}
body * {
line-height:1.22em;
}
body{
text-align:center;
}

/*COMMON*/
#main.dashboard,
#main.place
{
  width: 960px;
  padding: 0;
}

#main.place .title,
#main.user .info
{
  float: left;
  width: 462px;
}

#main.dashboard .header,
#main.place .header,
#main.user .header
{
  background: #fff;
}
/* main area styles
---------------------------------------------------------------------------- */

#main,
.main {
  position: relative;
  float: right;
  width: 940px;
  min-height: 645px;
  padding: 0;
  background: #fff;
}

#main > .corner,
.main > .corner {
  background-image: url('../images/corners-white.png');
}

/*GLOBAL*/
body {
  text-align: left;
  background-color:#bedaff;
  background-repeat: repeat;
  background-position:0 81px;  
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  color: #333;
}

a:link,
a:visited {
  color: #058ec4;
  text-decoration: none;
}

a:hover,
a:active {
  color: #028fd4;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  margin: 0 auto;  
  width: 960px;
}

body > .wrapper {
  clear: both;
}

.wrapper_large {
  margin: 0 auto;
  width: 1040px;
}

.blank {
  position: relative;
  background: #cee8f7;
  margin: 15px 0;
  padding: 10px 20px;
}

.blank > .corner {
  background-image: url('../images/corners-blue-light.png')
}

.blank h4 {
  margin: 0;
  font-size: 1.2em;
}

.blank p {
  margin: 10px 0 0 0;
  font-size: 1.1em;
  color: #666;
}

.blank a {
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  background: #fff;
}

/*LAYOUT*/
#header, #content, #footer {
  clear: both;
}

.swbc_main{
	padding:10px;
}

.channel_main_padding{
	padding:10px 14px;
}

#content.app {
  margin: 5px 0 0 0;
  padding: 5px 0;
}

#header.app,
#header.short {
  margin: 0;
  padding:0;
  height:86px;
  background-color:#688aba;
  border-bottom: solid 1px #fff; 
}
#header.short {
  margin-bottom: 20px;
}

#footer {	
	clear:both;
	margin: 5px auto 0 auto;
  	position: relative;
  	padding: 5px;
  	width: 950px;
  	height:20px;
  	color: #ffffff;
  	background: #688aba;
  	border-top:1px solid #ffffff;
}  

#footer.full {
  margin-left: 0;
}

#footer_cont{
	width: 940px;
	margin:0 auto;
}
#footer_nav{
	float:left;
	width:500px;
}
#footer_copyright{
	float:right;
	width:260px;
}

#header.app .logo,
#header.short .logo {
  float: left;
  width: 220px;
  margin: 10px 15px 10px 0;
}

#header.app .logo a,
#header.short .logo a {
  display: block;
  width: 200px;
  height: 60px;
  background: url('../images/logo.png') left top no-repeat;
}

#header.app .logo span,
#header.short .logo span {
  display: none;
}

#header #top_guide{ 
	float: left; 
	margin-top:12px; 
	padding: 5px 0px 0px; 
	width:460px; 
	color:#e9e9e9;
}
#header #top_guide a:link, #header #top_guide a:visited, #header #top_guide a:hover{
	color:#e9e9e9;	
	text-decoration:underline;
}

#header #top_info {
  	clear: both;
  	padding: 0;
  	font-size: 0.85em;
  	color: #bedaff;
  	background: #265581;
  	height:1px;
  	line-height:1px;  	
}

#banner_wrap{
	width: 930px;
	padding: 7px 14px 0px;
	position: relative;
}

#banner_text{
	background-color:#495257;
	color:#ffffff;
	padding:5px 10px;
}
#banner_text .left{
	float:left;
	width:550px;
}
#banner_text .right{
	float:right; 
	width:350px; 
	text-align:right; 
	padding-top:5px;
}
#banner_text .channel_name{
	font-weight:bold; 
	font-size:25px;
}
#banner_text a:link, #banner_text a:hover, #banner_text a:visited{
	color:#ffffff; 
	text-decoration:none;
}

#banner{
	position:relative; 
	overflow:hidden; 
	height:140px; 
	margin-bottom: 10px;
	color: #555555;
	background-color: #a1caff;	
	background-position: 140px 0;
	background-position: no-repeat;
}

#banner #icon{
	position:absolute; 
	left:0; 
	width:140px; 
	height:140px;
	padding: 0;	
	background: #627ea6 url('../images/themes/icon_blue.jpg') no-repeat 0 0;
}
#banner #icon a:link, #banner #icon a:hover, #banner #icon a:visited{
	display:block; 
	width:140px; 
	height:140px
}

#banner #info{
	float:left; 
	margin-left:150px; 
	width:600px; 
	height:140px; 
	padding:7px 0;
	color:#ffffff;
}
#banner #info_name{
	font-family:arial,vernada; 
	font-size:20px; 
	font-weight:bold;
}
#banner #info_date{	
}
#banner #info_location{
	margin-top:2px;
}
#banner #info_detail{
	margin-top:5px;
	font-size:15px;
	overflow:hidden;
	color:#444444;
}
#banner #small_action{
	position:absolute; 
	top:113px; 
	right:0;	
	font-size:12px; 
	color:#555555;
	background-color:#15769e;
	padding:6px 0;
}
#banner #small_action ul{
	padding:0;
	margin:0;
	display:block;
	list-style:none;
	margin-top:1px;
}
#banner #small_action ul li{
	display:inline;
	padding:6px 10px;
	margin-left:1px;	
	background-color:#5fb1d1;
	font-weight:bold;	
}
#banner #small_action ul li a{
	width:auto; 
	padding:4px 10px;
}
#banner #small_action span{
	padding: 0 3px;
	color:#999999;
}
#banner #right_action{
	float:right; 
	width:145px; 
	height:140px;
}

#footer p {
  margin: 5px 10px;
  font-size: 0.85em;
  color: #bedaff;
}

#footer a {
  color: #ffffff;
}

/*VIEW*/
.menu_b {
	float: left;
	margin-top:10px;
	padding: 5px 0px 0px;
}

.menu_b ul{
	clear:both;
	padding:0;
	margin:0;
	list-style:none;
	padding-right:1px;	
	background-color:#15769e;
	height:30px;
}
.menu_b ul li{
	display:inline;
	padding: 6px 0;
	line-height:30px;
	margin-left:1px;		
	background-color:#5fb1d1;
	font-weight:bold;	
}
.menu_b ul li a:link, .menu_b ul li a:hover, .menu_b ul li a:visited{		
	padding:6px 10px;
	color: #ffffff;
}

.menu_b ul li.red{
	background-color: #f04951;
}
.menu_b ul li.green{
	background-color: #3fc04b;
}
.menu_b ul li.blue{
	background-color: #5588fc;
}
.menu_b ul li.orange{
	background-color: #fa9756;
}

/* ------------- VIEW LAYOUT --------------- */
#view {
	width: 930px;
	min-height: 535px;
	padding: 0px 14px 7px;
	position: relative;
}

#view ul li {
	clear: both;
	overflow: hidden;
	padding: 10px 2px;
	position: relative;
}

#view #timeline {
	padding: 0;
	width: 420px;
	float: left;
	border:1px solid #97c4ee;
	border-left:3px solid #97c4ee;	
	padding-bottom:10px;
	background-color:#ffffff;
}

#view #popular_media {
	float: right;
	padding: 0;
	width: 490px;
	border:1px solid #97c4ee;
	border-left:3px solid #97c4ee;	
	padding-bottom:10px;
	background-color:#f1f1f1;	
}
#view #popular_media .header a {
	float: right;
	padding: 8px 4px 0;
}	
#view #popular_media .header h3 {
	width: 210px;
    padding-left: 5px;
}

#view .timeline_main{
	min-height: 585px; 
	padding: 0 5px;
}

#view #timeline_refresh_msg{
	position:absolute; 
	top:50px; 
	left:190px;
}

#view #popular_media_refresh_msg{
	position:absolute; 
	top:50px; 
	left:220px;
}

#view .controller{
	position:relative;
	height:26px; 
	padding:5px; 
	background-color:#96bced;
}
#view .controller span{
	color:#ffffff;	
	font-weight:bold;
}
#view .list_view_icon{
	position:absolute; 
	bottom:5px;
	right:70px;
}
#view .grid_view_icon{
	position:absolute; 
	bottom:5px;  
	right:45px;
}
#view .top_cur_page{
	position:absolute; 
	bottom:5px;  
	right:5px; 
	padding:4px 7px; 
	color:#ffffff; 
	font-weight:bold; 
	background-color:#d5d5d5;
}

#view .content_more{
	text-align:center;
	padding:15px;
}

#view .content_more a{
	padding: 3px 15px;
	border:1px solid #97c4ee;
}

/*CORNERS*/
.corner {
  position: absolute;
  width: 60%;
  height: 5px;
  margin: -5px 0;
}

.tl {
  top: 0;
  left: 0;
  background-position: left top !important;
}

.tr {
  top: 0;
  right: 0;
  background-position: right top !important;
}

.bl {
  bottom: 0;
  left: 0;
  background-position: left bottom !important;
}

.br {
  bottom: 0;
  right: 0;
  background-position: right bottom !important;
}



/*Home*/
.demo_t {
	width: 100%;
}
.demo_photo_c {
	background-color: #ffffff;
	padding: 10px 10px 10px 0;
	text-align: center;
}
.demo_photo_c img {
	vertical-align: middle;
}
.demo_desc_c {
	font-size: 14px;
	/*line-height: 150%;*/	
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	background-color: #ffffff;
}
.demo_features_b {
	font-size: 13px;
}
.demo_features_t1 {
	font-weight: bold;
	padding: 10px 0px 5px;
}
.demo_features_b ul {
	margin-left: 5px;
	padding-left: 1em;
}
.demo_features_b li {
	line-height: 150%;
}
.demo_slogan{
	background-color:#fff; 
	font-weight:bold; 
	font-size:22px;
	text-align:center;
	vertical-align:center; 
	padding: 0 10px;
}

.success_msg{
	color:#008000;
}



#click_img{
margin-left:-2px;
padding-left:0;
}

.pictureservices img{border:1px solid #d5d5d5;padding:2px; background-color:#f5f5f5;}
.pictureservices img:hover{border-color:#999999;}
.ex_link{text-decoration:none;}
.ex_link:hover{text-decoration:underline;}

/*Business_trace*/
.menu_f{
	margin-top:7px;
	margin-left:50px;
	color:#ffffff;
	font-size: 14px;
	font-weight:bold;
}
.menu_f a:link, .menu_f a:visited, .menu_f a:hover{
	color:#ffffff;
}
.menu_f span{
	padding: 0 7px;
	color:#cccccc;
}
/*//*/

#nav_lang a.cur_lang:link, #nav_lang a.cur_lang:hover, #nav_lang a.cur_lang:visited{
	color:#ffffff;
}

#search_icon{
	height:24px;
	width:22px;
	background: url('../images/bt_search.png') -2px -25px !important;	
}
#search_icon:hover { 
	background: url('../images/bt_search.png') -2px -25px !important; 
}
#search_icon:active { 
	background: url('../images/bt_search.png') -2px -50px !important; 
}

#searchtext{
	height:20px;
}

#right_action .new_post{
	margin-top:50px;
	line-height:22px;
	padding:0;
	width:140px;
	height:32px;	
	font-weight:bold; 
	font-size:15px;	
	background-image:url('../images/buttons/green_new.png');
	background-position:top left;
	background-repeat: no-repeat;
	vertical-align:middle; 
	text-align:center;
}
#right_action .new_post:hover{
	background-position: left -32px;
}
#right_action .new_post a:link, #right_action .new_post a:hover, #right_action .new_post a:visited{
	text-decoration:none;
	display:block;
	padding: 7px 5px;
}

.nav_search form input{
	border:1px solid #ece9d8;
	background-color: #f5f5f5;
}
.nav_search form select{
	border:1px solid #ece9d8;
	background-color: #f5f5f5;
}

#swbc_main #page_header{
	padding-top:0;
}
