﻿body
{
    margin: 30;
    padding: 0;
    font: normal 14px/1.5em "Segoe UI" , Arial, sans-serif; /*     font: normal 14px/1.5em "Segoe UI", Arial, sans-serif;     height:100%; 	overflow:hidden;     */
}

form
{
    cursor: default;
}

/* <header> */

.header
{
    height: 64px;
    background-color: transparent;
    background-repeat: repeat-x;
}

.logo
{
    background-color: transparent;
    background-repeat: no-repeat;
    width: 400px;
    height: 64px;
}
.skin-chooser
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: default;
    color: #fff;
}
.highlight
{
    background-color: #FFFFCC;
    color: #000000;
}
a
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
}

/*Telerik Combo*/
.col0
{
    float: left;
    width: 40px;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 14px;
    overflow: hidden;
}
.col1, .col2, .col3
{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 14px;
    overflow: hidden;
}

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.rcbHeader ul:after, .rcbFooter ul:after, .rcbItem ul:after, .rcbHovered ul:after, .rcbDisabled ul:after
{
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
}

