.black {
	font-family: "Times New Roman", Palatino Linotype;
	font-size: 14pt;
}

.white {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #CCCCCC;
}

.formula {
	font-family: "Times New Roman", Palatino Linotype;
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.formula1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.kr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}


.dark_red_table   {background-color: #9F091F;}
.red_table        {background-color: #F76A80;}
.pink_table       {background-color: #FABBC4;}
.pink_table1      {background-color: #FFCC99;}
.light_pink_table {background-color: #FDD6D9;}


.blue_table       {background-color: #00468C;}
.dark_blue_table  {background-color: #00468C;}
.midl_blue_table  {background-color: #5977B3;}
.light_blue_table {background-color: #CECEFF;}
.black_table      {background-color: #000000;}

.dark_grey_table  {background-color: #4F4F4F;}
.grey_table       {background-color: #666666;}
.light_grey_table {background-color: #CCCCCC;}
.light_grey_table1{background-color: #EEEEEE;}
.white_table      {background-color: #FFFFFF;}

.brown_table       {background-color: #594A1C;}
.dark_brown_table  {background-color: #2F270F;}
.midl_brown_table  {background-color: #C6A646;}
.light_brown_table {background-color: #E3D3A4;}

.thin_table       {border-collapse: collapse; border: 1px solid BLACK;}
.brown_thin_table {border-collapse: collapse; border: 1px solid BLACK; background: #ECE9D8;}




.reddelbuttn  {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
}
.grenreplbuttn  {
	background-color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
}
.redbuttn  {background-color: #FF0000;}
.grenbuttn {background-color: #00FF00;}

.quest_num {
	font-family: "Times New Roman";
	color: #000000;
	font-size: 20px;
	border: 1px solid #000000;
}
.quest_num_red {
	font-family: "Times New Roman";
	color: #000000;
	font-size: 20px;
	border: 1px solid #000000;
	background: #FF0000;
}
.quest_num1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #FFFFFF;
}

.style1   {font-family: Arial, Helvetica, sans-serif;font-size: 10px;} 
.style11  {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;} 
.style12  {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #999999;} 
.style2   {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #000000;}
.style21  {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #FFFFFF;}
.style22  {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #FF0000;}
.style23  {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #FFFFFF;}
.style24  {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #CCCCCC;}
.style244 {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #888888;}
.style25  {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #FF0000; text-decoration: blink;}
.style3   {font-family: Arial; font-size: 9px;color: #999999;}
.style4   {font-family: Arial; font-size: 12px;color: #000000;}
.style41  {font-family: Arial; font-size: 12px;color: #FFFFFF;}
.style42  {font-family: Arial; font-size: 12px;color: #FF0000;}
.style43  {font-family: Arial; font-size: 12px;color: #CCCCCC;}
.style44  {font-family: Arial; font-size: 12px;color: #999999;}
.style5   {font-family: "Times New Roman"; font-size: 14pt; }
.style50  {font-family: "Arial Narrow"; font-size: 10pt; line-height: 23pt;}
.style51  {font-family: "Arial Narrow"; font-size: 12pt; line-height: 21pt;}
.style52  {font-family: "Arial Narrow"; font-size: 15pt; line-height: normal;}
.style53  {font-family: "Arial Narrow"; font-size: 12pt; line-height: normal;}
.style54  {font-family: "Arial Narrow"; font-size: 9pt;  line-height: normal;}
.style6   {font-family: "Times New Roman"; font-size: 11pt; }

.style7   {font-family: Arial, Helvetica, sans-serif; font-size: 20pt; }
.style71  {font-family: Arial, Helvetica, sans-serif; font-size: 20pt;color: #FF0000;}
.style73  {font-family: Arial;font-size: 12pt;color: #000000;}
.style74  {font-family: Arial;font-size: 12pt;color: #000000;}
.style75  {font-family: Arial;font-size: 12pt;color: #000000;background-color: #FFFFFF;}
.style76  {font-family: Arial; font-size: 12pt;color: #999999;}
.style77  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}


/* phpMyadmin table styles */
/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: white;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #D5D5D5;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd,
table tr.even th,
table tr.even {
    text-align:         left;
}

/* marked table rows */
table tr.marked th,
table tr.marked {
    background:   #FFCC99;
    color:   #000000;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
    background: #CCFFCC;
    color: #000000;
}

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #CCFFCC;
    color:   #000000;
}

/**
