html
{
	overflow-y: scroll;
	height: auto;
	/*background-color : #848484;*/
	/*background-color : #ffffff;*/
	background-color : #4f4f4f;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	color: Black;
	text-decoration: none;
	
	/*line-height: 16px;*/
	line-height:1.33em;
	height:100%;
}


.main_table_bg{
			background: url(css/html_bacground.png) repeat-y center top;
}

.table_bg{
	background : White;
}

/* Cross-browser typographical normalization from Yahoo YUI */
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 71%;
}

/* 99% for safari; 100% is too large */
select, input, textarea {  font:99% Verdana, Geneva, Arial, Helvetica, sans-serif; }

/* Bump up !IE to get to 13px equivalent */
pre, code { font:115% monospace; *font-size:100%; }

table { font-size:inherit; font:100%; }
/* 99% for safari; 100% is too large */
/*Default line-height based on font-size rather than "computed-value" see: http://www.w3.org/TR/CSS21/visudet.html#line-height */
table {  font-size:inherit; font:100%; border-collapse:collapse; }

input, select, textarea { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; font-size:1em; margin-bottom:5px;}

input.text, select, textarea { padding-top:1px; background:#fff; line-height:1.0em; font-size:1.0em; margin-bottom:5px; }
input.text:focus, textarea:focus { background:#fff; }
input.radio, input.checkbox { margin:0 3px 0 0; vertical-align:middle;  }
label { vertical-align:middle; }
label.radio, label.checkbox { margin-right:1.5em;  }

option { padding-right:0.7em; } /* Firefox fix */


sup {
	font-size:9px;
}


/* Float clearing workaround also working on Mozilla */

.clearer { clear:both; height:0px; overflow:hidden; margin-top:0px; }
* html .clearer { height:1px; margin-top:-1px; }


.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



.h_max_size{
	/* height: 100%; */
}

.t_border{
	border : 1px solid #CAC8CE;
}
.r_table_bg{
	background : #FFFFFF;
}

.w_max_size{
	width: 960px;
}

.w_left_side{
	width: 222px;
/*	height : 100%;	*/
}
.w_left_int_table{
	width: 222px;
	background : White;
}

.w_right_side{
	width: 685px;
	background : White;
}

.top_of_page_960x94{
	height: 84px;
	width: 960px;
}
.top_of_page_210x94{
	height: 84px;
	width: 210px;	
}
.top_of_page_lang_210x94{
	background-image : url(../img/egt-logo/03.Languages_210x94.jpg);
	height: 84px;
	width: 210px;
	background-repeat : no-repeat;
}

.empty_25_1{
	background-image : url(css/empty_25x1.png);
	background-repeat : no-repeat;
	width : 25px;
	height : 1px;
}

.empty_18x1_Left_Right{
	background : url(tabs/empty_17x1_Left_Right.gif) repeat;
	width : 18px;
	height : 1;
	background-position : center;
}

img{
	border: none;
}

a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a:active {
	text-decoration: none;
	color: #FF0033;
	outline: none;
}

table,td,tr,a{
	text-decoration: none;
}

hr{
	color :  #9396A9;
	background-color: #9396A9;
	height: 1px;
}

select {
	color: #000066;
	background: transparent;
	font-weight: normal;
	border-width:0px;
	border-style:solid;
	border-top-color: #dee6e9;
	border-right-color: #586b7a;
	border-bottom-color: #586b7a;
	border-left-color: #dee6e9;
	outline: none;
}

option {
	border-bottom: 1px solid #D7D7D7;
	background : #F2F2F2;
}

input[type=text], input[type=file], textarea
{
  color: #666;
}

/*
input[type=text]:focus, select:focus, input[type=file]:focus, textarea:focus
{
  border: 1px solid #878787;
  color: #000000;
}
*/

.noselection{
	cursor:pointer;
    /*background:inherit;
   color:inherit;*/
   -moz-user-select:none;
	-moz-user-focus:ignore;
	-khtml-user-select: none;
	user-select: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}








/*--------------------------- SELECTOR ----------------*/
::-moz-selection{
	background:#cc0000;
	color:#fff;
}

::selection {
	background:#cc0000;
	color:#fff;
}

code::-moz-selection {
	background: #333333;
}

code::selection {
	background: #333333;
}