﻿/* This StyleSheet contains custom styles for this project */


.NewStyle
{
    top: 50px;
}
.NewStyle2
{
    font-family: 'symbol';
    font-weight: semibold;
}
.NewStyle3
{
    font-family: 'narkisim';
}
.NewStyle4
{
    font-family: 'consolas';
    font-size: 14px;
    line-height: 20px;
}
tbody tr:nth-child(even) td {
	background-color: #cccccc;
	color: #000;
}

tbody tr:nth-child(odd) td {
	background-color: #ffffdd;
	color: #000;
}

.Border
{
    border-bottom: solid thin Black;
    border-left: solid thin Black;
    border-right: solid thin Black;
    border-spacing-x: 0px;
    border-spacing-y: 0px;
    border-top: solid thin Black;
    outline-color: Black;
    outline-style: solid;
    outline-width: thin;
    table-layout: fixed;
}
.BorderV
{
    border-bottom: solid thin Black;
    border-left: solid thin Black;
    border-right: solid thin Black;
    border-spacing-x: 0px;
    border-spacing-y: 0px;
    border-top: solid thin Black;
    outline-color: Black;
    outline-style: solid;
    outline-width: thin;
    table-layout: fixed;   
/*	writing-mode: vertical-lr;*/
}