﻿body 
{
    font-family: Verdana;
    font-size: 12px;
}

.context
{
    font-family: Verdana;
    font-size: 12px;
}

.errorMsg
{
    font-family: Verdana;
    font-size: 12px;
    color: Red;
    font-style: italic;
}    

.contentPanel
{
    background-color: White;
    border-style: ridge;
    border-width: thin;
    border-color: #0A3D7E;
}
  
.colorInput
{
    width: 65px;
    font-weight: bold;
    text-align: center;

}        


#tswcssbuttons {
	width: 160px ;
	text-align: left ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #ffffff ;
	background-color: #830000 ;
	border: 1px outset #000000 ;
	width: 160px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #830000 ;
	background-color: #ffffff ;
}

.quickOrderHeader
{
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    background-color: #CF0001;
}

.quickOrderData
{
    color: Black;
    font-family: Tahoma;
    background-color: #FFFFFF;
}

.menuborder
{
    border: thin solid #000000;
    margin: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    background-color: red;
    color: #FFFFFF;
    text-decoration:none;
}