﻿body, html {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    -moz-background-size: expression(document.documentElement.clientWidth + "px " + document.documentElement.clientHeight + "px");
    -o-background-size: expression(document.documentElement.clientWidth + "px " + document.documentElement.clientHeight + "px");
    -webkit-background-size: expression(document.documentElement.clientWidth + "px " + document.documentElement.clientHeight + "px");
    -webkit-text-size-adjust:auto;
    background-size: expression(document.documentElement.clientWidth + "px " + document.documentElement.clientHeight + "px");
    background-attachment:fixed;
    background-repeat: repeat; 
    width: 100%; 
    padding: 0px;  
    border-spacing:0px;
    margin:0px;
    font-size: 16px;
    /*overflow-x:hidden;*/
} 

input[type=text]::-ms-clear {
    display: none;
}

#pageWrap {
     margin: 0 auto;
}

.link
{
	font-size: 81.25%;
	font-weight: normal;
	color: #3C3C3C;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: none;
}
.link:hover
{
	font-size: 81.25%;
	font-weight: normal;
	color: #3C3C3C;
	font-family: Tahoma, Verdana; 
	cursor: pointer;
	text-decoration: underline;
}
.linkBlue
{
	font-size: 81.25%;
	font-weight: normal;
	color: #0070C0;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: none;
}
.linkBlue:hover
{
	font-size: 81.25%;
	font-weight: normal;
	color: #0070C0;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: underline;
}
.linkBlueSmall
{
	font-size: 87.5%;
	font-weight: normal;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}
.linkBlueSmall:hover
{
	font-size: 87.5%;
	font-weight: normal;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: underline;
}
.linkBlueItemSmall
{
	font-size: 75%;
	font-weight: normal;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}
.linkBlueItemSmall:hover
{
	font-size: 75%;
	font-weight: normal;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: underline;
}

.linkBlueFunction{
	font-size: 87.5%;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}
.linkBlueFunction:hover
{
	font-size:  87.5%;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: underline;
}
.linkBlueSmallFunction{
	font-size: 75%;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}
.linkBlueSmallFunction:hover
{
	font-size:  75%;
	color: gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: underline;
}

.linkPortal
{
	font-size: 87.5%;
	font-weight: bold;
	color: Blue;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: none;
}
.linkPortal:hover
{
	font-size: 87.5%;
	font-weight: bold;
	color: Blue;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: underline;
}
.btn_lnk_send
{
	font-size: 81.25%;
	font-weight: normal;
	color: #336699;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	border-width: 0;
	background-color: Transparent;
	display: block;
	width:50px;
}
.buttonLink
{
	border-width: 0;
	color: blue;
	background-color: Transparent;
	cursor: pointer;
	display: block;
}
.buttonLink_delete
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-repeat: no-repeat;
	background-image: url(../../images/close.bmp);
}
.buttonLink_delete:hover
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-image: url(../../images/close_orange.bmp);
}
.buttonLink_delete2
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-repeat: no-repeat;
	background-image: url(../../../images/close.bmp);
}
.buttonLink_delete2:hover
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-image: url(../../../images/close_orange.bmp);
}
.buttonLink:hover
{
	border-width: 0;
	color: blue;
	background-color: Transparent;
	cursor: pointer;
	display: block;
	text-decoration: underline;
}
.buttonLink_delete_white
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-repeat: no-repeat;
	background-image: url(../../images/close_white.bmp);
}
.buttonLink_delete_white:hover
{
	border-width: 0;
	cursor: pointer;
	border: solid 0 white;
	width: 5px;
	background-image: url(../../images/close_orange_white.bmp);
}
/*.link:visited
{
	font-size: 11px;
	font-weight:normal;
	color: purple;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration:none;
}*/
.item
{
	font-size: 81.25%;
	color: #3f3f3f;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
}
/*post or buzz links*/
.link_green
{
	font-size: 81.25%;
	font-weight: normal;
	color: Green;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_green:hover
{
	font-size: 81.25%;
	font-weight: normal;
	color: Green;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_green:visited
{
	font-size: 81.25%;
	font-weight: normal;
	color: purple;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration: none;
}
.link_clicked
{
	font-size: 81.25%;
	font-weight: normal;
	color: #ff8c00;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_disabled
{
	font-size: 81.25%;
	font-weight: normal;
	color: gray;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: not-allowed;
}
.link_inhibat
{
	font-size: 9px;
	color: gray;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: not-allowed;
}
.link_orange
{
	font-size: 81.25%;
	font-weight: bold;
	color: Orange;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_orange:hover
{
	font-size: 81.25%;
	font-weight: bold;
	color: Orange;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.imgQBook
{
    -webkit-tap-highlight-color: transparent;
}
.linkQBook
{
    font-size: 28px;
    font-weight: normal;
    color: RGB(0, 0, 0);
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-tap-highlight-color: transparent;
}
.linkQBookInactive {
    font-size: 28px;
    font-weight: normal;
    color: RGB(0, 0, 0);
    font-family:'Arial Narrow';
    cursor: default;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-tap-highlight-color: transparent;
}

.linkAlbum {
    font-size: 162.5%;
    font-weight: normal;
    color: black;
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height:28px;
}
.linkAlbum:hover {
    font-size: 162.5%;
    font-weight: normal;
    color: black;
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height:28px;
}
.linkAlbum:visited
{
	font-size: 162.5%;
	font-weight: normal;
	color: black;
	font-family:'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
    line-height:28px;
}

.linkBuzz {
    font-size: 87.5%;
    font-weight: normal;
    color: gray;
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*line-height:28px;*/
}

.linkBuzz:hover {
    font-size: 87.5%;
    font-weight: normal;
    color: gray);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*line-height:28px;*/
}

.linkBuzz:visited
{
	font-size: 87.5%;
	font-weight: normal;
	color: gray;
	font-family:'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
    /*line-height:28px;*/
}

.linkBuzzItem {
    font-size: 137.5%;
    font-weight: normal;
    color: RGB(0, 0, 0);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkBuzzItem:hover {
    font-size: 137.5%;
    font-weight: normal;
    color: RGB(0, 0, 0);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkBuzzItem:visited
{
	font-size: 137.5%;
	font-weight: normal;
	color: RGB(0, 0, 0);
	font-family:'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkSubBuzz {
    font-size: 112.5%;
    font-weight: bold;
    color: RGB(0, 112, 192);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubBuzz:hover {
    font-size: 112.5%;
    font-weight: bold;
    color: RGB(0, 112, 192);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubBuzz:visited
{
	font-size: 112.5%;
	font-weight: bold;
	color: RGB(0, 112, 192);
	font-family:'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkSubBuzzNormal {
    font-size: 100%;
    color: RGB(0, 0, 0);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubBuzzNormal:hover {
    font-size: 100%;
    color: RGB(0, 0, 0);
    font-family:'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubBuzzNormal:visited
{
	font-size: 100%;
	color: RGB(0, 0, 0);
	font-family:'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkTopic {
    font-size: 100%;
    font-weight: bold;
    color: black;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopic:hover {
    font-size: 100%;
    font-weight: bold;
    color: black;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopic:visited
{
	font-size: 100%;
    font-weight: bold;
	color: white;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkTopicCarusel_Orange {
    font-size: 100%;
    color: #F20062;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopicCarusel_Orange:hover {
    font-size: 100%;
    color: #F20062;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopicCarusel_Orange:visited
{
	font-size: 100%;
	font-weight: bold;
	color: #F20062;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkTopicCarusel {
    font-size:87.5%;
    color: Gray;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopicCarusel:hover {
    font-size:87.5%;
    color: Gray;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkTopicCarusel:visited
{
	font-size:87.5%;
	color: Gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}


.linkSubTopic_Orange {
    font-size:93.75%;
    color: #F20062;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubTopic_Orange:hover {
    font-size:93.75%;
    color: #F20062;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubTopic_Orange:visited
{
	font-size:93.75%;
	color: #F20062;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

.linkSubTopic {
    font-size:93.75%;
    color: Gray;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubTopic:hover {
    font-size:93.75%;
    color: Gray;
    font-family: 'Arial Narrow';
    cursor: pointer;
    text-decoration: underline;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.linkSubTopic:visited
{
	font-size:93.75%;
	color: Gray;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
}

TD
{
	font-family: 'Times New Roman';
	border-collapse: separate !important;
    padding: 0px;
}

.TD_SMALL
{
    font-family:  'Times New Roman';
	/*border-collapse: separate !important;*/
    padding: 0px;
}

.TD_SUMMARY
{
    font-family:  'Times New Roman';
	padding-top: 5px;
    font-size:100%;
    line-height:1.15em;
    /*text-align:justify;*/
    word-break:normal;
}

.TD_SUMMARY_SMALL
{
    font-family:'Times New Roman';
    font-size:87.5%;
    line-height:1.15em;
    /*text-align:justify;*/
    word-break:normal;
    padding-top:5px;
    /*line-height:14px;
    display:block;*/
}


.linkBuzz_SMALL
{
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: none;
	border: 0px;
}

.linkBuzz_SMALL:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
	font-family: 'Arial Narrow';
	cursor: pointer;
	text-decoration: underline;
}

/*Buttons Search and Clear*/
.button_search
{
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: 'Arial Narrow';
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	background-color: #3b5998;
	height: 20px;
	width: 80px;
	vertical-align: middle;
	cursor: pointer;
}
.button_clear
{
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: 'Arial Narrow';
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../../UI/img/buttonBg_1.gif);
	background-position: top;
	background-color: white;
	height: 20px;
	width: 80px;
	vertical-align: middle;
	cursor: pointer;
}

/*Please delete after all buttons are replaced*/
.button
{
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	background-color: #3b5998;
	height: 20px;
	width: 80px;
	vertical-align: middle;
}

.buttonAlbum
{
	border: 0px;
	font-family: Tahoma, Verdana;
	font-size: 81.25%;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	background-color: #3b5998;
	height: 25px;
	width: 90px;
	vertical-align: middle;
}
.button_inactiv
{
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/buttonBg.gif);
	background-position: top;
	background-color: white;
	height: 20px;
	width: 80px;
	vertical-align: middle;
}
/*Buttons from Event Home Page*/
.button_lime
{
	border-bottom: #00ff00 1px solid;
	border-right: #00ff00 1px solid;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../../images/btn_lime.JPG);
	background-position: 50% top;
	background-color: lime;
	height: 17px;
	vertical-align: middle;
	border-top: #00ff00 1px solid;
	border-left: #00ff00 1px solid;
	cursor: pointer;
}
.button_pink
{
	border-bottom: #ef90bc 1px solid;
	border-right: #ef90bc 1px solid;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF00FF;
	background-image: url(../../images/btn_pink.png);
	background-position: 50% top;
	height: 13px;
	vertical-align: middle;
	border-top: #ef90bc 1px solid;
	border-left: #ef90bc 1px solid;
	text-align: center;
	cursor: pointer;
}
/* This style is used in NETWORK Editors/Members page*/
.lnk_Title
{
	font-size: 81.25%;
	font-weight: bolder;
	color: #3b5998;
	text-decoration: none;
	cursor: pointer;
}
.lnk_Title:hover
{
	font-size: 81.25%;
	font-weight: bolder;
	color: #FF8040;
	text-decoration: underline;
	cursor: pointer;
}
.lnk_Title_Select
{
	font-size: 81.25%;
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
}
/*end of event home buttons*/
/*this area is used in textarea / inputs*/
.text
{
	border: 1px #bdc7d8 solid;
	background: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	color: #000000;
}


input {
    font-family: 'Times New Roman';
    /*font-size: 87.5%;*/
}
.popUpMenu
{
	width: 170px;
	height: 150px;
	background-color: #ffffff;
	top: 100px;
	left: 150px;
	border-right: #4b7c9f 1px solid;
	border-top: #4b7c9f 1px solid;
	border-left: #4b7c9f 1px solid;
	border-bottom: #4b7c9f 1px solid;
}
/* end of area is used in textarea / input */
/*About event,network style*/
.aboutDisplay
{
	margin: 0 1px 1px 1px;
	padding: 1px;
	border: solid 1px #dd3c10;
	border-color: #e2c822;
	background: #fff9d7;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 81.25%;
	font-weight: bold;
}
/* end of area about event, network*/
/*PAGES :*//*PEOPLE PORTAL ; NETWORK PORTAL ; EVENTS PORTAL ; */
/*LOCATION :*//*SEARCH SECTION (IN THE RIGHT)*/
/*AUTHOR :*//*CORINA*/
/*CREATED ON:*//* *7/21/2009* */
/*LAST UPDATE :*//* *8/04/2009*  This version is the same as the one in portalCH.css*/
.td_pictures
{
	width: 510px;
	padding-right: 15px;
}
.table_portal
{
	width: 765px;
	background-color: transparent;
	padding-left: 5px;
	height:500px;
}
.td_search
{
	width: 225px;
}
.td_input
{
	padding-top: 10px;
	padding-left: 5px;
	vertical-align: top;
}
.td_border
{
	padding-top: 10px;
}
.td_title_search
{
	color: #3f3f3f;
	font-weight: 900;
	height: 13px;
	font-size: 81.25%;
}
.td_content_search
{
	padding-top: 10px;
}
.td_subtitle_search
{
	color: #3f3f3f;
	font-weight: 900;
	height: 13px;
	font-size: 81.25%;
}
.td_subCategories
{
	padding-left: 5px;
}
.lst_Filter
{
	width: 100px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-size: 11px;
	color: Gray;
}

/*select.*//*different from Modzila with 2 px*/
.searchInput_select
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 174px;
	overflow: hidden;
}
/*input.*/
.searchInput_input
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 172px;
	overflow: hidden;
}
.tbl_find
{
	width: 179px;
	border: 0px;
	border-collapse: collapse;
}
.td_text_criteria
{
	color: #3f3f3f;
	width: 60px;
}
.drop_criteria
{
	width: 110px;
	color: Gray;
	font-size: 11px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
/*---------------------------------------------------------------------*/

#area_Option_Banner
{
    top:0px;
    left:0px;
	position: fixed;
	z-index: 9005;
    margin:0px;
    height:20px;
    width:100%;
    display:none;
}

#area_top_background
{
    top:0;
    left:0; 
	position: fixed;
	z-index: 9005;
    margin:0;
}

#area_top
{
    position: fixed;
    margin: 0;
    padding:0;
    top:0;
	z-index: 9001;
    background-color:rgb(255, 255, 255);
}

#tblAreaTop {
    width:100%;
    padding:0 20px;
    border-spacing:0;
    margin-bottom: 10px;
    border: 0;
}

#area_topConnections
{
    position: fixed;
    margin: 0;
    padding:0;
    top:0;
	z-index: 9001;
    background-color:rgb(255, 255, 255);
    padding-left: 20px;
}

#area_bottom
{
    position: fixed;
    margin: 0;
    padding:0;
    bottom:0;
	z-index: 9002; 
    background-color:rgb(255, 255, 255);
}

#area_slider
{
    position: fixed;
    margin: auto;
    top:35px;
	z-index: 9004;
}

#area_topEmpty
{
    position: absolute;
    margin: auto;
    top:0px;
	z-index: 9000;
	width: 985px;
    height:66px;
}

.divTop
{
	background-color: rgb(51,51,51);
	background-image: url(../../images/bkHeader.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#divTabs
{
    background-color:white;
    position: absolute;
    margin: 0px; 
    top:123px;
    left:0px;
	z-index: 9004;
    height:30px;
	width: 985px;
}

#areaLeft
{
    background-color: rgba(250, 250, 250, 1); 
	position: fixed;
	z-index: 9006;
}



#areaSmallLeft
{
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 105px;
	background-color: #ffffff;
	z-index: 5000;
	width: 15px;
	border-top: solid 2px #D4D4D4;
	border-right: solid 2px #F5F5F3;
}
#areaOperationsBar
{
	position: absolute;
	z-index: 5000;
	width: expression(document.documentElement.clientWidth - 195 + "px" );
	top: 105px;
	right: 0px;
	left: 185px;
	bottom: 0px;
	border: none;
	height: 20px;
	background-color: #f7f7f7;
	vertical-align: middle;
	border-top: solid 2px #D4D4D4;
}
#results
{
	overflow: hidden;
	position: absolute;
	z-index: 5161;
	width: 335px;
}

#divMainFrame
{
	position: absolute;
	z-index: 5004;
	top: 115px;
	border: none;
	overflow: hidden;
}

#divMobileFrame
{
	position: absolute;
	z-index: 5004;
	top: 115px;
	border: none;
	overflow: hidden;
}

#divMainEmptyFrame
{
	position: absolute;
	z-index: 5004;
    width:985px;
    top: 66px;
	border: none;
	overflow-x: hidden;
	overflow-y: hidden;
    background-image: url(../../Images/areaMain.png);
    background-repeat:repeat;
}

#divMainFrameNoTree
{
	position: absolute;
	z-index: 5000;
	width: expression(document.documentElement.clientWidth + "px" );
	top: 70px;
	right: 0px;
	left: 0px;
	bottom: 26px;
	border: none;
	overflow-x: auto;
	overflow-y: auto;
	height: expression(document.documentElement.clientHeight - 70 - 26 +  "px" );
}

.DefaultRowColor
{
	background-color: whitesmoke;
	color: Black;
	cursor: default;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
}
.HighlightRow
{
	background-color: #3a6ea5;
	cursor: pointer;
	font-weight: bold;
	color: aquamarine;
	padding-left: 5px;
	padding-right: 10px;
}
.tabPrompts
{
	background-color: whitesmoke;
	border: 1px solid gainsboro;
	color: Black;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	width: 330px;
}
.LeftTreeStyle
{
	background-color: #f7f7f7;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 0px;
	margin-right: auto;
	padding-left: 3px;
}

#ctl00_divHistory
{
	background-color: #ffffff;
	position: fixed;
	bottom: 20px;
	width: 185px;
	height: 125px;
	z-index: 5001;
}

#divChat
{
	border: 1px solid #CCCCCC;
	background-color: #E2E2D8;
	position: fixed;
	left: 3px;
	bottom: 0px;
	width: 226px;
	z-index: 5001;
}
#divChat:hover
{
	background-color: #D4D4D4;
	position: fixed;
	left: 3px;
	bottom: 0px;
}

.td_normal
{
	vertical-align: middle;
	width: 100%;
    /*padding:2px;*/
}

.td_normal:hover
{
	cursor: pointer;
	vertical-align: middle;
	background: #dfdfdf right top no-repeat;
	width: 100%;
    /*padding:2px;*/
}
.td_normal_child
{
	vertical-align: middle;
	width: 100%;
    /*padding:2px;*/
    background-color:rgb(240, 240, 240);
}

.td_normal_child:hover
{
	cursor: pointer;
	vertical-align: middle;
	background: rgb(240, 240, 240) right top no-repeat;
	width: 100%;
    /*padding:2px;*/
    }

.td_normal_disabled
{
	vertical-align: middle;
	width: 100%;
    padding:2px;
}

.td_normal_disabled:hover
{
	cursor: default;
	vertical-align: middle;
	width: 100%;
    padding:2px;
}

.td_normal_remove {
    font-size:13px;
    vertical-align: middle;
    text-align: center;
    width: 5%;
    padding:0px;
}

.td_normal_remove:hover
{
    font-size:13px;
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
	font-weight:bold;
    padding:0px;
}

.td_highlight
{
	cursor: pointer;
	vertical-align: middle;
	background: #dfdfdf right top no-repeat;
	width: 100%;
}

.td_selected
{
	cursor: pointer;
	vertical-align: middle;
	background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#F20062), to(#f986b5));
	width: 100%;
}

.menu_img
{
	cursor: pointer;
}

.menu_img:hover
{
	cursor: pointer;
	border: 1px solid #000000;
}

.TreeViewFolderLine
{
	font-size: 8px;
	font-weight: normal;
	color: rgb(200, 200, 200);
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: default;
	text-decoration: none;
}

.TreeViewTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: default;
	text-decoration: none;
}

.TreeViewItemFolder
{
	font-size: 100%;
	font-weight: normal;
	color: Black;
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItemFolderWhite
{
	font-size: 18px;
	font-weight: normal;
	color: white;
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}
.TreeViewItemFolderWhiteGray
{
	font-size: 100%;
	font-weight: normal;
	color: rgb(220, 220, 220);
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItemFolderGray
{
	font-size: 100%;
	font-weight: normal;
	color: rgb(150, 150, 150);
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}
.TreeViewFolderHover
{
	font-size: 18px;
	color: #003366;
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	background: #dfdfdf right top no-repeat;
}
/*
.TreeViewItemFolder:hover
{
	font-size: 18px;
	font-weight: normal;
	color: Black;
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	background: #dfdfdf right top no-repeat;
}*/

.TreeViewCloseAddFolder
{
	font-size: 81.25%;
	font-weight: normal;
	color: #a6a6a6;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}


.TreeViewCloseAddFolder:hover
{
	font-size: 81.25%;
	font-weight: bold;
	color: #a6a6a6;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItemFolder_Orange
{
	font-size: 100%;
	color: #F20062;
	font-family: 'Arial Narrow';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewNoItemsFolder
{
	font-size: 81.25%;
	font-weight: bold;
	color: #696969;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewNoItemsFolder:hover
{
	font-size: 81.25%;
	font-weight: bold;
	color: #696969;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	background: #dfdfdf right top no-repeat;
}

.TreeViewItem
{
	font-size: 81.25%;
	color: #222222;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItem:hover
{
	font-size: 81.25%;
	color: #07519a;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	background: #dfdfdf right top no-repeat;
}

.TreeViewItem_Orange
{
	font-size: 81.25%;
	font-weight: bold;
	color: #F20062;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewOption
{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	font-family: Tahoma;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewOption:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: underline;
}

.link_top_sections
{
	font-size: 81.25%;
	font-weight: normal;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}

.lb_s_n
{
	font-size: 100%;
	font-weight: normal;
	color: #00b0f0;
	font-family: 'Arial Narrow';
	text-decoration: none;
	font-weight: normal;
}

.link_subsection_normal
{
	font-size: 100%;
	font-weight: normal;
	color: #00b0f0;
	font-family: 'Arial Narrow';
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

.link_subsection_normal:hover
{
	font-size: 100%;
	font-weight: normal;
	color: #00b0f0;
	font-family: 'Arial Narrow';
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}


.link_subsection_right_normal
{
	font-size: 81.25%;
	font-weight: normal;
	color: Black;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

.link_subsection_right_normal:hover
{
	font-size: 81.25%;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

.link_top_sections_white
{
	font-size: 81.25%;
	font-weight: normal;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_top_sections_white:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_tabs
{
	font-size: 81.25%;
	font-weight: normal;
	color: rgb(0, 176, 240);
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_tabs:hover
{
	font-size: 81.25%; 
	font-weight: normal;
	color: rgb(0, 176, 240);
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}

.link_tabs_black
{
	font-size: 81.25%;
	font-weight: normal;
	color: rgb(0, 0, 0);
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_tabs
{
	font-size: 81.25%; 
	font-weight: normal;
	color: rgb(0, 0, 0);
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}

.link_tabs_orange
{
	font-size: 175%;
	color: rgb(0, 0, 0);
	font-family: 'Arial Narrow';
	text-decoration: none;
	cursor: pointer;
}

.link_tabs_orange:hover
{
	font-size: 175%;
	color: rgb(0, 0, 0);
	font-family: 'Arial Narrow';
	text-decoration: none;
	cursor: pointer;
} 

.link_SubTopic
{
	font-size: 137.5%;
	color: rgb(0, 0, 0);
	font-family: 'Arial Narrow';
	text-decoration: none;
	cursor: pointer;
}

.link_SubTopic:hover
{
	font-size: 137.5%;
	color: rgb(0, 0, 0);
	font-family: 'Arial Narrow';
	text-decoration: none;
	cursor: pointer;
}
.link_tabs_disabled
{
	font-size: 81.25%;
	color: #C0C0C0;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
}

.link_white
{
	font-size: 11px;
	font-weight: normal;
	color: white;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}

.link_white:hover
{
	font-size: 11px;
	font-weight: normal;
	color: white;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_blue
{
	font-size: 10px;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}
.link_blue:hover
{
	font-size: 10px;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_gray
{
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	cursor: pointer;
}
.link_gray:hover
{
	color: #333333;
}


.TreeViewItemHistory
{
	font-size: 81.25%;
	color: #003366;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	padding-left: 0px;
	text-decoration: none;
}

.TreeViewItem_Inhibat
{
	font-size: 81.25%;
	color: gray;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItemCollection
{
	font-size: 81.25%;
	font-weight: normal;
	color: #222222;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.TreeViewItemCollection_selected
{
	font-size: 81.25%;
	font-weight: bold;
	color: #F20062;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.NavAreaTitle
{
	font-size: 87.5%;
	color: #3f3f3f;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
.font_grey_12
{
	font-size: 81.25%;
	font-weight: bold;
	color: #a9a9a9;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
.font_black_12
{
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

.font_orange_12
{
	font-size: 81.25%;
	font-weight: bold;
	color: Orange;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

.bgButton
{
	padding-left: 0px;
	height: 16px;
	cursor: default;
	padding-right: 15px;
}
.bgTop
{
	background-image: url(../images/opacity_0_80.png);
	background-repeat: repeat;
}
.spanLogo
{
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.spanTM
{
	font-size: 8px;
	color: rgb(192, 192, 192);
	padding-left: 1px;
	font-style: normal;
	font-family: Tahoma, Verdana;
}

.Table
{
	background-color: whitesmoke;
	font-family: Verdana;
	font-size: 10px;
	width: 400px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-weight: normal;
	color: Black;
}
.item_bold
{
	font-size: 12px;
	color: #3f3f3f;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	font-weight: bold;
}

.item_bold_classif
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	font-weight: bold;
}

.item_bold_title
{
	font-size: 81.25%;
	color: gray;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	font-weight: bold;
}

.MenuAdd
{
	width: 170px;
	height: 150px;
	background-color: #ffffff;
	top: 100px;
	left: 150px;
	border-right: #4b7c9f 1px solid;
	border-top: #4b7c9f 1px solid;
	border-left: #4b7c9f 1px solid;
	border-bottom: #4b7c9f 1px solid;
}

.lnkTab_Title
{
	font-size: 10pt;
	font-weight: bolder;
	color: blue;
	text-decoration: none;
}

.lnkTab_Title:hover
{
	font-size: 10pt;
	font-weight: bolder;
	color: blue;
	text-decoration: underline;
}

.lnkTab_Title_Select
{
	font-size: 10pt;
	font-weight: bolder;
	color: #FF8040;
	text-decoration: none;
}
.lnkTab_Title_Select:hover
{
	font-size: 10pt;
	font-weight: bolder;
	color: #FF8040;
	text-decoration: underline;
}
.clsDot
{
	padding-left: 10PX;
	font-size: 18px;
	font-weight: bolder;
	color: #07519a;
	text-decoration: none;
}
.clsArrow
{
	font-size: 100%;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	cursor: pointer;
}
.link_top_disabled
{
	font-size: 81.25%;
	font-weight: normal;
	color: #C0C0C0;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: none;
}

.link_subsection
{
	font-size: 81.25%;
	color: #003366;
	font-family: Tahoma, Verdana;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

.link_subsection_disabled
{
    text-decoration:none;
    font-size:100%;
	color: #C0C0C0;
	font-family: Arial Narrow;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
}

/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(images/EmptyStar.png);
}

.halfRatingStar
{
	background-image: url(images/HalfStar.gif);
}

.savedRatingStar
{
	background-image: url(images/SavedStar.png);
}
.modalPopup
{
	background-color: #e6e6fa;
	padding: 3px;
	width: 450px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}


.user .lbl_user
{
	text-align: left;
	font: normal 13px Tahoma, Sans-serif;
	color: Gray;
}
.user .lbl_user_subtitle
{
	text-align: left;
	font: normal 13px Tahoma, Sans-serif;
	color: Black;
}

.user .NavAreaTitle
{
	font-size: 81.25%;
	color: #3f3f3f;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.btnGreenOrder
{
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	cursor: pointer;
}

.WordBreak
{
     -ms-word-break: break-all;
     word-break: break-all;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;	
}

.aWikiCopyright{
    color:#3B5998;
    text-decoration:none;
}

.aWikiCopyright:hover{
    color:#3B5998;
    text-decoration:underline;
}

.signup-choice {
    font-size: 24px;
    color: #B9BCC0;
    line-height: 70px;
    height: 70px;
    position: relative; 
    text-align: center;
}

.signup-choice:before, .signup-choice:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      border-top: 1px solid #E1E2E4;
      width: 45%;
      height: 1px;
      z-index: 0; 
}

.signup-choice:before {
      right: 0;
      left: auto; 
}


.tblMoreFeed {
    padding: 5px 0 20px 0.5%;
    border-top: 1px solid rgb(220, 220, 220);
    background-color: transparent;
    border-spacing: 0;
} 
.feed {
    width: 100%;
    padding:0 15px 10px 15px;
}
.ebayc {
    width: 100%;
    padding: 0 0 10px 2%;
}

.ebayTbl {
    width: 100%;
    border-top: 1px solid rgb(220, 220, 220);
    border-spacing: 0; 
    margin:10px 0;
    border-collapse:collapse;
    background-color:rgb(240, 240, 240);
}

.wikitop {
    text-align: justify;
    padding: 0 0.5% 0 2%;
}
.wikifeed {
    text-align: justify;
    padding: 0 2.7% 0 3.2%;
}
.feedtblhome {
    width: 100%;
    padding: 20px 0.5% 0 2%;
    border: 0;
    border-spacing: 0;
}
.feedtbl {
    width: 100%;
    padding: 20px 2% 0 2%;
    border: 0;
    border-spacing: 0;
}
.feedtblload {
    width: 100%;
    padding: 20px 0 50px 0;
    border: 0;
    border-spacing: 0;
}
.b-right {
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: rgb(220, 220, 220);
}
.b-left {
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: rgb(220, 220, 220);
}
td[id*="tblMoreTopicFeed"] {
   background-color: transparent;
}

td[id*="tblMoreTopicFeed"]:hover {
    background-color: rgb(240, 240, 240);
}

.adv {
    width: 100%;
    border: 0;
    border-spacing: 0;
    padding: 0 8% 20px 1.5%;
    margin: 0;
    display: none;
}

.adv-home {
    width: 100%;
    border: 0;
    border-spacing: 0;
    padding: 0 1.5% 20px 5%;
    margin: 0;
    display: none;
}

.tblMoreFeed {
    width: 100%;
    padding: 5px 0 20px 2%;
    border-top: 1px solid rgb(220, 220, 220);
    background-color: transparent;
    border-spacing: 0;
}

.tblVideos { 
    width:100%;
    border-spacing:0;
    padding: 10px 6% 0 4%;
}

.mainTbl {
    padding: 0 8% 0 1.1%;
}
.feed__ {
    padding:5px 2% 20px 2%;    
}
.tdSEMob {
    padding: 0px;
}

/* fluid layout NearByMaps */
.gridcontainer {
	width: 100%;
}

.gridwrapper {
	overflow: hidden;
}

.gridbox {
    padding:0 1% 10px 1%;
    float: left;
}

.mapwrapper {
    height:400px;
    width:48%;
}
.optionwrapper {
    width:48%;
}
.feedwrapper {
    width: 100%;
}

.feedmaps {
    width: 100%;
    padding:0 2% 10px 2%;
}