html
{
	background-color: #262626;
	background-image: url('../interf/bgr-tex.png');
	background-repeat: repeat;
}
body, body.bigiBody
{	
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
}

body.Editor
{
    padding: 30px;
}

body
{
	text-align: left;
}

body.bigiBody table
{
	font-size: 12px;
}

body * {
	margin: 0;
	padding: 0px;
	font-weight: normal;	
}

a, a:link, a:visited, a:hover, a:active
{	
	/*color: #777;*/
	color: #ccc;
	/*text-decoration: none;*/
	/*outline: none;*/
}

a:active
{
	outline: none;
}

a:hover
{
	/*color: #e5e5e5;*/
	color: white;
	text-decoration: underline;
}

input[type=text], input[type=button], input[type=submit], input[type=password],  select, textarea
{    
	background-color: #444;
	border: 1px solid #777;
	color: #ccc;
	padding: 1px 4px;
}

input[disabled], select[disabled], textarea[disabled]
{
	background-color: #2f2f2f;
	border: 1px solid #444;
	color: #999;	
}

input[type=radio], input[type=checkbox]
{
	margin-right: 5px;
	margin-bottom: 4px;	
}

input[type=button], input[type=submit]
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	background-color: gray;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
input[type=button][disabled], input[type=submit][disabled]
{	
	background-color: #262626;
	color: #555;
	border: 1px solid #555;
	cursor: auto;
}
input[type=checkbox][disabled]
{	
	opacity: 0.5;	
}

select
{
	padding: 0 0 0 2px;
}

textarea
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a img
{
	border-style: none;	
}
