/*	Style for IC Card Editor
	Copyright 2007 University of Pittsburgh. All Rights Reserved.
*/

body
{
	padding: 1em;
	margin: 0;
	color: #000;
	background: #ccc;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

:link
{
	color: #00c;
	background: transparent;
	text-decoration: none;
}

:visited
{
	color: #609;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #c00;
	background: transparent;
}

a:link img, a:visited img	/* no border on img links */
{
	border-style: none;
}

a[href$='.doc']
{ 
	background-image:url(images/page_white_word.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:18px;
}

form
{
	font-size: small;
	font-family: sans-serif;
	line-height: 1.3;
}

#dataform
{
	position: relative;
	padding: 0.5em;
	margin: 0;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	margin-bottom: 1em;
}

#dataform td 
{
	vertical-align: top;
}

#dataform input
{
	border: none;
	border-bottom: solid 2px;
}

#dataform .noborder input
{
	border: none;
}

#iclogo
{
	margin-top: 0em;
	font-size: larger;
	font-weight: bolder;
}

#icname
{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

#pagefooter
{
	font-size: small;
	margin-top: 0.5em;
}

.h_xmlstart
{
	color: #0000ff;
}

.code_default
{
   FONT-FAMILY: "Courier New", Courier, monospace;
   FONT-SIZE: 10pt;
}

.h_attribute
{
	color: #008080;
}

.h_tag
{
	color: #000080;
}

.h_other
{
	color: #800080;
}

.h_doublestring
{
	color: olive;
}

.h_default
{
}

.h_tagend
{
	color: #000080;
}

.c_default
{
}

.c_identifier
{
	color: black;
}

.h_comment, .c_commentline
{
	color: green;
	font-style: italic;
}

.c_operator
{
	color: black;
}

.c_number
{
	color: #009999;
}
