﻿body 
{
    margin:0 0 0 0;
}

.HeaderBg
{
    background-image:url('./Images/HeaderBg.jpg');
    height:77px;
}

.TopMenuBg
{
    background-image:url('./Images/MenuBg.jpg');
    height:30px;
}

.SubMenuHeader
{
    background-image:url('./Images/InnerMenuHeadear.jpg');
    height:6px;
    width:196px;
    background-repeat:no-repeat;
}

.SubMenuFooter
{
    background-image:url('./Images/InnerMenuFooter.jpg');
    height:4px;
    width:196px;
    background-repeat:no-repeat;
}

.SubMenuSeparator
{
    background-image:url('./Images/InnerMenuSeparator.jpg');
    height:7px;
    width:196px;
    background-repeat:no-repeat;
}

.SubMenuBg
{
    background-image:url('./Images/InnerMenuBg.jpg');    
    width:196px;
}

.headerRow
{
    background-color:#8092b2;
}

.pairedRow
{
    background-color:#cccbcb;
}

.blackBorder
{
    border:1px solid black;
}

.leftBorder
{
    border-left:1px solid black;
}

.blackLine
{
    background-color:Black;
    height:1px;
}


.WhiteBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:White;
}

.BlackText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.BlackBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.BlueBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#09285e;
}

.BlueLinks
{
    font-weight:normal;
    text-decoration:underline;
    font-family:Arial;
    font-size:12px;
    color:#09285e;
}

.Clickable
{
    cursor:pointer;
}

.Input
{
    border:1px solid #666666;
    color:Black;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    background-color:White;
}

.GrayBorder
{
    border:1px solid #666666;    
}

.SubmitButton 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: 0px solid black;
	background-image:url('./Images/ButtonBg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 85px;
	height: 24px;
	padding: 2px 8px;
	cursor:pointer;
}

.SmallButton 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: 0px solid black;
	background-image:url('./Images/ButtonSmallBg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 30px;
	height: 24px;
	padding: 2px 8px;
	cursor:pointer;
}

.NewBrandButton
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: 0px solid black;
	background-image:url('./Images/btnNewBrand.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 85px;
	height: 24px;
	padding: 2px 8px;
	cursor:pointer;
}

.NewFileButton
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: 0px solid black;
	background-image:url('./Images/btnAddFile.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 85px;
	height: 24px;
	padding: 2px 8px;
	cursor:pointer;
}

.MessageBox_Top
{
    height:25px;
    background-image:url('./Images/Dialog/top.gif');
}

.MessageBox_Left
{
    width:7px;
    background-image:url('./Images/Dialog/left.gif');
}

.MessageBox_Right
{
    width:7px;
    background-image:url('./Images/Dialog/right.gif');
}

.MessageBox_Bottom
{
    height:7px;
    background-image:url('./Images/Dialog/bottom.gif');
}

.MessageBox_Panel
{
    background-color:White;
}

.UploadProgress
{
    background-image:url('./images/UploadProgressBg.jpg');
    height:22px;
}

.MessagePanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:55500; 
    background-image:url('Images/Dialog/alpha.png');
}

.PreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:54000;       
}

.whitePanel
{
    background-color:White;
}