﻿@font-face {
    font-family: "Segoe UI";
    src: url('font/segoeui.eot');
    src: url('font/segoeui.eot?#iefix') format('embedded-opentype'),
         url('font/segoeui.woff') format('woff'),
         url('font/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}

/* ScrollBars */
html
{
    scrollbar-3dlight-color:#ccc;
    scrollbar-arrow-color:#439ed2;
    scrollbar-base-color:#F5F5F5;
    scrollbar-darkshadow-color:#ccc;
    scrollbar-face-color:#e5e5e5;
    scrollbar-highlight-color:#F5F5F5;
    scrollbar-shadow-color:#F5F5F5;   
    
}
::-webkit-scrollbar {
    background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid whiteSmoke 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Body */
/*body
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;  
    margin: 0px;
    padding: 0px; 
    color:#737a87;   
}*/
body
{
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
    font-size:16px;
    margin: 0px;
    padding: 0px; 
	color:#727681;    
}

a:link, a:visited
{
   color: #439ed2;
   text-decoration: none;
}
a:hover
{
    color: #439ed2;
    text-decoration: underline;
}
a:active
{
    color: #439ed2;
}
select {
   background: transparent;
   padding: 2px 2px 2px 2px;
   border: 1px solid #ccc;
   display:inline-block;   
} 
h3
{
    font-size: 1.1em;
    font-weight:500;
    padding: 0px;
    margin: 0px;
}
a:focus {outline: none;}
input:focus {outline:#cccccc solid 1px;}
select:focus {outline:#cccccc solid 1px;}