﻿/*******************************************************************************
*
*******************************************************************************/

*
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: 'Trebuchet MS';
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
}

html, body, form
{
    height: 100%;
    min-height: 100%;
    cursor: default;
    page-break-before: always !important;
}

a
{
    outline: 0;
    border:none;
    text-decoration:none;
}

a:hover,
a:active,
a:focus 
{
     outline: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

img
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}

input
{
    outline: 0;
}

input:hover,
input:active,
input:focus 
{
     outline: none;
}

::-webkit-input-placeholder
{
    color: #999999;
}

:-moz-placeholder
{
    color: #999999;
}

::-moz-placeholder
{
    color: #999999;
}

:-ms-input-placeholder
{
    color: #999999;
}

::-o-placeholder
{
    color: #999999;
}

::-khtml-placeholder
{
    color: #999999;
}

/*******************************************************************************
Width
*******************************************************************************/

.w100proc
{
    width: 100%;
}

.w50proc
{
    width: 50%;
}

/*******************************************************************************
Height
*******************************************************************************/

.h05
{
    height:5px;
}

.h10
{
    height:10px;
}

.h15
{
    height:15px;
}

.h20
{
    height:20px;
}

.h25
{
    height:25px;
}
.h30
{
    height:30px;
}

.h35
{
    height:35px;
}
.h40
{
    height:40px;
}

.h45
{
    height:45px;
}

.h50
{
    height:50px;
}
