body
{
	background-color: #F8F7E5;
	background-image: url('../images/menu/TracingBackgSoft.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 780px bottom;
	margin: 10px 10px 0px 10px;
	max-width: 1100px;
}

#main
{
	border: 0px;
	min-height: 500px;
}


a:link
{
	color:blue; text-decoration:none;
}

a:visited
{	
	color:black;
	text-decoration:none;
}

a:focus
{
	color:red;
	text-decoration:underline;
}

a:hover
{
	color:green;
	text-decoration:none;
}

a:active
{
	color:lime;
	text-decoration:underline;
}

.external_link
{
	padding-left: 20px;
	background-image:url(../images/common/link.gif);
	background-repeat:no-repeat;
}

.text_container
{
	max-width: 800px;
	text-align: justify;
	float: right;
	margin-top: 10px;
	margin-left: 50px;
}


.heading
{
	color: #ffffff;
	background-color: #1672a6;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	font-family: Serif;
	font-size: 18px;
	font-weight: bold;
}


.heading_opt
{
	float: right;
	color: #ffffff;
	background-color: #1672a6;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.subheading
{
	color: #faffad;
	background-image: url(../images/common/gradient.png);
	background-repeat:repeat-y;
	font-family: Serif;
	font-size: 16px;
	font-weight: bold;
}

.paragraph
{
	text-indent:1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	font-family: Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

.link_list_external
{
	list-style-image: url(../images/common/link.gif);
	list-style-position: outside;
}

.link_list
{
	list-style-image: url(../images/common/link.gif);
	list-style-position: outside;
}

.info_list
{
	    list-style-type:none;
		list-style-image: url(../images/common/list_bullet.gif);
        margin-top:0em;
        margin-bottom:0em;
        margin-left:1.7em;
        padding-left:1.7em;

}

.info_list_sub
{
        list-style-type:none;
		list-style-image: url(../images/common/list_bullet.gif);
		margin-top:0em;
        margin-bottom:0em;
        margin-left:1.7em;
        padding-left:1.7em;

}

/* Depth effect due to background image */
input 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	color: #0099FF;
	background-image: url('../images/InputBackgr.jpg');
	border-width: 1px;
	border-style: dotted;
}


/* The select form element */
select
{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #0099FF;
	border-width: 1px;
	border-style: solid;
}

/* Black and inconspicuous */
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/* Info dark green */
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666600;
}

/* Error intensive orange */
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
}

/* not sans-serif, for the "more" text */
.extra {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

/* Header for tables */
.header {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8DCEF1;
}

/* Menu */
.item   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* same as above just a bit smaller */
.itemmiddle   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Status, very small */
.status {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	border-color: #CCCCCC;
	border-width: thin thin thin thin;
	border-style: dashed;
	margin-top: 50px;
}

.menu_table_back {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F0F000;
	font-style: normal;
	text-align: left;
	background-image: url('../images/menu/MenuBack.png');
	background-repeat: repeat-y;
	line-height: 22px;
}

/* nice, used for names in forms  */
.normal {
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

/* Table */
.std_table {
	width: 60%;
	background-color: #EDECE7;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #22781B;
	border-right-color: #22781B;
	border-bottom-color: #22781B;
	border-left-color: #22781B;
}

/* Table with dynamic width */
.tabledyn {
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #22781B;
	border-right-color: #22781B;
	border-bottom-color: #22781B;
	border-left-color: #22781B;
}

