/* Pars Machine Trading - Pars Machine
   Design and Develop: Schahryar Fekri - www.schahryar.com
*/


/* Header */
.path {background-color: #B1C1C2;}


/* Body */
.body {
background-color: white;
background-image: url(../images/bgs/body.gif);
background-repeat: repeat-x;}

.body_table {
border-right-width:1px;
border-left-width:1px;
border-right-style:solid;
border-left-style:solid;
border-right-color: black;
border-left-color: black;
}

.body_table_footer {
border-right-width:1px;
border-left-width:1px;
border-right-style:solid;
border-left-style: solid;
border-right-color: black;
border-left-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: black;
}

.body_table_content {
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: black;
border-left-color: black;
background-image: url(../images/bgs/body_table.gif);
background-repeat: repeat-x;
}

.body_table_column {
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: white;
border-left-color: white;
background-color: #5E6D77;
font-family: Tahoma, Verdana, Arial; color: white;
font-size: 10px;
}


/* Content */
.content {
font-family: "Courier New", Courier, Verdana, Tahoma, Arial;
font-size: 12px;
color: black;
}

a.content:link {
color: #B72F2F;
text-decoration: underline;
}

a.content:visited {
color: #B72F2F;
text-decoration: underline;
}

a.content:hover {
color: #B72F2F;
text-decoration: none;
}

.content_white {
font-family: "Courier New", Courier, Verdana, Tahoma, Arial;
font-size: 12px;
color: white;
}

.column {
font-family: "Courier New", Courier, Verdana, Tahoma, Arial;
font-size: 11px;
color: white;}

.table_special {
background-color: #F0F0F0;
border: 1px solid #5E6D77;
}

.content_en {
font-family: "Courier New", Courier, Verdana, Tahoma, Arial;
font-size: 10px;
color: white;
}


/* Footer */
.footer {
font-family: "Courier New", Courier, Verdana, Tahoma;
font-size: 11px;
color: black;
text-decoration: none;
}

.credits, a.credits:link, a.credits:visited {
color:#5E6D77;
text-decoration:none;
}