﻿/************************************************************************/
/*                                Reset CSS                             */
/************************************************************************/
html, 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, ol, ul, 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;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.NoRenderWidget
{
    position: absolute;
    top:0px;
    left:0px;
    padding: 10px;
    width: 100%;
    background: #FFF;
    font-weight: bold;
    font-style: italic;
    z-index: 7000;
    color: red;
    opacity: 0.8;
}
/************************************************************************/
/*                            End Reset CSS                             */
/************************************************************************/

/************************************************************************/
/*                           Remove RadDock Borders                     */
/************************************************************************/
.RadDock_NoBorders .rdMiddle .rdLeft, .RadDock_NoBorders .rdMiddle .rdRight, .RadDock_NoBorders .rdBottom .rdLeft, .RadDock_NoBorders .rdBottom .rdCenter, .RadDock_NoBorders .rdBottom .rdRight
{
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

.RadDock_NoBorders .rdLeft, .RadDock_NoBorders .rdRight
{ width: 0px !important; }

.RadDock_NoBorders .rdTable .rdTop .rdLeft, .RadDock_NoBorders .rdTable .rdTop .rdRight, .RadDock_NoBorders .rdTable .rdMiddle .rdLeft, .RadDock_NoBorders .rdTable .rdMiddle .rdRight, .RadDock_NoBorders .rdTable .rdBottom .rdLeft, .RadDock_NoBorders .rdTable .rdBottom .rdCenter, .RadDock_NoBorders .rdTable .rdBottom .rdRight
{ display: none !important; }

.RadDock_NoBorders .rdTop .rdLeft, .RadDock_NoBorders .rdTop .rdCenter, .RadDock_NoBorders .rdTop .rdRight, .RadDock_NoBorders .rdBottom .rdLeft, .RadDock_NoBorders .rdBottom .rdCenter, .RadDock_NoBorders .rdBottom .rdRight
{
    height: 0px !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    line-height: 0px !important;
}

.RadDockZone
{ padding: 0px !important; }

.RadDockZone .rdTable{
    width: 100%;
}

/************************************************************************/
/*                           Remove RadDock Borders                     */
/************************************************************************/

.RadDock .rdContent { font: inherit; }


/************************************************************************/
/*                                Fixes                                 */
/************************************************************************/
.RadDock
{
    margin: 0px !important;
}

.rdContent, .RadDock, .RadDockZone, .rdSideBorders
{
    overflow: visible !important;
}

.RadDockZone
{
    margin: 0px !important;
    padding: 0px !important;
}

.Forms .informa {display:none;}


/************************************************************************/
/*                                Fixes                                 */
/************************************************************************/