﻿/* New Design */
body, form 
{
    margin:0;
    padding:0;
    border: 0;
}
.Body
{
    background-color: #c0c0c0;    
}
body, p, div, td, span, form, input, textarea, select
{
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 11px;	
	font-style:normal;
	color: #333333;
}
a
{
    font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 11px;	
	font-style:normal;
	color: #2A82CC;
}
.clear 
{ 
	clear:both;
	font-size:0px;
	line-height:0;
	height:0;
}
.go-left
{
    float: left;
}
.go-right
{
    float: right;
}
.twitterLink
{
	display: block;
	width: 140px;
	background-image: url("Images/twitter-logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 14px 0 20px 55px;
	margin: 10px 4px;
	color: #33638C;
	font-weight: bold;
}
a.button, a.button-bigger, a.button-black, a.button-orange, a.button-drop-down
{
    display: inline-block;    
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 11px;
}
a.button:hover, a.button-bigger:hover, a.button-black:hover, a.button-orange:hover, a.button-drop-down:hover
{
    text-decoration: none;
}
a.button, a.button-drop-down
{
    height: 22px;
    background-image: url("Images/button-back-left.png");
}
a.button-bigger
{
    height: 26px;
    background-image: url("Images/button-bigger-back-left.png");
}
a.button-black
{
    height: 24px;    
    background-image: url("Images/button-black-back-left.png");
}
a.button-orange
{
    height: 26px;
    background-image: url("Images/button-orange-back-left.png");    
}
a.button span, a.button-bigger span, a.button-black span, a.button-orange span, a.button-drop-down span
{    
    background-position: right center;
    background-repeat: no-repeat;    
    display: inline-block;    
    text-align: center;
    cursor: pointer;
    white-space: nowrap;    
}
a.button span
{
    background-image: url("Images/button-back-right.png");
    color: #1d6eb2;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 11px 6px 0;
    min-width: 80px;
}
a.button-drop-down span
{
    background-image: url("Images/button-drop-down.png");
    color: #1d6eb2;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 24px 6px 0;
    min-width: 80px;
}
a.button-bigger span
{
    background-image: url("Images/button-bigger-back-right.png");
    color: #1d6eb2;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 11px 7px 0;
    min-width: 80px;
    font-weight: bold;
}
a.button-black span
{
    background-image: url("Images/button-black-back-right.png");
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 11px 6px 0;
    min-width: 55px;
}
a.button-orange span
{
    background-image: url("Images/button-orange-back-right.png");    
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 11px 7px 0;
    min-width: 60px;
    font-weight: bold;
}
a.emphasis span
{
    color: #e93e3e;
}
/* rad grid */
.RadGrid_Default td
{
    height: 32px;
    border: none !important;
}
.rgSorted, th.rgSorted
{
    background-color: #e0edf8 !important;
}
.rgHeader
{    
    background: none !important;
    border: none !important;    
}
.RadGrid_Default .rgHeaderDiv
{
    height: 29px !important;
    background-image: url("Images/grid-header-back.jpg") !important;
    background-position: left top !important;
    background-repeat: repeat-x !important;
}
.rgRow
{
    background-color: #f3f3f3 !important;
}
.rgAltRow
{
    background-color: #fff !important;
}
.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a, .RadGrid_Default .rgFooter a, .RadGrid_Default .rgEditForm a 
{
	color: #2a82cc !important;
}
.RadGrid_Default .rgRow a:hover, .RadGrid_Default .rgAltRow a:hover, .RadGrid_Default .rgEditRow a:hover, .RadGrid_Default .rgFooter a:hover, .RadGrid_Default .rgEditForm a:hover
{
	text-decoration: underline;
}
.RadGrid_Default .rgEditForm a:hover
{
    text-decoration: none !important;
}
.RadGrid_Default .rgSelectedRow
{
	background-color: #2a82cc !important;
	background-image: none !important;
}
.rgSelectedRow td, .rgSelectedRow td span, #tbPage .rgSelectedRow a
{
    color: #fff !important;
}
.RadGrid_Default .rgPager
{    
    background: url("Images/grid-pager-back.jpg") repeat-x scroll 0 0 transparent !important;    
}
.RadGrid_Default .rgPager td
{
    height: 40px !important;
}
.rgPager .rgPagerCell
{
    border-style: none !important;
    padding: 0px !important;
}
.rgNumPart a, .rgNumPart span
{
    color: #0078dd !important;
}
.rgNumPart a:hover
{
    background-position: 100% -1450px !important;
}
.rgNumPart a:hover span
{
    background-position: 0 -1350px !important;    
}
.rgNumPart a.rgCurrentPage, .rgNumPart a.rgCurrentPage span, .rgNumPart a:hover span
{
    color: #818080 !important;
}
.rgInfoPart 
{
    color: #474747 !important;
}
.rgPageFirst, .rgPageFirst:hover, .rgPagePrev, .rgPagePrev:hover, .rgPageNext, .rgPageNext:hover, .rgPageLast, .rgPageLast:hover
{
    background-image: url("Images/pager-buttons.png") !important;
}
.rgPageFirst, .rgPageFirst:hover
{
    background-position: 5px center !important;
}
.rgPagePrev, .rgPagePrev:hover
{
    background-position: -11px center !important;
}
.rgPageNext, .rgPageNext:hover
{
    background-position: -30px center !important;
}
.rgPageLast, .rgPageLast:hover
{
    background-position: -50px center !important;
}
/* hide page size selection for grids */
.rgAdvPart 
{	
	display: none;
}
/* end rad grid */

/* master page */
#tbPage
{
    background-color: #fff;
}
.PageHeader
{	
    background-image: url(Images/header-top-back-private.jpg);    
    background-repeat: repeat-x;
    height: 64px;
}
.ModuleHeader
{
	background-color: #f2f2f2;
    height: 50px;
}
.module
{
    background-color: #fff;
    min-height: 350px;
}
.module-header
{
    background-color: #f2f2f2;
}
.ModuleHeader_old
{
    background-color: #fff;
    background-image: url("Images/mod_head_back_old.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}
.ModuleBorder
{
    /*border-left: 1px solid #294F6E;
    border-right: 1px solid #294F6E;
    border-bottom: 1px solid #294F6E;*/
    overflow: hidden;
}
.ModuleSeparator
{
    display: block;    
    text-decoration: none;
    height: 23px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.ModuleSeparatorDown
{    
    background-image: url(images/module-separator-down.jpg);    
}
.ModuleSeparatorUp
{
    background-image: url(images/module-separator-up.jpg);
}
/* private master tabs */
#master-menu
{
    background:url(images/bg-nav.jpg) repeat-x 0 0;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;	
	margin-top: 21px;	
	height:43px;	
}
#master-menu li
{
	float: left;
	display: block;
	margin: 0;	
	padding: 0;
	height: 43px;
	position: relative;
}
#master-menu a
{	
	display: block;
	color: #fff;
	height: 43px;
	text-decoration:none;    	
	border: none;
	padding-left: 16px;
	background:url(images/s-nav.jpg) no-repeat right 8px;
	border:none;
}
#master-menu li.first
{
    background:url("Images/nav-left.jpg") no-repeat left top;
}
#master-menu li.last
{
    background:url("Images/nav-right.jpg") no-repeat right top;
}
#master-menu li.last a
{
    background-image: none;
}
#master-menu a span
{
    display: inline-block;
	color: #fff;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;	
	text-align: center;	
	padding: 18px 16px 12px 0;
	cursor: pointer;
}
#master-menu a:hover, #master-menu a.selected, #master-menu li.last a:hover, #master-menu li.last a.selected
{	
	background: url("Images/tab-selected-left.jpg") left top no-repeat;
	position: relative;
	left: -2px;
}
#master-menu a:hover span, #master-menu a.selected span
{
    background: url("Images/tab-selected-right.jpg") right top no-repeat;
	color: #0f7cdb;
}
#master-menu li.first a:hover, #master-menu li.first a.selected
{
    background: url("Images/tab-first-selected-left.jpg") left top no-repeat;
}
#master-menu li.last a:hover span, #master-menu li.last a.selected span
{
    background: url("Images/tab-last-selected-right.jpg") right top no-repeat;
}
/* end private master tabs */

.broadcast-details-footer
{
    height: 6px;
    background-color: #e8e8e8;
}

/* left menu */
.ModuleMenu
{
    background-color: #e8e8e8;    
    background-image: url(Images/ModuleMenuBack.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    width: 264px;    
    vertical-align: top;
}
.MenuItem
{    
    background-image: url(Images/menu_back.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    /*line-height: 16px;*/
    padding: 8px 0;
    vertical-align: top;
    white-space: nowrap;
    background-color: #f2f2f2;
    border-right: 1px solid #ddd;
}
.MenuItemImage
{
    width: 27px;    
    padding-right: 14px;
    text-align: right;
    border-style: none;
}
.MenuLink, .SelectedMenuLink
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.MenuItem .title
{
    font-size: 12px;
}
.MenuLink, .SubMenuLink, .subMenuLink2, .subMenuLink2Selected
{
    color: #2c8ada;
    text-decoration: none;
}
.SelectedMenuLink, .sub-menu-link-selected, .subMenuLink2Selected
{
    color: #535252;
    text-decoration: none;
}
.SubMenuItem
{
    padding: 5px 0px;
}
.sub-menu-title
{
    font-weight: bold;
}
inbox-categ-title
{
    display: inline-block;
}
.imageToggle
{	
	cursor: pointer;
	float: right;
	padding-right: 12px;
	padding-top: 1px;	
}
.inbox-filter-header
{
    width: 223px;
	padding-top: 10px;
	padding-bottom: 3px;
	position: relative;
	left: -12px;
}
.toggleFilterHeader
{
	cursor: pointer;
	float: right;
	bottom: -4px;
}
.inbox-filter-cell
{
	padding: 3px 0;
}
.remove-filter
{
	margin-left: 8px;
	position: relative;
	bottom: -3px;
}
.conversation-users
{
    padding-top: 12px;
}
.count, .count-emphasis
{    
    font-weight: normal;
}
.count-emphasis
{
    color: #db000b;
}
.count, .SelectedMenuLink .count-emphasis, .sub-menu-link-selected .count-emphasis, .subMenuLink2Selected .count-emphasis
{
    color: #545454;
}
.subMenuLink2, .subMenuLink2Selected
{
    display: block;
	margin: 10px 0;	
}
.icon-user-data
{
    position: relative;
    left: -6px;
}
/* end left menu */

.help, .logout
{
    display: block;    
    height: 23px;    
    background-position: left top;
    background-repeat: no-repeat;
    float: right;
    margin-top: 31px;
}
.help
{
    width: 66px;
    background-image: url("Images/help.jpg");
    margin-right: 10px;
}
.logout
{
    width: 85px;    
    background-image: url("Images/logout.jpg");
    margin-right: 25px;
}
.private-help-menu
{    
    position: fixed;
    top: 54px;
    right: 119px;    
}
.PopupMenu, .contextualMenu
{
    display: none;    
    background-color: #044b87;    
}
.PopupMenu
{
    width: 150px;
}
.contextualMenu
{
    width: 180px;
}
.contextualMenu .title
{    
    display: block;
    margin: 4px 0 8px;    
    color: #fff;
    font-size: 12px;
    text-align: center;   
}
.contextualMenu .info
{
    display: block;
    padding: 4px 0  4px 15px;
    color: #fff;
    font-size: 11px;
}
.contextualMenu .phone
{
    display: block;
    padding: 4px 0 4px 38px;
    background-image: url("Images/phone.png");
	background-repeat: no-repeat;
	background-position: 14px center;
	color: #b9d8f2;
    font-size: 11px;
}
.contextualMenu .spacer
{
    display: block;
    border-top: dotted 1px #ebebeb;    
    height: 0;
    line-height: 0;    
    margin: 2px 10px;
}
#miniInfoBox .sendMessageOption .stopRecBroadcastOption
{
    margin-top: 4px;
}
#miniContactBox
{
    position: absolute;
    z-index: 10;
    display: none;
    padding: 0 12px 10px;
    background-color: #2A82CC;    
}
#miniContactBox .phone
{
    display: block;
    padding-left: 20px;
    background-image: url("Images/phone.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #efefef;
    font-size: 11px;
    float: left;
}
#miniContactBox a
{
    display: block;	
	text-decoration: none;
	border-style: none;
	white-space: nowrap;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #efefef;
	float: left;
	margin-left: 20px;
}
#miniContactBox a:hover
{
    color: #fff;
}
.PopupMenuLink
{
    display: inline-block;
    margin-right: 12px;
    float: right;
    clear: both;    
}
.PopupMenuLink, .contextualMenu a
{
    color: #b9d8f2;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    white-space: nowrap;
}
.PopupMenuLink:hover, .contextualMenu a:hover
{
    color: #fff;
}
.popup-menu-top
{
    width: 180px;
    height: 5px;
    background-image: url("Images/popup-menu-top.png");    
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
}
.popup-menu-bottom, .popup-menu-bottom-big
{   
    height: 5px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}
.popup-menu-bottom
{
    width: 150px;
    background-image: url("Images/popup-menu-bottom.png");
}
.popup-menu-bottom-big
{
    width: 180px;
    background-image: url("Images/popup-menu-bottom-big.png");
}
.drop-down-menu
{
    display: none;
    position: absolute;
    z-index: 200;
    border: 2px solid #ebebeb;
    background-color: #f2f2f2;
    padding: 0;
}
.drop-down-menu a
{
    display: block;
    /*width: 87%;
    float: left;
    clear: both;*/
    color: #1d6eb2;    
    padding: 4px 11px 3px;    
    text-decoration: none;    
    white-space: nowrap;
    text-align: left;
}
.drop-down-menu a:hover
{
    background-image: url("Images/drop-down-link.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #fff;
}
.drop-down-menu .options
{
    border: 1px solid #fff;
    padding:2px;
}
#divContactSelectedContainer
{    
    margin: 6px 0 0 34px;
}
.disabled, .disabled span
{
    color: #999 !important;
}
.send-draft
{
    margin-top: 10px;
    float: right;
}
.ContactDetails .contact-info
{
    display: block;
    padding-top: 6px;
    font-weight: normal;
}
.ContactDetails .contact-info .name
{
    color: #2A82CC;
}
.ContactDetails .send
{
    display: inline-block;
    padding-top: 6px;
}

/* user profile */
.signature
{
    display: inline-block;
    margin: 5px 0;
}
.TabContent
{	
	padding-left: 85px;	
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #fff;
}
/* profile tabs */
.tabs
{    
	/*float: left;*/
	list-style: none;	
	width: 100%;
	height:43px;
	margin: 0;
	padding: 7px 0 0 25px;
	background: url("Images/tabs-back.jpg") left bottom repeat-x #f2f2f2;
}
.tabs li
{
	float: left;
	display: block;
	margin: 0;	
	padding: 0;
	height: 43px;	
}
.tabs a
{	
	display: block;
	color: #0f7cdb;
	height: 43px;
	text-decoration:none;    	
	border: none;
	padding-left: 16px;
	background: url("Images/tab-profile-left.jpg") left top no-repeat;
}
.tabs a span
{
    display: inline-block;
	color: #0f7cdb;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;	
	text-align: center;	
	padding: 18px 16px 12px 0;
	cursor: pointer;
	background: url("Images/tab-profile-right.jpg") right top no-repeat;
}
.tabs a:hover, .tabs a.selected
{	
	background: url("Images/tab-profile-left-selected.jpg") left top no-repeat;
}
.tabs a:hover span, .tabs a.selected span
{
    background: url("Images/tab-profile-right-selected.jpg") right top no-repeat;
	color: #c1c1c1;
}
/* end profile tabs */
/* end user profile */

/* company profile */
#tbCompanyProfile
{
	border-top: solid 1px #203040;
	background-image:url(Images/mod_head_back.jpg);
	background-repeat:repeat-x;
	background-position: top center;	
}
#companyProfile
{	
	padding: 0;
	/*height: 350px;*/
	overflow: hidden;
}
.companyProfileTitleWrapper
{
	padding: 0;
	width: 380px;
	height: 32px;	
}
.companyProfileTitleTop
{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.companyProfileTitle
{	
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	padding: 6px 4px 0 0;
	overflow: hidden;	
}
#companyProfile .tab-content
{
    background-color: #fff;
    height: 260px;
    overflow: auto;
    padding: 10px;
    position: relative;
}
/* end company profile */

/* Contextual Menu */
.contextualMenu
{	
	position: absolute;	
	z-index: 100;	
}
.contextualMenu a
{
	display: block;	
	text-decoration: none;
	border-style: none;
	white-space: nowrap;
	padding-left: 38px !important;
	background-repeat: no-repeat;
	background-position: 14px center;
}
.replyOption
{
	background-image: url(Images/comm_sent.png);	
}
.banOption
{
	background-image: url(Images/icon_banned_users.png);
}
.addToFavOption
{
	background-image: url(Images/icon_add_bookmark.png);
}
.addCompanyOption
{
	background-image: url(Images/icon_add_company.png);
}
.sendBroadcastOption
{
	background-image: url(Images/icon_set_user_as_admin.png);
}
.sendMessageOption
{
	background-image: url(Images/icon_contact.png);
}
.stopRecBroadcastOption
{
	background-image: url(Images/icon_stop_rec_b.png);
}
.sendEmailOption
{
	background-image: url(Images/icon_email.png);
}
.deleteOption
{
	background-image: url(Images/delete.png);
}
.viewDetailsOption
{
	background-image: url(Images/user_add.png);
}
.viewItemDetailsOption
{
	background-image: url(Images/icon-details.png);
}
.editOption
{
	background-image: url(Images/Edit.png);
}
.deleteOption
{
	background-image: url(Images/delete.png);
}
.closeWindowOption
{
	background-image: url(Images/delete.png);
}
/* end Contextual Menu */
.user-info span
{
    font-size: 12px;    
}
.conversation-name
{    
    font-weight: bold;
    color: #2c8ad7;
    text-decoration: none;
}
/* end master page */

/* popup window */
.popup-window
{
    padding: 10px 11px;
}
.Default.reWrapper
{
    background-image: url("popup-rad-editor-top");
    background-position: left top;
    background-repeat: repeat-x;
    border-left-style: none !important;
    border-right-style: none !important;    
}
.popup-window .editor-container
{
    border-top: 1px solid #b7d0f0;
}
.popup-window-container
{
    background-color: #f5f5f5;
    padding: 20px;
    padding-bottom: 10px;
}
.popup-window-content
{    
    background-color: #f5f5f5;
}
.PopupHeader
{
    background-image: url(Images/pop_h_back.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 19px;
    padding: 6px 0;
    border-bottom: 1px solid #fff;
}
.PopupTitle
{
    display: inline-block;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 2px;
}
.PopupField
{
    border: 1px solid #C1C1C1;
}
.PopupLabel
{
    color: #336E92;
}
.popup-footer
{
    
}
.popup-footer a
{
    display: inline-block;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}
.corner-button
{
    display: inline-block;
    margin-right: 5px;
    float: right;
    cursor: pointer;
}
.links-panel .button
{
    margin-right: 10px;
    margin-bottom: 12px;
}
.info, .info td, .info span, .info a
{
    font-size: 12px;
}
/* end popup window */

/* compose broadcast */
.compose-filters
{
    border: solid 1px #fff;
    background-color: #f7f7f7;
    padding: 5px;
}
.send-as-bulk
{
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    position: relative;
    bottom: -4px;
}
.compose-spacer
{
    display: block;
    border-top: solid 1px #fff;    
    height: 0;
    line-height: 0;
    margin: 2px 0;
}
.post-as-bulk
{
    color: #1D6EB2;    
}
/*
.compose-label
{
    font-family:  Sans-serif;
    font-size: 12px;    
    font-style: oblique;
    font-weight: bold;
    color: #1D6EB2;
}
*/
.new-list
{
    /*font-family:  Sans-serif;*/
    font-size: 12px;
    /*font-weight: bold;*/
    color: #1D6EB2;
}
/* end compose broadcast */
/* end New Design */


/*ajax progress*/
#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#FFF; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:25%; 
    left:20%;
    padding:10px; 
    width:400px; 
    height:200px;
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
    text-align:center;    
}
#divFooterForAjax p
{
    font-size:12px;
}
/*end ajax progress*/

#productsBackgroundFilter
{
	background-color:#f1f1f1;
	filter:alpha(opacity=50);
	opacity:0.5;
	position: absolute;
	top: 175px;
	float: left;
	z-index: 10;
	display: none;
}

img
{
    border: none;
    margin: 0;
    padding: 0;    
}
.textbox
{
	border: 1px solid #C1C1C1 !important;
	font-size: 13px !important;
    margin: 0;
}
.dropDownList
{
	border: 1px solid #C1C1C1 !important;
	font-size: 13px !important;
    margin: 0;
}

#EditWebText .textbox
{
	width: 300px;
}

.picFrameBorderTopBottom
{
	height: 8px;
	background-color: #666;
}
.picFrameBorderLeftRight
{
	width: 8px;
	background-color: #666;
}
.picFrameLeftTop
{
	width: 8px;
	height: 8px;
	background-image: url("Images/pic_frame_left_top.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.picFrameRightTop
{
	width: 8px;
	height: 8px;
	background-image: url("Images/pic_frame_right_top.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.picFrameRightBottom
{
	width: 8px;
	height: 8px;
	background-image: url("Images/pic_frame_right_bottom.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.picFrameLeftBottom
{
	width: 8px;
	height: 8px;
	background-image: url("Images/pic_frame_left_bottom.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#frmHome
{   
/*    padding-top: 62px; */
    padding-bottom: 60px;
}
#tdMenu
{
    height: 43px;    
    padding-bottom: 3px;
    text-align: right;
}
#tdMenu .IE8fix
{
	height: 43px;
	width: 720px;
}
#tdMenu .Tab
{    
    margin-left: 3px;
}
#tdLeftTop
{
    width: 260px;
    height: 172px;        
}
.tdCenterTop
{
    /*width: 758px;*/
    /*background-image: url(Images/header_mp.jpg);*/
    background-image: url(Images/header_mp2.jpg);
    background-repeat: no-repeat;   
    height: 176px; 
}
.tdCenterTopLogged
{
	width: 498px; 
    background-image: url("Images/logo2.png");
    background-repeat: no-repeat;    
}

/* trial defaul.aspx */
.DivTrial
{
    width: 260px;
    height: 172px;
    background-image: url("Images/free-trial.png");
    background-repeat: no-repeat;
}
.DivTrial .LinkFreeTrial
{
    display: block;
    width: 134px;
    height: 50px;
    margin-top: 50px;
    margin-left: 110px;
    _margin-left: 52px;
    float: left;    
}
.DivTrial .LnkMore
{
    display: block;
    float: right;
    margin: 10px 18px 0 0;
    _margin: 10px 10px 0 0;
    /*margin: 107px 18px 0 0;
    float: right;    
    _margin: 106px 10px 0 0;
    */
}
/* end trial defaul.aspx */

/* trial pulic master page */
.DivTrialMaster
{
    width: 260px;
    height: 104px;
    background-image: url("Images/free-trial-master-page.png");
    background-repeat: no-repeat;
    clear: both;
}
.DivTrialMaster .LinkFreeTrial
{
    display: block;
    width: 134px;
    height: 50px;
    margin-top: 15px;
    margin-left: 110px;
    _margin-left: 52px;
    float: left;    
}

.DivTrialMaster .LnkMore
{
    display: block;
    float: right;
    margin: 10px 18px 0 0;
    _margin: 10px 10px 0 0;    
}
/* end trial pulic master page */

.LnkGetStarted
{
    display: block;
    float: left;
    width: 137px;
    height: 32px;
    margin: 6px 0 0 344px;
    /*_margin: 60px 0 0 86px;*/
}
.loginContainer
{
	width: 219px;
    height: 176px;
	background-color: #33638C;
    margin-left: 3px;
    float: right;
}
.DivLogin
{
    /*background-color: #33638C;*/
    background-image: url("Images/login.png");    
    background-repeat: no-repeat;
    /*margin-left: 3px;*/
    width: 219px;
    height: 172px;
}
.LnkLogin
{
    display: block;
    float: right;   
    width: 55px;
    height: 18px;
    margin: 10px 10px 0 0;
    #margin-top: 8px;
    _margin-right: 4px;    
}
.Links
{
    /*
    float: left;
    position: relative;
    top: 90px;
    left: 4px;
    */
    margin-top: 4px;
    white-space: nowrap;
    float: left;
    clear: both;
}
.DivTrial a, .DivTrialMaster a, .Links a
{    
    color: #7DD0F0;    
    font-weight: bold;
}
.Links a
{
    margin-left: 7px;
}
#tdLeftBottom
{
    background-color: White;
}
#menuPictures a
{
    margin: 0 !important;
    padding: 0 !important;
    border-style: none !important;
    text-decoration: none !important;
}

#tdRightBottom
{
    background-color: #33638C;
    vertical-align: top;
}
#menuPictures
{
    width: 276px;    
    float: left;
}
#details
{
    width: 434px;    
    _overflow: hidden;
    height: 601px;
    float: left;
    background-color: White;    
}
.RoundedHeader
{
    position: relative;
    top: -27px;
    left: -1px;    
}
#logos
{
	/*
    height: 113px;
    #height: 116px;
	*/
	width: 260px;
	position: relative;
	top: -20px;
}
.Footer
{    
    background-color: #33638C;
}
.Footer td
{
    color: White !important;    
}
.TdLeft
{
    padding-top: 22px;
    #padding-top: 2px;
    padding-left: 22px;
    height: 14px;    
}
.FooterLeft
{
    padding-top: 22px;
    padding-left: 22px;
    height: 14px;
    float: left;
}
.FooterLeft a
{
    color: White;
    text-decoration: none;
    display: block;
    float: left;    
    margin-right: 20px;
}
.TdLeft a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left;    
    margin-right: 30px;
}
.LoginTextBox
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 119px;
    #width: 118px;
    height: 16px;
    background-color: #DDF2FB;
    margin-left: 87px;
    /*
    position: relative;
    left: 87px;
    #left: 85px;
    float: left;
    */
}
.User
{
	margin-top: 50px;
}
.Pass
{
    margin-top: 12px;
    #margin-top: 10px;
}
.LogoSmall
{
    margin-top: 10px;
    
}
#copyright
{
    padding: 8px 0 10px;
    padding-left: 4px;
    color: White;
    font-size: 10px;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}
.MainHomeContent
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 605px;
    margin-top: -35px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}
.MainHomeImage
{
    cursor: pointer;
}
.redirect
{
	display: block;
	background: url(Images/pixel-transparent.png) repeat;
	width: 160px;
	height: 596px;
	float: left;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 100;
}

/*********** Private Area ***********/
/*
.PageHeader
{
	background-color: #274E6D;
	#background-color: #1f4362;
    background-image: url(Images/PageHeader.png);
    background-repeat: no-repeat;
    height: 35px;
}
.PageHeaderPrivate
{
    background-image: url(Images/PageHeaderPrivate.png) !important;
}
*/
.ModuleName
{
    color: #FFF;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
}
/* fixes generated by help icon */
.PrivateArea .PageHeader .ModuleName
{
	padding-top: 20px;
}
.PrivateArea .PageHeader .welcomeContainer
{
	padding-top: 10px;
    padding-left: 10px;
}
.PrivateArea .PageHeader .feedback, .PrivateArea .PageHeader #topMenu
{
	padding-top: 8px;
}
.PublicArea  .PageHeader .login
{
	display: block;
	float: right;
	width: 34px;
	margin-top: 8px;
	margin-right: 10px;
}
/* end fixes generated by help icon */
.MyProfile
{
    color: #A6E496;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(Images/MyPrfBody.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
.MyProfileSelected
{
    color: #fff;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(Images/MyPrfBody.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}

.ModuleHeaderLink
{
    color: #205288;
    font-weight: bold;
    text-decoration: none;
}
.ModuleHeaderDisabledLink
{
    color: #666;
    font-weight: bold;
    text-decoration: none;
}


.InventoryField
{
    border: 1px solid #C1C1C1;
    width: 100px;
}
.Label
{
    font-weight: bold;
}
.ItemDetails
{
	padding-top: 4px;
}
.ItemDescription
{
	display: block;
	width: 670px;
	overflow: auto;
	padding: 10px 0;
}
.ItemDescription h1
{
	font-size: 24px;
}
.ItemDescription h2
{
	font-size: 20px;
}
.InventoryEditField
{
    border: 1px solid #CCC;
}
.AbsPopup
{
    position: absolute; 
    background-color: #FFFFFF; 
    border: 1px solid #B3CDF0;
    display: none;
    z-index: 200;
}
.ContactDetails
{
	display: none;
    /*
	position: fixed;
    top: 50%;
    left: 50%;
	margin-top: -100px;
    margin-left: -150px;
	*/
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #B3CDF0;
    padding: 10px;
    font-weight: bold;
    z-index: 110;
}
.Link1
{
    color: #2A82CC !important;
    text-decoration: underline;
}
.ContactDetails .Link1
{
	font-weight: bold;
}
.orange
{
	color: #FF9900 !important;
}
.InventoryAddField
{
    border: 1px solid #CCC;
    width: 100px;
    #width: 98px;
}
.BroadcastField
{
    border: 1px solid #CCC;
}
.MyProfileField
{
    border: 1px solid #CCC;
}
.broadcastHeaderLink
{
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	color: #A6E496;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.broadcastHeaderLink:hover
{
	color: #fff;
}
.welcomeContainer
{
	float:left;
	padding-top: 2px;
	color: #fff;
}
.feedback
{
	float:right;
	padding-top: 2px;
	margin-right: 10px;
}
/************************************/

/*************** User Profile ************/
.TabCompany
{
	background-image: url(Images/TabCompany.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 29px;
}
.TabUser
{
	background-image: url(Images/TabUser.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabSettings
{
	background-image: url(Images/TabSettings.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabFinish
{
	background-image: url(Images/TabFinish.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabShowroom
{
	background-image: url(Images/TabShowroom.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabClassifieds
{
	background-image: url(Images/TabClassifieds.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabInventory
{
	background-image: url(Images/TabInventory.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabCompanyActive
{
	background-image: url(Images/TabCompanyActive.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 29px;
}

.TabUserActive
{
	background-image: url(Images/TabUserActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabSettingsActive
{
	background-image: url(Images/TabSettingsActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabFinishActive
{
	background-image: url(Images/TabFinishActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabShowroomActive
{
	background-image: url(Images/TabShowroomActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabClassifiedsActive
{
	background-image: url(Images/TabClassifiedsActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabInventoryActive
{
	background-image: url(Images/TabInventoryActive.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
}

.TabGradient
{
	background-image: url(Images/TabGradient.jpg);
	background-repeat: no-repeat;
	/*width: 726px;*/
	height: 28px;
}

/*
.TabGradientDinamyc
{
	background-image: url(Images/TabGradientPixel.jpg);
	background-repeat: repeat-x;
	height: 28px;
	border: none;
	border-left: solid 1px #B3CDF0;
	border-right: solid 1px #B3CDF0;
}
*/

.ProfilePanel
{
	margin: 0 10px;	
}

.TabPanel
{
	width: 677px;
}

.mainContainer
{
    width: 726px;
    border: #B3CDF0 1px solid;
	padding-left: 85px;
	padding-right: 145px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.TabPanel a
{
	font-weight: bold;
	color: #fff;
	margin-left: 50px;
	font-size: 12px;
	text-decoration: none;
}

.TabBlank
{
	border-bottom: #5A91D2 1px solid;
}



.lineCF
{	
	height: 0;
	border-bottom: solid 1px #cfcfcf;
}

.ProfilePanel h2
{
	margin: 10px 0;	
	font-size: 18px;	
	color: #205288;
}

.ProfilePanel h3
{
	margin: 10px 0;	
	font-size: 16px;	
	color: #205288;
}

.tdImage a
{
	margin-top: 2px;
}

#ProfileWrapper .BroadcastField
{
	font-size: 12px;
	height: 17px;
}
#ProfileWrapper select.BroadcastField
{
	height: 20px;
}
/*********************************************/

.Link2
{
    color: #00853F;
    /* text-decoration: none; */
    font-weight: bold;
    background-image: url(Images/arrow_link.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 20px 4px 0px;
    font-size: 13px;
}

.DesignSettingsHeader, .DesignSettingsHeader a
{
    color: #00853F;    
    font-weight: bold;
    font-size: 13px;
}
.MySettingsSubtitle
{
	text-transform: uppercase;
	font-weight: bold;
}


.Star
{
    color: Maroon;
}

.userNameAvailable
{
    margin-left: 5px;
    background-image: url(Images/tick.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 120px;
    height: 16px;
    padding-left: 20px;
    color: green;
    font-weight: bold;
    margin-top: -7px;
}

.userNameNotAvailable
{
    margin-left: 5px;
    background-image: url(Images/exclamation.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 120px;
    height: 16px;
    padding-left: 20px;
    color: #C00E0C;
    font-weight: bold;
    margin-top: -7px;
}

.greenLink
{
	color: #A6E496;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.greenLinkSelected
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#topMenu .greenLink, #topMenu .greenLinkSelected
{
	font-family: Tahoma;	
}
.broadcasts
{
	background-image: url(Images/icon_broadcasts.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.inventories
{
	background-image: url(Images/icon_inventories.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.showrooms
{
	background-image: url(Images/icon_showrooms.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
}
.classifieds
{
	background-image: url(Images/icon_classifieds.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}
.members
{
	background-image: url(Images/icon_members.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}
.login
{
	background-image: url(Images/icon_login.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.linksPanelRight .topSpacer
{
	height: 6px;
	_height: 0px;
	_margin-top: -6px;
}
.linksPanelRight .greenLink
{
	display: block;
	clear: left;
}
.linksPanelRight .broadcasts
{
	margin-left: 12px;
	padding-left: 30px;
}
.linksPanelRight .inventories
{
	margin-left: 13px;
	padding-left: 30px;
	margin-top: 7px;
}
.linksPanelRight .showrooms
{
	margin-left: 12px;
	padding-left: 32px;
	margin-top: 7px;
}
.linksPanelRight .classifieds
{
	margin-left: 11px;
	padding-left: 34px;
	margin-top: 7px;
}
.linksPanelRight .MyProfile
{
	margin-left: 22px;
	padding-left: 25px;
	margin-top: 7px;
}
.linksPanelRight .members
{
	margin-left: 18px;
	padding-left: 28px;
	margin-top: 7px;
}

.linksPanelRight .logout
{
	margin-left: 18px;
	padding-left: 28px;
	margin-top: 7px;
}

.upgradeRenew
{
	font-weight: bold;
	color: #96230F !important;
}

.marginLeft10px
{
	margin-left: 10px !important;
}
.marginRight10px
{
	margin-right: 10px !important;
}
.paddingLeftRight20px
{
	padding: 0 20px !important;
}

/* public master - News section */

.newsSection
{
	padding: 10px 20px;
}
.newsSection h2
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.publicPage .newsSection
{
	padding-left: 0;
	padding-right: 0;
}

.newsTitle
{
	/*padding-top: 6px;*/
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	clear: both;
}

.newsDate
{
	padding-top: 4px;
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 10px;	
	color: #A6A6A6;
}

.newsText
{
	padding-top: 4px;
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 11px;
	color: #A6A6A6;	
}

.newsText img
{
	float: left;
	margin-right: 6px;
}

.newsText p
{
	margin: 0;
}

.Link3
{
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 12px;
    color: #3AB9E9;
    text-decoration: underline;    
    background-image: url(Images/yellow-arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    padding-bottom: 2px;
}

.Link3Wrapper
{
	padding-top: 6px;
	text-align: right;
}

/* Public pages */

.publicPage
{
	width: 660px;	
	padding: 10px 20px;
}

.searchPage
{
	width: 698px;
	padding: 0;
}

.pageTitle, .publicPage h1
{
	color: #33638C;
	font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.searchPageTitle, .searchPage h1
{
	color: #33638C;
	font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 18px;
    padding-left: 20px;
}

.publicPage h1, .searchPage h1
{
	margin: 0;
}

.detailsPage
{
	padding: 15px;
	text-align: justify;
}

.pageSubtitle
{
	color: #33638C;
	font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
}

.homepageSubtitle
{
	color: #2C8AD7;
	font-family: Trebuchet MS;
    font-size: 25px;
    /*font-weight: bold;*/
}
.homepageSubtitle2
{
	color: #999999;
	font-family: Trebuchet MS;
    font-size: 25px;
    /*letter-spacing: 1px;*/
	font-weight: normal;
}

.homepageText
{
	border-left: solid 1px #2C8AD7;
	padding: 0 15px;
	margin: 10px 0;
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 11px;
	/*color: #264D6C;*/
}

#divInitialText
{
	padding-top:10px;
	line-height:19px;
}
#divBroadcast .homepageSubtitle, #divInventory .homepageSubtitle, #divShowroom .homepageSubtitle, #divClassifieds .homepageSubtitle
{
	padding-top:2px;
}
#divBroadcast .homepageText, #divInventory .homepageText, #divShowroom .homepageText, #divClassifieds .homepageText
{
	line-height:19px;
}


/* HELP */
.helpIcon
{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding: 2px;
}
.PrivateArea .helpIcon
{
	margin-right: 10px;
	margin-top: 14px;
}
#divHelpContainer
{
	position: absolute;
	right: 0px;
	top: 55px;
	z-index: 10;
}
#divHelp
{	
	background-color: White;
	width: 0px;
	/*height: 300px;*/
	height: auto;
	overflow: hidden;
	display: none;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#divHelpContent
{
	width: 500px;
}
#divHelpContent .homepageText
{
	padding-right: 0;
	text-align: justify;
}
/* end HELP */

.block
{
	display: block;
}
.padding10px
{
	padding: 10px;
}
.paddingTop6px
{
	padding-top: 6px;
}
.paddingTop15px
{
	padding-top: 15px;
}
.paddingTop10px
{
	padding-top: 10px;
}
.paddingTop9px
{
	padding-top: 9px;
}
.paddingRight10px
{
	padding-right: 10px;
}
.paddingLeft6px
{
	padding-left: 6px;
}
.paddingLeft4px
{
	padding-left: 4px;
}
.paddingTopBottom10px
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.error
{
    color: #FF0000;
}

.banner
{
	display: block;
	float: left;
	width: 104px;
	height: 57px;
	margin: 4px;
	margin-left: 14px;
	_margin-left: 8px;
	text-align: center;
}
.clearBoth
{
	display: block;
	clear: both;
}

/* News page */

.publicPage .newsTitle
{
	/*padding-top: 10px;*/
	font-family: verdana, helvetica, sans-serif, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	clear: both;
}

/* Search Broadcast, Inventory etc. */
.reset
{
    text-decoration: none;
    font-size: 12px;
}
.actions .reset
{
    /*padding: 3px 0 4px 10px;*/
}
.searchLink
{
	display: block;
	background-image: url('Images/search.png');
	background-repeat: no-repeat;
	height: 12px;
	font-size: 12px;
	padding: 0 0 4px 18px;
	color: #33638C;
}
.searchResetLink
{
	display: block;
	background-image: url('Images/delete2.png');
	background-repeat: no-repeat;
	height: 12px;
	font-size: 12px;
	padding: 0 0 4px 18px;
	color: #33638C;
}

.tbLatestSearches
{
	width: 100%;
}
.tbLatestSearches a
{
	text-decoration: underline !important;
}

.marginTop10px
{
	margin-top: 10px;
}

.tableSearch
{
	width: 280px;
	margin-top: 20px;
}

/*
.tableSearch td
{
	height: 26px;
	vertical-align: middle;
}
*/

.tableSearch .tdLeft
{
	background-color: #eee;	
}

.classifiedHeader
{
	background-color: #F5F3F4;
	width: 700px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.classifiedDetail
{
	background-color: #FFFFFF;
	/*width: 660px;
	#width: 670px;*/
	min-height: 700px;
	padding: 10px 20px;	
}

.categoryItems
{
	margin-left: 25px;
}

.categoryItems .selected:link
{
	color: #205288;
	text-decoration: none;
}

.categoryItems a
{
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

/*
.rgSelectedRow
{
	background: inherit !important;
	border: none !important;
}
*/



/* Company Profile */
.floatLeft
{	
	float: left;
}
.viewMap
{	
	padding-bottom: 2px;
	cursor: pointer;
}
.paddingLeft10px
{
	padding-left: 10px;
}
.paddingBottom10px
{
	padding-bottom: 10px;
}
.paddingBottom6px
{
	padding-bottom: 6px;
}
.marginBottom10px
{
	margin-bottom: 10px;
}
.marginTopBottom10px
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.FilterTitle
{
    background-color: #E8F2F9;
    color: #333333;
    font-weight: bold;
    padding: 10px 8px;
    padding-bottom: 11px;
}

.FilterLink, .FilterLinkSelected
{
    color: #333333;
    padding: 4px;
    padding-left: 8px;
}
.CategoryLink
{
    color: #333333;
    padding: 4px;
    padding-left: 7px;
}
.FilterLink a, .CategoryLink a
{
    text-decoration: none;
}
.FilterLinkSelected
{
	font-weight: bold !important;
}

.FilterRemove
{
    /*background-image: url(Images/remove-filter.gif);*/
    background-image: url(Images/icon_delete.gif);
    padding-left: 15px;
    background-repeat: no-repeat;
    
}

.contactBox
{
	width: 180px;
	height: 90px;
	background-image: url("Images/back_contact.png");
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}
.contactBox .flag, .contactBox .linkSendEmail, .contactBox .linkSendMessage
{
	float: left;
}
.contactBox .flag
{
	margin: 5px 15px 0 0;
}

.hr
{
	background-color: #e4e4e4;
	height: 1px;
	padding: 0;
	margin: 8px 0;
	_margin-top: -14px;
	_margin-bottom: 4px;	
}
.hr2
{
	background-color: #CFCFCF;
	height: 1px;
	padding: 0;
	margin: 8px 0;
	_margin-top: -14px;
	_margin-bottom: 4px;	
}

.text1
{
	color: #33638C;
	font-weight: bold;
}
.text2
{
	text-align: justify;
}
.text3
{
	color: #699FDC;
	font-weight: bold;
}
.text4
{
	color: #666666;
	font-weight: bold;
}

.linkSendEmail
{
	display: block;
	height: 12px;
	padding: 4px 0 6px 24px;
	background-image: url("Images/icon_email.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF9900 !important;
	cursor: pointer;
}
.linkSendMessage
{
	display: block;
	height: 12px;
	padding: 5px 0 6px 24px;
	background-image: url("Images/icon_msg.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF9900 !important;
	cursor: pointer;
}

.productName
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #63901C;
}

#userMiniBox
{
	float: right;
	position: relative;
	top: -40px;
	right: 16px;
}

/* round corners picture border */
.divFrame img
{
	margin: 0;
	padding: 0;
}
.picFrameTopLeft
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_left.png");
	background-repeat: no-repeat;
}

.picFrameTopLeftCenter
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_left_center.png");
	background-repeat: no-repeat;
}

.picFrameTopBottom
{
	background-color: #666666;	
	line-height: 1px;
}

.picFrameTopCenterRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_center_right.png");
	background-repeat: no-repeat;
}

.picFrameTopRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_right.png");
	background-repeat: no-repeat;
}

.picFrameTopMiddleLeft
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_middle_left.png");
	background-repeat: no-repeat;
}

.picFrameTopMiddleRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_top_middle_right.png");
	background-repeat: no-repeat;
}

.picFrameLeftRight
{
	background-color: #666666;
}

.picFrameMiddleBottomLeft
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_middle_bottom_left.png");
	background-repeat: no-repeat;
}

.picFrameMiddleBottomRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_middle_bottom_right.png");
	background-repeat: no-repeat;
}

.picFrameBottomLeft
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_bottom_left.png");
	background-repeat: no-repeat;
}

.picFrameBottomLeftCenter
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_bottom_left_center.png");
	background-repeat: no-repeat;
}

.picFrameBottomCenterRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_bottom_center_right.png");
	background-repeat: no-repeat;
}

.picFrameBottomRight
{
	width: 5px;
	height: 5px;
	background-image: url("Images/pic_frame_bottom_right.png");
	background-repeat: no-repeat;
}

/* for fixed width 100px */
.pictureFrameTop
{	
	width:110px;
	height:10px;
	background-image: url("Images/pic_frame_top_back.png");
	background-repeat: no-repeat;
	background-position: center top;	
}
.pictureFrameBottom
{
	width:110px;	
	height:auto;
	background-image: url("Images/pic_frame_bottom_back.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pictureFrameImage 
{	
	position: relative;
	top: -5px;
}
/* end for fixed width 100px */

/* end round corners picture border */

.Items
{
	padding-right: 14px;
	padding-left: 10px;
}
.Items .text1
{	
	font-size: 14px;
}
.Items .text2
{
	padding-left: 2px;
}
.tbItems td
{
	vertical-align: top;
	text-align: left;
}
.pager
{
	padding: 10px 16px;
	text-align: right;
}
.pager a
{	
	cursor: pointer;
	padding: 0 2px;
	text-decoration: none;
	color: #3AB9E9;
}
.Items a
{
	color: #33638C;
	text-decoration: none;
}
.Items a:hover, .pager a:hover, .Items a.text1
{
	text-decoration: underline;
}
.pager .selected
{	
	color: #000;
}
.Bordered
{
	padding: 4px;
	border: solid 1px #6f6f6f !important;
}
.ImageButton
{
	cursor: pointer;
}
.Link4
{
	color: #33638C;
	font-size: 12px;
	font-weight: bold;
}
.floatLeft
{
	float: left;
}
.justify
{
	text-align: justify;
}
.fontSize13px
{
	font-size: 13px;
}
.tbDetails td
{
	padding: 4px;
	vertical-align: top;
}
.tbDetails .item
{
	background-color: #eee;
}
.tbDetails .altItem
{
	background-color: #fff;
}
.tbDetails .leftColumn
{
	width: 150px;
}
.tbDetails .rightColumn
{
	width: 180px;
}
.errorText
{
	padding: 40px 20px;
	color: #33638C;
	font-size: 14px;
	font-weight: bold;
}
.center
{
	text-align: center !important;
}
.middle
{
	vertical-align: middle !important;
}
.top
{
	vertical-align: top !important;
}
.Welcome, .Welcome a
{
    color: #FFFFFF;
}

.ModuleHeaderLeft
{
    background-image: url(Images/header_top_left.jpg);
    background-repeat: no-repeat;
    width: 18px;
    float: left;
    height: 12px;
}

.ModuleHeaderRight
{
    background-image: url(Images/header_top_right.jpg);
    background-repeat: no-repeat;
    width: 18px;
    float: right;
    height: 12px;
}

.ModuleHeaderMiddle
{
    background-image: url(Images/header_top_middle.jpg);
    background-repeat: repeat-x;
    height: 12px;
}

.FooterBottomLeft
{
    background-image: url(Images/footer_left.jpg);
    background-repeat: no-repeat;
    width: 14px;
    float: left;
    height: 14px;
}

.FooterBottomRight
{
    background-image: url(Images/footer_right.jpg);
    background-repeat: no-repeat;
    width: 14px;
    float: right;
    height: 14px;
}

.FakeLink
{    
    cursor: pointer;
    text-decoration: underline;
}
.pointer
{
	cursor: pointer;
}

.DeleteMenuItem, .ContactSelectedMenuItem
{
    padding-left: 15px;
    height: 20px;
    padding-top: 5px;
    width:170px;
}

.DeleteMenuItem a, .ContactSelectedMenuItem a
{
    text-decoration: none;
}

.DeleteMenuItem:hover, .ContactSelectedMenuItem:hover
{
    background-color: #DBE5F1;
}
.ContactSelectedMenuItem
{
	width: 120px !important;
}

.SmallEmptyMargin
{
   height: 5px;
}

.CommunicationSelectedItem
{
    font-weight: bold;
}


/* Default.aspx */
h1.homeTitle, h2.homeTitle
{	
	font-size: 24px;
	margin: 0;
	margin-top: 30px;
}
h1.homeSubTitle, h2.homeSubTitle
{	
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
}
h1.homeTitle, h2.homeTitle, h1.homeSubTitle, h2.homeSubTitle
{
	color: #fff;
	width: 418px;
	#width: 415px;
	float: right;	
}

.tbHomeData td
{	
	padding-left: 6px;
	padding-right: 6px;
}
#rememberMe
{
	display: block;
	float: left;
	color: #fff;
	margin: 6px 0 0 8px;
}
#rememberMe input
{	
	height: 13px !important;
	width: 13px !important;
	margin: 0 !important;
	position: relative;
	bottom: -2px;
	#bottom: 1px;
}
.searchInvSubtitle
{
	color: #FF9900;
	font-family: Trebuchet MS;
    font-size: 20px;
    clear: both;
    padding: 0 10px 10px 0;
    /*text-align: center;*/
}
.searchInv
{
	float: left;
	margin: 0 15px 0 0px;
}
/* end Default.aspx */

/* Generated website legend */
.privatePage
{
	padding: 10px 20px;
}
.websiteLegend
{
	padding-top: 20px;
	padding-left: 20px;
	/*font-weight: bold;*/
	font-size: 12px;
}
.websiteScreen
{
	float: left;
	margin-right: 10px;
	
}
/* end Generated website legend */

/* chat */

.ChatWindow
{
	width: 230px;
	height: 280px;
	border: 1px solid #777;
	position: fixed;
	bottom: 25px;
	display: none;
	background-color: #FFF;
}

.ChatHeader
{
	height: 17px;
	font-weight: bold;
	font-size: 11px;
	background-color: #274E6D;
	padding-top: 3px;
	padding-left: 5px;
}

.ChatHeader span
{
	color: #FFF;
}

.ChatHeader a
{
	display: block;
	float: right;
	margin-right: 5px;
	color: #CCC;
	text-decoration: none;
}

.ChatHeader a:hover
{
	color: #FFF;
}

.ChatBody
{
	height: 226px;
	border-bottom: 2px solid #274E6D;
	padding: 3px 5px 5px 3px;
	font-size: 10px;
	overflow: auto;
}

.ChatFooter
{
	text-align: right;
	padding-top: 3px;
}

.ChatFooter div
{
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 5px;
    background-image: url(Images/chat_conv.png);
    background-repeat: no-repeat;
}

.ChatFooter input
{
	width: 200px;
	height: 15px;
	font-size: 11px;
	border-style: none;
}

.MinimizedChat, .MinimizedChatSel, .MinimizedChatHl
{
	width: 135px;
	height: 20px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	position: fixed;
	bottom: 0px;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 5px;
	display: none;
}

.MinimizedChat
{
	background-color: #CCC;
	color: #333;
}

.MinimizedChatHl
{
	background-color: #274E6D;
}

.MinimizedChatHl span
{
    color: #FFF;
}

.MinimizedChatSel
{
	background-color: #FFF;
	color: #333;
}

.MinimizedChat:hover
{
	background-color: #FFF;
}

.ChatTitle
{
    display: block;
    float: left;
}

/* end chat */


.sampleProducts
{
	background-color: #fff;
	padding-bottom: 5px;
}
.sampleProduct
{
	padding: 4px 10px 0 10px;	
}
.sampleProduct a, .sampleCompany a
{
	font-size: 10px;
}

.sampleCompanies
{
	background-color: #fff;
	padding-top: 2px;
}
.sampleCompany
{
	padding: 6px 12px 0 12px;
}
.sampleCompanies .spacer
{
	padding-top: 4px;
	height: 0px;
}
.SearchMessage a
{
    font-size: 12px; 
    color: #2D2D2D; 
}
.SearchMessage
{
    background-color: #FFEA96; 
    font-size: 12px; 
    color: #2D2D2D; 
    height: 17px; 
    padding: 10px; 
    display: none;
}

.file-upload
{
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.file-upload .upload
{
    position: relative;
    top: -2px;
}
a.save-color
{    
    #margin-top: 4px;
}
a.save-color span
{   
    #width: 91px !important;
}

/*
.search-form td
{
    vertical-align: top;
    padding-top: 6px;
}

.search-form td.Label
{
    text-align: right;
}*/

.conv-bubble
{
    position: absolute;
    background-image: url(Images/new-conv.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    top: 0px;
    right: 0px;
    color: White;
    font-size: 10px;
    text-align:center;
    padding-top: 2px;
    display: none;
}
