﻿/*ID Version*/
#box-table-a
{
    border: 2px solid #690;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    width: inherit;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
}
#box-table-a th
{
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	background: #690;
	border-top: 1px white;
	border-bottom: 1px white;
	color: #fff;
	height: 30px;
}
#box-table-a td
{
	padding: 3px;
	background: #dee3e7; 
	border-bottom: 1px white;
	color: inherit;
	border-top: 1px white;
	height: 24px;
}

#box-table-honor
{
    border: 2px solid #690;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    width: inherit;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
}
#box-table-honor th
{
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	background: #690;
	border-top: 1px white;
	border-bottom: 1px white;
	color: #fff;
	height: 30px;
}
#box-table-honor td
{
	padding: 3px;
	background: #dee3e7; 
	border-bottom: 1px white;
	color: inherit;
	border-top: 1px white;
	height: 24px;
}

/*Class Version */
.box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-style: solid;
	border-width: 2px;
	border-color: #690;
}
.box-table-a th
{
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	background: #690;
	border-top: 1px white;
	border-bottom: 1px white;
	color: #fff;
	height: 30px;
}
.box-table-a td
{
	padding: 3px;
	background: #dee3e7; 
	border-bottom: 1px white;
	color: inherit;
	border-top: 1px white;
	height: 24px;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-style: solid;
	border-width: 2px;
	border-color: #006699;
}
#box-table-b th
{
	font-weight: bold;
	padding: 3px;
	background: #dee3e7;
	border-top: 1px white;
	border-bottom: 1px white;
	color: inherit;
	height: 24px;
}
#box-table-b td
{
	padding: 3px;
	background: #dee3e7; 
	border-bottom: 1px white;
	color: inherit;
	border-top: 1px white;
	height: 24px;
}

#box-table-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-style: solid;
	border-width: 2px;
	border-color: #006699;
}
#box-table-c td
{
	padding: 3px;
	border-bottom: 1px white;
	border-top: 1px white;
	height: 24px;
}

#box-table-honor
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-style: solid;
	border-width: 2px;
	border-color: #006699;
}
#box-table-honor td
{
	padding: 0px;
}



/* Tables                      */
/*-----------------------------*/	
.dataentrytable
{
	background-color: White;
	border-collapse: separate;
	border-style: solid;
	border-width: 1px;
	border-color: #09c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: inherit;
}

.dataentrytable th
{
	background-color: #09c;
	color: #fff;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.dataentrytable td
{
	background-color: #dee3e7;
	padding-left: 6px;
	height: 24px;
}

.dataentrytable td.fieldheader
{
	padding-left: 6px;
	background-color: #efefef;
}

/*-----------------------------*/

.dataentrytableNoPaddingForTD
{
	background-color: White;
	border-collapse: separate;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: inherit;
}

.dataentrytableNoPaddingForTD th
{
	background-color: #006699;
	color: White;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.dataentrytableNoPaddingForTD td
{
	background-color: #dee3e7;
}

.dataentrytableNoPaddingForTD td.fieldheader
{
	background-color: #efefef;
}

.rowHeader
{
    background-color: #09c;
	color: #fff;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.dataentrytable2
{
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}

.dataentrytable2 td
{
	border-style: solid;
	border-color: #fff;
	border-width: 1px;

}
