

/*
acélszürke #DADDE2
tengerhalványkék #99ccff
mustárosbarack #FFCC99
*/

/* admin */

.active_user .deleteUserLink,
.active_user a .deleteUserLink,
.inactive_user .deleteUserLink,
.inactive_user a .deleteUserLink,
.deleteUserLink {
	color: white;
}

.inactive_user .setUserActiveLink,
.inactive_user a .setUserActiveLink,
{
	color: red;
}
.active_user .setUserActiveLink,
.active_user a .setUserActiveLink,
{
	color: green;
}

.active_user,
.active_user a
{
	color: green;
}
.inactive_user,
.inactive_user a
{
	color: red;
}

.active_source {
	color: green;
}

a.linkToUser {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	
	cursor: pointer;
	cursor: hand;
}


.monitor_table {
	border-style: solid;
	border-width: 2px;
	border-collapse: collapse;
	margin: auto;
}
.monitor_table td{
	border-style: solid;
	border-width: 1px;
}
.monitor_table th{
	border-style: solid;
	border-width: 1px;
	background-color: yellow;
}
.monitor_table td.text {
	text-align: left;
}
.monitor_table td.num {
	text-align: right;
}






/* admin end */







html, body
{
	background-color: white;
	height:100%;
	margin: 0px;
}




#mainWrapper
{
/*	height:100%; /**/
	min-height:100%;
	min-width: 100%;
	position:absolute;
}

#popupAlertBG,
#popupAlertWrapper
{
	width:100%;
	height:100%;
	min-height:100%;
}


/* top, bottom, left, right*/

.login_text
{
	color:black;
	font-family:Verdana;
	font-size:12px;
}
.login_inputLabel
{
	color:black;
	font-family:Verdana;
	font-size:11px;
}


					/* menütől balra */
.frame_left
{
	background-image: url(/TartalomKeresesUser/img/oldalsav.gif);
	background-repeat: repeat-y;
	width: 57px;
}
					/* menüben mappák iframe */
.menufolderlist
{
	background-color: #DADDE2;
}

.menufolderlistnewprofilewizardlink 
{	
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
.menufolderlistnewprofilewizardlink:hover 
{
	color: #ff0000;
}

					/* műveletek eredményéről üzi */
.nfu_notification
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

table.frameTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
}
td.leftmenu {
	vertical-align: top;
}

td.centered {
	text-align: center;
	horizontal-align: center;
	align: center;
	margin-top:0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
}

td.content {
	vertical-align: top;
	align: left;
}

img.logoPic {
	display: block;
	margin-left: auto;
    margin-right: auto
/*  padding: 0px 0px 0px 0px; */
/*	margin: 0px 0px 0px 0px; */
}



.submitLink {
   color: #0000ff;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.submitHeaderOrder {
	text-decoration: underline;
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	border: none;
	cursor: pointer;
	cursor: hand;
	vertical-align: top;
}
.submitHeaderOrder0 {
	text-decoration: none;
	color: rgb(255, 0, 0);
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.submitHeaderOrder1 {
	text-decoration: none;
	color: rgb(255, 0, 0);
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.columnFilter input {
	text-align: center;
}

table.menu {
/*	background-color: lightgrey; */
}

table.sample,table.sampled,table.sampledvis { /* TG által generált table */
	text-align: center;
	background-color: #DADDE2;
}

table.sampled { /* TG által generált table */
	display: none;
}

table.nfuTable {
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
/*	border-style: dashed dashed dashed dashed; */
	border-style: none;
	border-color: #DADDE2;
/*	border-collapse: collapse; */
	border-collapse: separate;
	background-color: #DADDE2;
	width: 100%;	
}

table.sample caption {
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
}

tr.row_odd {
	background-color: rgb(248, 248, 255);
    font-weight: normal;
}
tr.row_even {
	background-color: rgb(240, 240, 255);
    font-weight: normal;
}
tr.row_batch_odd {
	background-color: rgb(255, 240, 240);
    font-weight: normal;
}
tr.row_batch_even {
	background-color: rgb(255, 248, 248);
    font-weight: normal;
}

tr.row_odd_unread {
	background-color: rgb(248, 248, 255);
	font-weight: bold;
}
tr.row_even_unread {
	background-color: rgb(240, 240, 255);
	font-weight: bold;
}
tr.row_batch_odd_unread {
	background-color: rgb(255, 240, 240);
	font-weight: bold;
}
tr.row_batch_even_unread {
	background-color: rgb(255, 248, 248);
	font-weight: bold;
}



tr.row_odd:hover{
	background-color: #ccccff;
}
tr.row_even:hover{
	background-color: #ccccff;
}
tr.row_batch_odd:hover{
	background-color: #ccccff;
}
tr.row_batch_even:hover{
	background-color: #ccccff;
}

tr.row_odd_unread:hover{
	background-color: #ccccff;
}
tr.row_even_unread:hover{
	background-color: #ccccff;
}
tr.row_batch_odd_unread:hover{
	background-color: #ccccff;
}
tr.row_batch_even_unread:hover{
	background-color: #ccccff;
}

td.columnHeaderFilter {
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;

	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: #DADDE2;
	background-color: #DADDE2;
}


td.columnHeader {
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;

	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: #DADDE2;
	background-color: #99ccff;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.columnHeaderOrder0 {
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;

	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: #DADDE2;
	color: rgb(255, 100, 100);
	/*background-color: rgb(255, 100, 100);*/
	background-color: #99ccff;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.columnHeaderOrder1 {
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;

	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: #DADDE2;
	color: rgb(100, 100, 255);
	/*background-color: rgb(100, 100, 255);*/
	background-color: #99ccff;
	-moz-border-radius: 0px 0px 0px 0px;
}
    
td.data_1 {
    font-family: sans-serif;
    font-size: 10px;
/*    font-style: normal; */
    font-variant: normal;
    /*font-weight: normal;*/
    
   	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: #DADDE2;
	/*background-color: rgb(255, 255, 240);*/
	-moz-border-radius: 0px 0px 0px 0px;
}

table.news_category_cell_table {
	width: 165px;
	padding: 0px;
	border: 0px;
}
tr.news_category_row {
	width: 195px;
	padding: 0px;
}
td.news_category_name {
	width: 100px;
	text-align: center;
	padding: 0px;
}
td.news_category_icon {
	width: 45px;
	text-align: right;
	padding: 0px;
}
tr.news_category_add {
	width: 195px;
	text-align: right;
	padding: 0px;
}

table.news_rowhead {
	padding: 0px;
}


.maintopic {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

.invisible {
	display: none;
}




.pageControl {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
 	text-align: center;
	display: block;   
}



a.pageControlLink {
	text-decoration: none;
	color: blue;	
}

a.pageControlLink:visited {
	text-decoration: none;
	color: blue;
}
a.pageControlLink:link {
	text-decoration: none;
	color: blue;	
}
a.pageControlLink:active {
	text-decoration: none;
	color: blue;	
}



.relSelectIcons {
}

.relSelect {
/*	padding: 10px;*/
/*szöveges:
	width: 30px;
	font-size: 10px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	cursor:hand;
	cursor:pointer;
	horizontal-align: right;
*/
}

.relSelect:hover {
	color: #ff0000;
}


input.relButton {
	font-size: 11px;
}

.feedback_imgbut
{
	vertical-align: middle;
}


tr.profileRowEven:hover {
	background-color: #ccccff;
}
tr.profileRowOdd:hover {
	background-color: #ccccff;
}
tr.profileRowEven {
	background-color: rgb(240, 240, 255)
}
tr.profileRowOdd {
	background-color: rgb(240, 248, 255);
}





table.categorize {
	width: 100%;
	text-align: left;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: blue blue blue blue;
	border-collapse: collapse;
}

tr.categorize_odd {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    
   	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: blue blue blue blue;
	background-color: rgb(248, 248, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}

tr.categorize_even {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    
   	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: blue blue blue blue;
	background-color: rgb(240, 240, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}

td.categorize_slot {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    
   	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: dashed dashed dashed dashed;
	border-color: blue blue blue blue;
	/*background-color: rgb(255, 255, 240);*/
	-moz-border-radius: 0px 0px 0px 0px;
}

ul.categorize_ul 
{
	margin:0;
	padding: 0px 0px 0px 25px;
	display:block;
	list-style:none;
	list-style-type:none;
	font-style: italic;
} 

.categorize_btn_close {
	width: 130px;
}
.categorize_btn_saveall {
	width: 180px;
}

select.categorizerSelect {
	width: 250px;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	
}


input.corporaWordsText {
	width: 400px;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

span.keyword {
/*	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; */
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	color: #0000ff;
	
	cursor: pointer;
	cursor: hand;
}
span.newKeyWord:hover {
	color: #ff0000;
}


input.filterText {
	width: 50px;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
input.filterText_title {
	width: 180px;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}















a.linkToNews {
    font-family: Verdana;
    font-size: 10px;
/*    font-style: normal; */
    font-variant: normal;
/*    font-weight: normal; */
    text-decoration: underline;
	
	cursor: pointer;
	cursor: hand;
}


a.categorize {
/*    font-family: sans-serif; */
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	
	cursor: pointer;
	cursor: hand;
}

a.showSampleArticle
{
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	
	cursor: pointer;
	cursor: hand;
}

/*.sampleArticleText
{
	width: 300px;
	height: 200px;
	wrap: soft;
}*/

input.sampleArticleTitle
{
	width: 300px;
}

input.sampleArticleURL
{
	width: 220px;
}

input.sampleArticleButton {
}

a.sampleArticleShow {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	
	cursor: pointer;
}
a.sampleArticleShow:visited {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
	
	cursor: pointer;
}
a.sampleArticleShow_highlighted {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
	background-color: #FFCC99;
	color: #000000;
	cursor: pointer;
}


.fitin {
	margin: 1px;
	align: 0px;
}
.source {
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	background-color: #d0e0f0;
	border:1px #609060 solid;
	
	cursor: pointer;
	cursor: hand;
}

.inc {
	color: blue;
}
.dec {
	color: red;
}


.form { margin: 0px; }

.textarea {margin: 0px;}


#news_table {
visibility: hidden
}

a.toggleNews
{
	font-weight: bolder;
	font-size: large;
	text-decoration: none;
	vertical-align: middle;
}
.toggleNewsNum
{
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}


.valid_0 { background-color: rgb(255, 240, 240); }
.valid_1 { background-color: rgb(255, 255, 255); }

.userDetailsReg 	{ background-color: rgb(240, 240, 255); width: 50%; border: 1px #000000 solid; margin-left: 5%}
.userDetailsSettings{ background-color: rgb(255, 255, 230); width: 50%; border: 1px #000000 solid; margin-left: 5%}
.userDetailsProfile { background-color: rgb(240, 255, 240); width: 85%; border: 1px #000000 solid; margin-left: 5%}

.ErrorMsg {color: red; font-weight: bold}
.ErrorMsg0 {color: rgb(50, 150, 50); font-weight: bold}
.errormsg {
	color: red;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
}
.successmsg {
	color: green;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

/* emailAction */
.bubble_message,
.bubble_message_greeting
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}
.bubble_message_greeting
{
	font-weight: bold;
	margin-bottom: 10px;
}
.bubble_message_inline,
.bubble_reg_inputTitle,
.bubble_reg_inputNote,
.bubble_reg_input_text2,
.bubble_reg_text2,
.bubble_reg_requiredHighlight,
.bubble_reg_requiredHighlights,
.bubble_reg_subTitle
{
	font-size: 11px;
	display: inline;
	color: black;
	font-family: Verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.bubble_reg_subTitle1,
.bubble_reg_subTitle2
{
	display: block;
	margin: 20px 0px;
	font-size: 12px;
	font-family: Verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

.bubble_reg_subTitle1
{
	font-weight: bold;
}


.bubble_h1
{
	display: block;
	color: black;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin: 0px 50px 10px;
}
.bubble_reg_message1
{
	margin-top: 15px;
	margin-bottom: 3px;
}

.bubble_reg_text2
{
	font-style: italic;
}
.bubble_reg_inputTitle,
.bubble_reg_inputNote
{
	font-weight: bold;
}
.bubble_reg_inputNote
{
	font-style: italic;
	margin: 0px;
}
.bubble_reg_checkbox
{
	margin: 0px;
}
.bubble_reg_checkboxDiv
{
	margin-bottom: 10px;
}

.bubble_reg_title
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
}

.bubble_reg_requiredHighlight,
.bubble_reg_requiredHighlights,
.bubble_reg_subTitle
{
	font-weight: bold;
}
.bubble_reg_requiredHighlight,
.bubble_reg_requiredHighlights
{
	color:red;
}
.bubble_reg_requiredHighlights,
.bubble_reg_subTitle
{
	margin-left: 50px;
}

.bubble_reg_input_text_readonly,
.bubble_reg_input_text1,
.bubble_reg_input_text2,
.bubble_reg_input_pass,
.bubble_reg_input_select
{
	width: 200px;
}

.bubble_reg_input_radio
{
	
}
.bubble_reg_input_option
{

}

.bubble_reg_submitDiv
{
	padding-left: 50px;
	padding-top: 30px;
}

.bubble_reg_formBox
{
	padding-left: 50px;
}

.email_action 
{
	position: absolute; left: 92px; top: 211px;
	font-size: 12px;
	width: 500px;
}


.sourceLetterButton {
	width:1.3em;
	border: 1px solid black;
	background-color:#FFFFFF;
}

.sourceActionButton {
	margin:0.5em;
	border:1px #000000 dotted;
	background-color:#FFFFFF;
	width:10em;
}

.catoption, .category, A.category {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #1a1289;
	text-decoration: none;
}
A.category, .catoption {
	cursor: pointer;
}
A.category:hover {
	font-weight: bold;
}
.catoption {
	color: #065e5d;
}

.catSpan {
line-height: 150%
}


/* news table accept/decline category */
.categoryAccept, .categoryDecline
{
	cursor: pointer;
	padding: 0px;
}



a.helpIMG, a.helpTEXT {
	cursor: help;
}


/*a.helpTEXT:hover {
	background-color: lightblue;
	color: blue;
}*/
a.helpTEXT:visited {
	text-decoration: none;
	color: blue;
}
a.helpTEXT:link {
	text-decoration: none;
	color: blue;	
}
a.helpTEXT:active {
	text-decoration: none;
	color: blue;	
}

a.menuLink img {
  border: none;
}

a.menuLink {
	font-family: Verdana;
	font-size: 11px
}

a.menuLink:hover {
	color: black;
}
a.menuLink:visited {
	text-decoration: none;
	color: black;
}
a.menuLink:link {
	text-decoration: none;
	color: black;	
}
a.menuLink:active {
	text-decoration: none;
	color: black;	
}

.menufoldersDiv {
	width: 130px;
	height: 150px;
	overflow: auto;
}
.menufolders {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
.menufolders:hover {
	color: #ff0000;
}
.menufoldersCurrent {
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
/*	cursor: default; */
}
.menufoldersHeader{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: right;
}

.welcomeMsg {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

/*
	ToolTip
*/

#dhtmltooltip {
	position: absolute;
	border: 1px solid black;
	padding: 5px;
	background-color: blue;
	visibility: hidden;
	z-index: 1000;
	overflow: hidden;
	font-size: 13px;
	-moz-border-radius: 1em;
  	border-radius: 1em;

}

#dhtmltooltipie6 {
	display:none;/*sorry for IE5*/ 
	display:block; /*sorry for IE5*/
	position: absolute;/*must have*/ 
	top: 0;/*must have*/
	left: 0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask(color=#ff0000); /*must have*/
	width:2000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


#registerAdvisedProfiles
{
	font-weight: bold;
}

.regSubmitButton {
	width: 10em;
}

.regResetButton {
	width: 10em;
}

.newProfileWizardRowDone {
background-color: #d3d3d6;
}

.newProfileWizardRowActual {
background-color: lightblue;
}

.newProfileWizardRow {
background-color: #d3d3d6;
}


.centered {
	text-align: center;
}

.chglang {
	cursor:pointer;
	cursor:hand;
	border:0
}

.langcode {
	background:#a0a0a0;
	color:#ffffff;
	padding:1px;
}

.numOfGroupsInProfile
{
	background:#a0a0a0;
	color:#ffffff;
	padding:1px;
}

td.profileDetailsInTable
{
	/*width: 40%;*/
	max-width: 40%;
}

td.profileNameInTable
{
	font-weight: bold;
	max-width: 15%;
}

td.profileActionsInTable
{
	min-width: 113px;
	width: 113px;
}

.tipbox {
	color: #000000;
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}

.withborder {
	border: medium solid rgb(178,194,193);
}

A.weekday {
	text-decoration: none;
	color:black;
	visited {text-decoration: none};
}

A.holiday {
	text-decoration: none;
	color:red;
	visited {text-decoration: none};
}

A.today {
	text-decoration: none;
	color:black;	
	background-color: lightgreen;
	visited {text-decoration: none};
}


.calendar-prev{
	text-decoration: none;
	color:black;
	visited {text-decoration: none};
}

.calendar-next{
	text-decoration: none;
	color:black;
	visited {text-decoration: none};
}



td.msg {
	cursor:hand;
	cursor:pointer;
}



.pageTip {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	color: black;	
}
.pageTipLink {
	font-family: sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	color: blue;	

	vertical-align: middle;
}


/*
a.pageTip {
	text-decoration: none;
	color: black;	
}
a.pageTip:visited {
	text-decoration: none;
	color: black;
}
a.pageTip:link {
	text-decoration: none;
	color: black;	
}
a.pageTip:active {
	text-decoration: none;
	color: black;	
}
/**/

.stat_text {
	font-family: Verdana;
	font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: black;
}

.big {
    font-size: 18px;
    font-variant: normal;
}

.option {
    font-size: 18px;
    font-variant: normal;
    cursor : hand;
    cursor : pointer;
}

td.query {
    background : #bbccff;
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    
   	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 0px;
}

div.scroll {
	max-height: 500px;
	overflow: auto;
	border: 1px solid #606060;
	background-color: #e0e0e0;
	padding: 8px;
}

iframe.folderlist {
	max-width: 190px;
	max-height: 200px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menu_hosszu_td {
	height: 22px;
	width: 152px;
	padding: 0px;
	line-height:0px;	
}

.menu_rovid_td {
	height: 22px;
	width: 122px;
	line-height:0px;
	padding: 0px;
}

.menu_help_td {
	background-image: url('../../TartalomKeresesUser/img/kerdojel.gif');
	background-repeat: no-repeat;
	background-position: top right;	
}







.designedTable {
	font-family: Verdana;
	font-size: 12px;
/*
	filter: alpha(opacity=100);	/* IE */
/*	opacity: 1;	/* moz */

}

.designedTable th {
	background-color: #DADDE2;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

/*
.designedTable td {
	background-color: #DADDE2;
}
/**/
.designedTableText {
	font-family: Verdana;
	font-size: 12px;
}


.designtable_header {
	background-image: url('../../TartalomKeresesUser/img/tablazat_csik.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;	
}
.designtable_subheader {
	background-color: #DADDE2;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.designtable_top_left {
	background-image: url('../../TartalomKeresesUser/img/tablazat_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.designtable_top_right {
	background-image: url('../../TartalomKeresesUser/img/tablazat_jobb_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: center right
}

.designtable_bottom_left {
	background-image: url('../../TartalomKeresesUser/img/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.designtable_bottom_right {
	background-image: url('../../TartalomKeresesUser/img/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.designtable_footer {
	background-image: url('../../TartalomKeresesUser/img/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.designtable_body {
	background-color: #DADDE2;
}
.designtable_body_left {
	border-left: 2px solid #77819B;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #DADDE2;
}
.designtable_body_right {
	border-right: 2px solid #77819B;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #DADDE2;
}
.designtable_item {
	font-family: Verdana;
	font-size: 12px;
}
.designtable_table {
	background-color: #DADDE2;
}
.designtable_hr {
	background-color: #DADDE2;
}

.designtable_top_left_grey {
	background-image: url('../../TartalomKeresesUser/img/tablazat_bal_felso_grey.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.designtable_top_right_grey {
	background-image: url('../../TartalomKeresesUser/img/tablazat_jobb_felso_grey.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.designtable_header_grey {
	background-image: url('../../TartalomKeresesUser/img/tablazat_csik_grey.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}

.corner {
	width: 16px;
	height: 28px;
}


.last_processed_top_left{
	background-image: url('../../TartalomKeresesUser/img/feldolg_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}

.last_processed_bottom_left {
	background-image: url('../../TartalomKeresesUser/img/feldolg_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}

.last_processed_header {
	border-left: none;
	border-right-style: none;
	border-top: 2px solid #b2b2b2;
	border-bottom-style: none;
}


.last_processed_footer {
	border-left: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 2px solid #b2b2b2;
}

.last_processed_body_left {
	border-left: 2px solid #b2b2b2;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}





.designedButton {
	border-left-style: none;
	border-top-style: none;
	background-color: #B7C3DF;
	font-family: Verdana;
	font-size: 12px;		
}

.leftMenuHorizontalLine {
	width: 26px;
	background-color: #ced7ea;	
}

.leftMenuPlaceForMSG {
	padding-left: 30px;	
}

.popUp {
	background-color: #DADDE2;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding: 12px;	
}

body.popUp {
	margin: 0px;
	padding: 0px;
}

.popUpBlue {
	font-family: Verdana;
	font-size: 12px;
	color: #1A1289;	
}

a.popUpBlue_help {		
	cursor: help;
} 

.popUpBlack {
	font-family: Verdana;
	font-size: 12px;
	color: black;	
}



span.keyword {
	color: #1A1289;	
}

span.keyword:visited {
	color: #1A1289;
}
span.keyword:link {
	color: #1A1289;	
}
span.keyword:active {
	color: #1A1289;	
}

.copyright_text {
	color: #a1a1a1;
	font-size: 11px;
	font-family: Verdana;
}

p.aszf_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	text-align: justify;
}

ol.aszf_ol {
	font-family: Verdana;
	margin-left: 50px;
	padding-left: 50px;
	list-style-type: lower-alpha;
}

ul.aszf_ul {
	font-family: Verdana;
	list-style-type: disc;
	margin-left: 50px;
	padding-left: 50px;
}

li.aszf_li {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;

}

body.aszf {
	margin: 0px;
}

.aszf_wrapper {
	margin: 0px;
	padding: 30px;
}

h1.aszf_h1 {
	font-family: Verdana;
	font-size: 20px;
	text-align: center;
}

h2.aszf_h2 {
	font-family: Verdana;
	font-size: 16px;
}


h3.aszf_h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-indent: -28px;
	margin-left: 28px;
}

h3.aszf_h3_2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
	margin-left: 28px;
}

h2.about_v {
	font-family: Verdana;
	font-size: 16px;
	margin: 0px 50px 10px;	
}

h2.about {
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
}

h2.attention {
	font-family: Verdana;
	font-size: 20px;
	text-align: center;
	margin: 10px;
	color: red;	
}

div.foa {
	position: absolute; left: 181px; top: 165px;
	margin: 0px;
	font-size: 20px;
/*	font-width: bold;*/
}

h3.intrest {
	font-family: Verdana;
	font-size: 14px;
	font-style: bold;
	font-style: italic;
	align: top;
}

.redirectMessage {
	font-size: 15px;
	color: red;
}

.inviteEmailDisplay {
	padding:20px; 
	background-color:antiquewhite;
}






/**
 * ADVISE
 */

#selectProfiles {
	width:400px; 
	background-color:yellow;
}

#manageAdvisedProfilesTable, 
#adoptPopTopicTable
{
	width:400px; 
	border-style: solid;
	border-width: 2px;
	border-collapse: collapse;
	border-color: black;
}

#adoptPopTopicTable
{
	width:200px; 
}


#manageAdvisedProfilesTable td,
#manageAdvisedProfilesTable th, 
#adoptPopTopicTable td,
#adoptPopTopicTable th
{
	width:80px;
	min-width:80px;
	padding:2px 3px 2px 3px;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: black;
}

#manageAdvisedProfilesTable th,
#adoptPopTopicTable th
{
	font-size:10px;
}

#manageAdvisedProfilesTable td.highlight,
#manageAdvisedProfilesTable th.highlight,
#adoptPopTopicTable td.highlight,
#adoptPopTopicTable th.highlight
{
	width:0px;
	min-width:0px;
	padding:1px 1px 1px 1px;

	text-align:center;
	background-color:yellow;
}





#selectProfiles, 
#selectProfiles td
{
/*	width:100%; */

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: black;
}
#notYetAdvisedNewProfilesTable, 
#notYetAdvisedNewProfilesTable td
{
	width:100%;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: black;
}

#getmanageAdvisedProfilesResultTable, 
#getmanageAdvisedProfilesResultTable td
{
	width:200px;
	margin-left: 40px;

	border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
	border-color: black;
}

.manageAdvisedProfilesResultTableFirstData
{
	font-weight: bold;
}

.gray_out,
.gray_out td,
#selectProfiles.gray_out, 
#selectProfiles.gray_out td,
#notYetAdvisedNewProfilesTable.gray_out, 
#notYetAdvisedNewProfilesTable.gray_out td
{
	color: gray;
	background-color: lightgray;
	border-color: gray;
}









/**
 * MODAL
 */

#modal_container {  
    padding:5px;    
   /* border:1px solid #666;  */
    overflow:auto;  
    font-family:Verdana;  
    font-size:12px;  
    color:#333;  
	text-align:left;  
}   
#modal_overlay {  
     background-color:#000;  
}


/**
 * NEM MODAL LAYER
 */

#popupAlertBG {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	text-align: center;
	background-color: black;
	filter: alpha(opacity=75);	/* IE */
	opacity: 0.75;	/* moz */
}
#popupAlertWrapper {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align:center;
	background: none;
	z-index: 11;
}
#popupAlert {
	visibility: hidden;
	top: 150px;
	margin: 150px auto 0px auto;
	min-width: 200px;
	max-width: 900px;
	overflow: auto;
	z-index: 12;
	text-align: left;
	background-color: transparent;  /* #FFCC99#d0e0f0#DADDE2; */
	filter: alpha(opacity=100);	/* IE */
	opacity: 1;	/* moz */
}
#popupAlertInner {
	max-height: 200px;
	overflow: auto;
	padding-left: 20px;
}



.mixedprofile_input_outerDiv_reg 
{
	background-color: #B7C3DF;
	margin: 0px 5px;
	padding: 10px;
	font-size: small;
	min-width: 400px;
	width: 400px;
}

/*
#invitationAlertTable {
	margin-left: 20px;
}
/**/


.designedTable th.invitationAlertElement1 {
	text-align: center;
}
.designedTable th.invitationAlertElement2 {
	text-align: center;
}
.designedTable td.invitationAlertElement1 {
	text-align: left;
}
.designedTable td.invitationAlertElement2 {
	text-align: center;
}

img.about {
	width : 60px;
}

td.about_img {
	text-align: center;
	horizontal-align: center;
	align: center;
	margin:0px;
    width: 80px;
    height: 80px;
}

td.about {
	text-align: justify;
	horizontal-align: center;
	align: center;
	margin:0px;
    width: 300px;
    height: 80px;
}

img.regabout {
	width : 40px;
}

td.regabout_img {
	text-align: center;
	horizontal-align: center;
	align: center;
	margin:0px;
    width: 50px;
    height: 50px;
}

td.regabout {
	text-align: justify;
	horizontal-align: center;
	align: center;
	margin:0px;
    width: 300px;
    padding: 0px 25px;
}

div.attention {
	margin: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

img.arrow {
	cursor: pointer;
	cursor: hand;
}

body.simple{
	margin: 0px;
	font-family: Verdana;
	font-size:12px;
}

body.olimpia {
	width: 1000px;
/*	height: 768px;*/
	margin: auto;
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	background: url(/TartalomKeresesUser/img/LandingPage/olimpia/olympic_flag.gif) no-repeat left;
}

/* only for IE */
div.olimpia_main {
	width: 1000px;
}

div.olimpia_foa {
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 500px;
	height: 200px;
	position: relative;
	float: left;
/*	margin-left: 30px;
	margin-top: 10px;*/
}

div.olimpia_sikersztori {
	margin-top: 20px;
	width: 150px;
	text-align: center;
}

h1.olimpia {
	text-decoration: underline;
	font-size: 18px;
	text-align: center;
}

h2.olimpia {
	text-decoration: underline;
	font-size: 14px;
	text-align: center;	
}

/*A Landing Page-eken lévő buborékokhoz tartozó style-ok*/

div.default_bubble {
	 font-size:12px;
	 margin: 10px;
}

/*szürke*/

.bubble_top_left_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_bal_felso_grey.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_top_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_csik_grey.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}
.bubble_top_right_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_jobb_felso_grey.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.bubble_body_left_grey {
	border-left: 2px solid #77819B;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #DADDE2;
}
.bubble_body_grey {
	background-color: #DADDE2;
}
.bubble_body_right_grey {
	border-right: 2px solid #77819B;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #DADDE2;
}
.bubble_bottom_left_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_bottom_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.bubble_bottom_right_grey {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_grey/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}

/******************************************************/

/*sárga, szürke kerettel*/

.bubble_top_left_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_top_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_csik_felso.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}
.bubble_top_right_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_jobb_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.bubble_body_left_yellow {
	border-left: 2px solid #77819B;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFF9C;
	width: 8px;
}
.bubble_body_yellow {
	background-color: #FFFF9C;
}
.bubble_body_right_yellow {
	border-right: 2px solid #77819B;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFF9C;
}
.bubble_bottom_left_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_bottom_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.bubble_bottom_right_yellow {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_yellow/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}

/******************************************************/

/*piros keretes átlátszó*/

.bubble_top_left_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_top_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_csik_felso.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}
.bubble_top_right_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_jobb_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.bubble_body_left_red_transp {
	border-left: 2px solid #FF0000;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
	width: 8px;
}
.bubble_body_red_transp {
	background: transparent;
}
.bubble_body_right_red_transp {
	border-right: 2px solid #FF0000;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
}
.bubble_bottom_left_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_bottom_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.bubble_bottom_right_red_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/red_transp/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}

/******************************************************/

/*kék keretes átlátszó*/

.bubble_top_left_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_top_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_csik_felso.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}
.bubble_top_right_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_jobb_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.bubble_body_left_blue_transp {
	border-left: 2px solid #0000FF;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
	width: 8px;
}
.bubble_body_blue_transp {
	background: transparent;
}
.bubble_body_right_blue_transp {
	border-right: 2px solid #0000FF;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
}
.bubble_bottom_left_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_bottom_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.bubble_bottom_right_blue_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/blue_transp/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}

/******************************************************/

/*szürke keretes átlátszó*/

.bubble_top_left_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_bal_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_top_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_csik_felso.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	text-align: right;
	padding: 4px 4px 6px 0px;
}
.bubble_top_right_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_jobb_felso.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}
.bubble_body_left_grey_transp {
	border-left: 2px solid #77819B;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
	width: 8px;
}
.bubble_body_grey_transp {
	background: transparent;
}
.bubble_body_right_grey_transp {
	border-right: 2px solid #77819B;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
}
.bubble_bottom_left_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_bal_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
}
.bubble_bottom_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_csik_also.gif');
	background-repeat: repeat-x;
}
.bubble_bottom_right_grey_transp {
	background-image: url('../../TartalomKeresesUser/img/bubbles/grey_transp/tablazat_jobb_also.gif');
	width: 16px; min-width: 16px; height: 28px;
	background-repeat: no-repeat;
	background-position: top right
}




/* SETTINGS */

.settings_halfwidth
{
	width: 50%;
}

.settings_semicolumn
{
	width: 49%;
}

.reg_notification_div
{
	width: 90%;
}

.reg_1
{
	width: 90%;
}

.reg_2
{
	width: 100%;
}

/* SIGNOFF PAGE */


#signoff_div_wrapper
{
	right:0px;
	left:0px;
/*	min-height: 500px;*/
	width: 100%;
/*	min-width: 605px;*/
}

#signoff_div_left
{
	float:left;
	display:inline;
	right:0px;
	left:0px;
	margin-right: 0.5%;
/*	padding: 10px; /**/

/*	min-height: 500px;
	min-width: 300px;*/
	max-width: 49%;
	width: 49%;

	border: 0px solid black;
}
.signoff_div_right
{
	float:left;
	display:none;
	right:0px;
	left:0px;
	margin-left: 0.5%;
/*	padding: 10px; /**/

/*	min-height: 500px;
	min-width: 300px;*/
	max-width: 49%;
	width: 49%;

	border: 0px solid black;
}



#signoff_button_signoff
{
	display:block;
	margin: 30px auto;

	cursor: pointer;
	cursor: hand;

	font-size:14px;
	font-weight:bold;
	padding: 3px 5px 5px 5px;
	border:solid 3px red;
}

.signoff_button_fixtheproblem
{
	display:block;
	margin: 30px auto;

	cursor: pointer;
	cursor: hand;

	font-size:14px;
	font-weight:bold;
	padding: 3px 5px 5px 5px;
	background-color:lightgreen;
	border:solid 3px green;
}




.signoff_problem_head
{
	display:block;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size:16px;
	font-weight:bold;
	font-style:none;
	color: black;
}
.signoff_problem_line
{
	display:block;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
}
.signoff_problem_checkbox
{
}
.signoff_problem_text
{
	display:inline;
	margin: 20px 0px 20px 20px;

	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: black;
}



.signoff_solution_head
{
	display:block;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;

	font-size:16px;
	font-weight:bold;
	color: red;
}

.signoff_solution_briefs
{
	display:block;
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: black;
}
.signoff_solution_briefs2
{
	display:inline;
	font-family: Verdana;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color: black;
}
.signoff_solution_details
{
	display:block;
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: black;
}
.signoff_solution_boldBlock
{
	display:block;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	font-style:none;
	color: black;
}
.signoff_solution_bold
{
	font-weight:bold;
}
.signoff_solution_textarea
{
	display:block;
	margin: 30px auto;
	padding: 10px;
	width:350px;
	height:200px;

	border: 3px solid black;
	background-color: white;
	
}
.signoff_solution_textarea_sent
{
	display:block;
	margin: 30px auto;
	padding: 10px;
	width:350px;
	height:200px;

	overflow:auto;
	border: 3px solid black;	

	text-align:left;
	font-size:12px;

}

.signoff_resultMessage
{
	display:block;
	margin: 60px auto;
/*	padding: 60px auto; /**/
	text-align:center;

	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: black;
}

h4.sikersztori
{
	margin: 15px 0px 10px 0px;
	font-size: 12px;
}




/**************************** questionnaire site ******************************/
div.questionnaire_answersBlock
{
	padding:0px 0px 0px 30px;
}

.questionnaire_answerRow
{

}

.questionnaire_answerRow label
{
	margin:0px 0px 0px 10px
}

input.questionnaire_answer_text1
{
	width:30px;
}
input.questionnaire_answer_text2
{
	width:350px;
}
input.questionnaire_answer_text3
{
	width:200px;
	margin:0px 0px 0px 15px;
	display:none;
}

.questionnaire_error {
	margin:0px 0px 0px 15px
}
.questionnaire_explaintext {
	font-style:italic;
	font-weight:normal;
}


/****************************  ******************************/
