/* Global settings */
body		{font-family: arial; background-color: #014E82}
a:link		{color: blue; text-decoration: none}
a:visited	{color: blue; text-decoration: none}
a:hover		{color: blue; text-decoration: underline}
a:active	{color: blue; text-decoration: underline}
table.tframe{background-color: #F3F3F3; padding: 0px; border-collapse: collapse; border-style: ridge; border-width: 2px}
table.tbody	{background-color: #F3F3F3}
h1,h2,h3	{color: #FFFFFF}

h2.success,h2.failure		{color: #FFFFFF}
.success,.enabled			{color: #009900}
.failure,.disabled			{color: #FF0000}
.running				{color: #FFD612}

/* Job manger, build pages */
select.job_filter	{font-size: 12px}
ul.image_list		{list-style-type: none; margin-left: 10px; padding-left: 0px; margin-top: 10px; margin-bottom: 10px}
ul.bullet_list		{list-style-type: disc; list-style-position: inside; margin-left: 0px; padding-left: 0px; margin-top: 10px; margin-bottom: 10px}
tr.job_entry		{font-size: 12px}
tr.header			{font-size: 12px; background-color: #5c99dc; color: #F3F3F3}
tr.menu_header		{font-size: 12px; background-color: #CCCCCC}
table.info_area		{background-color: transparent; width: 100px}
tr.info_area		{font-size: 12px}
td.info_area		{background-color: #d1e2fe}
p.info_text			{font-size: 10px; margin-top: 10px; margin-bottom: 10px}

/* Tab styles */
.page {
  border-left: solid 1px #919B9C;
  border-right: solid 1px #919B9C;
  border-bottom: solid 1px #919B9C;
  background-Color: #F3F3F3;
}
.tabpage {
 font-size: 12px; background-Color: #F3F3F3; font-weight: bold
}

