*
{
    font-family: Arial;
    direction: rtl;
}

body
{
    text-align: center;
    background-image: url("WallstreetBg.jpeg");
    background-size: 100%;
    background-repeat:no-repeat;
    background-attachment:fixed; 
}

h4
{
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul.icon
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.icon li
{
	float: right;
	margin-left: 1px;
}

div.icon
{
	width: 16px;
}


.number
{
    direction: ltr !important;
	text-align: center;
	width: 100px;
}


.positive
{
	color: green;
}

.negative
{
	color: red;
}


ui-button
{
	color: #5F1212;
}

.date
{
	width: 110px;
	text-align: center;
}


#tableWallstreets,
#tableClosedWallstreets,
#tableComments
{
	margin: 0;
	padding: 0;
	font: normal 0.9em Helvetica, sans-serif;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 4px solid #81622B;
	color: black;
	/* background: #F0F0F0; */
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	height:350px;
}


#tableWallstreets caption,
#tableClosedWallstreets caption,
#tableComments caption
{
	margin: 0;
	height: 48px;
	padding: 0;
	color: black;
	line-height: 2em;
	text-align: right;
	font: bold 150% Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

#tableWallstreets thead,
#tableClosedWallstreets thead,
#tableComments thead
{
	color: #fff;
	background: #DDBE6E;
	height:50px;
}

#tableWallstreets thead tr th,
#tableClosedWallstreets thead tr th,
#tableComments thead tr th
{
	/*padding: 8px 4px 8px 4px;*/
	padding: 4px;
	
}


#tableWallstreets thead th,
#tableWallstreets thead th,
#tableComments thead th
{
	border: 0px solid #ADBBCA;
}

#tableWallstreets tfoot,
#tableWallstreets tfoot,
#tableComments tfoot
{
	background: #fff;
}

#tableWallstreets tfoot tr td,
#tableWallstreets tfoot tr th, tbody tr td,
#tableWallstreets tfoot tr td,
#tableWallstreets tfoot tr th, tbody tr td,
#tableComments tfoot tr td,
#tableComments tfoot tr th, tbody tr td
{
	padding: 4px;
}

#tableWallstreets tbody,
#tableClosedWallstreets tbody,
#tableComments tbody
{
	max-height:	350px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#tableWallstreets tbody tr:hover,
#tableClosedWallstreets tbody tr:hover,
#tableComments tbody tr:hover
{
	background: #fff;
}

#tableWallstreets tbody tr,
#tableClosedWallstreets tbody tr,
#tableComments tbody tr
{
	border: 0px solid #ADBBCA;
	height: 50px;
}

#tableWallstreets tbody th,
#tableClosedWallstreets tbody th,
#tableComments tbody th
{
	padding: 8px;
	border: 0px solid #ADBBCA;
}

#tableWallstreets tbody td,
#tableClosedWallstreets tbody td,
#tableComments tbody td
{
	/* background: #EFEFEF; */
	height:	30px;
}

#tableWallstreets tbody tr.odd,
#tableClosedWallstreets tbody tr.odd,
#tableComments tbody tr.odd
{
	/* background: #C4CFDB; */
	
}

#tableWallstreets tbody tr.odd td,
#tableClosedWallstreets tbody tr.odd td,
#tableComments tbody tr.odd td
{
	/* background: #DFDFDF; */
}

#tableWallstreets tbody tr.odd:hover,
#tableClosedWallstreets tbody tr.odd:hover,
#tableComments tbody tr.odd:hover
{
	background: #fff;
}


thead.fixedHeader tr
{
	display: block;
}

thead.fixedHeader th
{
    /*width: 90px;*/
}

th.th_short th
{
    width: 30px;
}


tbody.scrollContent
{
    display: block;
    height: auto;
    overflow-x: auto;
    overflow-y: scroll;
	clear: both;
    /*width: 850px;*/
}

tbody.scrollContent td
{
   /* width: 30px;*/
}


.tableone {width:650px; border-collapse:collapse; margin:0 auto;}
.tabletwo {width:850px; border-collapse:collapse;}  
.innerb {height:auto; overflow:auto; }
.th1 , .td1 {width:5%;}
.th2, .td2 {width:100px; text-align: center;}
.th3, .td3  {width:100px; text-align: center;}
.th4, .td4  {width:85px; text-align: center;}
.th5 , .td5 {width:85px; text-align: center;}
.th6 , .td6 {width:85px; text-align: center;}
.th7 , .td7 {width:100px; text-align: center;}
.th8 , .td8 {width:100px; text-align: center;}
.th9, .td9  {width:85px; text-align: center;}



.comments_th1{width:150px; text-align: center;}
.comments_th2{width:700px; text-align: center;}

.comments_td1{width:150px; text-align: center;}
.comments_td2{width:700px; text-align: right;}

.closed_th1{width:150px; text-align: center;}
.closed_th2{width:150px; text-align: center;}
.closed_th3{width:125px; text-align: center;}
.closed_th4{width:125px; text-align: center;}
.closed_th5{width:100px; text-align: center;}
.closed_th6{width:100px; text-align: center;}
.closed_th7{width:100px; text-align: center;}


.closed_td1{width:150px; text-align: center;}
.closed_td2{width:150px; text-align: center;}
.closed_td3{width:125px; text-align: center;}
.closed_td4{width:125px; text-align: center;}

@-moz-document url-prefix() { 
  #tableComments thead {
     height:20px;
  }
  
  #tableComments tbody {
     padding-top:30px;
  }
}

