﻿@import "MsvStyle.css";

body 
{
    font-family: Arial;
    margin: auto;
    margin-left: 50px;
    width: 80%;
    background-color: #EEEEEE;
    background-image: url(../Images/Messy/home_bg_r2_c1.jpg);
    background-repeat: repeat-x;
}

body, td, div, table, input, select, textarea
{
	font-family: Arial;
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
}

a.HoverUnderline
{
    text-decoration: none;
}

a.HoverUnderline:hover
{
    text-decoration: underline;
}

.border
{
	border: 1px dashed red;
}

.block
{
    display: block;
}

.inline
{
    display: inline;
}

.hand
{
    cursor: pointer;
}

.arrow
{
	cursor: default;
}

.ltr
{
    direction: ltr;
}

.rtl
{
    direction: rtl;
}

h3
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.InputBorder
{
    border: 1px solid Gray;
}
