body {
	margin: 0px;
	padding: 0px;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	background:#ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4B5A6A;
	top:0px;
	left:0px;
}

form input{
	color:#4B5A6A;	
	font-size:12px;
	border:1px solid #ccc;
}

select{
	color:#4B5A6A;	
	font-size:12px;
	border:1px solid #ccc;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0066CC;
}


h1 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	text-indent:10px;
	color:#0066CC;
}


p, ol, ul {
	line-height: 14px;
}

li	{
	list-style-image:url(images/point2.gif);
}

p {
	text-indent:10px;
}

a {
	color: #18BDF5;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}
.title {
	letter-spacing:2px;
}

.content_center	{
	margin:10px;
}

/*heade*/

#wrap_header	{
	width:100%;
	min-width:920px;
	height:43px;
	background:#dde9fe;
}

#content_header	{
	margin:0px auto;
	width:850px;
	height:43px;
}

/* Menu */

#menu {
	float: right;
	padding-top:18px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 18px;
	text-decoration: none;
	text-transform:none;
	font-size: 12px;
	color: #06338b;
}

#menu a:hover, .active a {
	border-bottom: 1px solid #06338b;
}

/* end menu */

/*end header*/


/*subheader*/
#wrap_subheader	{
	width:100%;
	min-width:920px;
	height:14px;
	background:#f0f5fe;
}

#content_subheader	{
	margin:0px auto;
	width:850px;
	height:30px;
}


/* submenu */

#submenu {
	float: right;
}

#submenu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	margin-left: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	color:#06338b;
}

#submenu a:hover, .subactive a {
	border-bottom: 1px solid #06338b;
}

/* end submenu */

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 0;
	font-size:35px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/*end logo */

/* Page */

#wrap_page{
	background: #ffffff;
	height:100%;
}

#content_page {
	width: 100%;
	min-width:920px;
	margin:5px auto;
	padding: 3px;
	min-height:400px;
	background:#ffffff;
}

/* Content */

#content {
	width: 100%;
	height:100%;
	vertical-align:top;
}

/*end page*/

/*start footer*/
#wrap_footer {
	background: #f2f2f2;
	height:20px;
}

#content_footer{
	width:100%;
	min-width:920px;
	height:20px;	
	padding-top: 0px;
	color: #17b7ee;
	text-align:center;
	background:#f2f2f2;
	font-size:12px;
}

#content_footer a {
	color: #17b7ee;
}
/*end footer*/

/*form style*/

.form1	{
	color:#000000;
	font-weight:bold;
	border:none;
	background:#f6f2d8;
}

.form2 {
	color:#CC6600;
	border:none;
	background:#ede7c2;
}

.selected	{
	color:#000000;
	font-weight:bold;
	border:none;
	background:#ffffff;
}
/*end form style*/

.title	{
	font-size:14px;
	line-height:16px;
	color:#0066CC;
	letter-spacing:2px;
	padding:3px 20px;
}

#login	{
	margin:50px auto;
	width:200px;
	
	text-align:center;
	padding:20px;
}
.formular	{
	margin:1px;	
	text-align:center;
	padding:1px;
	border:1px solid #ccc;
	text-align:left;
}
form subbmit	{
	background:#CCCCCC;
}

.debug	{
	color:#FF0000;
}

.special	{
	border:1px solid #CCCCCC;
	font-size:10px;
	font-family:"Courier New";
}

.inner_table	{
	border:none;
}

.tr_head	{
	 background:#ece9d8;
}
.tr_1	{
	background:#f6f2d8; 
}

.tr_2	{
	background:#ede7c2;
}

.toggle	{
	text-decoration:none;
	cursor:pointer;
}

.eroare	{
	font-size:12px;
	color:#FF0000;
}

.tip_1	{
	/*background:#f6f2d8;
	border:none;*/
		font-size:90%;
	color:#000;
}
.tip_2	{
	background:#f1f1f1;/*#ede7c2;
	/*border:none;*/
	font-size:90%;
	color:#000;
}

.read_only	{
	color:#a66;
cursor:context-menu;
}

.small_select	{
	font-size:80%;
	height:100%;
	border:1px solid #ccc;
}

/*adaugat pentru ascundere/vizualizare coloane tabel*/
.over	{
	width:15px;
	height:0px;
	border:0px solid #ff0000;
	color:#000;
	position:absolute;
	margin-top:20px;
	text-align:center;
	display:none;
}

.resize	{
	cursor:col-resize;
	display:none;
	font-weight:bold;
	color:#00f;
}

.mouse_res	{
	cursor:col-resize;
}

#toggle_text	{
	float:left;
	margin-top:-2px;	
	margin-left:30px;
}

#sub_logo	{
	float:right;
	text-align:right;
	margin-right:30px;
}