@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/**********************************************
* FONT-FACE
*********************************************/

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------------------------------------------- */
/* Layout
/* ---------------------------------------------------------- */

html { overflow-y: scroll; background-color: #333; background-color: #F8F8FA; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #253346;
	line-height: 1.5;
	min-width: 1000px;
	background: #F8F8FA url('images/bg-header.png') center 0 repeat-x;
	counter-reset: section;
}

div#wrapper {
	background: transparent url('images/bg-content.png') 0 174px repeat-x;
}

div.head-wrap, footer nav, div#content, nav ul {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

header {
	height: 173px;
	margin-bottom: 8px;
	background: transparent url('images/bg-head.png') center 0 repeat-x;
	border-bottom: 1px solid #41587B;
}

div#content {
	min-height: 300px;
}

footer {
	height: 120px;
	margin-top: 30px;
	padding-top: 35px;
	background: #333 url('images/bg-footer.png') 0 0 repeat-x;
}

/**********************************************
* Logo
*********************************************/

a.logo {
	position: absolute;
	top: 38px;
	left: -8px;
}

a.footer-logo {
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -1px;
	font-family: PTSansRegular, Arial, sans-serif;
	color: #ccc;
	display: block;
	font-size: 20px;
}

a.footer-logo:hover {
	color: #eee;
}

a.logo span, a.footer-logo span {
	text-indent: -9999px;
	display: none;
}

/**********************************************
* Navigation
*********************************************/

nav#headerNav {
	height: 40px;
	position: absolute;
	top: 134px;
	left: 0;
}

nav#headerNav ul li {
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
}

nav#headerNav ul li:last-child a span {
	border-right: none;
}

nav#headerNav ul li:first-child a span {
	border-left: none;
}

nav#headerNav ul li a {
	display: block;
	font-family: PTSansRegular, Arial, serif;
	font-size: 17px;
	line-height: 38px;
	height: 38px;
	color: #445B81;
	font-smooth: always;
	position: relative;
	top: 2px;
	display: block;
    font-weight: normal;
}

nav#headerNav ul li a span {
	border-right: 1px solid #B4BDCC;
	border-left: 1px solid #fff;
	padding: 0 20px;
}

nav#headerNav ul li:hover,
body.berkalkulator nav#headerNav ul li.berkalkulator,
body.oneletrajz nav#headerNav ul li.oneletrajz,
body.szabadsag nav#headerNav ul li.szabadsag,
body.a-berkalkulator-elemei nav#headerNav ul li.a-berkalkulator-elemei {
	text-decoration: none;
	background: #4768aa;
	background: -moz-linear-gradient(top,  #4768aa 0%, #3d588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4768aa), color-stop(100%,#3d588b));
	background: -webkit-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -o-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -ms-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4768aa', endColorstr='#3d588b',GradientType=0 );
	
	border-color: #41587B;
}

nav#headerNav ul li:hover a span,
body.berkalkulator nav#headerNav ul li.berkalkulator a span,
body.oneletrajz nav#headerNav ul li.oneletrajz a span,
body.szabadsag nav#headerNav ul li.szabadsag a span,
body.a-berkalkulator-elemei nav#headerNav ul li.a-berkalkulator-elemei a span {
	color: #fff;
	border-color: transparent;
}

/* footer navigation */

nav#footerNav ul.footerNav1 {
	float: left;
	position: relative;
	left: -8px;
	width: auto;
}

nav#footerNav ul.footerNav2 {
	float: right;
	width: auto;
}

nav#footerNav ul li {
	display: inline;
	float: left;
	color: #999;
}

nav#footerNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	padding: 2px 7px;
}

nav#footerNav ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}

/**********************************************
* Headlines
*********************************************/

h1, h2, h3 {
	font-family: PTSansRegular, Arial, serif;
}

h1 {
    font-size: 25px;
    color: #E02538;
    margin-bottom: 10px;
    margin-top: 16px;
}

h2 {
    font-size: 19px;
    color: #41587B;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: -1px;
    font-weight: normal;
}

h2.inline {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: -8px;
    position: relative;
    top: -1px;
    clear: left;
}
h2.no-list:before {
    content: "";
}

body.a-berkalkulator-elemei h2 {
	font-size: 16px;
}

body.a-berkalkulator-elemei ol p {
	margin-bottom: 20px;
}

h3 {
    font-size: 17px;
    color: #41587B;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}

h3.inline {
    font-weight: bold;
    color: #253346;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 5px;
    clear: left;
}

h3.no-list:before {
	content: "";
}

h3.regular {
	font-weight: bold;
    color: #253346;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h3.list {
    background: url('images/bullet-list-general.png')  0px 7px no-repeat;
    padding-left: 10px;
    position: relative;
    left: -10px;
    margin-top: 10px;
}

/**********************************************
* Links and buttons
*********************************************/

a, a:hover { text-decoration: none; border: none; outline: none; }

a.button, input.button {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	border: 1px solid #3D5379 !important;
	background-color: #41609E;
	cursor: pointer;
	padding: 6px 20px 7px !important;
	
	background: #4768aa;
	background: -moz-linear-gradient(top,  #4768aa 0%, #3d588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4768aa), color-stop(100%,#3d588b));
	background: -webkit-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -o-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -ms-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4768aa', endColorstr='#3d588b',GradientType=0 );
}

span.button-wrap {
	padding: 4px;
	border: 1px solid #DDDBE6;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background: #f1f0f4;
	background: -moz-linear-gradient(top,  #f1f0f4 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f4), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: -o-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: -ms-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	
    position: relative;
    behavior: url("PIE.htc");
    
}

a.button:hover, input.button:hover {
	background: #5479c4;
	background: -moz-linear-gradient(top,  #5479c4 0%, #3d588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5479c4), color-stop(100%,#3d588b));
	background: -webkit-linear-gradient(top,  #5479c4 0%,#3d588b 100%);
	background: -o-linear-gradient(top,  #5479c4 0%,#3d588b 100%);
	background: -ms-linear-gradient(top,  #5479c4 0%,#3d588b 100%);
	background: linear-gradient(top,  #5479c4 0%,#3d588b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5479c4', endColorstr='#3d588b',GradientType=0 );
}

a.button:focus {
	
}

a.mailto {
    text-decoration: underline;
}

a.textlink {
    text-decoration: underline;
    background-color: transparent;
    color: #126CE5;
}

a.topLink { 
	position: fixed;
	bottom: 30%;
	right: 0;
	width: 41px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: transparent url('images/toplink.png') 0 0 no-repeat;
}

a.topLink:hover { background-position: 0 -56px; }

span.export {
	position: relative;
	top: -8px;
}

a.pdf, a.xls {
	position: relative;
	top: 4px;
	margin-left: 3px;
	margin-right: 6px;
}

a.year-prev, a.year-next {
    float: left;
    position: relative;
    background: transparent url('images/year-prev.png') 0 0 no-repeat;
    width: 78px;
    height: 22px;
    display: block;
    position: relative;
    top: -16px;
    margin-left: 0px;
}

a.year-prev.disabled, a.year-next.disabled { background-position: 0 -40px; cursor: default !important; }
a.year-prev.disabled:hover, a.year-next.disabled:hover { background-position: 0 -40px; }
a.year-prev.disabled:active, a.year-next.disabled:active { background-position: 0 -40px; }
a.year-prev:hover, a.year-next:hover { background-position: 0 -80px; }
a.year-prev:active, a.year-next:active { background-position: 0 -120px; }

a.year-prev span, a.year-next span {
    display: none;
    text-indent: -9999px;
}

a.year-next {
    background: transparent url('images/year-next.png') 0 0 no-repeat;
    width: 108px;
    margin-left: 0px;
}

/**********************************************
* Facebook
*********************************************/

div.facebook-wrap {
    width: 296px;
    text-align: left;
    float: right;
    margin-left: 20px;
}

div.facebook-wrap > img {
    margin-bottom: 10px;
}

div.facebook {
    margin-bottom: 0px !important;
    border: 1px solid #D3D7DE;
    background-color: #fff;
    margin-top: 0px;
    position: relative;
    top: -8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.033);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.facebook-wrap h3 {
    width: 290px;
    height: 24px;
    background: url('images/berkalkulator-facebook-headline.png') 2px 0 no-repeat;
    padding-top: 0px;
    position: relative;
    margin: 16px 0 20px 0;
}

div.facebook-wrap h3:before {
    content: "";
    display: none;
}

div.facebook-wrap h3 span {
    display: none;
}

div.facebook p strong {
    color: #41587B;
    font-family: "PTSansRegular", "Arial", serif;
    font-style: normal;
    font-size: 14px;
    margin-left: 12px;
    line-height: 2;
}

div.facebook p {
    margin-left: 0px;
}

div.facebook-like {
    margin-top: 5px;
}

div.facebook-like.text-center div {
    margin-left: 120px;
}

/**********************************************
* Lists
*********************************************/

ul {
	margin-top: 10px; margin-bottom: 10px;
}

ul.list-general li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.list-general li {
	line-height: 26px;
	background: url('images/bullet-list-general.png')  0px 10px no-repeat;
	padding-left: 10px;
}

ul.list-general li.link:hover {
	background-position:  0px -220px;
}

ul.list-general li a {
	color: #253346;
}

ul.list-general li a:hover {
	color: #126CE5;
}

ol h2 {
    counter-increment: section;
    counter-reset: subsection;
}

ol h3 {
    counter-increment: subsection;
}

ol h2:before {
    content: counter(section) ".";
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    
    position: relative;
    behavior: url("PIE.htc");
}

ol.numbered li {
    counter-increment: subsection;
	margin-left: 14px;
}

ol.numbered li:before {
    content: counter(subsection) ".";
    margin-left: -14px;
}

li ol, li p {margin-left: 20px;}

body.a-berkalkulator-elemei li p {
	margin-bottom: 10px;
}

ol h3:before {
	content: counter(section) "." counter(subsection) ". ";
}

ol ol li p {margin-left: 0px;}

ol ol ul li p {margin-bottom: 0px;}

li.group {
	margin-bottom: 10px;
}

.indent-1 {
	margin-left: 20px;
}

/**********************************************
* Tables
*********************************************/

table.general td, table.general th {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 35px;
	text-align: center;
}

table.general th {
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f0f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f0f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f0f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f0f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f0f4 100%);
	background: linear-gradient(top,  #ffffff 0%,#f1f0f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f4',GradientType=0 );
}

table.general tr.sub th {
	background: #F1F0F4;
	height: 24px;
	line-height: 24px;
}

/**********************************************
* Forms
*********************************************/

form.impresszum {
	width: 100%;
	margin-bottom: 25px;
}

form.impresszum div.wrapper {
	border-top: 1px solid #CCC8D7;
	border-bottom: 1px solid #CCC8D7;
	display: block;
	padding: 20px 1px;
	margin-bottom: 15px;
	margin-top: 10px;
}

form.impresszum div.wrapper div {
	margin-bottom: 10px;
}

form.impresszum label {
	width: 150px;
	display: block;
	float: left;
}

form.impresszum .button-wrap {
	margin-left: 150px;
	margin-bottom: 20px;
}

/**********************************************
* Calculator
*********************************************/

div.calculator {
	margin-bottom: 20px;
}

div.calculator div.nomargin.left {
	margin-top: 15px !important;
}

form.calculator h2 {
    font-size: 25px;
    color: #E02538;
    margin-bottom: 10px;
    margin-top: 16px;
    margin-top: 0;
    position: relative;
    top: -5px;
    z-index: 1;
}

form.calculator {
	background: transparent url('images/bg-form.png') 0 0 repeat;
	padding: 8px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 12px;
    
    position: relative;
    behavior: url("PIE.htc");
}

form.calculator h1 {
	margin-top: 0px;
}

div.form-inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 14px solid #F6F5F8;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
	padding: 20px 30px 20px;
	background: #fff;
	background: -moz-linear-gradient(left,  #fbfbfc 0%, #ffffff 50%, #fbfbfc 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbfbfc), color-stop(50%,#ffffff), color-stop(100%,#fbfbfc));
	background: -webkit-linear-gradient(left,  #fbfbfc 0%,#ffffff 50%,#fbfbfc 100%);
	background: -o-linear-gradient(left,  #fbfbfc 0%,#ffffff 50%,#fbfbfc 100%);
	background: -ms-linear-gradient(left,  #fbfbfc 0%,#ffffff 50%,#fbfbfc 100%);
	background: linear-gradient(left,  #fbfbfc 0%,#ffffff 50%,#fbfbfc 100%);
}

form.calculator table {
	width: 100%;
}

form.calculator td {
	height: 22px;
	min-width: 180px;
	padding: 5px 10px 4px;
	vertical-align: middle;
}

/*form.calculator tr:nth-child(2n+1) td {
	background-color: #F1F0F4;
}*/

tr:nth-child(even) td{
	background-color: #F1F0F4;
}

tr.alternateRow2 td{
	background-color: #F1F0F4;
}

form.calculator.wage tr:last-child td, .lastRow {
	border-top: 1px solid #dfdfdf;
	background-color: transparent !important;
	padding-top: 20px;
	padding-bottom: 0px;
}

div.net-gross {
	float: right;
	background: #f1f0f4;
	background: -moz-linear-gradient(top,  #f1f0f4 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f4), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: -o-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: -ms-linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	background: linear-gradient(top,  #f1f0f4 0%,#fdfdfd 100%);
	border: 1px solid #CBC9D6;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	
	height: 25px;
	line-height: 25px;
	padding: 2px;
	
	z-index: 99;
    
    position: relative;
    behavior: url("PIE.htc");
}

div.net-gross a {
	background: #4768aa;
	background: -moz-linear-gradient(top,  #4768aa 0%, #3d588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4768aa), color-stop(100%,#3d588b));
	background: -webkit-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -o-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: -ms-linear-gradient(top,  #4768aa 0%,#3d588b 100%);
	background: linear-gradient(top,  #4768aa 0%,#3d588b 100%);
    
	border-color: #41587B;
	display: block;
	float: left;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
    
    position: relative;
    behavior: url("PIE.htc");
}

div.net-gross a.disabled {
	background: transparent;
	color: #41587B;
}

div.net-gross a.disabled:hover {
	color: #126CE5;
}

tr.hiddenBlock td, tr.hiddenBlock th {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}


form.calculator div.multishift, form.calculator div.commission {
	background: #FBFBFC;
	background: rgba(255, 255, 255, 0.33);
	padding: 9px;
	padding-bottom: 6px;
	position: relative;
	margin-left: -10px;
	width: 100%;
}

form.calculator div.commission td {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 1px;
}

form.calculator div.commission td.align input {
	margin-left: 2px;
}

form.calculator div.commission tr:last-child td { border: none; padding-top: 0; }

form.calculator div.commission { border: none; padding-top: 5px; padding-bottom: 5px; }

input.text { background-color: #fff !important; }


div.multishift table.multishift tr:last-child td {
	border-top: none;
}

div.multishift table.multishift td {
	min-width: 0;
	padding-top: 5px !important;
	padding-bottom: 8px !important;
	text-align: center;
}

div.multishift table.multishift th {
	padding-bottom: 3px !important;
	border-bottom: 1px solid #e2e2e2;
}

div.multishift table.multishift td.text-right {
	padding-right: 0px !important;
	text-align: right;
}

div.multishift table.multishift td.text-right strong {
	position: relative;
	left: -4px;
}

div.multishift table.multishift input[type=text] {
	height: 18px;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: 1px;
}

div.multishift table div.align {
	position: relative;
}

div.multishift table.multishift div.align span.align {
	position: absolute;
	right: 80px;
}

div.multishift table.multishift label {
	position: relative;
	margin-left: 3px;
}

tr.hiddenBlock td.align { width: 180px; }
tr.hiddenBlock td.align input { margin-left: 1px; }

/**********************************************
* Quote and messages
*********************************************/

blockquote, p.message {
	font-family: PTSansItalic, Arial, sans-serif;
	font-style: italic;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 0px;
	font-weight: bold;
	color: #253347;
}

/**********************************************
* For sale
*********************************************/

div.forsale {
	float: right;
	margin-right: 164px;
	margin-top: 20px;
	text-align: center;
}

div.forsale h2 {
	margin-bottom: 1px;
	/*font-weight: bold;*/
	font-size: 30px;
	color: #E42538;
}

div.forsale p {
	font-size: 14px;
}

div.forsale a {
	color: #126CE5;
}

/**********************************************
* Error messages
*********************************************/

span.error {
	width: 280px;
	left: 150px;
	color: #E02538;
	display: block;
	position: relative;
}

/**********************************************
* Helper Classes
*********************************************/

img.right {
	margin: 0 0 20px 20px;
}

a.banner-top {
	position: absolute;
	right: 0;
	top: 22px;
	display: none;
}

.float-right {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

a.banner-top img {
	border: none;
}

.video-embed {
	margin: 0 auto;
	height: auto;
	text-align: center;
	margin: 20px 0 30px;
	position: relative;
}

.caption {
	font-style: italic;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}

label { cursor: pointer; }

input, select, textarea {
	padding: 3px 6px;
	border: 1px solid #C5C5C5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	width: 420px;
	height: 150px;
	overflow: auto;
	padding: 6px 10px;
}

input.short {
	width: 30px;
}

input.short1 {
	width: 40px;
}

input.havi {
	width: 50px;
}

select.medium {
	width: 100px;
}

select.short {
	width: 48px;
}

p { margin-bottom: 10px; text-align: justify; }
strong, .strong { font-weight: bold; }
.italic { font-style: italic; }
.hidden { display: none; }
.noborder { border: none !important; }
.inline { display: inline; }

.one-half { width: 48% }
.one-third { width: 29.66%; *width: 29%; }
.two-third { width: 65.33% }
.one-fourth { width: 22% }
.three-fourth { width: 74% }
.one-fifth { width: 16.8% }
.two-fifth { width: 37.6% }
.three-fifth { width: 58.4% }
.four-fifth { width: 67.2% }
.one-sixth { width: 13.33% }
.five-sixth { width: 82.67% }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
    float: left;
    margin-right: 3%;
    position: relative;
}

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }

img.center {
	margin: 10px auto 20px;
	display: block;
}

table.center {
	margin: 15px auto 10px;
}

.img-left { float: left; margin: 4px 10px 4px 0 }
.img-right { float: right; margin: 4px 0 4px 10px }

.first { margin-left: 0 !important }
.last { margin-right: 0 !important }

.nomargin { margin: 0 !important }
.nomargin-bottom { margin-bottom: 0 !important }
.nopadding { padding: 0 !important }
.noindent { margin-left: 0; padding-left: 0 }
.nobullet { list-style: none; list-style-image: none }

.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }