/**********************************************************/
/****                  Common classes                  ****/
/**********************************************************/

body {
	margin: 8px 0px 0px 8px;
	color: #000000;
color: #666666;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	text-decoration: none;
}

table, tr, td, p, div {
	color: #666666;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {color: #666666;	font-family: Verdana, Arial, sans-serif;}
h1 {	font-size: 16px;font-weight: bold;}
h2 {	font-size: 14px;font-weight: bold;}
h3 {	font-size: 12px;font-weight: bold;}
h4 {	font-size: 10px;}
h5 {	font-size: 10px;}
h6 {	font-size: 10px;}
b {	font-weight: bold;}

a         {text-decoration: none;color: #76000C;}
a:link    {text-decoration: none; color: #76000C;}
a:visited {color: #76000C;}
a:active  {text-decoration: none;color: #76000C;}
a:hover   {text-decoration: none; color: red;}

/**********************************************************/
/****                  Table list                      ****/
/**********************************************************/

table.list {	empty-cells: show;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;}

th.list {	font-weight: bold;	text-decoration: none;	color: #666666;	background-color: #dddddd; border-top:1px dotted #666666;border-bottom:1px dotted #666666;}
td.list-item-light {	text-decoration: none;	color: #666666;	background-color: #ffffff;border-bottom:1px dotted #666666;}
td.list-item-dark {	text-decoration: none;	color: #666666;	background-color: #ededed;border-bottom:1px dotted #666666;}

a.list-head {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	text-decoration: none;	color: #ffffff;}
a:active.list-head {	text-decoration: none;	color: #ffffff;}
a:visited.list-head {	text-decoration: none;	color: #ffffff;}
a:hover.list-head {		text-decoration: underline;	color: #ffffff;}

a.list {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;font-weight: normal;text-decoration: none;color: #76000C;}
a:active.list {		font-weight: normal;	text-decoration: none;	color: #76000C;}
a:visited.list {	font-weight: normal;	text-decoration: none;	color: #76000C;}
a:hover.list {		font-weight: normal;	text-decoration: underline;	color: #B23636;}

/**********************************************************/
/****                   Button                         ****/
/**********************************************************/

.button {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	background-color:#dddddd;
}

.button2 {
	color: #999999;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #5f6a4a;
	padding: 2px;
}

/**********************************************************/
/****                Application form                  ****/
/**********************************************************/

table.login-header {
	background-color: #CECECE;
	border-bottom: 1px solid #8E8E8E;
}

td.login-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #6E6E6E;
}

table.login-headline{
	border-color: #8E8E8E;
}

td.login-headline{
	background-color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6E6E6E;
}

/*----------- Form Margins ----------*/

table.margins {
	margin: 2% 0% 0% 2%;
}

/*----------- Form Border -----------*/

table.appframe {
	border-top: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}

/*-------------- Header -------------*/

table.apphead {
	border-bottom: 1px solid #8E8E8E;
	background-color: #CECECE;
}

td.apphead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FBFBFB;
}

/*--------------- Menu --------------*/

table.appmenu {

}

td.selected-tab {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6E6E6E;
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	background-color: #EAEAEA;
}

td.selected-tab-left {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6E6E6E;
	border-right: 1px solid #8E8E8E;
	background-color: #EAEAEA;
}

td.selected-tab-right {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6E6E6E;
	border-left: 1px solid #8E8E8E;
	background-color: #EAEAEA;
}

.appmenu td.unselected-tab {
	border-bottom: 1px solid #8E8E8E;
	background-color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FBFBFB;
}

.appmenu td a.unselected-tab-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FBFBFB;
	display:block;
	padding:5px 5px 5px 5px;
}

.appmenu td a:hover.unselected-tab-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #8E8E8E;
	background-color: #DADADA;
}

/*--------------- Form --------------*/

table.appmain {
	background-color: #EAEAEA;
}

a.textlink{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6E6E6E;
}

a:visited.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #6E6E6E;
}

a:active.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #6E6E6E;
}

a:hover.textlink{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #9E9E9E;
}

h2.category {
	color: #6E6E6E;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h3.category {
	color: #6E6E6E;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h4.category {
	color: #6E6E6E;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

table.multi {
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
}

th.multi {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #AAAAAA;
}

td.multi-list-item-light {
font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #101010;
	background-color: #FAFAFA;
}

td.multi-list-item-dark {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #101010;
	background-color: #efefef;
}

.addbutton {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #8E8E8E;
	background-color: #AAAAAA;
}

:hover.addbutton {
	color: #8E8E8E;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #8E8E8E;
	background-color: #DADADA;
}

/*-------------- Footer -------------*/

table.appfoot {
	border-top: 1px solid #8E8E8E;
	background-color: #CECECE;
}

.navbutton {
	color: #FDFDFD;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #8E8E8E;
	background-color: #AAAAAA;
}

:hover.navbutton {
	color: #8E8E8E;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #8E8E8E;
	background-color: #DADADA;
}
