﻿@charset "UTF-8";

@font-face {
    font-family: 'DIN';
    src: url('DIRECTVCurve-Regular.eot');
    src: url('DIRECTVCurve-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Bold';
    src: url('DIRECTVCurve-Bold.eot');
    src: url('DIRECTVCurve-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Bold.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Light';
    src: url('DIRECTVCurve-Light.eot');
    src: url('DIRECTVCurve-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Light.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Medium';
    src: url('DIRECTVCurve-Medium.eot');
    src: url('DIRECTVCurve-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tipsy
{
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
	color:#666666;
	padding:0 4px;
	background-color:#FFF;
}
small.tooltip{
    background-color:#E1F0FF;
    border:1px solid #CCCCCC;
    padding:2px;
	display:block;
}