﻿/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border:0px;  /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img { 
	border:0 !important;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }

/* = Float and align elements */
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
.a-justify { text-align:justify; }

.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both; }

/* = Common classes */
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }
.margin-auto{ margin:auto; }
.hidden{ display:none; }
.font-bold{ font-weight:bold; }

span.skype_pnh_print_container{display:inline !important;}
span.skype_pnh_container{display:none !important;}

/* = Common tags */
body{
    font:normal 12px Arial, Helvetica, Sans-Serif;
    color:#000;
}
a{
    text-decoration:none;   
    font-family:Arial, Helvetica, Sans-Serif;
    outline:none;
}
.main-button{
    background:url(../images/main-btn.png) no-repeat right top;
    display:inline-block;
    font-size:14px;
    padding-top:8px;
    padding-right:35px;
    font-weight:bold;
    height:25px;
    border: none;
	cursor:pointer;
}
.main-button:hover{
    background-position:right bottom !important;
	text-decoration:none !important;
}
.main-button-back{
    background:url(../images/main-btn-back.png) no-repeat left top;
    padding-right:0px;
	padding-left:37px;
}
.main-button-back:hover{
    background-position:left bottom !important;
}
