/*
  html, body & common values
*/
html, body {
 height: 100%;
}
body, td, th, li {
 font: 10pt "Arial", sans-serif;
}
body {
 width: 100%;
 margin: 0 0 auto 0;
 padding: 0;
 background: white;
 color: #333;
}
h1 {
 font-size: 12pt;
 font-weight: bold;
 color: #333;
 padding: 3px 7px;
 background: #ececec;
 text-align: left;
}
img {
 margin:0;
 padding: 0;
 vertical-align: middle;
 border: 0;
}
a:link img, a:visited img {
 border-style: none;
}
a, a:visited {
 background: inherit;
 color: #000785;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a.ac img {
 border: none;
}


div.site_logo a, div.site_logo a:link, div.site_logo a:visited, div.site_logo a:hover {
 background: inherit;
 color: white;
 text-decoration: none;
}

/*
  central box
*/
div.body {
 text-align: left;
 padding: 0 0 24px 16px;
 margin: 5px 0;
 border-bottom: 2px solid white;
}
div.body_date {
 font-size: 10pt;
 color: #ffffff;
 background: #7c8195;
 margin: 12px 3px 3px;
 padding: 1px;
 width: 74px;
}
div.body_title {
 font-size: 16pt;
 color: #59658b;
 background: inherit;
 padding: 8px 0 9px 0;
}
div.body_title a{
 color: #59658b;
 background: inherit;
}
div.body_content {
 font-size: 10pt;
 padding: 5px;
 width: 90%;
}

div#footer
{
	width: 100%;
	margin: 0;
	padding: 1em 0 0.5em 0;
	color: #333;
	background-color: #eee;
	border-top: 1px #ccc solid;
	font: 8pt sans-serif;
	text-align: center;
}

/*
  blocks (left, center, right)
*/
div.block {
 margin: 0;
 background: white;
 color: inherit;
}
div.block_title {
 text-align: center;
 background: #C6D7EF;
 font-weight: bold;
 color: inherit;
}
div.block_title a{
 background: #424242;
 color: white;
}
div.block_content {
 width: 18em;
 text-align: left;
 padding: 4px 8px;
}
div.block_content img{
 width: 100%;
}

/*
	admin menu
*/

div#admin_menu
{
	margin: 1em;
	padding: 1em;
	border: 1px #ccc dotted;
}

div#admin_menu ul { margin: 0; padding: 0; }
div#admin_menu ul ul, div#admin_menu ul li { margin-left: 5px; padding: 0; }
div#admin_menu ul li { list-style: none; }
div#admin_menu ul li          .bullet { padding-left: 15px; }
div#admin_menu ul li.liOpen   .bullet { cursor: pointer; background: url('minus.gif')  center left no-repeat; }
div#admin_menu ul li.liClosed .bullet { cursor: pointer; background: url('plus.gif')   center left no-repeat; }
div#admin_menu ul li.liBullet .bullet { cursor: default; background: url('bullet.gif') center left no-repeat; }
div#admin_menu ul li.liOpen   ul { display: block; }
div#admin_menu ul li.liClosed ul { display: none; }




ul.admin_ctrls_list, ul.admin_ctrls_sublist
{
	list-style-type: none;
	margin: 0;
	padding: 0.5em 1em;
}

ul.admin_ctrls_list li
{
	border-bottom: 1px #666 dotted;
}

ul.admin_ctrls_sublist li
{
	border: none;
	display: inline;
}


#user_menu ul {
 margin-left: 0;
 padding: 0 5px 0 0;
 list-style-position: inside;
 list-style-image: url('str.gif');
 text-align: left;
 vertical-align: middle;
}
#user_menu li {
 vertical-align: middle;
 font: 10pt "Arial", sans-serif;
 color: #0F2C53;
 background: inherit;
 height: 30px;
 padding-left: 35px;
 text-align: left;
}
#user_menu a {
 vertical-align: middle;
 color: #0F2C53;
 background: inherit;
 height: 30px;
 padding-left: 5px;
 text-align: left;
}

/*
  Tables
*/
.site_header {
 background: #990000;
 color: inherit;
 height: 80px;
 width: 100%;
 margin-bottom: 2px;
}
.site_logo {
 height: 70px;
 text-align: left;
 background: #990000;
 margin-left: 20px;
 font-size: 24px;
 font-family : Arial, Helvetica, sans-serif;
 color: #ffffff;
 padding-left: 30px;
 vertical-align: middle;
}
.site_logo a {
 color: #ffffff;
 font-weight: bold;
}
.top_menu {
 height: 10px;
 text-align: center;
}
.top_menu li {
 height: 70px;
 display: inline;
 list-style-type: none;
 padding-right: 1px;
}

.workarea {
 width: 100%;
 height: auto;
 color: inherit;
 background: white;
 margin: 0;
 border-collapse: collapse;
 border-width:1px;
}
.workarea td {
 padding: 0;
 margin: 0;
}
.workarea td.white {
 color: inherit;
 background: #afafaf;
 text-align: right;
 padding-top: 12px;
 padding-left: 12px;
}
th {
 background: #333;
 color: white;
 text-align: center;
}
.alphabet li {
 display: inline;
 list-style-type: none;
 padding-right: 1px;
}
/*
  "list" tables
*/
.list_table tr {
 background: #ffffff;
 color: inherit;
}
.list_table tr.row_0 {
 background: #f5f7fd;
 color: inherit;
}
.list_table tr.row_1 {
 background: #e9ecf5;
 color: inherit;
}
.list_table th {
 background: #e9ecf5;
 color: #0033cc;
 padding: 2px;
 text-align: center;
 border-bottom: 1px #214e71 solid;
}
.list_table td {
 padding: 1px;
 text-align: center;
 border-bottom: 1px #addff2 solid;
}
/*
  "edit" tables
*/
.edit_table  {
 /*width: 100%;*/
 border-spacing: 0 2px;
 padding-right: 12px;
}
.edit_table th {
 font-size: 12pt;
 background: #ffffff;
 color: #000000;
 text-align: right;
 padding: 3px 6px 3px 3px;
}
.edit_table td {
 width: 100%;
 text-align: justify;
 background: #e9ecf5;
 color: #000000;
 padding: 5px;
}

/*
  forms related
*/
form {
 margin: 0;
}
select, input, textarea {
 border: 1px solid #97ADEA;
 padding-left: 2px;
}

select:focus, input:focus, textarea:focus {
 border: 1px solid #800000;
}

.footer {
 color: #2b4f56;
 background: white;
 text-align: left;
 padding: 10px;
 border: 1px #0f6e81 dotted;
 width: 600px;
 margin-bottom: 10px;
}

