/**/
body {
  margin-top: 0px;	  
  margin-bottom: 30px;
  text-align: center; 
  background: #FcFcFc ;  
  color: #456072;
  margin: auto;

}
hr {
  background-color:#E0E0E0;
  color: #E0E0E0;
  height: 1px;
  border: none;
}
#PageContainer {
  width: 1000px;
  margin: 0 auto;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #456072;
  text-align: center;
  border: 0px solid #AA0000; 
}
tbody {
  margin: 0 auto;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #456072;
  text-align: left;
}
#PageContainer .PageContainerLeft {
	float: none; /* left */
	width: 795px;
	margin: 0 auto;
	text-align: left;
}

#PageContainer .PageContainerRight {
	float: right;
	width: 190px;
	margin-top:70px;
	background: #f4f4f4;
	padding: 5px; 
	border: 0px solid #AA0000; 
}

#MessageContentContainer {
  margin: 5px;
  padding: 5px;
  background: red;
  color: yellow;
  font-weight: bold;
}

#PageContainer .PageContainerLeftFull {
	clear: both;
}

#PageContainer .PageContainerRightNone {
	display: none;
}

#MainContentContainer {
/*  width:795px; */
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  clear: both;
  border: none; 
  background: #F2F5F7;
  border-left: 2px solid #9BBACA;
  border-right: 2px solid #9BBACA;
}
#HeaderDelimiter{
  /* width:795px; */
  padding-bottom: 0px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0px;
  clear: both;
  border-top:0px solid #AA0000;
  background: #FcFcFc ;
}

#footer {
  float:left;
  width: 100%;
  padding-bottom: 1px;
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
/*  border-top:4px solid #AA0000; */
/*  border-top:1px solid #AA0000;  */
}
#footer p {
  font-family: Verdana, Arial;
  font-size: 10px;
  color: #666666;
  padding: 5px;
  text-align: center;

}

h1 {
  font-family: Arial, Verdana;
  font-size: 19px;
  font-weight: bold;
}
h2 {
  font-family:  Arial;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
}

input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #666666;
  border: 1px solid #999;
  font-size: 11px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #B8CEDA;
}
input:focus{
  background-color: #F2F7F9;
  border-bottom: 1px solid #EE6600;
}
	
.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  background-color: #F9FAFB;
/*  background: url('../images/but_bg.jpg') repeat-x;  */
  color: #666;
  border: 1px solid #B8CEDA;
/*  margin-right: 5px; */
  font-size: 10px;
  cursor: pointer;
}

.button:hover {
  background-color: #B8CEDA;
/*  background: url('../images/but_hover_bg.gif') ;  */
}


.radio, .checkbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #666666;
  border: 0px solid #999;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

textarea{
  border: 1px solid #B8CEDA;
}

#Description {
  background: #fffff1
}


a {
/*  color: #456072; */
  color: #6F91A8;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
/*  background-color: #FFFFFF;*/
  color: #EE6600;
  font-weight: bold;
  text-decoration: underline;
}

a img {
    border:0px;
}

div {
  font-family: Verdana, Arial;
  font-size: 11px;
/*  color: #666666; */
}

fieldset {
  border:none;
  border-top: 1px solid #9BBACA;
  padding: 0px;
  padding-left: 10px;
  margin-bottom:10px;
}

legend {
  border:none;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}


.caption,
.captionleft {
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
/*  color: #666666; */
  text-align: right;
  padding-right: 5px;
}
.captionleft {
  text-align: left;
}

/**/
.ecard {
	margin: 0px auto;
	/*background-color: #efefef;*/
	/*background-image: url('images/backgroud/nk1.jpg');*/
	background-repeat:no-repeat;
	/*
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	*/
	position: absolute;
	float:right;
}
#out_box_container{
	/*
	top: 0px;
	left: 10px;
	*/
	overflow:hidden;
	position: relative;
	/*
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	*/
}

#out_box {
	/*
	overflow:hidden;
	position: relative;
	*/
	/*
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	*/
	margin: 0px auto;
	float:left;
} 
.drag {
	top: 10px;
	left: 10px;
	font-family:verdana;
	text-decoration:none;
	cursor: pointer;
	position: absolute;
	overflow:hidden;
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
}

/*nem mozgatható div a névjegyen pl. BGImage*/
.nodrag {
	top: 10px;
	left: 10px;
	font-family:verdana;
	text-decoration:none;
	position: absolute;
	z-Index:50;
}

.dragselected{
	background-color:#E3ECF0;
}

.dragselectedmanual{
	background-color:#E3ECF0;
	-moz-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity=80);
}

#divstyle {
/*	display:none; 
	margin: 5px auto;
	padding: 5px;
	*/
	background-color: #E3ECF0;
	border:1px solid #9BBACA; 
	width: 253px;
	position:relative;
	float:left;
}

#wrapper {
	width: 210px;
	height: 20px;
	position: relative;
}

.slider1
{
	width: 200px;
	height: 16px;
	position: relative;
	left: 16px;
	background-color: #B3FF1F;
	z-index: 1;
}

.indicator1
{
	width: 20px;
	height: 16px;
	/*background-image: url(images/slider_handle.png);*/
	background-color: #cccccc;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 2;
}

.selecthelper
{
	border: 1px dotted #999;
	background-color: #FFFFCC;
	z-index:100;
}


.frameClass
{
	border: 1px dotted #999;
}
#CategorySelector,
#ImportFieldSelector{
	position: absolute;
	left: 100px;
	top: 100px;
	border: 1px solid;
	background: #F2F5F7;
	border: 1px solid #9BBACA;
	display: none;
	float: left;
	width: 220px;
}
#CategorySelectorHeader{
	background: #9BBACA;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
#CategoryItems {
	padding: 0px;
}
#NewCategoryDIV {
	background: #fff;
	margin-top: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
}
#NewCategoryDIV input{
	border: 1px solid #9BBACA;
}
.CategoryItem1 {
	background: #F2F5F7;
}
.CategoryItem1 TD {
	background: #F2F5F7;
	border-bottom: 1px solid #9BBACA;
	vertical-align: top;
}
.CategoryItem2 {
	background: #FFFFFF;
}
.CategoryItem2 TD {
	background: #FFFFFF;
	border-bottom: 1px solid #9BBACA;
	vertical-align: top;
}
checkbox {
	border:none;
}

.disabledhref{
  color: #f00;
  text-decoration: none;
  font-weight: bold;
}

#MainFormContainer {
  background: #FeFFFe;
  padding: 0px 10px 15px 10px;
  border: 1px solid #9BBACA;
  margin: 5px 15px 5px 15px;;
}

#SelfCardContainer {
  background: #FFFFFF;
  padding: 0px 5px 5px 5px;
  border: 1px solid #9BBACA;
  margin: 0px 15px 10px 15px;
}


.jqResize {
	 width: 15px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 cursor: se-resize;
    border: 1px solid #CCC;
}

.jqDnR {
    z-index: 3;
    position: relative;
	height: 25px;
    width: 180px;
    color: #618d5e;
    margin: 0px;
    padding: 0px;
    background-color: #aa0000;
}

/*colorpicker: Another Color Picker*/
.ColorBlotch { 
	border: 1px solid #000000;
	padding: 0 2px 0 2px;
	font-family: monospace;
	cursor: pointer;
	font-size: 0.8em;
}

.code { 
  background-color: #fff;
  color: #000;
  font-family: monospace;
  overflow: auto;
  border: 1px dashed #000;
 }
/*colorpicker: Another Color Picker ---------End-----*/

.template_div{
	border: 1px dashed;
	display:none;
	background:#fff;
	position: absolute;
	/*
	left:30px;
	top:200px;
	*/
	overflow:auto;
	width:99%;
	z-index:99999;
}
#icModal {
  display:none;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: #efefef;
}

/*
#icModalForm{
  padding:5px;
  background:#ccc;
  border:1px solid;
  text-align: left;
  top: 100px;
  left: 100px;
  width: 200px;
  position: absolute;
  z-index: 1001;
  display:none;
}
*/
#icModalForm{
	display:none;
	z-index: 1001;
}

#ColorSelector {
	position: absolute;
	display: none;
	padding: 5px;
	width: 290;
	background: #efefef;
	border: 1px solid #9BBACA;
}
#MapDIVContent {
	width: 600px;
	height: 400px;
	border: 0px solid;
	border: 1px solid #9BBACA;
}

#SelfMapDIV {
	margin: 3px 7px 5px 0px;
}

#Help {
	position: absolute;
	display: none;
	width: 500px;
	height: 300px;
	padding: 2px;
	background: #efefef;
	border: 1px solid #9BBACA;
}

#UserPageMap {
  border: 1px solid #9BBACA;
}

#UserPageContentDiv {
  float: left;
  margin-left: 0px;
  padding: 10 0 0 15;
}

#SearchForm {
}
#SearchResult {
  display: none;
}
#SearchFormTable {
  margin-left: 20px;
}
#SearchFormTable TD{
  padding-right: 10px;
}
#SearchResultContainer{
  margin: 15px;
  padding: 15px;
  border: 1px solid #9BBACA;
  background: #Fff;
}
#ImageUploadDiv {
	position:absolute;
	display: none;
	height: 30px;
	width: 100px;
	background: #AA0000;
}
#ImageUploadDiv iframe{
	height: 110px;
	width: 240px;
	background: #9BBACA;
}
.ResultTable{
  width: 730px;
  border: 1px solid #9BBACA;
  background: #9BBACA;
}
.ResultTable .header{
  background: #D6E1E4;
  font-weight: bold;
}
.ResultTable .white  {
  background: #FFFFFF;
}
.ResultTable .color {
  background: #F2F5F7;
}
#TagSelectorDIV {
  background: #FFFFFF;
  border: 1px solid #9BBACA;
  padding: 3px;
}
.TagTable{
  border: 1px solid #9BBACA;
  background: #9BBACA;
}
.TagTable .white {
  background: #FFFFFF;
}
.TagTable .color {
  background: #F2F5F7;
}
#MatchedTags {
  margin-top: 2px;
}

#Cardlist {
  padding: 0px 10px 3px 10px;
}

#NewCard {
  padding-left: 10px;
}

table.striped {
  background: #ffffff;
  border: 1px solid #9BBACA;
  /* border-spacing: 1px; */
}

table.striped th{
  background: #D6E1E4;
  font-weight: bold;
  padding: 2px;
  font-size: 11px;
  text-align: left;
}

td, th {
  padding: 2px;
  /* vertical-align: top; */
}

td.TDRow1 {
  background: #FaFaFa;
  border: 0px solid #9BBACA;
  vertical-align: top;
}

td.TDRow2 {
  background: #EFF3F5;
  vertical-align: top;
}

td.TDRowOver {
  background-color: #E2E8E8;
  vertical-align: top;
}

td.TDRowSelected {
/*  background-color: #FBF4DD; */
  background: #568AA7;
  color: #fff;
  vertical-align: top;
}

#ABListContainer{
  margin: 0px;
  padding: 5px; 
  background: #FFFFFF;
}
#ABListLeft{
  float: left;
  border: none;
  width: 220px;
}
#ABListRight{
  float: right;
  border: none;
  width: 510px;
}
#ABListCategoryFilter{
  text-align: left;
}
#ABListList{
  text-align: left;
  height: 300px;
  overflow: auto;
  margin: 5px 0px 5px 0px;
  border: 1px solid #9BBACA;
}
#ABListSearch{
  text-align: left;
}
.ABLListItem{
  border-bottom: 1px solid #9BBACA;
  padding-top:2px;
  padding-bottom:2px;
  cursor: pointer;
  background: #FaFaFA;
  line-height: 130%;
}
.ABLListItemUser{
  border-bottom: 1px solid #9BBACA;
  padding-top:2px;
  padding-bottom:2px;
  cursor: pointer;
  line-height: 130%;
  background: #E2E8E8;
}
.ABLListItemMouse{
  border-bottom: 1px solid #9BBACA;
  padding-top:2px;
  padding-bottom:2px;
  cursor: pointer;
  background: #9BBACA;
  line-height: 130%;
}
.ABLListItemActive{
  border-bottom: 1px solid #9BBACA;
  padding-top:2px;
  padding-bottom:2px;
  cursor: pointer;
  background: #568AA7;
  color: #FBFDFD;
  line-height: 130%;
}
#ABLDetailName {
  margin-top: 2px;
  float: right;
  text-align: right;
  border: 0px solid;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  background: #568AA7;
  color: #FBFDFD;
}
#ABLDetailDetail {
  height: 315px; 
  overflow: auto; 
  background: #FFFFFF;
  padding: 0px 5px 5px 5px;
  border: 1px solid #9BBACA;
}

#ABListRightDetail {
  height: 350px;
  border: 0px solid;
  overflow: auto;
}
#CardContainerCommon{
  margin-top: 3px;
  border-top: 1px solid #9BBACA;
}
#CardContainerNote{
  background: #fffff1;
  border: 1px solid #9BBACA;
  width: 100%;
  height: 100%;
}

#CardContainerContainer {
  background: #FFFFFF;
  padding: 0px 5px 5px 5px;
  border: 1px solid #9BBACA;
  margin: 0px 15px 5px 15px;
}

#LoginLeft {
  float: left;
  border: none;
  padding: 10px 0px 0px 15px;
}
#LoginRight {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
  width: 450px;
  background: #FFFFFF;
  border: 1px solid #9BBACA;
  font-size: 10px;
  color: #5B8DA8;
}
#LoginBox {
  width: 270px;
  background: white;
  border: 1px solid #9BBACA;
}
#LoginBoxHead {
  background: #9BBACA;
  border-bottom: 1px solid #9BBACA;
  color: #ffffff;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
}
#LoginBoxFoot {
  background: #9BBACA;
  border-top: 1px solid #9BBACA;
  padding: 4px;
}
#LoginBoxContent{
  background: white;
  padding: 10px;
}

#DelAccountDiv{
  padding: 0px 5px 5px 5px;
  margin: 0px 15px 10px 15px;
  text-align: right;
}

#MailContent{
	width:200px;
	height:100px;
}

#DatasElements{
	width:400px;
	
}

#ShortHelpDiv, #TemplateHelp{
  font-size: 10px;
  border-style: dotted;
  border-color: #eee;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  float:left;
  background-color:#fffff1;
  padding: 3px;
  margin-left: 2px;
  }

.topdiv {
	height: 15px;
	color: #aaa;
	padding-right: 16px;
	text-align: right;
	font-size:10px;
}
#CardSettingsDiv {
  /*margin-bottom: 5px;*/
}

#HelpBoxLeftContent {
  float: left;
/*  margin: 10 0 10 10; */
  width: 150px;
  height: 350px;
  overflow: hidden;
  padding: 0px 5px 5px 0px;
  border: 1px solid #9BBACA;
}
#HelpBoxRightContent {
  float: left;
  margin-left: 10px;
  width: 500px;
  height: 350px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #9BBACA;
}

.HelpContentTitle {
  border-bottom: 1px solid #9bbaca; 
  font-size: 17px; 
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 10px;
}	

.HelpContent {
  line-height: 130%;
  font-size:13px; 
  margin-left: 5px;
}	

#SelfTagHelp {
  margin-bottom: 5px;
}
#InterestTagDIV {
  float: left;
  border: 0px solid;
}
#OfferTagDIV {
  float: left;
  border: 0px solid;
}
#InterestTag {
  float: left;
  border: 0px solid;
  width: 350px;
  padding: 5px;
}
#OfferTag {
  float: left;
  border: 0px solid;
  margin-left: 10px;
  width: 350px;
  padding: 5px;
}
#InterestTagSelectList{
  float: left;
  border: 0px solid;
}
#OfferTagSelectList{
  float: left;
  border: 0px solid;
}

.TagTable {
  border: 1px solid #9BBACA;
  background: #9BBACA;
}
.TagTable .header  {
  background: #F2F5F7;
}
.TagTable .white  {
  background: #FFFFFF;
}
.TagTable .color {
  background: #F2F5F7;
}

/*
 * Window
 */
.WindowDiv {
  position: absolute;
  display: none;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #9BBACA;
}
.WindowDivHeader {
  background: #9BBACA;
  height: 16px;
  font-weight: bold;
  color: white;
}
.WindowDivContentBorder {
  background: #FFFFFF;
  padding: 10px;
}
.WindowDivContent {
  border: 0px solid;
  border: 0px solid black;
}
.CollapsableTable{
  border: 1px solid #9BBACA;
  width: 320px;
}

#PublicFieldForEcard{
	margin-left:20px;
}

#TemplateType{
  border: 0px solid #eee;
  font-weight: bold;
}