/* general */
html 
{
height:100%;
}

body 
{

font: normal 15px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
direction:rtl;
}
p.noticetext,p.instractiontext,p.attentiontext
{
width:650px !important;
}
.calculators 
{
margin:0 auto;
padding:10px;
}
h3{display:none;}

a 
{
color: #c75f3e;
}

a img
{
border:none !important;
float:right;
height:20px;
overflow:hidden;
}

.button  
{
display:block;
width:65px;
height:30px;
margin:5px;
border:none;
background: #FFD000;
border-radius:5px;
}

input.button  
{
text-align:center;
display:inline;
color:#fff;
font-weight:bold;
}

input.button:hover 
{
color:#333;
cursor:pointer;
}

/*instructions*/
.instructions-close {
background:url(close.png); 
background-repeat:no-repeat;
background-position:100% 125%;
}

a.instructions-close  {
display:block;
padding-right:20px !important;
}

/*attention*/
.attention 
{
clear : right;
width:650px;
padding-top:15px;
padding-bottom:15px;
}


#attentiontitle
{
background:url(information.png); 
background-repeat:no-repeat;
background-position:right center;
padding-right:20px;
font-weight:bold;
text-decoration:underline;
}

#noticetitle
{
background:url(note.png); 
background-repeat:no-repeat;
background-position:right center;
padding-right:20px;
font-weight:bold;
text-decoration:underline;
}

/* footer */

/* table style */

/* general */
#mytable 
{
width: 700px;
padding: 0;
margin: 0;
}

caption 
{
padding: 0 0 5px 0;
width: 700px;	 
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: right;
}

th 
{
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg 
{
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}

td
{
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
}


td.alt
{
background: #F5FAFA;
color: #797268;
}

th.spec
{
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt 
{
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(images/bullet2.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #797268;
}

/* mine */
th.titlesum 
{

}

td.sum 
{
background: #eee;
}

td.sumall 
{
background: #FFEF99;
}

td.sumtitle 
{
text-align:center;
background: #FFEF99;
}

td.hidden 
{
background: #E6EAE9;
border:none;
}
/*
.instructions
{

}

.form-submit 
{

}

.form1-submit 
{

}

.form2-submit 
{

}
*/
