#api_language_selector  {
	float: right;
	padding: 0.5em;
}
#api_language_selector li {
	display: inline;
	margin-right: 1em;
	background-color: gray;
	border: thin dimgray outset;
	padding-left: 18px;
}
#api_language_selector li.selected_language {
	border: thin dimgray inset;
	background-image: url("images/white_check.png");
	background-position: center left;
	background-repeat: no-repeat;
}

#api_language_selector li a {
	color: black;
	text-decoration: none;
	background-color: silver;
	padding-left: 1em;
	padding-right: 1em;
}

#interface_lang_selector {
	float: right;
	padding-top: 1ex;
}

a, .link {
	text-decoration: underline;
	color: RoyalBlue;
}

/* control function list is a list of functions that display alone with function botton */
.control_function_list li {
	list-style: none;
	margin: 0.5em;
}

/* all the below styles are for content text, nothing to do with the frame */

/*
main colors used in this theme:
White		background color
Black		normal text color
Maroon		dark orange, strong color
RoyalBlue	link color
Chocolate	emphasiz background color (e.g. :hover(background-color);
#FCEE81	yellow, weak emphasize background color (e.g. .row_on {background-color})
*/

.error_msg {
	color: #5c5278;
	font-weight: bold;
	border: groove;
	padding: 5px;
}

h1 :link {
	color: #5c5278; 
}

h1, h2, h3, h4, h5, h6 {
	color: #5c5278;
}


:link:hover, :visited:hover {
	text-decoration: underline;
}

img {
	border:0px;
	border-style:none;
}

strong { color: #5c5278; }
em {font-style: normal; border-bottom: dotted #5c5278 thin;}

.narrow_column { width: 1%; white-space: nowrap; }

dt.mydms
{
	margin-top: 1em;
	background-color: Beige;
	font-stretch: wider;
	letter-spacing: 1pt;
	font-size: 11pt;
	border-bottom: thin #5c5278 dashed;
}

dd.mydms
{
	background-color: Cornsilk;
	border: thick double Beige;
}

.letter_box, .letter_box_active {visibility: hidden; }

/* TABLE DEFINE AREA */


.index_table thead th, .inbox_table .th, .index_table th {
	/*	you may wonder why border-left is needed even if it's
		the same as background: we need it for print version
		where background is not printed.
	*/
	border-left: 1px solid #CAE8EA;
}
.index_table thead th, .inbox_table .th, .index_table th, .index_table thead td
{
	color: #4f6b72;
	border-right: 1px solid #A8A7C5;
	border-bottom: 1px solid #A8A7C5;
	border-top: 1px solid #A8A7C5;
	padding: 6px 6px 6px 12px;
	text-align: left;
	background: #A8A7C5 url(images/bg_header.jpg) no-repeat;
}

.index_table thead th, .inbox_table .th, .index_table thead td
{
	text-transform: uppercase;
	letter-spacing: 2px;
}

.index_table thead th button {
	border: 1px transparent solid;
	background-color: transparent;
}

.index_table th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.index_table td {
	border-right: 1px solid #a8a7c5;
	border-bottom: 1px solid #a8a7c5;
	padding: 6px 6px 6px 12px;
	color:#000000;
}

.index_table tr,
.row_off  
{
	color: #444444;
}

.index_table tbody.overdue td {
	border-right: 1px solid Maroon;
	border-bottom: 1px solid Maroon;
}

.index_table tbody.upcoming td {
	border-right: 1px solid Aqua;
	border-bottom: 1px solid Aqua;
}

.index_table tr.alt,
.row_on
{
	background: #EEEEEE;
	color: #797268;
}

.index_table tr.alt2
{
	background: #E3E1E2;
	color: #797268;
}

.index_table tbody tr th {
	border-right: 1px solid #A8A7C5;
	border-bottom: 1px solid #A8A7C5;
	border-left: 1px solid #A8A7C5;
	border-top: 0;
	background: #fff url(images/PeachPuffBullet.png) no-repeat;
}

.index_table tbody tr.alt th {
	border-left: 1px solid #A8A7C5;
	border-top: 0;
	background: #EEEEEE;
	color: #797268;
}

.index_table tbody tr.alt2 th {
	border-left: 1px solid #A8A7C5;
	border-top: 0;
	background: #E3E1E2;
	color: #797268;
}

.index_table tr:hover, tr.row_on:hover 
{ background-color: #C7C7DC}
.index_table tr.alt:hover, tr.row_off:hover 
{ background-color: #C7C7DC}

.grid_table
{
	border-collapse: separate;
	color: DarkSlateGray;
}

.grid_table caption
{
	border-bottom: solid #a8a7c5 thin;
	border-top: solid #a8a7c5 thin;
	margin-bottom: 1em;
	background-color: #D8D5DF;
}

.grid_table thead th
{
	background-color: #6B6A98;
	color: #FFFFFF;
	padding: 2pt;
}

.grid_table th
{
	background-color: Cornsilk;
	padding: 1pt;
}

/*.grid_table td
{
	background-color: Beige;
}
*/
.form_table
{
	width: auto;
	margin-left: 12px;
}

.form_table caption
{
	color: #5c5278;
	border: thin #8786ae solid;
	padding-left: 12px;
}

.commercial_table {
	border-collapse: collapse;
}

.commercial_table td
{
	border-left: 8pt solid white;
	border-right: 8pt solid white;
	padding: 8pt;
	background-color: BurlyWood ;
}

.commercial_table thead
{
	border-bottom: solid coral thick;
}

.commercial_table tbody th
{
	background-color: azure;
	border-bottom: thin dashed BurlyWood ;
}

.commercial_table caption
{	
	padding: 4pt;
	margin: 8pt;
	border-bottom: thick double BurlyWood;
}

.button, .button:visited, .button:hover {
	color: black;
	text-decoration: none;
	cursor: default;
	border: outset thin;
	padding-left: 2pt;
	padding-right: 2pt;
	background-color: whitesmoke;
}
