html { height: 100% }

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #f0f1f2;
	color: #000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;		
}

input.text{
  /*font-size:9pt;*/
  border-width:2px;
  height:22px;
}

input.password{
  /*font-size:9pt;*/
  border-width:2px;
   height:22px;
}

img { border: none; }

form { margin: 0px; padding: 0px; }

.headercontainer {
 	width:950px;
 	background-color: #7FFFD4; 
}

.footercontainer {
 	width:950px;
 	/*background-color: #ffec8b;*/
 	text-align:center;
}

/*.footercontaineradmin {
 	width:900px;
 	text-align:center;
}*/

.centercontainer {
 	width:950px;
 	background-color: #DDE6F7;
 }

/*.centercontaineradmin {
 	width:900px;
 	background-color: #DDE6F7;
 }*/

/********************************************************/

.top_container {
	width:100%;
	/* background-image: url('../images/logo.png'); */ 
	background-color: #6ca6cd;	
	text-align:center;	
}

.top_text_main {
	text-align:center;
	font-size: 26px;
	font-weight: bold;
 	font-family: serif;
	font-style: oblique;
	color: #104e8b;
	text-align:left;
	padding-left:50px;
}

A.toptext {
	text-decoration: none;
}
A.toptext:visited {
	text-decoration: none;
}
A.toptext:hover {
	text-decoration: none;
}

.left_container {
	width:200px;
	height:400px;
	/*background-color: #b9d3ee;*/	
	background-color: #ffffff;
	vertical-align: top;
}

.menu_center_right_container {
	width:750px;
 	/*background-color: #DDE6F7;*/
 	background-color: #ffffff;
 	vertical-align: top;
}

.menu_container {	
	width:750px;
 	/*background-color: #DDE6F7;*/
 	background-color: #b9d3ee;
 	/*border: 2px solid #b9d3ee;*/
 	border: 1px solid #6ca6cd;
 	padding-bottom:5px;
 	padding-top:5px;
 	padding-right:5px;
 	text-align: right; 	 	
}

.center_right_container {
	width:750px;
 	/*background-color: #DDE6F7;*/
 	background-color: #ffffff;
}

.center_container {
	width:550px;
 	/*background-color: #DDE6F7;*/
 	background-color: #ffffff;
}

.right_container {
	width:200px;
	/*background-color: #DDE6F7;*/
	background-color: #ffffff;
	vertical-align: top;
}


/* --------------------------------- root ----------------------------------------*/
.root_headercontainer {
 	width:900px;
 	background-color: #7FFFD4; 
 	font-size: 12px;
}
.root_centercontainer {
 	width:900px;
 	background-color: #DDE6F7;
}
.root_top_container {
	width:100%;
	height:50px;
 	/* background-image: url('../images/logo.png'); */ 
	background-color: #6ca6cd;		
}
.root_left_container {
	width:200px;
	/*background-color: #b9d3ee;*/
	background-color: #ffffff;	
	vertical-align: top;
}
.root_center_right_container {
	width:700px;
 	/*background-color: #DDE6F7;*/
 	background-color: #ffffff;
 	vertical-align: top;
}
.root_center_container {
	vertical-align: top;
	width:500px;
 	/*background-color: #DDE6F7;*/
 	background-color: #ffffff;
}
.root_right_container {
	width:200px;
	/*background-color: #DDE6F7;*/
	background-color: #ffffff;
	vertical-align: top;
}
.root_footercontainer {
 	width:900px;
 	text-align:center;
}

/*********************************************************************/
.pageFieldInfo{
	font-size: 12px;
	color: #000;
	margin: 0px 0px;
	background-color: #DDE6F7;
}

.pageFieldInfo2{
	font-size: 12px;
	font-weight : normal;
	/*color: #4a708b;*/
	color: #555;
	/*background-color: #DDE6F7;*/
	margin-bottom:10px; 
	width:100%;
	border: 1px solid #cccccc;
}

.root_left_container_mydata, .root_left_container_logout, .root_left_container_pw,
.lc_person_search, .root_left_container_categlist, .root_left_container_adadd {
	width:90%;
	text-align:left;
 	background-color: #6ca6cd;
 	font-size: 12px;
 	font-weight : normal;
 	margin-left: 10px;	
 	margin-top: 3px;
	border-style: solid;
	border-width: thin;
	cursor:pointer
}

.root_left_container_admin {
	width:90%;
	text-align:left;
 	background-color: #4169e1;
 	font-size: 12px;
 	font-weight : normal;
 	margin-left: 10px;	
 	margin-top: 3px;
	border-style: solid;
	border-width: thin;
	cursor:pointer
}

.root_left_container_search_t {
	background-color: #e5e5e5;
	font-size: 12px;
	width:90%;
	text-align:left;
 	margin-left: 10px;	
 	margin-top: 2px; 	
 	border-style: solid;
	border-width: thin;
	cursor:pointer
}
.root_left_container_search {
	width:100%;	
	margin-left: 0px;	
	background-color: #6ca6cd;
	font-weight : normal;
	font-size: 12px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: thin;
}

table:hover.root_left_container_mydata  {
   background-color: #b9d3ee;
}

table:hover.root_left_container_logout  {
   background-color: #b9d3ee;
}

table:hover.root_left_container_pw  {
   background-color: #b9d3ee;
}

table:hover.root_left_container_search  {
   background-color: #b9d3ee;
}

table:hover.root_left_container_categlist {
   background-color: #b9d3ee;
}

table:hover.root_left_container_adadd {
   background-color: #b9d3ee;
}

table:hover.root_left_container_admin {
   background-color: #b9d3ee;
}

.unselectedListCol {
	background-color:#6ca6cd;
	font-size:12px;
}

td:hover.unselectedListCol{
	background-color: #b9d3ee;
	font-size:12px;
}

.comm_unselectedListCol {
	background-color:#6ca6cd;
	font-size:12px;
}

td:hover.comm_unselectedListCol{
	background-color: #b9d3ee;
	font-size:12px;
}

/* person oldalak*/
.loginButton {
	width:100%;
	text-align:center;
 	background-color: #6ca6cd;
 	font-weight : normal; 	
 	font-size:12px;
 	border-style: solid;
 	border-width: thin;
 	cursor:pointer
 	/*color: #4a708b;*/ 	
}

.personModButton, .personDelButton, .categoryModButton,
.categoryDelButton, .adModButton, .adDelButton  {
	width:100%;
	text-align:center;
 	background-color: #6ca6cd;
 	font-weight : normal; 	
 	font-size:12px;
 	border-style: solid;
 	border-width: thin;
 	cursor:pointer
 	
}

table:hover.loginButton {
   background : #b9d3ee;
}

table:hover.personModButton {
   background : #b9d3ee;
}

table:hover.adModButton {
   background : #b9d3ee;
}

table:hover.adDelButton {
   background : #b9d3ee;
}

table:hover.personDelButton  {
   background : #b9d3ee;
}

table:hover.categoryModButton {
   background : #b9d3ee;
}

table:hover.categoryDelButton  {
   background : #b9d3ee;
}

.checkbox {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

table.tableheadingpane
{	
	font-family: Arial, sans-serif;
	font-size:12px;
	margin-left : 7px;
	margin-right : 7px;
	/*background-color : #DDE6F7;*/
	background-color: #ffffff;
	border: 1px solid #69C;
}

tr.tablerow
{
	/*background-color : #DCDCDC;*/
	background-color : #DDE6F7;
	vertical-align:top;
}
	
.suSignupDiv {
	border: 1px solid #69C;
	background-color: #DDE6F7;
	padding: 10px;
	width: 500px;
}

.loginFormLabel {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	width: 80px;
}

.passwordFormLabel {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	width: 200px;
}
.passwordFieldSmall { width: 300px; }

.formFieldSmall { width: 120px; }

.adFormLabel, .personFormLabel {
	font-weight: bold;
	text-align: right;
	width: 200px;
	font-size: 12px;
}

.adFieldSmall, .personFieldSmall { width: 250px;}

.adDetailLabel {
	font-weight: bold;
	text-align: right;
	width: 100px;
	font-size: 12px;
}

.adDetailLabel2 {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	width: 100px;
}
.adDetailFieldSmall2 { 
	font-size: 12px;
	color: #000;
	margin: 3px 0px;
	text-align: left;	
 }
 
.adDetailFieldSmall { 
	font-size: 12px;
	color: #000;
	margin: 3px 0px;
 }

.adDetailTitleLabel{
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-bottom:3px;	
	padding-top:10px;	
}

.adDetailTextLabel {
	font-size: 12px;
	color: #000;
	padding-left:20px;
	padding-right:10px;
}

.adDetailViewLabel{
	font-size: 11px;
	color: #000;
	padding-left:20px;
	padding-right:10px;
	padding-top:20px
}

.adPublicViewLabel{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-right:10px;	
}



.adPublicLabel{
	font-weight: bold;
	text-align: right;
	width: 90px;
	font-size: 11px;
}

.adPublicFieldSmall { 
	font-size: 11px;
	color: #000;
	margin: 0px 0px;
	text-align: left;
 }

.adPublicTitleLabel{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.adPublicTextLabel {
	font-size: 11px;
	color: #000;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}

.personDetailLabel {
	font-weight: bold;
	text-align: right;
	width: 200px;
	font-size: 12px;
}

.personDetailFieldSmall{
	width: 300px;
	font-size: 12px;
	color: #000;
	margin: 3px 0px;
}

.searchFormLabel {
	font-size: 12px;
	color: #000;
}

.xsmallText { font-size: 10px; }
.smallText { font-size: 11px; }
.formFieldInfo {
	font-size: 11px;
	color: #000;
	margin: 3px 0px;
}

.required {
	font-size: 12px;
	color: #f00;
}
.defaultTextarea {
	/*width: 200px;
	height: 120px;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.password_empty  {background-color: #CCCCCC; width:100%;}
.password_weak   {background-color: red; width:25%;}
.password_fair   {background-color: yellow; width:50%}
.password_good   {background-color: #6699CC; width:75%;}
.password_strong {background-color: green; width:100%;}

a:link, a:visited, a:active { color: #03C; }

input.file { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 200px;
} 

.errorBox {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 13px;
	background-color: #ffaeae;
}

A.m2 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; color:#4f94cd
}
A.m2:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; color:#4f94cd
}
A.m2:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; color:#b9d3ee
}

A.m6 {
	FONT-SIZE: 13px; 
	/*COLOR: #8b3c02*/
	color:#104e8b;
}
A.m6:visited {
	/*COLOR: #8b3c02*/
	color:#104e8b;
}
A.m6:hover {
	/*COLOR: #cc3300*/
	color:#b9d3ee;
}

A.menu {
	FONT-SIZE: 12px; 
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: normal;
}
A.menu:visited {
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: normal;
}
A.menu:hover {
	/*COLOR: #cc3300*/
	COLOR: #6ca6cd;
	FONT-WEIGHT: normal;
}

A.mmenu {
	FONT-SIZE: 13px; 
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: bold;
}
A.mmenu:visited {
	FONT-SIZE: 13px; 
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: bold;
}
A.mmenu:hover {
	FONT-SIZE: 13px; 
	/*COLOR: #cc3300*/
	COLOR: #6ca6cd;
	FONT-WEIGHT: bold;
}

A.mobilgame {
	FONT-SIZE: 15px; 
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: normal;
}
A.mobilgame:visited {
	/*COLOR: #8b3c02*/
	COLOR: #104e8b;
	FONT-WEIGHT: normal;
}
A.mobilgame:hover {
	/*COLOR: #cc3300*/
	COLOR: #6ca6cd;
	FONT-WEIGHT: normal;
}

.wow_table_content {
	font-size:12px;
	font-weight:normal;
	color:#000000
}

A.wow_table_link {
	FONT-SIZE: 12px; 
	/*COLOR: #8b3c02*/
	COLOR: #0000ff;
	FONT-WEIGHT: bold;
}
A.wow_table_link:visited {
	/*COLOR: #8b3c02*/
	COLOR: #0000ff;
	FONT-WEIGHT: bold;
}
A.wow_table_link:hover {
	/*COLOR: #cc3300*/
	COLOR: #0000ff;
	FONT-WEIGHT: bold;
}

.wow_row_th_1 {
	width: 20%; 
	text-align: center; 
	padding-top: 0px;
	background-color: #ffaeae;
}

.wow_row_th_2 {
	width: 25%; 
	text-align: center; 
	padding-top: 0px;
	background-color: #ffaeae;
}

.wow_row_th_3 {
	width: 40%; 
	text-align: center; 
	padding-top: 0px;
	background-color: #ffaeae;
}

.wow_row_th_4 {
	width: 15%; 
	text-align: center; 
	padding-top: 0px;
	background-color: #ffaeae;
}

.wow_phone_ok {
	font-size:12px;
	color: #0f0;
}

A.pageback {
	FONT-SIZE: 12px; 
	/*COLOR: #8b3c02*/
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}
A.pageback:visited {
	/*COLOR: #8b3c02*/
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}
A.pageback:hover {
	/*COLOR: #cc3300*/
	COLOR: #555555;
	FONT-WEIGHT: bold;
}

A.afaq {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
A.afaq:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
A.afaq:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}

A.ad_list_title {
	COLOR: #ffffff;
}
A.ad_list_title:visited {
	COLOR: #ffffff;
}
A.ad_list_title:hover {
	COLOR: #b9d3ee;
}

A.ad_list_text {
	COLOR: #104e8b;
}
A.ad_list_text:visited {
	COLOR: #104e8b;
}
A.ad_list_text:hover {
	COLOR: #b9d3ee;
}

A.page_link {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}
A.page_link:visited {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}
A.page_link:hover {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}

A.comm_page_link {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}
A.comm_page_link:visited {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}
A.comm_page_link:hover {
	COLOR: #ffffff;
	FONT-SIZE: 12px
}

.faqhead{
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.faqbody{
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding-left:10px;
	padding-bottom:10px;
}

.ia_details_info {
	font-size:11px;
}

.ia_details_slide {
	padding-left:50px;	
}

.ia_details_img {
	margin-right:5px;	
	margin-top:5px;	
	border: 1px solid #aaaaaa;
}
