/* POPUP BOXES FOR SMOOTHBOX */
html, body {
	min-height:100%;
	height:auto !important;
	height:100%;
}
/* helpers */
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
.cleaner {
	clear:both
}
.alignLeft {
	text-align:left !important
}
.alignCenter {
	text-align:center !important
}
.alignRight {
	text-align:right !important
}
.uppercase {
	text-transform:uppercase !important
}
.lowercase {
	text-transform:lowercase !important
}
.clearfix:after { /* not for containers with height ie6, use .cleaner */
	clear:both;
	display:block;
	content:".";
	height:0;
	visibility:hidden;
}
* html > body .clearfix {
	width:100%;
	display:block
}
* html .clearfix {
	height:1%
}
/* popup */
#TB_window {
	background-color:#ffffff;
}
#TB_secondLine {
}
#TB_window a:link {
	text-decoration:none;
}
#TB_window a:visited {
	text-decoration:none;
}
#TB_window a:hover {
	text-decoration:underline;
}
#TB_window a:active {
	text-decoration:underline;
}
#TB_window a:focus {
	text-decoration:none;
}
#TB_overlay {
	position:absolute;
	z-index:10000;
	top:0px;
	left:0px;
	background-color:#000;
}
#TB_window {
	position:absolute;
	background:#ffffff;
	z-index:10002;
	color:#000000;
	border:4px solid #525252;
	text-align:left;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
	font-weight:bold;
	border-bottom:1px solid #BBBBBB;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position:absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:10001;
}
#TB_HideSelect {
	z-index:9999;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}
/* IE6 */
* html #TB_iframeContent {
	margin-bottom:1px;
}
/* TOOL TIPS */
.tip {
	width:300px;
	padding:20px;
	color:#ffffff; 
	text-align:left;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background:#99d100;
	z-index:9999;
}
.tip-text {
	color:#ffffff;
	margin-top:10px;
}

.tip-bottom {
}
.Tips1 {
	vertical-align:middle;
}

.tip-title {
  font-weight: bold;
}




/* AUTOSUGGEST DIV */
div.autosuggest {
	position:absolute;
	/*background-image:url(../images/as_pointer.gif);
	background-position:top;
	background-repeat:no-repeat;*/
	background:#f1f1f1;
	border:1px solid #aaa;
	padding:0px 0 0 0;
	color:#336699;
	/*font-family:Lucida Grande, Arial, sans-serif;*/
}
div.autosuggest div.as_header, div.autosuggest div.as_footer {
	position:relative;
	height:6px;
	padding:0 6px;
	/*background-image:url(../images/ul_corner_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
	overflow:hidden;
}
div.autosuggest div.as_footer {
	/*background-image:url(../images/ul_corner_br.gif);*/
}
div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {
	position:absolute;
	top:0;
	left:0;
	height:6px;
	width:6px;
	/*background-image:url(../images/ul_corner_tl.gif); 
	background-position:top left;
	background-repeat:no-repeat;*/
}
div.autosuggest div.as_footer div.as_corner {
	/* background-image:url(../images/ul_corner_bl.gif); */
}
div.autosuggest div.as_header div.as_bar, div.autosuggest div.as_footer div.as_bar {
	height:6px;
	overflow:hidden;
	/*background-color:#333;*/
}
div.autosuggest ul {
	list-style:none;
	margin:0 0 -4px 0;
	padding:0;
	overflow:hidden;
	/*background-color:#333;*/
}
div.autosuggest ul li {
	/*color:#ccc; */
	padding:0;
	margin:0 0px 4px;
	text-align:left;
}
div.autosuggest ul li a {
	/*color:#ccc;*/
	display:block;
	text-decoration:none;
	/*background-color:transparent;
	text-shadow:#000 0px 0px 5px;*/
	position:relative;
	padding:0;
	width:80%;
	color:#336699;
}
div.autosuggest ul li a:hover {
	/*background-color:#444;*/
	color:#336699;
}
div.autosuggest ul li.as_highlight a:hover {
	/*background-color:#277BA2;*/
	color:#336699;
	
}
div.autosuggest ul li a span {
	display:block;
	padding:3px 3px;
	
}
div.autosuggest ul li a span small {
	/*font-weight:normal;
	color:#999;*/
	
}
div.autosuggest ul li.as_highlight a span small {
	/*color:#ccc;*/
	
}
div.autosuggest ul li.as_highlight a {
	/*color:#fff;
	background-color:#277BA2;
	background-image:url(../images/hl_corner_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
	
}
div.autosuggest ul li.as_highlight a span {
	/*background-image:url(../images/hl_corner_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat; */
}
div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {
	background-image:transparent;
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	position:absolute;
	top:0;
	padding:0;
	margin:0;
}
div.autosuggest ul li a .tr {
	right:0;
}
div.autosuggest ul li.as_highlight a .tl {
	left:0;
	/*background-image:url(../images/hl_corner_tl.gif);
	background-position:bottom left;*/
}
div.autosuggest ul li.as_highlight a .tr {
	right:0;
	/*background-image:url(../images/hl_corner_tr.gif);
	background-position:bottom right; */
}
div.autosuggest ul li.as_warning {
	/*font-weight:bold;*/
	text-align:center;
}
div.autosuggest ul em {
	/*font-style:normal;
	color:#6EADE7;*/
}
div.autosuggest img {
    display:none;
	visibility:hidden;
	
	/*vertical-align:middle;
	margin-right:5px;*/
}
/* UPLOADER CLASSES */
input.fallback_status {
	border:none;
	background:none;
	font-weight:bold;
	font-family:verdana, arial, serif;
	color:#333333;
	padding:3px;
	height:22px;
	vertical-align:middle;
}
#uploader {
	background-color:#FFFFFF;
	padding:10px 15px;
	width:430px;
	border:1px solid #CCCCCC;
}
#uploader .progress {
	background:#FFFFFF url(../images/uploader_progress.gif) no-repeat;
	background-position:+50% 0;
	margin-right:0.5em;
}
#fileList {
	margin:0px;
	list-style:none;
	width:420px;
	margin-top:0px;
	padding:0px;
}
#fileList li.file {
	margin-top:5px;
	border-top:1px solid #EEEEEE;
	background:url(../images/uploader_file.png) no-repeat 4px 4px;
}
#fileList li.file.file-uploading {
	background-image:url(../images/uploader_uploading.png);
	background-color:#D9DDE9;
}
#fileList li.file.file-success {
	background-image:url(../images/uploader_success.png);
}
#fileList li.file.file-failed {
	background-image:url(../images/uploader_failed.png);
}
#fileList li.file .file-name {
	margin-left:44px;
	display:block;
	clear:left;
	line-height:40px;
	height:	40px;
	font-weight:bold;
}
#fileList li.file .file-size {

	float:right;
	margin-top:2px;
	margin-right:6px;
}
#fileList li.file .file-info {
	display:block;
	margin-left:10px;
}
#fileList li.file .file-remove {
	clear:right;
	float:right;
	line-height:18px;
	margin-right:6px;
	margin-top:4px;
}



/* PROFILE PHOTOS STYLES */
div.media 						{ border:1px solid #D4D4D4; background:#F2F2F2; padding:10px; }
div.media_caption 				{ text-align:left; padding:0px 5px 0px 5px; margin-left:auto; margin-right:auto; }
div.media_title 				{ margin-bottom:2px; font-weight:bold; }
div.media_date 					{ margin-top:10px; font-size:7pt; color:#777777; }


/* CAROUSEL */
td.carousel_item_active 		{ border:1px solid #BBBBBB; background:#EEEEEE; padding:5px; }
td.carousel_item 				{ border:1px solid #CCCCCC; padding:5px; }
td.carousel_item:hover 			{ border:1px solid green; }

/* PHOTO TAG CLASSES */
div.tag_div_hidden 				{ position:absolute; z-index:98; }
div.tag_div 					{ position:absolute; border:2px solid #FFFFFF; z-index:98; }
div.tag_label 					{ position:absolute; padding:3px 5px 3px 5px; border:1px solid #777777; background:#FFFFFF; font-weight:bold; z-index:98; }
div.media_photo_div 			{ position:relative; margin-bottom:10px; margin-left:auto; margin-right:auto; text-align:center; }

div.media_photo_tagform 		{ display:none; border:1px solid #888888; width:150px; position:absolute; opacity:1; background:#FFFFFF; }
div.media_photo_tagform_titlebar{ text-align:left; padding:5px; border-bottom:1px solid #AAAAAA; background:#EEEEEE; font-weight:bold; }
div.media_photo_friendlist 		{ overflow:auto; margin:4px 0px 4px 0px; height:130px; text-align:left; padding-left:4px; border:1px solid #AAAAAA; }


.recentaction_div {
	padding: 10px;
	position: relative;
	width:400px;
	word-wrap:break-word;
}




