﻿/* Reset Elements */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, img
address, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label 
		{
			border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
			background: transparent;
    margin-left: 0;
    margin-right: 0;
}

form
		{
			display: block;
		}

blockquote, q
		{
			quotes: none;
		}

blockquote:before, blockquote:after, q:before, q:after
		{
			content: '';
		}

:focus 	
		{
			outline: 0;
		}

body
		{
			line-height: 1;
			/*
			color: black;
			background: white;
			*/
		}

ol, ul 
		{
			list-style: none;
		}

label, button
		{
			cursor: pointer;
		}
		
.left
		{
			float: left;
		}

.right
		{
			float: right;
		}

.center
		{
			text-align: center;
		}

.clear
		{
			clear: both;
		}

.hidden
		{
			display: none ! important;
			visibility: hidden;
		}

a img, img
		{
			border: 0;
			text-decoration: none;
		}
a
		{
			text-decoration: none;
		}

div div table td { background-image:none !important; }

div div table td.dxeButtonEditButton{ background-image: url('/DXR.axd?r=2_8-5thn3') !important; }