#menu {
	background-color: #666666;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
/*
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}*/
#menu p {
	padding-top: 6px;
	padding-bottom: 2px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#menu a:hover {
	color: #f0ec07;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0ec07;
}


#menu .options { float: right; }

.center { text-align: center; }
.table-zone-s {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 70%;
}


.table-login {
	border: 1px solid #999999;
	width: 100%;
}
.table-login th {
	text-align: right;
	padding: 10px;
}
.table-login td {
	text-align: left;
	padding: 10px;
}

#btn-next {
	position: relative;
	height: 49px;
	width: 55px;
	margin: 0px;
	padding: 0px;
	top: -22px;
	right: -28px;
	float: right;
	background-repeat: no-repeat;
    background-image: url(/images/btn-next-40.gif);
	background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
	border-left-style: none;
    cursor: pointer;
}

#btn-next-right {
	height: 49px;
	width: 55px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-repeat: no-repeat;
    background-image: url(/images/btn-next-40.gif);
	background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
	border-left-style: none;
    cursor: pointer;
}

#btn-ok-right {
	height: 49px;
	width: 55px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-repeat: no-repeat;
    background-image: url(/images/btn-ok-40.gif);
	background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
	border-left-style: none;
    cursor: pointer;
}

.explain-title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.note {
	font-size: 9px;
	color: #999999;
	text-align: left;
}
.title-page {
	font-size: 14px;
	font-weight: bold;
}
.table-list {
	border: 1px solid #666666;
	width: 760px;
}
.table-list tr:hover {
	background-color: #eeeeee;
}
.table-list th {
	padding: 2px;
	text-align: right;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.table-list td {
	text-align: right;
	padding: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #CCCCCC;
}
.new-command {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 10px;
	margin-right: 250px;
	margin-left: 250px;
	margin-top: 20px;
	margin-bottom: 50px;
	
}
.steps {
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 10px;
	background-color: #CCCCCC;
	padding: 1px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}
.steps li {
	display: inline;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 26px;
	color: #999999;
	margin: 0px;
	list-style-type: none;
}

.steps li .selected {
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #dddddd;
	
}
.steps li a {
	text-decoration: none;
	color: #000000;
	padding-right: 2px;
	padding-left: 24px;
	background-image: url(images/btn-back-20.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.steps li a:hover {
	color: #484704;
	text-decoration: none;
	background-color: #ffffff;	
}
.link-home { float: right; }
.step-done {
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

.table-options  td {
	padding: 20px;
	width: 33%;
	vertical-align: top;
}
.big-link {
	text-decoration: none;
	border: 1px solid #999999;
	display: block;
	padding: 10px;
	cursor: pointer;
}
.big-link:hover {
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	color: #000000;
	background-color: #fdfcda;
	cursor: pointer;
}
.big-link-cards {
	text-decoration: none;
	border: 1px solid #336699;
	display: block;
	padding: 10px;
	cursor: pointer;
	background-color: #f3f6f9;
}
.big-link-cards:hover {
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	color: #000000;
	background-color: #fdfcda;
	cursor: pointer;
}
.big-link-codes {
	text-decoration: none;
	border: 1px solid #33cc33;
	display: block;
	padding: 10px;
	cursor: pointer;
	background-color: #f1fadb;
}
.big-link-codes:hover {
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fdfcda;
	display: block;
	color: #000000;
	cursor: pointer;
}
.types-desc {
	height: 70px;
}
.table-command {
	border: 1px solid #666666;
	width: 760px;
}
.table-command tr:hover {
	background-color: #eeeeee;
}
.table-command th {
	padding: 4px;
	text-align: center;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 12px;
}

.table-command td {
	padding: 4px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #CCCCCC;
	font-size: 12px;
}
.ok {
	text-align: right;
	margin-top: 20px;
}
.total {
	font-weight: bold;
	background-color: #eeeeee;
}
.message {
	border: 1px dashed #CC0000;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 4px;
	color: #CC0000;
}
.message p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.cliczone {
	text-align: center;
	margin-right: 200px;
	margin-left: 200px;
}

.error-inline td {
	color: #CC0000;
	background-color: #fae5e5;
}

.digit3 { 
	width: 28px;
	background-color: #fcfbcd;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
}
.digit4 { 
	width: 34px;
	background-color: #fcfbcd;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
}

.btn-yellow {
	background-color: #F0EC07;
	border: 2px solid #000000;
	font-weight: bold;
}
.field-yellow {
	background-color: #fcfbcd;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
}

.selected-article {
	font-weight: bold;
}

.btn-back-left a {
	height: 49px;
	width: 55px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(/images/btn-back-40.gif);
	background-color: #FFFFFF;
	cursor: pointer;
	display: block;
}

.left { float: left; }


