﻿body
{
	margin-left: auto;
	margin-right: auto;
}


*
{
    font-family: Arial;
    font-size:12px;
    
}

input
{
    font-family: inherit;
    font-size: 100%;
    
}

textarea
{
    font-family: inherit;
    font-size: 100%;
}

.headerTop
{
	background-position:bottom;
	background-image: url("./Images/top.gif");
	background-repeat: no-repeat;
	height:44px;
	width:794px;
	vertical-align: bottom;
}

.headerBottom
{
	background-color:#000000;
	height:66px;
	width:760px;
	vertical-align: middle;
}


.cssTableLanguages
{
	width:110px;
	height:22px;
	position:relative;
	left: 443px;
	top:18px;
}

.cssTableLogin
{
	width:55px;
	height:22px;
	position:relative;
	left: 493px;
	top:18px;
}

.cssButtonSyleLanguage{
	background-color:Transparent;
	border-style:none; 
	color:Red;
	cursor:pointer;
}

.cssButtonSyleLogin{
	background-color:Transparent;
	border-style:none; 
	color:Black;
	cursor:pointer;
}

.cssButtonSyleSave{
	background-position:top left;
	background-image: url("./Images/saveRedux.png");
	background-repeat: no-repeat;
	height:24px;
	width:24px;
	cursor:pointer;
	border-width:0;
}



.cssButtonSyleDelete{
	background-position:top left;
	background-image: url("./Images/delete.jpg");
	background-repeat: no-repeat;
	height:48px;
	width:48px;
	cursor:pointer;
}

.cssFontStyle
{
	font-family:Arial;
}

.left
{
	background-position:top right;
	background-image: url("./Images/left.gif");
	background-repeat: repeat-y;
	width:17px;
	height:42px;
}

.leftBG
{
	background-position:top right;
	background-image: url("./Images/left_bg.gif");
	background-repeat: repeat-y;
	width:17px;
	height:100%;
}

.right
{
	background-position:top left;
	background-image: url("./Images/right.gif");
	background-repeat: repeat-y;
	width:17px;
	height:42px;
}

.rightBG
{
	background-position:top left;
	background-image: url("./Images/right_bg.gif");
	background-repeat: repeat-y;
	width:17px;
	height:100%;
}

.footer
{
	background-position:top;
	background-image: url("./Images/footer_home.gif");
	background-repeat: no-repeat;
	height:33px;
	width:794px;
	vertical-align: baseline;
}

.labelFooter
{
	width:400px;
	height:22px;
	background-color:Transparent;
	color:White;
	font-family:Arial;
	font-size:12px;
	border-style:none;
}

.cssHomeButtonStyle
{
	width:47px;
	height:25px;
	background-image: url("./Images/home.gif");
	background-repeat:no-repeat;
	border-width:0;
	cursor:pointer;
	
}