@CHARSET "UTF-8";

/* ---------------------------------------- HTML ELEMENTS ----------------------------------------------------- */

html{margin:0 auto;}
body {
	background-color: #0F7ABE;
	font-family: Arial;
	font-size: 13px;
	margin: 0 auto;
	padding: 0px;
	/*height:100%;*/
}
a {cursor:pointer;}
form, p, dl, dd, dt {margin:0px;padding:0px;display:block;}
h1 {font-size:200%;color:#416CAF;display:block;}
h2 {
	color:#1F6DAB;
	font-size:150%;
	margin:3px;
	padding-top:5px;
	display:block;
}
h4{
	font-size:110%;
	font-weight:bold;	
	margin:1px;
}
input,textarea{border:1px solid #38647A;font-size:90%;}
p{font-size:100%;line-height:1.2em;margin:2px;}
/* ----------------------------------------- SITE STATIC SIZING ------------------------------------------------- */
.container{
	width: 980px;
	margin:0 auto;
}
#site{
	height: 900px;	
}
/* ---------------------------------------- HEADING ------------------------------------------------------------- */
h1.title-blue{
	margin:3px;padding-top:5px;
}
h3.subtitle-blue{
	font-size:150%;color:#4CA9F1;margin:7px 3px;font-weight:500;
}



/* ------------------------------------------------------ SITE HEADER ----------------------------------------------- */
#site-top{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/processnet-site-top-1.png');
	background:none no-repeat 0 0;
	height:8px;
	width:996px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}
#site-top[id]{
	background:transparent url(../../processnet/images/box/processnet-site-top-1.png) no-repeat 0 0;	
}
#site-header{
	width:996px;
	margin:0px;
	padding:0px;
}
#site-banner{
	height: 130px;
	width: 980px;	
	background:white url(../../processnet/images/box/processnet-banner-background.png) no-repeat scroll 50% 0;
	margin:0 auto;
	padding:0px;
	margin-top:0px;
}
#site-banner-column-left{
	width:240px;margin-top:6px;margin-left:20px;float:left;
}
#site-banner-column-middle{
	float:left;width:360px;
}
#site-banner-column-right{
	float:right;
	width:300px;
	margin-top:20px;
	position:relative;
}
#site-image-logo{
	width:231px;height:118px;display:inline-block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/logo_231x118.png');
	background:none no-repeat 0 0;
}
#site-image-logo[id]{
	background:transparent url(../../processnet/images/logo_231x118.png) no-repeat scroll 0 0;
}
#site-image-motto{
	width:360px;height:71px;margin-top:30px;display:inline-block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/webrefel.png');
	background:none no-repeat 0 0;
}
#site-image-motto[id]{
	background:transparent url(../../processnet/images/box/webrefel.png) no-repeat scroll 0 0;
}
#site-banner-login-name{
	width:100%;
	text-align:right;
	margin:0px;
	padding:0px;
	position:absolute;
	right:10px;	
	top:10px;
	height:100px;
}
#site-banner-login-name p{font-size:100%;}
p.site-banner-login-input-column-left{
	font-size:85%;
	float:left;
	width:30px;
	text-align:right;
	margin:2px;	
	line-height:20px;
}
p.site-banner-login-input-column-right{margin:2px;}

/* ------------------------------------------------------ SITE BODY ------------------------------------------------- */
#site-container{
	margin:0 auto;
	width:996px;
	background:transparent url(../../processnet/images/box/processnet-middle-background.png) repeat-y scroll 0 0;
}
#site-content{
	height:auto;
}

/* ------------------------------------------------------ SITE FOOTER ----------------------------------------------- */
#site-footer{
	width: 988px;
	height:65px;
	margin:0 auto;
	background:white url(../../processnet/images/box/processnet-footer-background.png) no-repeat scroll 50% 0;
}
#site-footer-column-left{
	float:left;width:135px;	
}
#site-footer-column-middle{
	float:left;width: 600px;height:65px;
}
#site-footer-column-right{
	
}
#site-image-logo-footer{
	width:115;height:58px;margin-top:2px;margin-left:20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='/design/processnet/images/box/processnet-logo-footer.png');
	background:none no-repeat 0 0;
}
#site-image-logo-footer[id]{
	background:transparent url(../../processnet/images/box/processnet-logo-footer.png) no-repeat scroll 50% 50%;
}
#site-bottom{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src='/design/processnet/images/box/processnet-site-bottom.png');
	/*background:none no-repeat 0 0;*/
	height:5px;
	width:996px;
	margin:0 auto;
	margin-bottom:10px;
}
#site-bottom[id]{
	background:transparent url(../../processnet/images/box/processnet-site-bottom.png) no-repeat scroll 0 0;	
}

/* ------------------------------------------------------ PAGINATOR ------------------------------------------------- */
.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
a.paginate {
	border: 1px solid #000080;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}
a.paginate:hover {
	background-color: #1173c4;
	color: #FFF;
	text-decoration: underline;
}
a.current {
	border: 1px solid #000080;
	font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#1173c4;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}

/* ------------------------------------------------------ SITE MENU ------------------------------------------------- */
#MenuBarPortal{
	/*background-image:url(../../processnet/images/box/processnet-menu-background-repeat.png);*/
	/*background-image:url(../../processnet/images/box/processnet-menu-background.png);
	background-repeat:repeat-x;	*/
	background-color: #79BB47;
	z-index: 1000;
	height:40px
}
.menu-image{
	display:none;	
}
#site-portalmenu{
	width:980px;
	margin:0 auto;
	margin-top:1px;	
	height: auto;
	position:relative;
	/*background:transparent url(../../processnet/images/box/processnet-menu-background.png) repeat-x scroll 0 0;*/
	background-color: #80CF1B;
	z-index:100;
}
#site-portalmenu-bottom-begin{
	height:10px;margin-top:2px;background: white url(../../processnet/images/box/processnet-menu-background-repeat.png) repeat-y scroll 0 0	
}
#site-portalmenu-bottom-begin2{
	width:980px;
	height: 35px;
	background:transparent url(../../processnet/images/box/processnet-menu-bottom.png) no-repeat 0 0;
}
#site-portalmenu-bottom{
	width:980px;
	/*height: 35px;*/
	background:transparent url(../../processnet/images/box/processnet-menu-bottom.png) no-repeat;
}
#site-portalmenu-search{
	background:white url(../../processnet/images/box/processnet-banner-background.png) no-repeat scroll 0 105%;
	height:45px;
	/*margin:0 auto;*/
	margin-top:2px;
}

/* ---------------------------------------------------- LISTING --------------------------------------------------------- */
ul.site-list{
	list-style-type: none;
	list-style-position:outside;
	padding:0px;
	margin:0px;
}

ul.bullet-list{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0px;
}
ul.bullet-list li{
	background: url(../../processnet/images/box/bullet_transparent.gif) no-repeat 0 0;
	vertical-align:middle;
	padding-left:17px;	
	line-height:16px;
	list-style-type: none;
}

table.list{
	border-collapse:collapse;
	padding:0px;margin:0px;
	color:#000000;
	width:100%;
}
table.list tr.result, table.list tbody tr.result{
	background-color:#D5EAFF;	
}
table.list tr.header, table.list tbody tr.header{
	background-color:#99CCFF;
	height:20px;
	border:1px solid white;
	font-weight:bold; 
	font-size:12px;
}
table.list tr.header td,table.list tbody tr.header td{
	text-align:center; 
	vertical-align:middle; 
	padding:5px 0px;
	border:1px solid white;
	
}
table.list tr.result td,table.list tbody tr.result td{
	text-align:left;
	vertical-align:middle;
	border:1px solid white;
	padding:3px 0px;
}
table.list tr.result td p{
	line-height:18px;
	margin:3px 10px;
	font-size:105%;
}

/* --------------------------------------------------- NEWS ------------------------------------------------------------- */
h2.site-news-preview-blocktitle{
	background:transparent url(../../processnet/images/box/rss.png) no-repeat scroll 90% 0;
	height: 32px;
	margin-top:5px;
}

.site-news-preview-block{
	width:363px;
	position:relative;
	background-color: #F5F5F5;
	border-right:1px solid #D7D7D7;
}
dl.news-preview-list{
	/*width:390px;*/
}
dt.news-preview-title{
	background:transparent url(../../processnet/images/box/icon-globelink.gif) no-repeat scroll 0 2px;
	font-size:100%;
	font-weight:bold;
	height:1%;
	padding-left:28px;
	position:relative;
}
span.news-preview-meta{
	font-size:70%;
	color: #444466;
}
dd.news-preview-content{
	background:transparent url(../../processnet/images/box/dots.gif) repeat-x scroll 0 100%;
	margin-bottom:0.5em;
	padding:0.5em 0 0.5em 28px;
	font-size: 90%;
}
div.news-preview-block{
	background:transparent url(../../processnet/images/box/dots.gif) repeat-x scroll 0 0;
	margin:0 12px;
	padding:6px 0;	
}

/* ----------------------------------------------------- INDEX - domain searching ----------------------------------------------- */
#site-index-column-left{
	float:left;width:370px;position:relative;	
}
#site-index-column-right{
	float:left;
	width:600px;
	margin-top:5px;
}
#site-index-domain-search{
	height:180px;width:365px;padding-left:15px	
}
#site-index-domain-search h1 {
	color:white;font-size:190%;margin:0px;margin-top:20px;
}
#site-index-domain-search h2 {
	color:#0A1C32;font-size:110%;font-weight:normal;margin:0px;
}
#site-index-domain-search h2 span.priority{
	font-size:120%;font-weight:bold;	
}
#site-index-domain-search h3{
	color:white;font-size:100%	
}
#site-index-domain-search-input{
	width:250px;font-size:20px;font-weight:bold;color:green;height:22px;border:1px solid white;padding-left:30px;
	background: white url(../../processnet/images/box/search-background.gif) no-repeat scroll 7px 50%;	
}
#site-index-domain-search-button{
	height:24px;border:none;font-size:110%;width:24px;cursor:pointer;vertical-align:middle;
	background-position:0 0;
	background-repeat: no-repeat;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='/design/processnet/images/box/submit-button-pipa.png');
}
#site-index-domain-search-button[id]{
	background:transparent url(../../processnet/images/box/submit-button-pipa.png) no-repeat scroll 0 0;	
}
#site-index-domain-search-bullet{
	position:absolute;top:85px;left:-45px;width:72px;height:82px;
	background-position:0 0;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='/design/processnet/images/box/domain-search-bullet-2.png');
}
#site-index-domain-search-bullet[id]{
	background:transparent url(../../processnet/images/box/domain-search-bullet-2.png) no-repeat scroll 0 0;
}

p.site-index-domain-search-tip{
	color:white;font-size:80%;font-weight:bold;	
}

/* ----------------------------------------------------------- SITE ORDER ----------------------------------------------- */

#site-order-select-hostpack, #site-order-domain-search{
	margin:0px;
	padding:10px;
	background: url(../../processnet/images/box/processnet-menu-background-repeat.png) repeat-y 0 0;
}
#site-order-domain-search{
	height:180px;
	width:575px;
	margin-left:20px;
}
#site-order-select-hostpack{
	width: 681px;
}
#site-order-domain-search-input{
	width:300px;font-size:19px;font-weight:bold;color:green;height:22px;border:1px solid white;padding-left:30px;
	background: white url(../../processnet/images/box/search-background.gif) no-repeat scroll 7px 50%;	
}
#site-order-domain-search-button{
	height:24px;border:none;font-size:110%;width:24px;cursor:pointer;vertical-align:middle;
	background:transparent no-repeat 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/submit-button-pipa.png');
}
#site-order-domain-search-button[id]{
	background:transparent url(../../processnet/images/box/submit-button-pipa.png) no-repeat scroll 0 0;
}
#site-order-domain-search h1, #site-order-select-hostpack h1 {
	color:white;font-size:190%;margin:10px 0 10px 0;
}
#site-order-domain-search h2 {
	color:#0A1C32;font-size:110%;font-weight:normal;margin:0px;
}
#site-order-domain-search h2 span.priority{
	font-size:120%;font-weight:bold;	
}
#site-order-domain-search h3{
	color:white;font-size:100%	
}
p.site-order-preference-article{
	color:white;	
}
dl.site-order-preference-list{
	
}
dt.site-order-preference-list-title{
	/*background:transparent url(../../processnet/images/box/submit-button-pipa.png) no-repeat scroll 0 50%;*/
	font-size:100%;
	font-weight:bold;
	/*height:25px;*/
	padding-left:28px;
	position:relative;
	color:white;
}
dd.site-order-preference-list-content{
	/*background:transparent url(../../processnet/images/box/dots.gif) repeat-x scroll 0 100%;*/
	margin-bottom:0.5em;
	padding:0.1em;
	padding-left:28px;
	font-size: 90%;
}
/* ------------------------------------------------------------ P ---------------------------------------------------------------- */
p.site-article{
	font-size:90%;
	line-height: 15px;
}
/* ------------------------------------------------------------ HOST PACKING ----------------------------------------------------- */
div.site-hostpack-block{
	background:transparent url(../../processnet/images/box/processnet-host-background.gif) no-repeat scroll 0 0;
	height: 160px;
	width:590px;
	margin: 3px 3px;
	position:relative;margin-bottom:15px
}
div.site-hostpack-block div.site-hostpack-preference-block{
	position:absolute;top:10px;left:0px;width:200px;	
}
div.site-hostpack-block div.site-hostpack-article-block{
	position:absolute;top:0px;left:200px;width:380px;height:100%;
}
div.site-hostpack-block div.site-hostpack-article-block h2.site-hostpack-title{
	left:0px;position:absolute;top:100px;text-align:center;font-size:200%	
}
div.site-hostpack-pricering, div.site-hostpack-pricering-white, div.site-hostpack-pricering-blue, div.site-hostpack-pricering-red, 
	div.site-hostpack-pricering-green, div.site-hostpack-pricering-bronze, div.site-hostpack-pricering-silver, div.site-hostpack-pricering-gold,
	div.site-hostpack-pricering-gold-ftp {
	position:absolute;top:40px;left:490px;width:120px;height:120px;
}
div.site-hostpack-pricering-white{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-white.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-white[class]{
	background: transparent url(../../processnet/images/box/price-ring-white.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-blue{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-blue.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-blue[class]{
	background: transparent url(../../processnet/images/box/price-ring-blue.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-red{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-red.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-red[class]{
	background: transparent url(../../processnet/images/box/price-ring-red.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-green{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-green.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-green[class]{
	background: transparent url(../../processnet/images/box/price-ring-green.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-bronze{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-bronze.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-bronze[class]{
	background: transparent url(../../processnet/images/box/price-ring-bronze.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-silver{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-silver.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-silver[class]{
	background: transparent url(../../processnet/images/box/price-ring-silver.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-gold{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-gold.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-gold[class]{
	background: transparent url(../../processnet/images/box/price-ring-gold.png) no-repeat scroll 0 0;
}
div.site-hostpack-pricering-gold-ftp{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/price-ring-gold-ftp.png');
	background:none no-repeat 0 0;
}
div.site-hostpack-pricering-gold-ftp[class]{
	background: transparent url(../../processnet/images/box/price-ring-gold-ftp.png) no-repeat scroll 0 0;
}

p.site-article-hostpack{
	font-size:85% !important;
	width:280px !important;
	line-height:14px !important;
}
ul.site-list-hostpack-preference{
	color:#39ADDE;
	font-size:85%;
	margin-left:5px;
}
ul.site-list-hostpack-preference li{
	background: url(../../processnet/images/box/bullet_transparent.gif) no-repeat 0 0;
	vertical-align:middle;
	padding-left:20px;	
	line-height:16px;
}

/* ----------------------------------------------------------- SITE REGISTRATION ------------------------------------------------ */
.site-registration-article{
	margin: 3px 10px;
	line-height: 17px;
	font-size:105%;	
}
h4.site-registration-article-title{margin: 3px 10px;}
h4.site-registration-block-title{margin-top:10px;margin-left:18px;}
p.site-registration-msg-error{
	background: transparent url(../../common/images/pirosx.gif) no-repeat 0 0;
	padding-left: 20px;	
}
p.site-registration-msg{
	background: transparent url(../../common/images/zoldpipa.gif) no-repeat 0 0;
	padding-left: 20px;
}
/* ------------------------------------------------------------ DIVING ----------------------------------------------------------- */
.site-div-clear{
	clear:both;margin:0;padding:0;width:auto;	
}
div.blue-box{
	background:transparent url(../../processnet/images/box/processnet-domainorder-background-1.png) repeat-y scroll 0 0;	
	width:365px;
	margin:0px;
	padding:0px;
}
div.blue-box-x{
	background:transparent url(../../processnet/images/box/blue_banner_repeat_x_1x300.png) repeat-x scroll 0 0;	
}

/* ---------------------------------------------- FORMS ------------------------------------------------------- */
.domain-search-label{
	color:#000000;
	display:block;
	left:50px;
	position:absolute;
	display: block;
}
.button-orders:hover {
	background:transparent url(../../processnet/images/box/button-orders.png) no-repeat scroll 0 -25px;
}
.button-orders {
	background:transparent url(../../processnet/images/box/button-orders.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	width:97px;
}
.button-orders-pos {
	left:371px;
	position:absolute;
	top:148px;
}
.button{
	cursor: pointer;
	padding:3px;	
}
.button:hover{
	background-color: #89CB59;	
	/*padding:8px;*/
	color:white;
}

.site-search-input-ask{
	font-size:120%;font-weight:bold;height:23px;
}
.site-search-input{
	font-size:20px;
	font-weight:bold;
	color:green;
	height:25px;border:1px solid white;text-indent:30px;
	background: white url(../../processnet/images/box/search-background.gif) no-repeat scroll 7px 50%;	
}
.site-search-input-small{
	font-size:16px;
	font-weight:bold;
	color:green;
	height:20px;
	border:1px solid white;
}
.site-search-select-small{
	font-size:14px;
	height:20px;
	border:1px solid silver;
}
.site-search-button{
	height:24px;border:none;font-size:110%;width:24px;cursor:pointer;
	background:transparent no-repeat 50% 50%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image, src='/design/processnet/images/box/submit-button-pipa.png');
}
.site-search-button[class]{
	background:transparent url(../../processnet/images/box/submit-button-pipa.png) no-repeat 50% 50%;	
}
.site-input{
	color:green;
	font-size:16px;
	font-weight:bold;
	height:20px;
	text-indent:3px;
}
ol.pagination {
	margin-bottom:0;
	line-height:1.4em;
}
ol.pagination li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:5px;
	padding-right:5px;
}
ol.pagination li.big {
	font-size: 110%;
	font-weight:bold;	
}
.selected{
	background-color: green;
	color:white;
}

/* --------------------------------------------- LINKING ------------------------------------------------------- */
.more-info:hover {
	background:transparent url(../../processnet/images/box/more_info.gif) no-repeat scroll 0 -25px;
}
.more-info {
	background:transparent url(../../processnet/images/box/more_info.gif) no-repeat scroll 0 0;
	display:block;
	height:25px;
	width:97px;
}
.more-info-pos {
	left:371px;
	position:absolute;
	top:148px;
}

/* --------------------------------------------- OTHER STYLE ----------------------------------------------------- */
.hidden{display:none;}
.fullwidth{width:100%;}
.width20{width:20px;}
.width30{width:30px;}
.width35{width:35px;}
.width50{width:50px;}
.width60{width:60px;}
.width70{width:70px;}
.width80{width:80px;}
.width90{width:90px;}
.width100{width:100px;}
.width110{width:110px;}
.width120{width:120px;}
.width130{width:130px;}
.width140{width:140px;}
.width150{width:150px;}
.width160{width:160px;}
.width170{width:170px;}
.width180{width:180px;}
.width190{width:190px;}
.width200{width:200px;}
.width210{width:210px;}
.width220{width:220px;}
.width230{width:230px;}
.width240{width:240px;}
.width250{width:250px;}
.width300{width:300px;}
.width350{width:350px;}
.width400{width:400px;}
.width450{width:450px;}
.width500{width:500px;}
.width550{width:550px;}
.width600{width:600px;}
.width900{width:900px;}

.height50{height:50px;}
.height200{height:200px;}

.strong{
	font-weight:bold;	
}

/*old style (deprecated)*/
select {height:20px;}
table { border:0px; border-collapse:collapse; }
td {vertical-align:top; padding:0px; }
td, table, select, input, textarea{
	font-family:Arial;
	font-size:12px;
	/*vertical-align:top;*/
	line-height:14px;
	color:#262B2E;
}
#magassag{
	background-color:white;width:988px;margin:0 auto;	
	/*background:transparent url(../../processnet/images/box/processnet-middle-background.png) repeat-y scroll 0 0;*/
}
#balmodul, #jobbmodul{
	padding-left:5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.hasabvalaszto{
	border-right:1px solid #E6F2FC;/*#8ccc2a;*/
}
.urlapCim2oszlop{
	width: 30%;
}
.urlapInput2oszlop{
	width: 70%;
}
.link{
	cursor:pointer;
	text-decoration:underline;
	color:blue;
}
table.lista{
	border-collapse:collapse;
	padding:0px;margin:0px;
	color:#000000;
}
table.lista tr.eredmeny, table.lista tbody tr.eredmeny{
	background-color:#D5EAFF;	
}
table.lista tr.fejlec, table.lista tbody tr.fejlec{
	background-color:#99CCFF;
	height:20px;
	border:1px solid white;
	font-weight:bold; 
	font-size:12px;
}
table.lista tr.fejlec td,table.lista tbody tr.fejlec td{
	text-align:center; 
	vertical-align:middle; 
	padding:5px 0px;
	border:1px solid white;
	
}
table.lista tr.eredmeny td,table.lista tbody tr.eredmeny td{
	text-align:left;
	vertical-align:middle;
	border:1px solid white;
	padding:3px 0px;
}
table.lista tr.eredmeny td p{
	line-height:18px;
	margin:3px 10px;
	font-size:105%;
}
.szelTeljes{width: 100%;}
.bekezdes{
	margin-left: 10px;
	margin-right:10px;
	/*background-color: #EFF7FD;*/
}
.cim{margin-top:10px;}
h3.p_title{
	font-weight: bold;
	color: #1B1E20;
	font-size:1.4em;  
	letter-spacing: -0.08em;	
}
.szolgVan{
	background-image: url(../../common/images/zoldpipa.gif);
	background-repeat: no-repeat;	
	background-position: center;
}
.szolgNincs{
	background-image: url(../../common/images/pirosx.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.popup{
	background-color:#EEF6F9;
	
	border-bottom-width:1px;
	border-bottom-color:silver;
	border-bottom-style:solid;

	border-top-width:1px;
	border-top-color:silver;
	border-top-style:solid;

	border-right-width:1px;
	border-right-color:silver;
	border-right-style:solid;

	border-left-width:1px;
	border-left-color:silver;
	border-left-style:solid;
}
.popupTitle{
	background-color:#26AFCC;
}