.sdhigh
{       color: #00EB81;
        background-color: black;
}
.sdlow
{
        color: #E4E4E4;
        background-color: black;
}

.command
{
        color: Blue;
        background-color: white;
}
.console
{
	width: 80%;
	text-align: center;
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	background-color : rgb(126,79,12);
	float : none;
	clear : none;
}

.bigTitle
{
	width: 100%;
	text-align: center;
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	background-color : rgb(126,79,12);
	float : none;
	clear : none;
	border-style : groove;
	border-color : rgb(220,226,33);
	border-width : medium;
}

.in-script
{
	width: 80%;
	text-align: left;
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(126,79,12);
        background-color: white;
}
.mainTable
{
        background: #D9D9D9 url("pictures/mtable.jpg");
        border-style: groove;
        border-width : medium;
        border-color: gray;
        color: Red;
        font-weight : bold;
        font-size: x-large;
        width : 100%;
}
.keywordTable
{
        background: #D9D9D9;
        border-style: groove;
        border-width : medium;
        border-color: gray;
        color: Blue;
        font-size: medium;
        width : 100%;
}
.subTable
{       color: black;
        font-size : large;
}
.footerTable
{
        background: #D9D9D9 url("pictures/mtable.jpg");
        border-style: groove;
        border-width : medium;
        border-color: gray;
        color: Red;
        font-weight : bold;
        font-size: x-large;
        width : 100%;
}

.linesTable
{
        width: 80%;
        margin-left: 50px;
        border-style: groove;
        border-width: 8px;
        border-color: gray;
}
.linesTableNumber
{
        color: gray;
        width: 40px;
        vertical-align: top;
}
.settingSkinTable
{
        background: #D9D9D9;
        border-style: groove;
        border-width : medium;
        border-color: gray;
        color: black;
        font-weight : bold;
        font-size: medium;
        width : 80%;
}
.mainDiv
{
        background-color: #DEDEDE;
        background-repeat: repeat;
        border-width : medium;
        border-color: gray;
        border-top: groove;
        border-bottom: groove;
        border-left: none;
        border-right: none;
        width : 100%;

}
.mainMenu
{
        background-color: #DEDEDE;
        font-weight: normal;
        font-size: x-small;
}
