/* $Id: styles.css 65 2009-02-20 03:03:23Z john $ */


/* GLOBAL STYLES */

html { 
	min-height: 100%;
	margin: 0 0 -1px 0;
}
body {
	background: #bfd4ef url(../images/bgsite.png) repeat-x fixed bottom center;
	position: relative;
	text-align: left;
	font-family: tahoma, "Trebuchet MS", arial, serif;
	font-size: 8pt;
	color: #555555;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}
img, a img {
	border: 0px;
}
div.ga_wrapper {
	width: 1000px;
	margin: 0 auto 40px;
}
div.ga_container {
	width: 1000px;
	height: auto;	
	padding: 25px 0 0 0;
	position: relative;
}
div.ga_body {
	height: auto;
	padding: 15px;
}
div.ga_header {
	background: transparent url(../images/headerbg.png) no-repeat scroll 0px 0px;
	height: auto;
}
div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	display: block;
	visibility: hidden;
}
/********************************************
******> BEGIN genral menu STYLE *************
********************************************/

div.ga_menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.ga_menu ul li {
	position: relative;
	display: block;
	float: left;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
div.ga_menu ul li a {
	height: auto;
	width: auto;
	padding:0 5px;
}
div.ga_menu ul li a:hover {
	text-decoration: none;
}
div.ga_menu ul li img {
	margin: 0px 3px 0px 0px;
	vertical-align: text-top;
	border: none;
}

/********************************************
******> BEGIN mainmenu STYLE ****************
********************************************/

div.ga_menu.main_container {
	height: 79px;
	margin: 0px;
	padding: 0px 4px;
}

div.ga_menu.main_logo {
	margin: 47px 0 0 0;
	float: left;
}

div.ga_menu.main_logo ul li a {
	background: transparent url(../images/logo.png) no-repeat scroll 0px 0px;
	height: 29px;
	width: 157px;
	display: block;
	padding: 0px;
}

div.ga_menu.main_core {
	margin: 55px 0 0 0;
	float: left;
}
div.ga_menu.main_core ul li {
	border-right: 2px solid #DDD;
}
div.ga_menu.main_user {
	margin: 55px 0 0 0;
	float: right;
}

/********************************************
******> BEGIN submenu STYLE ****************
********************************************/

div.ga_menu.sub_container {
	height: 30px;
	margin: 0px;
	padding:0px 20px 0px 15px;
	z-index: 2;
	position: relative;
}
div.ga_menu.sub_user {
	margin: 0px 10px
	float: left;
}
div.ga_menu.sub_user ul li,div.ga_menu.sub_language ul li {
	border-left: 3px solid transparent;
	position: relative;
	display: block;
	line-height: 29px;
}
div.ga_menu.sub_user ul li.hover {
	border-left: 3px solid #ddd;
	background: #fff;
}
div.ga_menu.sub_user ul li a {
	display: block;
	float: left;
	height: 29px;
}

div.ga_menu.sub_user ul ul  {
	background: #fff none no-repeat scroll 0px 0px;
	position: absolute;
	width: 180px;
	top: 29px;
	left: -3px;
}
div.ga_menu.sub_user ul ul li {
	border: none;
	float: none;
	line-height: 29px;
	height: 29px;
}
div.ga_menu.sub_user ul ul li a {
	border-left: 3px solid #ddd;
	border-bottom: 1px solid #efefef;
	height: 29px;
	vertical-align: middle;
	float: none;
}
div.ga_menu.sub_user ul ul li a:hover {
	border-left: 3px solid #f4f4f4;
	background: #efefef;
}

div.ga_menu.sub_language {
	float: right;
}

/********************************************
******> BEGIN gernal TAB STYLE *************
********************************************/

div.ga_menu.tabs ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
/* IDLE */
div.ga_menu.tabs ul li a {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll right top;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
div.ga_menu.tabs ul li a span {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll left top;
	position: relative;
	display: block;
	left: -5px;
	padding: 0px 0px 0px 5px;
	min-width: 50px;
	text-align: center;
	font-weight: bold;

}
/* HOVER */
div.ga_menu.tabs ul li a:hover {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll right -30px;

}
div.ga_menu.tabs ul li a:hover span {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll left -30px;


}
/* CURRENT */
div.ga_menu.tabs ul li.current a {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll right -60px;

}
div.ga_menu.tabs ul li.current a span {
	background: transparent url(../images/tab_bg.gif) no-repeat scroll left -60px;


}
/********************************************
******> BEGIN profilemenu STYLE *************
********************************************/

div.ga_menu.profile_container {
	height: 30px;
	padding:0px 5px;
	z-index: 1;
}

div.ga_menu.profile ul li {
	position: relative;
	display: block;
	line-height: 30px;
	z-index: 1;
}
div.ga_menu.profile ul li a {
	display: block;
	float: left;
	height: 30px;
	z-index: 1;
}


/********************************************
******> COLUMN STYLE ************************
********************************************/

div.ga_sidecolumn {
	width: 200px;
	float: left;
}
div.ga_maincolumn {
	width: 540px;
	padding: 0px 15px;
	float: left;
}
div.ga_maincolumn.big {
	width: 970px;
	padding: 0px;
}
div.ga_maincolumn.big.right {
	width: 755px;
	padding: 0px 15px 0px 0px;
}
div.ga_maincolumn.big.left {
	width: 755px;
	padding: 0px 0px 0px 15px;
}

/********************************************
******> BOX STYLE ***************************
********************************************/
div.ga_box_container {
	margin: 0px 0px 15px 0px;
}
div.ga_box_top {
	background: transparent url(../images/cb_top.gif) no-repeat scroll right top;
	margin: 0px 0px 0px 6px;
}
div.ga_box_top div {
	background: transparent url(../images/cb_top.gif) no-repeat scroll left top;
	font-size: 0px;
	position: relative;
	left: -6px;
	width: 6px;
	line-height: 6px;
	height: 6px;
}
div.ga_box_headline {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	border-bottom: 2px solid #efefef;
	position: relative;
}

div.ga_box_headline div.ga_box_options {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	line-height: 22px;
}
div.ga_box_headline div.ga_box_options div.option_container {
	border-top: 2px solid #ddd;
	background: #efefef;
	padding: 2px 5px 0;
	margin: 0 0 0 5px;
	height: 100%;
	float: left;
}
div.ga_box_middle {
	background: #FFF none no-repeat scroll 0px 0px;
	height: auto;
	padding: 0px 5px;
}
div.ga_box_middle:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}
div.ga_box_middle { display: inline-block; }
div.ga_box_middle { display: block; }

div.ga_box_content {
	overflow: hidden;
	position: relative;
}
div.ga_box_bottom {
	background: transparent url(../images/cb_bottom.gif) no-repeat scroll right top;
	margin: 0 0 0 6px;
}
div.ga_box_bottom div {
	background: transparent url(../images/cb_bottom.gif) no-repeat scroll left top;
	font-size: 0px;
	position: relative;
	left: -6px;
	width: 6px;
	line-height: 6px;
	height: 6px;
}

/********************************************
******> HEADLINE STYLE **********************
********************************************/
h1,h2,h3 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
div.ga_box_headline h1 {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
div.ga_box_headline h2 {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
}
/********************************************
******> FORM STYLE **************************
********************************************/

div.formElement {
	margin: 5px 0px 0px 0px;
}

/********************************************
******> INPUT LINKS STYLE *******************
********************************************/
input,button {
	font-size: 8pt;
	padding: 1px;
	color: #333333;
	background: #EEEEEE;
	border: 1px solid #ccc;
	vertical-align: middle;
}
input.search {
	background: #FFF url(../images/search.gif) no-repeat scroll -0px -1px; 
	padding: 5px 2px 2px 20px;
	
}


textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
}

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;
}

font.small {
	font-size: 7pt;
	font-family: arial, serif;
}

font.big {
	font-size: 9pt;
	font-family: verdana, 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;
}

img.button {
	display: block;
	float: left; 
	margin-right: 4px;
}

a:link { color: #336699; text-decoration: none; }
a:visited { color: #336699; text-decoration: none; }
a:hover { color: #3399FF; text-decoration: underline; }

label:hover { color: #3399FF; text-decoration: underline; }


/********************************************
******> FEED STYLE **************************
********************************************/

div.portal_spacer {
	height: 10px;
}
div.portal_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
	background: #FFFFFF;
}
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
td.portal_member {
	padding: 3px;
	border: 1px solid #DDD;
	text-align: center;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
div.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;
	padding-left: 5px;
}
div.portal_whatsnew {
	background: #FFF;
	border: 1px solid #DDDDDD;
	padding: 4px 10px 4px 10px;
}
div.portal_signup a {
	font-size: 14pt; 
	line-height: 0px;
	text-align: center; 
	padding: 8px 15px 5px 7px; 
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	display: block;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}

/********************************************
******> TAB STYLE ***************************
********************************************/

table.tabs {
	margin-bottom: 10px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab1 {
	border: 1px solid #CCCCCC;
	border-top: 3px solid #AAAAAA;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab2 {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab3 {
	border-bottom: 1px solid #CCCCCC;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}



/********************************************
******> PROFILEPAGE STYLE *******************
********************************************/

div.itemBox {
    border: 1px solid #ddd;
    padding: 5px;
    background: #efefef;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
}
div.itemBox:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear:both;
}
div.itemBox { display: inline-block; }
div.itemBox { display: block; }

div.itemBox div.itemBox_photo {
    border: 1px solid #ddd;
    padding: 4px;
    margin: 0px 5px 0px 0px;
    float: left;
    background: #fff;
}
div.itemBox div.itemBox_photo img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div.itemBox div.itemBox_info {
	float: left;
}
div.itemBox div.itemBox_options {
    float: right;
}



div.profile_friend_details div {
	color: #888888;
	font-size: 7pt;
}
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: 1px solid #DDDDDD;
	border-bottom: none;
}
td.profile_menu1 a, div.nolink {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
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; 
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	height: 150px;
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	margin-bottom: 10px;
	padding: 10px 14px 8px 10px;
}
.comment_area {
	font-family: "Lucida Sans", verdana, arial, serif;
	color: #888888; 
	width: 100%;
	height: 70px;
}
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;
}

div.profile_photo {
	text-align: center;
}
div.profile_menu1 a, div.nolink {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
div.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
}

div.profile_headline, div.profile_headline2 {
	font-size: 12pt; 
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	border-bottom: 2px solid #efefef;
	position: relative;
}

div.recentaction_div_media a {
	float: left;
}


/* 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 {
	border: 1px solid #BBBBBB; 
	background: #EEEEEE;
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCCCCC;
	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;
}


/* FRIENDS */
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #EFEFEF;
}
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-bottom: 10px;
	background: #EFEFEF;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}

/* STYLES FOR AD BANNERS */
div.ga_ad {
	text-align: center;
}
div.ga_ad.top {

}
div.ga_ad.belowmenu {

}
div.ga_ad.left {
	position: absolute;
	left: -120px;
	top: 150px;
}
div.ga_ad.right {
	position: absolute;
	top: 150px;
	right: -120px;
}
div.ga_ad.bottom {

}

/* NEW UPDATES BOX */

div.newupdates {
	position: absolute; 
	height: 31px; 
	width: 131px; 
	margin: 15px 0 0 -85px;
	background-image: url(../images/newupdates.gif); 
	background-repeat: no-repeat;
	z-index: 3;
}

div.newupdates_content {
	text-align: left; 
	padding: 10px 10px 0 6px; 
	color: #FFFFFF;
	position: relative;
}
div.newupdates a {
	color: #fff;
}