﻿body
{
	margin: 0px;
    color: #000;
}

td, input, select, fieldset p
{
    font: 12px Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
    color: #000;
}
a:hover, a:active 
{
    color: #ff0000;
}

/* FrontEdit classes */
.adminfronteditover 
{
	border: dotted 1px red;	
}
/* FrontEdit classes end */

/* Datagrid classes */
.dg_itemstyle 
{
	background-color:#eeeeee;
}

.dg_alternatingitemstyle
{ 
	background-color:White;
}

.dg_headerstyle
{
	font-weight: bold;
	background-color: White;
}

.dg_footerstyle
{
}

.dg_edititemstyle
{
}

.dg_selecteditemstyle
{
}

.dg_pagerstyle
{
}
/* Datagrid classes end */


/* Statusbar */
div#statusbar { font-weight: bold; background: #fad163; margin: 0px 9% 5px 12% } 
div#statusbarinner { margin: 0px 8px }
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #fad163}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* Statusbar end */


/* BizForm */
.formasterisk
{
	color: Red;
}
.formitem 
{
	background-color: lightgreen;
	font-family: Times New Roman;
	border: 3px double #000000;
	font-size: 12pt;
	font-weight: bold;
}
/* BizForm end */


/* customerquicksearch */
#customerquicksearch
{
    float: left;
    width: 300px;
}
#customerquicksearch .quicksearchbutton
{
    height: 23px;
    margin: 0px 0px 0px 10px;
}
/* customerquicksearch end */

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt
{
	padding: 0px !important;	
}

.RadMenu_WebBlue .rmLeftImage
{
	position: absolute;
	left: 1px;	
}

.RadMenu_Vista .rmGroup .rmText
{
	text-align:left;
}