@import url(messages.css);
@import url(displaytag.css);

* {
    padding: 0;
    margin: 0;
}

.hidden {
    visibility: hidden;
}

table {
	font-size: 100%; /* IE5.x fix. Could have used 1.0em; */
}

a {
    color: #1b74b2;
}

a:visited, body#login div#menu a:visited  {
    color: #1b74b2;
}

a:hover {
    background-color: transparent;
    color: #0000ff; 
    text-decoration: none;
}

a img { border: 0 }

a.external{
    background: transparent url(../images/External.png) no-repeat scroll right center;
    padding-right: 13px;
}
/* 0 means zero regardless of measurement */
body {
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6em; /* 12px; */
    margin: 0 !important;
    padding: 0 !important;
}

button {
  font-size: 1.1em;
  background-image: url(../images/btn_bg.png);
  padding: 1px 8px 1px 8px;
}

div#activeUsers {
    float: right;
    margin-right: 5px;
    font-size: 0.9em;
    background: transparent;
    color: #000;
}

div#fkp-content {
    margin: 0px 10px 10px 1px;
    padding: 10px 0px 10px 0px;
    text-align: left;
}

div#fkp-content>p {margin:10px 0px}


/*div#fkp-content button {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}*/

.searchForm ul {
    padding: 2px;
}

.searchForm ul li {
    display: inline;
    white-space: nowrap;
    line-height: 20px;
}
.searchForm ul li label {
    margin-left: 4px;
    margin-right: 2px;
}

select#organizationid {
    width: 100px;
    max-width: 100px;
}
select#serviceAreaid {
    width: 100px;
    max-width: 100px;
}
select#categoryid {
    width: 100px;
    max-width: 100px;
}
select#courseid {
    width: 280px;
    max-width: 280px;
}

div#footer {
    background: transparent;
    border-top: 1px solid #C0C0C0;
    color: #666666;
    font-size: 0.9em;
    margin-top: 30px;
    padding: 5px 0px 10px 20px;
    text-align: left;
}

div#footer a, div#footer a:visited {
    background: transparent;
    color: #666666;
}

div#footer a:hover {
    background: transparent;
    border-bottom: 1px dashed #FFA500;
    color: #000000;
    text-decoration: none;
}

div#header {
    margin: 50px 0px 10px 0px;
    padding: 17px 0px 5px 20px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height: 33px; /* 14px + 17px + 2px = 33px */
    border-style: solid;
    border-color: black;
    border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    line-height: 11px;
    background-color: #eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family: inherit;
    height:14px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height: 14px;}

div#loginTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 400px;
}

div#loginTable th {
    text-align: right;
}

div#menuDiv {
    position: absolute;
    /*top: 100px;*/
    right: 20px;
    width: 190px;
    padding: 0px;
    background-color: #fff;
    border: 1px dotted #c0c0c0;
    /*line-height: 17px;*/
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 166px;
}
/* Again, "be nice to Opera 5". */
body>div#menuDiv {width: 150px;}

div#menuDiv a:visited {
    background: transparent;
    color: black;
}

div#menuDiv ul {
    padding-left: 10px;
    margin: 0.7em;
}

div#readme {
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
    height: 300px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 600px;
}

div#readme pre {
    border: 0;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0.9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}


div#validators {
    float: right;
}

div.separator {
    border-bottom: 1px solid green;
    margin: 10px 0px; 
    width: 300px;
}

div.standardsNote {
    display: block;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
    font-size: 1.0em;
}

form textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button {
    color: #000;
    padding-left: 1px;
    background-image: url(../images/btn_bg.png);
}

input.button {
    /* fix button size in IE */
}

form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}

form select {
    padding-left: 0px;
}

h1 {
	margin: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #5A5A5A;
	border-bottom: 1px dotted #888;
	padding-bottom: 0.9em;
	margin-bottom: 0.4em;
}

h2 {
	margin: 0;
	font-size: 1em; /* 10px; */
	font-weight: bold;
	color: #000;
	padding-top: 2px;
}

h3 {
    color: #7A786E;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

h4 {
    color: #7A786E;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    margin: 8px 0px 8px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font: 12px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */

label {
    font-weight: normal;
    cursor: pointer;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

div.screen {
margin:0 0 0 -2px;
}

table tbody td button {
  vertical-align: middle;
}


table tbody td input.button {
  vertical-align: middle;
}

table.detail th {
    text-align: right;
    vertical-align: top;
    margin: 0 !important;
    padding: 0 3px 7px 0 !important;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    vertical-align: top;
    margin: 0 !important;
    padding: 0 !important;
}

table.detail td a {
  vertical-align: top;
}

table.detail td button {
  vertical-align: middle;
  padding: 0 0 0 0px !important;
  margin: 0 0 0 8px !important;
}

table.detail td input.button {
  vertical-align: middle;
  padding: 0 2px 0px 1px !important;
   padding-bottom: 0px !important;
   padding-top: 0px !important;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 1.0em; /* 12px; */
}

th label,
form label {
	margin: 0;
	font-size: 1.0em; /* 10px; */
	font-weight: bold;
	color: #000;
	padding-top: 2px;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}
div#fkp-content table th {
	margin: 0;
	font-size: 1.0em; /* 10px; */
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	padding-left: 5px;	
	padding-bottom: 4px;
}

thead th.sortable {
	background-color: #e2eaef;
}

td.canceled, tr.canceled {
	text-decoration:line-through;
}

#loggedin {
	text-align: right;
	display:none;
	font-size: 0.8em;
}

tr.sum, 
td.sum {
	font-weight:bold;
}

