@charset "utf-8";
/* CSS Document */
html, head, 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, 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;
 
}
body{
	font-size:14px;	
	color:#333333;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	line-height:18px;
}

a {
    outline: medium none;
    text-decoration: none;
	border:medium none;
}
.clear-all {
    clear: both;
}
img{
	border:medium none;
}
p{
	line-height:20px;
}
ul
{
	padding:0;
	margin:0;
}
li 
{
    list-style: none;
}
.page {
    text-align: center;
    margin-bottom: 20px;
    float: right;
}
.page > a {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer !important;
    display: inline;
    padding: 3px 7px;
    margin: 0px 3px;
    border-radius: 4px;
    z-index: 2;
}
.page > a:hover, .page > a.active {
    background-color: #046972;
    box-shadow: 1px -1px 6px 4px #046972 inset;
    color: #FFF;
    cursor: default;
    z-index: 2;
    display: inline;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #046972;
}