/* INDEX.PHP */
	body { margin: 0; padding: 0; }

	.cornice {
		border-bottom: 1px solid #6666CC;
		border-right: 1px solid #6666CC;
		border-left: 1px solid #6666CC;
		width: 798px;
		position:relative;
		background-color: #E5E5E5;
		height: 850px;
	}

	.menuTitle {
		margin-left: 10px;
		margin-top: 10px;
		float: left;
		width: 7%;
		text-align: center;
		vertical-align: middle;
	}

	.menu {
		background-color: #FFFFFF;
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		overflow: hidden;
		visibility: hidden;
	}

	.menu img {
		vertical-align: middle;
	}

	.menu hr {
		height: 1px;
		color: #AAAAAA;
		background-color: #AAAAAA;
		border: 0;
	}

/* LOGIN.HTML */

	.loginInput {
		font-size: 8pt;
		color: #663366;
		width: 135px;
		margin-right: 5px;
		color: #757BFB;
		background-image: URL(../images/button.gif);
		float: right;
	}

	.login {
		font-family: Tahoma;
		font-size: 8pt;
		color: #000000;
		width: 236px;
	}

	.login th {
		color: #aa0000;
		font-size: 8pt;
		width: 236px;
		height: 25px;
		background-image: URL("../images/Admin/topbar.jpg");
	}

	.login td {
		border-bottom: 1px solid #747474;
		border-right: 1px solid #747474;
		border-left: 1px solid #747474;
		padding-left: 10px;
		font-size: 10pt;
	}

/* USERS */
	table.Users, table.Users td {
		border: 0px none;
		background-color: #6666FF;
		font-family: Helvetica;
		font-size: 8pt;
		color: #1111FF;
		border-collapse: collapse; 
		width: auto;
	}
	table.Users th {
		color: #ffffff;
		width: 30px;
	}

	table.Users input {
		font-size: 8pt;
		font-family: Tahoma;
		background-color: #3399FF;
		border: 1px solid #1111FF;
		color: #1111FF;
		text-align: center;
	}

/* NEWS */

	table.News, table.News td {
		border: 0px none;
		background-color: #6666FF;
		font-family: Helvetica;
		font-size: 8pt;
		color: #1111FF;
		border-collapse: collapse;
/*		width: 90%;*/
	}

	table.News th {
		color: #ffffff;
	}

	table.News input {
		font-size: 8pt;
		font-family: Tahoma;
		background-color: #3399FF;
		border: 1px solid #1111FF;
		color: #DDDDDD;
		text-align: center;
		width: 100%;
	}
	
	table.Traduz
	{
		border: 1px solid Navy;
		background-color: #B2DAFF;
		font-size: 8pt;
		font-family: Tahoma;
	}


	a img
	{
		border: none;
	}
	
	table.EditTraduz
	{
		border: 1px solid Navy;
		background-color: #B2DAFF;
		font-size: 8pt;
		font-family: Tahoma;
	}
	table.Traduz input, table.EditTraduz input
	{
		font-size: 8pt;
		font-family: Tahoma;
		background-color: #3399FF;
		border: 1px solid #1111FF;
		color: #DDDDDD;
		text-align: center;
	}