﻿a 
{
    color: Black;
    text-decoration: none;
}



html,body
{
    margin: 0px;
    padding: 0px; 
    width: 100%; 
    height: 100%; 
    font-family: Verdana;
    font-size: 10px;
    color: Black;
}

table.main
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#logo 
{
	background: url('Images/header_logo.gif') no-repeat top right;
	width: 336px;
	height: 80px;
}

#header
{
	height: 80px;
}

#headerTable 
{
	background: url('Images/header_left.gif') repeat-x;
	/*margin-bottom: 40px;*/
}

#header_top 
{
	padding-top: 0px;
	height: 60px;
}

#header_top div,
#header_top a
{
	font: 10px Verdana;
	color: #898586;
	white-space: nowrap;
}

#headerText 
{
	float: left;
	padding-left: 12px;
}

#ChooseLang
{
	float: right;
}

#ChooseLang ul
{ 
    margin: 0;
    padding: 0;
}

#ChooseLang li
{ 
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    padding-left: 15px;
    /*background: url('Images/dotted.gif') 5px 0px no-repeat;*/
    font: 10px Verdana;
}

#header_bottom,
#header_bottom a 
{
	color: Black;
	font: 10px Verdana;
	padding-left: 12px;
	
}


#welcome
{ 
    position: relative;
    top: -10px;
    font-weight: bold;
}

.bnMessage
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: none;
    border: 0px;
    cursor: pointer;
    font-size: 10px;
    /*color: white;*/
}

.bnMessageRed
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: none;
    border: 0px;
    cursor: pointer;
    font-size: 10px;
    color: #FF0000;
}

#ctl00_tartalom
{
    font: 10px Verdana;
    vertical-align: top;
    text-align: center;
}

#refreshBox 
{
	float: right;
	padding-right: 36px;
	font-size: 10px;
    padding-top: 25px;
}

#tartalom_jobb_border
{ 
    /*background-color: #C5C5C5;*/
    width: 20px;
}

#footer
{ 
    /*padding-top: 10px;*/
    height: 40px;
    background: url('Images/footer_bcgrnd.gif') center no-repeat;
}

#footer div
{
    height: 32px;
    width: 100%;
	padding-top: 20px;
	color: rgb(49,26,6);
	text-align: center;
	font: 10px Verdana;
	font-weight: bold;
}

#menu
{
    width: 192px;
    text-align: center;
    vertical-align: top;
    /*background-color: #C5C5C5;*/
    border-right: 1px solid #c4c2c2;
}

#menu .menu_box
{
    text-align: left;
    width: 84%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    /*color: White;*/
    font-size: 10px;
    border: 1px solid #a4a2a2;
}

#menu .menu_box a
{
    text-decoration: none;
    color: black;
}

#menu .menu_box div
{
    padding: 5px 0px 5px 13px;
    border-bottom: 1px solid #a4a2a2;
    color: White;
}

#menu .menu_box div.otherMenuGroup 
{
	background-color: #a4a2a2;
}

div#mainMenuGroup
{
    /*background: url('Images/kek_header.gif') no-repeat #6E7886;*/
    background-color: #f5821f;
}

#menu .menu_box ul
{
    /*background: url('Images/kek_footer.gif') bottom no-repeat #7C8593;*/
    margin: 0;
    padding: 10px;
}
    
#menu .menu_box ul:first-child 
{
	border: none;
}

#menu .menu_box ul li
{
    margin: 0;
    padding: 3px 0px 7px 18px;
    list-style-type: none;
    color: Gray;
    background: url('Images/x_line2.gif') bottom no-repeat;
}

#menu ul.otherMenuGroup li.selectedMenuItem 
{
	background-color: #f5821f;
}

#menu ul.mainMenuGroup li.selectedMenuItem 
{
	background-color: #a4a2a2;
}

.menu_box .customerCode
{
    width: 50px;
    font-size: 10px;
}

.menu_box .bnArrow
{
    margin-top: 10px;
}

#menuBottom 
{
	height: 75px;
	background: url('Images/iilustr_left.jpg') no-repeat 15px 15px;
}

#menuBottom div#border
{
	border-right: 1px solid #c4c2c2;
	height: 75px;
	width: 192px;
	float: left;
}

span.errorCustomerBlocked
{
    color: Red;
}

.textNormal
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
}

.textBrownBold
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: chocolate;
}


.selMsg
{
	background-color: #FFB76F;
	border-right: #ffcc66 2px outset;
	border-top: #ffcc66 2px outset;
	border-bottom: #ffcc66 2px outset;
}

.selMsgCent
{
	background-color: #FFB76F;
	border-top: #ffcc66 2px outset;
	border-bottom: #ffcc66 2px outset;
}

.selMsgNr
{
	background-color: #FFB76F;
	border-top: #ffcc66 2px outset;
	border-left: #ffcc66 2px outset;
	border-bottom: #ffcc66 2px outset;
	font-weight: bold;
	color: red;
	font-size: 12pt;
	font-family: verdana;
}

.DescriptionText
{
	font-weight: bold;
	font-size: 12pt;
	color: chocolate;
	font-family: Verdana;
}