@import url(messages.css);
@import url(displaytag.css);

a {
	color: #848684;
	font-weight: none;
}

a:visited {
	color: #848684;
}

a:hover {
    background-color: transparent;
    color: #848684 !important; 
    text-decoration: underline;
}

a img { border: 0 }

/* 0 means zero regardless of measurement */
body {
	background-image: url("../images/patt_bg.gif");
	color: #848684;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

body#login  a:visited {
    background: transparent;
    color: #848684;
}


div#content {
	/*margin: 0px 310px 50px 10px;*/
	padding: 10px;
	text-align: left;
        background-color: #ffffff;
        clear: left;
}

div#content>p {margin:10px 0px;}

div#footer {
        position: relative;
	background: transparent;
	border-top: 1px solid #ffffff;
	color: #666666;
	text-align: left;
}

div#footer a, div#footer a:visited {
	background: transparent;
	color: #848684;
}

div#footer a:hover {
	background: transparent;
	border-bottom: 1px dashed #FFA500;
	color: #000000;
	text-decoration: none;
}


div#navLinks {
       color: #CEC7B5;
       text-transform: uppercase;
       font-family: verdana;
}

div#navLinks a {
       color: #CEC7B5;
       font-size: 10px;
       font-weight: bold;
       text-decoration:none;
}

div#navLinks a:visited {
       color: #CEC7B5;
       font-size: 10px;
       font-weight: bold;
       text-decoration:none;
}


div#loginTable {
	background: #EEEEEE;
	border: 1px solid #C0C0C0;
	color: inherit;
	margin: 10px 0px;
	padding: 5px;
	width: 400px;
}

div#loginTable th {
    text-align: right;
}


div.separator {
    border-bottom: 1px solid orange; 
    margin: 10px 0px; 
    width: 300px;
}

div.standardsNote {
	display: none;
}

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;
}

input.button {
    color: #000;
}

form input.focus, form textarea.focus, form select.focus {
    border-bottom: #ffdead solid 2px;
    border-right: #ffdead solid 2px;
    border-left: #c07300 solid 2px;
    border-top:  #c07300 solid 2px;
    color: #000;
}

form select {
    padding-left: 0px;
}


p {
	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;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}


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: 10px;
}


pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

