div.browse_event_image {
	width:92px;height:92px;background-position:center;-moz-border-radius:3px;border-radius:3px;float:left;margin-right:10px;-moz-box-shadow:0px 0px 7px #000 inset;box-shadow:0px 0px 7px #000 inset;
}

div.browse_event_date {
	height:92px;background-position:center;float:left;width:80px;margin-top:14px;text-align:center;text-transform:uppercase;color: #000000;
}

div.browse_event_item {
	color:#666666;
	font-size:12px;
	height:110px;
	line-height:15px;
	margin-bottom:10px;
	margin-top:10px;
	width:670px;
}

div.browse_event_flow {
	font-size:9px;
	padding:13px 0 9px;
	font-family:arial;
	letter-spacing:1px;
}
div.browse_event_title {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	padding-bottom:7px;
	font-family:arial;
	letter-spacing:0.5px;
}
div.browse_event_author {
	font-family:arial;
	font-size:9px;
	letter-spacing:1px;
	padding-top:7px;
	text-transform:uppercase;
	color:#666666;
}

div.browse_event_author img {
	vertical-align:text-top;
}

div.browse_event_author a {
text-decoration:underline;
}

div.add_stuff {
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#000000;
	float:left;
	height:175px;
	margin-right:10px;
	padding:10px;
	width:175px;
}

div.add_stuff a {
	font-size:25px;
	color:#FFFFFF;
}

h4 {
color:#000000;
font-family:Arial;
font-size:16px;
text-decoration:underline;
text-transform:uppercase;
}

div.pagination {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:670px;
	margin-top:10px;
	float:left;
}

div.browse_vid_image, div.browse_vid_image_feat{
	width:201px;height:110px;background-position:50%;background-size: 100% auto;-moz-background-size: 100% auto;-moz-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px #000000 inset;box-shadow:0 0 10px #000000 inset;
}

div.vid_home_play {
	background-image:url(./images/play_button.png);
	height:30px;
	position:absolute;
	width:28px;
}
div.browse_vid_item {
  	-moz-border-radius:5px;
	border-radius:5px;
	background:#000000;
	color:#999999;
	float:left;
	font-family:arial;
	font-size:12px;
	height:240px;
	letter-spacing:0.5px;
	line-height:15px;
	margin-bottom:10px;
	margin-right:10px;
	padding:10px;
	width:201px;
}

div.browse_vid_item a {
  	color:#FFFFFF;
}

div.browse_vid_flow {
	font-size:9px;
	padding:9px 0 7px;
	font-family:arial;
	letter-spacing:1px;
}
div.browse_vid_flow span.flow_name a{
	font-size:9px;
	padding:13px 0 9px;
	font-family:arial;
	letter-spacing:1px;
	padding:2px 3px 1px 3px;
	color:#000000;
	background:#FFFFFF;
	text-transform:uppercase;
}
div.browse_vid_title {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	padding-bottom:5px;
	font-family:arial;
	letter-spacing:0.5px;
}
div.browse_vid_author {
	font-family:arial;
	font-size:9px;
	letter-spacing:1px;
	padding-top:7px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:14px;
}

div.browse_vid_author img {
vertical-align:text-top;
}

div.browse_vid_author a {
text-decoration:underline;
}

div.browse_vid_image_feat div.vid_home_play {
	background-image:url(./images/play_button.png);
	height:30px;
	position:absolute;
	width:28px;
}
div.browse_vid_item_feat {
	border-radius:5px;
	-moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 240px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    width: 201px;
}


div.browse_vid_item_feat a{
  	color:#000000;
}
div.browse_vid_flow span.flow_name_feat a{
	font-size:9px;
	padding:13px 0 9px;
	font-family:arial;
	letter-spacing:1px;
	padding:2px 3px 1px 3px;
	color:#FFFFFF;
	background:#000000;
	text-transform:uppercase;
}



span.flow_name a {
	padding:2px 3px 1px 3px;
	color:#FFFFFF;
	background:#000000; /*RYYC 000*/
	text-transform:uppercase;

}
div.overlay {

	/* growing background image */
	background-image:url(../images/white.png);

	/* dimensions after the growing animation finishes  */
	width:640px;

	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely  */
	padding:55px;
	/*behavior: url(iepngfix.htc);*/
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	/*behavior: url(iepngfix.htc);*/
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
    overflow-y:auto;
}

div.profile_photos_container {
	width:780px;
	margin:0px 0px 10px 0px;
}
div.profile_photos_item {
	display:inline-block;
	width:100px;
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:0px 10px 0px 0px;
}

div.profile_cur_status{
	min-height:28px;
	color: #000000;
    font-size: 24px;
	width:740px;
    line-height: 24px;
    margin-bottom: 3px;
}

div.section_buttons {
display:inline-block;
position:absolute;
}

div.profile_estimations{	
	width:200px;
	background-color:#000000;
	height:26px;
	color:#FFF;font-weight: bold; font-size: 18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
div.article_estimations{
	-moz-border-radius:5px;
	border-radius:5px;
	width:130px;
	margin-top:-5px;
	background-color:#000000;
	height:60px;
	color:#FFF;font-weight: bold;
}
#box8{
	position:absolute;
	padding-top:10px;
}
#box8 div{
	width:500px;
	float:left;
}

.mask1{
	position:relative;
	width:500px;
	height:120px;
	overflow:hidden;
	float:left; 
	margin-left:15px;
}

.box_home_desc{
	font-size:9px;
	font-style:italic;
	line-height:12px;
	margin-top:2px;
}
.box_home_misc{
	font-size:9px;
	line-height:12px;
	margin-top:3px;
}
.box_home_title {
font-size:11px;
font-weight:bold;
line-height:12px;
text-transform:uppercase;
}
.box_home_label {
	background-color:#FFFFFF;
	color:#333333;
	font-size:9px;
	margin-left:5px;
	margin-top:5px;
	padding:0 3px;
	position:absolute;
}
.box_home_float {
position: absolute;
background-color: #F7F7F7; 
}

.escnow {
border:5px solid #000000;
font-size:9px;
height:56px;
line-height:11px;
margin-top:6px;
padding:5px;
width:120px;
}
.slide_l,.slide_r {width:20px; height:30px; cursor:pointer; display:block; background: expression("none"); }
.slide_l{
background-image:url(../images/slide_left.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/slide_left.png", sizingMethod="scale");
}
.slide_r{
background-image:url(../images/slide_right.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/slide_right.png", sizingMethod="scale");
}

.progressBar{
    width: 216px;
    height: 26px;
    position: relative;
}
.progressBar span{
    position: absolute;
    display: block;
    width: 200px;
    height: 10px;
    background: url(../images/progress/bar.gif) no-repeat 0 0;
    top: 4px;
    left: 8px;
    overflow: hidden;
    text-indent: -8000px;
}
.progressBar em{
    position: absolute;
    display: block;
    width: 200px;
    height: 10px;
    background: url(../images/progress/bg_cover.gif) repeat-x 0 0;
    top: 0;
}

/* USERMENU */

.usermenu {background:#000000; position: fixed; left: 0; top: 0; z-index: 60; width: 100%; color: black; height: 40px;
		-webkit-box-shadow: 0 0 14px #000000;
		-moz-box-shadow: 0 0 14px #000000;
		box-shadow: 0 0 14px #000000;min-width:1060px;}
.usermenu .nickname {color:#CCCCCC;line-height:13px;font-size:10px;white-space:nowrap;overflow:hidden;}
.usermenu .nickname a {text-transform:uppercase; color:#FFFFFF;font-size:12px;line-height:17px;}
.usermenu .nickname a:hover{color:#CCCCCC;}
.usermenu .status {padding-right:5px;padding-top:2px;}
.usermenu .status a {color:#FFFFFF;font-size:11px;}
.usermenu .status a:hover{color:#CCCCCC;}
.usermenu .messages {padding:0 7px 0 3px; border-left:1px solid #666666;}
.usermenu .messages a {color:#FFFFFF;outline:0;}
.usermenu .messages a:hover{color:#CCCCCC;}
.usermenu .dashboard {padding:0 9px 0 7px; border-left:1px solid #666666; text-transform:uppercase;font-size:12px;}
.usermenu .dashboard a {color:#FFFFFF;font-weight:normal;outline:0;}
.usermenu .dashboard a:hover{color:#FFFFFF; text-decoration:underline;}
.usermenu .nounder {border-left:1px solid #666666;}
.usermenu .updates {padding:0 8px 0 11px; border-left:1px solid #666666;}
.usermenu .updates a {color:#FFFFFF;opacity:0.8;outline:0;}
.usermenu .updates a:hover{color:#FFFFFF; text-decoration:none;opacity:1;}
/* GLOBAL STYLES */

div.menu_top {
	font-size:12px;line-height:12px;text-align:left;font-family:arial;color:#CCCCCC;letter-spacing:1px;text-transform:uppercase;padding-bottom:3px;
}
div.menu_bot {
	font-size:18px;line-height:18px;text-align:left;font-family:arial;color:#CCCCCC;letter-spacing:1px;font-weight:bold;text-transform:uppercase;
}
div.menu_top a{
	outline:0;
	font-size:12px;line-height:12px;
	color:#000000;/*RYYC*/
}
div.menu_bot a{
	outline:0;
	font-size:18px;line-height:20px;
	color:#000000;/*RYYC*/
}
div.right_tip {
color:#333333;
font-size:9px;
padding-bottom:7px;
padding-right:5px;
}
div.right_tip a {
	text-decoration:underline;
	color:#333333;
}




html { 
	min-height: 100%;
	margin-bottom: 1px; 
}
body {
	background: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 11px;
	margin: 0px; 
	padding: 0px;
}

div.body {
	width: 1000px;
	margin: auto;
}

p {
	margin: 0px;
	padding: 0px;
}

div, td {
	font-family: arial, "Trebuchet MS", arial, serif;
	font-size: 12px;
	color: #000; /* RYYC #222222 */ 
	line-height: 140%;
}

div.top_wrapper {
	/*background: #323232 url(../images/top-bg.gif) repeat-x 0 17px; */
	width: 100%;
	padding-top:25px;
	min-width:1060px;
}


div.top {
	margin:30px auto auto;
	width:1000px;
}

div.middle_wrapper {
	padding-top: 4px;
	width: 100%;
}

div.middle {
	width: 1000px;
	margin: auto;
}

div.bottom_wrapper {
background-repeat:repeat-x;
padding-bottom:20px;
padding-top:2px;
width:100%;
}

div.bottom {
	width: 1000px;
	margin: auto;
}

td.top_menu {
	background-image: none;  
}

td.top_menu2 {
	width: 20%; 
	text-align: right; 
	border-right: 1px solid #ccc; 
	background-image: none; 
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: 45px;
	border-left: 1px solid #000;
}

div.top_menu_link_container_end {
	border-left: 1px solid #ccc;
}

div.top_menu_link {
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 15px 10px 0px 10px;
}

div.top_menu_link_loggedin {
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 6px 0px 0px 10px;
}


input.status_top {
	border: none ; width: 100px; padding-left: 0px; margin-right: 5px;background: #000000; color:#FFFFFF; margin-top: -2px;
}
div.status_top1 {
	color:#999999;overflow:hidden;text-align: left;
}
div.status_top2 {
	color:#999999;float:left; padding:6px 0 6px 10px; background-image:url(./images/inputback.gif); background-repeat:repeat-x; width:175px; height:17px; font-size:13px;
}
div.status_top3 {
	color:#999999;text-align:left; padding:6px 0 6px 10px; width:175px; height:17px;overflow:hidden
}
div.status_top4 {
	color:#999999;text-align:left; padding:6px 0 6px 10px; background-image:url(./images/inputback.gif); background-repeat:no-repeat; width:175px; height:17px;
}

div.usermenu_escape {
	float:left;
	padding:8px;
}
div.login_form {
	padding:8px;
	color:#FFFFFF;
	float:right;
}

div.login_form label:hover{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

div.login_form input.text{
	width:140px;
	height:22px;
	margin-right:10px;
	border:none;
}

div.login_form input.button{
 height: 24px;
    padding: 0 8px;
    vertical-align: middle;
}

div.menu {
	width: 150px; 
	border: 1px solid #CCCCCC; 
	border-left: 3px solid #000;
	background: #EEEEEE; 
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}

div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}

td.menu_user {
	padding: 5px 10px 5px 10px; 
	border: none; 
	text-align: left;
}

div.menu_item {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.slide_menu_left a {
	color:#FFF;
	padding:3px;
	font-size:11px;
	text-transform:uppercase;
	outline:0;
}

div.slide_menu_right a {
	color:#FFF;
	padding:3px;
	font-size:11px;
	outline:0;
}

div.slide_menu_left {
	width:120px;
	float:left;
}
div.slide_menu_right {
	width:110px;
	float:left;
}

div.menu_sep {
	padding: 2px 0px 0px 10px;
	float: left;
	background: none;
}

img.menu_icon {
	display: block;
	float: left; 
	margin-right: 4px;
}

img.menu_icon2 {
	margin-bottom: -3px;
	margin-right: 4px;
}

div.menu_arrow {
	padding: 2px;
	float: left;
}

div.menu_item_dropdown a {
	padding: 3px 5px 5px 7px;
	font-weight: normal;
	display: block;
	background: #FFFFFF;
	float:left;
	width:100px;
}

div.menu_item_dropdown a:hover {
	padding: 3px 5px 5px 7px; 
	font-weight: normal;
	background: #E1E1E1;
	color:#000000;
	text-decoration: none;
	display: block;
	width:100px;
	
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-top: none; 
	background: #FFF; 
	position: absolute; 
	margin-top: 13px;
	margin-left: -44px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
	text-align: left;
	width:225px;
	
}

td.topbar1 {
	padding-bottom: 5px;
}

td.topbar2, td.topbar2_right {
	background-image: url(../images/menu_bg.gif); 
	background-repeat: repeat-x; 
	font-weight: bold; 
	font-size: 11pt; 
	padding: 10px 10px 8px 15px; 
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px; 
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}

div.content {
	width: 1000px; 
	padding: 0px 0px 4px 0px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}

div.sidebar {
width:290px;
float:right;
}

div.container {
width:690px;
}


div.copyright2 {
	background:#000;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align: right; 
	margin-left: auto; 
	margin-right: auto; 
	color: #fff;
	padding:8px;
	height:21px;
}

div.copyright2 a {
	color: #fff;
}

div.page_header {
	color: #000000;
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 9px;
}

div.page_header a{
	font-weight:bold;
}

div.disc_header {
	font-size: 20px;
	color: #555555;
	margin-bottom: 0px;
	font-family: arial, verdana, serif;
}


td.header {
	/*padding: 1px 5px 1px 6px;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #333333;
	height: 10px;*/
	background:#000000 none repeat scroll 0 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000; /*RYYC*/
	color:#FFFFFF;
	font-family:Arial;
	font-size:9px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:12px;
	margin-bottom:12px;
	text-align:center;
}

td.header a {
	color:#FFFFFF;
	text-decoration:underline;
}

div.header {
	background:#222222 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:9px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:25px;
	height:25px;
	text-align:center;
	-moz-border-radius:2px;
	border-radius:2px;
}


div.portal_footer {
	background-image: url(../images/module-footer.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 12px;
}

div.login_header {
	background-image: url(../images/login-header.gif);
	background-repeat: repeat-x;
}

div.login_portal_content {
	background-color: #323232;
}

div.login_portal_footer {
	background-image: url(../images/login-footer.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}

div.newupdates {
	position: absolute; 
	height: 1px; 
	width: 150px; 
	margin: 15px 0px 0px 15px;
	background-repeat: no-repeat;
}

div.newupdates_content {
	display: none;
	text-align: left; 
	padding: 8px 5px 5px 12px; 
	color: #FFFFFF;
}

div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

td.shadow {
	background-image: url(../images/shadow.gif); 
	background-repeat: repeat-x; 
	padding-bottom: 5px;
}

input.text, input.text_small {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	padding-left: 2px;
	-moz-border-radius:3px;
	border-radius:3px;
}

input.text_small {
	font-size: 8pt;
}

input.search {
background-image:url(../images/search_new.gif);
background-color:#FFFFFF;
-moz-border-radius:3px;
border-radius:3px;
background-position:right center;
background-repeat:no-repeat;
border:none;
text-indent:5px;
color:#555555;
font-family:arial,verdana,serif;
font-size:19px;
vertical-align:middle;
height:22px;
width:130px;
}

input.button {
	display: inline-block; padding: 5px; font-family: 'lucida grande', arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('../images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; outline: none;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
	-moz-border-radius:3px;
	border-radius:3px;
}

select, select.small {
	color: #333333;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
}
select.small {
	font-size: 8pt;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.photo {
	border: 1px solid #DDDDDD;
}

img.photo_feed {
	border: 1px solid #DDDDDD;
	margin-right: 5px;
	width: 24px;
	height: 24px;
}

font.small {
	font-size: 7pt;
	font-family: arial, serif;
}

font.big {
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
}

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

form {
	margin: 0px;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
}

div.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}

img.button {
	display: block;
	float: left; 
	margin-right: 4px;
}

a:link { color: #000000; text-decoration: none; } /* RYYC 000000*/
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; } /* RYYC 666*/

a.top_menu_item:link { color: #000; text-decoration: none;}
a.top_menu_item:visited { color: #000; text-decoration: none; }
a.top_menu_item:hover { color: #fff; text-decoration: none; }

a.menu_item:link { color: #000; text-decoration: none; }
a.menu_item:visited { color: #000; text-decoration: none; }
a.menu_item:hover { color: #000; text-decoration: underline; }

a.newupdates:link { color: #F2F2F2; text-decoration: none; }
a.newupdates:visited { color: #F2F2F2; text-decoration: none; }
a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }

a.copyright2:link { color: #fff; text-decoration: none; }
a.copyright2:visited { color: #fff; text-decoration: none; }
a.copyright2:hover { color: #fff; text-decoration: underline; }

a.portal_signup:link { color: #fff; text-decoration: none; }
a.portal_signup:visited { color: #fff; text-decoration: none; }
a.portal_signup:hover { color: #ccc; text-decoration: none; }

label:hover { color: #666666; text-decoration: underline; }

.tab-wrapper
{
  margin:         0;
  clear:          both;
}

#tabs-block2 .tab-menu {
	 margin-bottom:         15px;
	margin-top:-37px;
	margin-left:-3px;
	  padding:        0;
	  list-style:       none;
	  overflow:       hidden;
	height:40px;
	}
.tab-menu {
  margin-bottom:         15px;
margin-top:-37px;
margin-left:-11px;
  padding:        0;
  list-style:       none;
  overflow:       hidden;
height:40px;
}
.tab-menu li
{
  margin-right:         15px;
  width:180px;
  text-align:center;
  float:          left;
  line-height:      2em;
  border:1px solid #CCCCCC;
  background:#FFFFFF; /* RYYC E9E9E9*/
  text-transform:uppercase;
  font-family:Arial;
  font-size:11px;
  line-height:35px;



}
.tab-menu li a

{
  font-weight:      bold;
  outline:0;
color:#000000;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
  
}
.tab-menu li.tab-selected a
{
  text-decoration:    none;
  color:          #000000;
  outline:0;
  
}

.tab-menu li.tab-selected
{
 background:#FFFFFF; /*RYYC*/
border-bottom:1px solid #FFFFFF;
}

.nounder a:link {
outline:0;
}

.nounder a:hover {
text-decoration:none;
outline:0;
}

table.tabs {
	margin-bottom: 10px;
}
td.tab {
	padding-left: 1px;
	border-bottom: 2px solid #000000; /*RYYC 000*/
}
td.tab0 {
	font-size:1pt;
	padding-left: 7px;
	border-bottom: 2px solid #000000; /*RYYC 000*/
}
td.tab1 {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-color:#000000; /*RYYC 000*/
	border-style:solid solid none;
	border-width:2px 2px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:24px;
	min-width:150px;
	text-align:center;
	text-transform:uppercase;
	background:#000000;
	line-height:11px;
}
td.tab1 a{
	color:#FFFFFF;
}
td.tab2 a{
	color:#999;
}
td.tab2 {
	background: #F2F2F2; /*RYYC E9E9E9*/
	border-top: 1px solid #F2F2F2;/*RYYC E9E9E9*/
	border-left:0px;
	border-right:0px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-style:solid solid none;
	border-bottom:2px solid #000000; /*RYYC 000*/
	font-family:arial;
	font-size:11px;
	min-width:150px;
	text-align:center;
	text-transform:uppercase;
	line-height:11px;
}
td.tab3 {
	border-bottom: 2px solid #000000; /*RYYC 000*/
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

div.slicer {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:9px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:25px;
	height:25px;
	margin-bottom:12px;
	text-align:center;
	-moz-border-radius:2px;
	border-radius:2px;
}

div.exslicer {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:9px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:25px;
	height:25px;
	text-align:center;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom:15px;
	margin-top:15px;
}

div.exslicer_bot {
  width:180px;
  text-align:center;
  float:          left;
  border:1px solid #CCCCCC;
border-bottom:1px solid #FFFFFF;
  background:#FFFFFF; /* RYYC E9E9E9*/
  text-transform:uppercase;
  font-family:Arial;
  font-size:11px;
  line-height:35px;
margin-left:-11px;
margin-top:-37px;
font-weight:bold;
color:#000000;
}

div.sidebar_selector {
    -moz-border-radius: 6px 6px 6px 6px;
	border-radius:6px;
	background:#CCC;
    height: 30px;
    
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
	float:left;
	width:135px;
	margin-right:10px;
    text-transform: uppercase;
}

div.sidebar_selector_main {
    -moz-border-radius: 6px 6px 6px 6px;
	border-radius:6px;
	background:#000000;
    height: 55px;
	width:280px;
    line-height: 55px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

div.sidebar_selector a{
	font-size:12px;
	color:#333333;
	letter-spacing: 1px;
	font-weight:bold;
}

div.sidebar_selector_main a{
	font-size:20px;
	letter-spacing: 2px;
	color:#FFF;
	font-weight:bold;
}

table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

td.form1 {
	padding: 12px 0px 5px 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.form2 {
	padding: 10px 0px 5px 10px;
}

div.form_desc {
	font-size: 8pt;
	padding: 5px 0px 5px 0px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 16pt;
}
td.button {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
div.button {
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
}

/* STYLES FOR AD BANNERS */
div.ad_top {
	padding: 0px;
	text-align: center;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_left {
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_right {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div_media {
	padding: 5px 3px 10px 3px;
}
.recentaction_div_media img {
	max-width: 700px;
	width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px; 
	border: solid 1px #777777;
	width: 100px;
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative; 
	max-height: 125px;
	max-width: 600px; 
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 7px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}




/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding: 3px 3px 3px 5px; 
	background: #F7F7F7; 
	border-bottom: 1px solid #CCCCCC;
	width: 181;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
} 
a.suggest:link { color: #555555; text-decoration: none; }
a.suggest:visited { color: #555555; text-decoration: none; }
a.suggest:hover { color: #FFFFFF; text-decoration: none; }



/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16pt;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}








/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height: 10px;
}
div.portal_spacer2 {
	height: 6px;
}
div.portal_content {
	border: 0px;
	padding: 3px 7px 7px 7px;
	background: #FFFFFF;
}
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}
div.portal_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.portal_action_top {
	padding: 6px 6px 6px 6px; 
}
div.portal_action_date {
	float: right; 
	color: #999999;
	font-size:9px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	
	
}
div.portal_whatsnew {
	border: 0px;
	padding: 0px;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size: 14pt; 
	line-height: 22px;
	text-align: center; 
	display: block;
}
div.portal_signup_container1 {
	padding-top: 15px;
	height: 34px;
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: no-repeat;
}
div.portal_signup_container1:hover {

}














/* WHATS NEW PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	padding: 8px;
	background: #FFFFFF;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	font-family: Arial, "Trebuchet MS", verdana, serif;
	display: block;
}
td.home_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
div.home_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.home_action_top {
	padding: 6px 6px 6px 6px; 
}
div.home_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
	border: 1px solid #CCCCCC; 
	padding: 5px 10px 5px 10px;
}
div.home_updated {
	font-size: 7pt;
	color: #888888;
	padding-top: 2px;
}












/* WHATS NEW - MY NETWORK PAGE */
div.network_content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 8px;
	widthXXX: 182px;
}



	











/* VIEW PROFILE PAGE */
td.profile {
	background: #FFFFFF;
	border: 0px;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}
td.profile_rightside {
	padding-left: 18px;
	padding-top: 4px;
	vertical-align: top;
}
div.profile_field_value {
	max-width: 500px;
	overflow: auto;
}
div.profile_friend_photo {
	float: left; 
}
div.profile_friend_photo_pro {
	text-align: left; 
}
div.profile_friend_info {
	padding-left: 65px;
}
div.profile_friend_options {
	text-align: right; 
	padding-left: 10px;
	padding-top:25px;
}
div.profile_friend_name {
	font-size: 12px;
	font-weight: bold;
}
div.profile_friend_name_pro {
	font-size: 7pt;
	text-transform:uppercase;
}
div.profile_friend_details div {
	color: #888888;
	font-size: 7pt;
}
div.profile_friends {
	float: left;
	    font-size: 10px;
	    font-weight: bold;
	    height: 90px;
	    line-height: 12px;
	    padding: 5px 10px 11px 0;
	    text-transform: uppercase;
	    width: 60px;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.profile_comment_author {
	float: left;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_date {
	text-align: right;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_body {
	clear: left;
	padding: 5px 7px 5px 7px;
	overflow: auto;
	max-width: 550px;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
div.profile_comment_body img {
	max-width: 475px;
	width: expression(this.width > 475 ? 475: true);
}
div.profile_comment_links {
	text-align: right;
	padding-right: 7px;
}
table.profile_menu {
	border: none;
}

	td.profile_menu1 a, div.nolink {
	    background-color: #FFFFFF;
	    background-position: right top;
	    background-repeat: repeat-y;
	    border-bottom: 1px solid #999999;
	    display: block;
	    font-size: 8pt;
	    margin-bottom: 0;
	    padding: 4px 0px;
}
td.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
}
td.profile_photo {
	vertical-align: middle; 
	text-align: center; 
}
div.profile_photo {
	vertical-align: middle;
	width:200px; 
	text-align: center; 
	margin-bottom:8px;
}
div.profile_menu a{
	text-align: left;
	width:180px;
	margin-bottom:5px;
	font-size:12px;
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
margin-bottom:10px;

}
.comment_area {
	font-family: "Arial", verdana, arial, serif;
	color: #888888; 
	width: 100%;
	height: 70px;
	background-color: #F7F7F7;
}
div.profile_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #EAEAEA; 
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}




td.profile_tab a {
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	font-size:14px;
	display: block;
	color: #000000; /*RYYC #666666*/
	margin-right:5px;
	outline:0;
}
td.profile_tab a:hover {
	text-decoration:underline;
	color: #F8C70C;
	outline:0;
}
td.profile_tab2 a {
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	font-size:14px;
	display: block;
	margin-right:5px;
	color: #F8C70C;
	outline:0;
}
td.profile_tab2 a:hover {
	text-decoration:underline;
	color: #F8C70C;
	outline:0;
}
/* #profile_tabs_profile { 
	border-left: 1px solid #AAAAAA;
} */
td.profile_tab_end {
	border-bottom: none;
}








div.profile_content {
    min-height: 132px;
    padding: 10px 0;
}
div.profile_headline, div.profile_headline2 {
	font-size: 10pt; 
	margin-bottom: 7px;
	font-weight: bold;
}
div.profile_headline2 {
	margin-top: 10px;
}














/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
div.browse_pages {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 9pt;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
}
div.search_result2 {
	padding: 10px;
}
div.search_result_text {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
	font-size: 7pt;
	color: #777777;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 8px;
}



/* SEARCH PAGE */
div.ppl_item {
	-moz-border-radius: 2px 2px 2px 2px;
    height: 30px;
    margin-bottom: 6px;
    padding: 3px;
	background:#f9f9f9;
}

div.ppl_item:hover{
	background:#eee;
}

div.ppl_img {
	width:40px;
	margin-right:10px;
}

div.ppl_img img {
	height:30px;
	margin-right:6px;
	float:left;
}

div.ppl_nickname {
	line-height:14px;
	font-size:11px;
}

div.ppl_nickname a{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}

div.ppl_status {
	font-size:10px;
}

div.ppl_est {
	float:right;
	height:30px;
	line-height:30px;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	margin-right:2px;
}






/* MESSAGES */
table.messages_table {
	border: 1px solid #DDDDDD;
}
td.messages_header {
	padding: 2px 5px 3px 6px;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #333333;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background: #F5F5F5;
	font-weight: bold;
}
tr.messages_read {
	background: #FFFFFF;
}
td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}
td.messages_view2 {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view2_bottom {
	background: #FFFFFF;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right; 
	vertical-align: top; 
	padding: 5px 10px 0px 0px;
}



/* MY FRIENDS */
div.friends_search {
	width: 450px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: auto; 
	margin-right: auto;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.friends_name {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 7pt;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 10px;
	width:193px;
	float:left;
	height:85px;
	background: #FFFFFF;
}
div.browse_friends_result_pro {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	width:60px;
	float:left;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}


/* EDIT PROFILE */
td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.editprofile_examplecss, div.editprofile_examplecss:hover {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #DDDDDD;
}
div.editprofile_examplecss:hover {
	border: 1px solid #BBBBBB;
}
div.editprofile_examplecss_selected {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}



/* SIGNUP PAGE */
img.signup_code {
	vertical-align: middle;
}
div.signup_header {
	width: 500px;
	padding: 6px 9px 6px 9px;
	background: #F1F1F1;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px; 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
}



/* COMMENT STYLES */
.comment_headline {
display:none;
background-color:#FFFFFF;
border-color:#DDDDDD #DDDDDD;
border-style:solid solid none;
border-width:1px 1px medium;
color:#333333;
font-weight:bold;
padding:1px 5px 1px 6px;
}



/* PROFILE PHOTOS STYLES */
div.media {
	/*border: 1px solid #DDDDDD; 
	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 {
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #333; 
	background: #EEEEEE;
	padding: 4px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCC;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 4px;
}



/* 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;
}
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;
}

/* NEW MENU */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.menu li.plain {
background: url(../images/hover.gif) repeat-x;
color:#000000;
display:block;
float:left;
font-weight:bold;
margin:0;
padding:9px 9px 9px 19px;
text-decoration:none;
}

.menu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 9px 12px;
	text-decoration: none;
	font-weight:normal;
	background: #000;
}
.menu a:hover {
	background: url(../images/hover.gif) repeat-x;
	color: #000000;
	padding-bottom: 9px; 
}










a.button, button { display: inline-block; padding: 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('../images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline: none; position: relative; zoom: 1; line-height: 1.11; *display: inline; *vertical-align: middle; }
button { margin-left: 0; margin-right: 0; *padding: 5px 5px 3px 5px; }
a.button { -moz-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -webkit-touch-callout: none;}
button::-moz-focus-inner { border: 0; padding:0px; }
a.button.primary, button.primary { font-weight: bold }
button:focus,a.button:hover, 
button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
a.button:active, button:active,
a.button.active, button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
a.button:active, button:active { top: 1px }
a.button.negative:hover, button.negative:hover { color: #FFFFFF; background-position: 0 -121px; background-color: #D84743; border-color: #911D1B; }
a.button.negative:active, button.negative:active,
a.button.negative.active, button.negative.active { background-position: 0 -161px; background-color: #A5211E; border-color: #911D1B; }
a.button.positive:hover, button.positive:hover { background-position: 0 -280px; background-color: #96ED89; border-color: #45BF55; }
a.button.positive:active, button.positive:active,
a.button.positive.active, button.positive.active { background-position: 0 -320px; background-color: #45BF55; }
a.button.pill, button.pill { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; padding: 5px 10px 4px 10px; *padding: 4px 10px; }
a.button.left, button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; border-right: none; }
a.button.middle, button.middle { margin-right: 0px; margin-left: -5px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-right: none; }
a.button.right, button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: -5px; }
a.button.left:active, button.left:active,
a.button.middle:active, button.middle:active,
a.button.right:active, button.right:active { top: 0px }
a.button.big, button.big { font-size: 16px; padding-left: 14px; padding-right: 17px; }
button.big { *padding: 4px 17px 2px 17px; }
a.button span.icon, button span.icon { display: inline-block; width: 14px; height: 12px; margin: auto 7px auto auto; position: relative; top: 0; *top: 0px; background-image: url('../images/css3buttons_icons.png'); background-repeat: no-repeat; }
a.big.button span.icon, button.big span.icon { top: 0px }
a.button span.icon.book, button span.icon.book { background-position: 0 0 }
a.button:hover span.icon.book, button:hover span.icon.book { background-position: 0 -15px }
a.button span.icon.calendar, button span.icon.calendar { background-position: 0 -30px }
a.button:hover span.icon.calendar, button:hover span.icon.calendar { background-position: 0 -45px }
a.button span.icon.chat, button span.icon.chat { background-position: 0 -60px }
a.button:hover span.icon.chat, button:hover span.icon.chat { background-position: 0 -75px }
a.button span.icon.check, button span.icon.check { background-position: 0 -90px }
a.button:hover span.icon.check, button:hover span.icon.check { background-position: 0 -103px }
a.button span.icon.clock, button span.icon.clock { background-position: 0 -116px }
a.button:hover span.icon.clock, button:hover span.icon.clock { background-position: 0 -131px }
a.button span.icon.cog, button span.icon.cog { background-position: 0 -146px }
a.button:hover span.icon.cog, button:hover span.icon.cog { background-position: 0 -161px }
a.button span.icon.comment, button span.icon.comment { background-position: 0 -176px }
a.button:hover span.icon.comment, button:hover span.icon.comment { background-position: 0 -190px }
a.button span.icon.cross, button span.icon.cross { background-position: 0 -204px }
a.button:hover span.icon.cross, button:hover span.icon.cross { background-position: 0 -219px }
a.button span.icon.downarrow, button span.icon.downarrow { background-position: 0 -234px }
a.button:hover span.icon.downarrow, button:hover span.icon.downarrow { background-position: 0 -249px }
a.button span.icon.fork, button span.icon.fork { background-position: 0 -264px }
a.button:hover span.icon.fork, button:hover span.icon.fork { background-position: 0 -279px }
a.button span.icon.heart, button span.icon.heart { background-position: 0 -294px }
a.button:hover span.icon.heart, button:hover span.icon.heart { background-position: 0 -308px }
a.button span.icon.home, button span.icon.home { background-position: 0 -322px }
a.button:hover span.icon.home, button:hover span.icon.home { background-position: 0 -337px }
a.button span.icon.key, button span.icon.key { background-position: 0 -352px }
a.button:hover span.icon.key, button:hover span.icon.key { background-position: 0 -367px }
a.button span.icon.leftarrow, button span.icon.leftarrow { background-position: 0 -382px }
a.button:hover span.icon.leftarrow, button:hover span.icon.leftarrow { background-position: 0 -397px }
a.button span.icon.lock, button span.icon.lock { background-position: 0 -412px }
a.button:hover span.icon.lock, button:hover span.icon.lock { background-position: 0 -427px }
a.button span.icon.loop, button span.icon.loop { background-position: 0 -442px }
a.button:hover span.icon.loop, button:hover span.icon.loop { background-position: 0 -457px }
a.button span.icon.magnifier, button span.icon.magnifier { background-position: 0 -472px }
a.button:hover span.icon.magnifier, button:hover span.icon.magnifier { background-position: 0 -487px }
a.button span.icon.mail, button span.icon.mail { background-position: 0 -502px }
a.button:hover span.icon.mail, button:hover span.icon.mail { background-position: 0 -514px }
a.button span.icon.move, button span.icon.move { background-position: 0 -526px }
a.button:hover span.icon.move, button:hover span.icon.move { background-position: 0 -541px }
a.button span.icon.pen, button span.icon.pen { background-position: 0 -556px }
a.button:hover span.icon.pen, button:hover span.icon.pen { background-position: 0 -571px }
a.button span.icon.pin, button span.icon.pin { background-position: 0 -586px }
a.button:hover span.icon.pin, button:hover span.icon.pin { background-position: 0 -601px }
a.button span.icon.plus, button span.icon.plus { background-position: 0 -616px }
a.button:hover span.icon.plus, button:hover span.icon.plus { background-position: 0 -631px }
a.button span.icon.reload, button span.icon.reload { background-position: 0 -646px }
a.button:hover span.icon.reload, button:hover span.icon.reload { background-position: 0 -660px }
a.button span.icon.rightarrow, button span.icon.rightarrow { background-position: 0 -674px }
a.button:hover span.icon.rightarrow, button:hover span.icon.rightarrow { background-position: 0 -689px }
a.button span.icon.rss, button span.icon.rss { background-position: 0 -704px }
a.button:hover span.icon.rss, button:hover span.icon.rss { background-position: 0 -719px }
a.button span.icon.tag, button span.icon.tag { background-position: 0 -734px }
a.button:hover span.icon.tag, button:hover span.icon.tag { background-position: 0 -749px }
a.button span.icon.trash, button span.icon.trash { background-position: 0 -764px }
a.button:hover span.icon.trash, button:hover span.icon.trash { background-position: 0 -779px }
a.button span.icon.unlock, button span.icon.unlock { background-position: 0 -794px }
a.button:hover span.icon.unlock, button:hover span.icon.unlock { background-position: 0 -809px }
a.button span.icon.uparrow, button span.icon.uparrow { background-position: 0 -824px }
a.button:hover span.icon.uparrow, button:hover span.icon.uparrow { background-position: 0 -839px }
a.button span.icon.user, button span.icon.user { background-position: 0 -854px }
a.button:hover span.icon.user, button:hover span.icon.user { background-position: 0 -869px }


.drop-menu {
display:inline-block;
margin-left:545px;
	text-align: left;
	padding: 0px;
	font-size: 14px;
	max-height: 25px;
	background: #fff;
	cursor: pointer;
	
}

	
	.drop-menu:hover .sub-menu {
		display: inline-block;
	}
	
	
	.sub-menu {
		background: #000;
	    display: none;
	    margin-top: 0;
	    padding: 0;
	    width: 107px;
		-webkit-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
		-moz-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
		box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
		-moz-border-radius:5px;
		border-radius:5px;
	}
	
	.sub-menu li {
		list-style-type: none;
		display: block;
		font-size: 12px;
		line-height:12px;
		height: 12px;
		padding: 7px;
	}
	
	.sub-menu li a {
		color:#FFF;
	}
	
	.sub-menu li:hover {
		background:#CC9900;
	}
	
	div.header a {
		font-size:9px;
		color:#FFF;
		font-weight:bold;
	}
