/*
Design by Firan Lucian
http://www.eworks.ro
29 oct 2008
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

blockquote {
	font-style: italic;
}

a {
	color: #1777B1;
	text-decoration:none;
}

/* Top (menu) */
.top_txt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #0000CC;
	border-left-color: #0066FF;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding: 2px;
	margin: 0px;
	background-color: #0000FF;
}
.menu_box {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}
.menu_a {
	padding-left: 5px;	
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #7F7772;
}

.menu_aa {
	padding-left: 5px;	
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #FF9523;	
}


/* Zone 1 (login contact) */
.z1_border {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.z1_title {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;	
	word-spacing: 2px;
}
.z1_subtitle {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;	
	word-spacing: 2px;
}
.z1_close{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.z1_btnok {
	font-size: 14px;
	background-color: #DDDDDD;
	padding: 1px;
	border: 1px solid #000000;
	color: #003399;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
.z1_input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #0000CC;
	border-left-color: #AAAAAA;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-color: #EEEEEE;
}
.z1_label{
	font-size: 14px;
	color: #7F7772;
}

/* Zone 2 (aleg 1 led) */
/* Zone 2 date led */
.z2_table1{
	border: 1px solid #EEEEEE;
}
.z2_title {
	padding-left: 5px;	
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #FF9523;	
}
.z2_img{
	border-top: 1px none #000066;
	border-right: 1px none #000066;
	border-bottom: 1px dotted #000066;
	border-left: 1px none #000066;
}
/* Zone 2 selectare capsula culoare */
.z2_table2{
	border: 1px solid #E8E8E8;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
.z2_select{
	font-size: 12px;
	font-weight: bold;
	color: #000099;	
}
/* Zone 2 Params */
.z2_table3{
	border: 1px solid #EEEEEE;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

.title_blue{
	font-weight: bold;
	color: #000077;	
}

/*basic calculator*/
.calc_txt{	
	color: #000077;
	font-size: 9px;
}

.calc_btn{
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	width: 20px;
	background-color: #EEEEEE;
	font-size: small;	
	border-top: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	position: relative;
}

/* aleg1led */
.textTipCuloare
{
}

.textTipCuloareSel
{
	font-weight: bold;
	color:#000099;
}

/* menu txt */
.lineMenu
{
	font-size:14px;
	color:#7F7772;
}
.lineMenuTxt
{
	font-size:13px;
	color:#0000BB;
}

