/* GENERAL FORMATTING ********************************************************/


body {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #554433;
	background-color: #FFFFFF;
}



img { border: 0; }


/* FUB TITLE BAR *************************************************************/

#fub {
	background-color: #424379;
	color: white;
	font-size: 17pt;
	font-variant: small-caps;
	padding: 0pt 0pt 0pt 0pt;
}


/* DIS MENU ******************************************************************/

#dismenu {
	width: 18%;
	color: white;
	background-color: #424379; /* #CC6600;*/
	font-size: 8pt;
	font-weight: bold;
	float: left;
	padding: 0pt 2% 10pt 2%;
}

#dismenu a {
	color: white;
}

div.dismenusubitems { padding-left: 10pt; }

#distitle {
	color: white;
	background-color: #424379;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
}


/* LOCAL MENU ****************************************************************/

#localmenu {
	width: 10%;
	font-size: 8pt;
	font-weight: bold;
	float: right;
	line-height: 18px;
	padding: 30pt 2% 0pt 0pt;
}

#localmenu p {
	font-size: 8pt;
	font-weight: bold;
}


/* DIS CONTENT ***************************************************************/

#content, div.content {
	float: left;
	width: 95%;
	text-align: justify;
	padding: 2% 2% 0pt 2%;
}

a:link {
	text-decoration: none;
	color: #996633;
}
	   
a:visited {
	text-decoration: none;
	color: #996633; 
}

h1, h2, h3, h4 {
	color: #665544;
	font-weight: 700;
	border: 0;
	margin: 0;
}

h1 { font-size:18pt; }

h2 { font-size:14pt; }

h3 { font-size: 12pt; }

h4 { font-size: 10pt; }


/* DIS FOOTER ****************************************************************/

div.footer, div.footer td {
	width: 100%;
  	font-size: 8pt;
  	color: #444488;
  	vertical-align: top;
  	padding-top: 10pt;
	clear: both;
}



/****************** DIS TABLE FORMAT ****************************************/
table.dis-table {
        border: medium solid #424379;
}
table.dis-table tr {
	margin-top: 4px;
	margin-bottom: 4px;	
}
table.dis-table td { 
	color: gray;
	padding: 5px;
	margin-right: 0px; 
	margin-left: 0px; 
	vertical-align: top;
	border-right: 1px solid #424379;	
	border-left : 1px solid #424379;	
}	
table.dis-table th { 
	background-color: #eeeeee;

	border-top: 1px solid #424379;
	border-right: 1px solid #424379;	
	border-bottom: 1px solid #424379;
	border-left: 1px solid #424379;	
	padding: 5px;
	margin-right: 0px; 
	margin-left: 0px; 
}	
table.dis-table tr.on a { 
	color: black;	
}
table.dis-table tr.on a:hover { 
	color: black;	
}
table.dis-table td.hide { 
	border: 1px solid #ffffff;
	color: #ffffff;
}	
table.dis-table td.hide a { 
	color: #ffffff;
}
table.dis-table td.hide a:hover { 
	color: #ffffff;
	cursor: text;
}
table.dis-table tr.on td { 
	background-color: #c2c3ff;
	border-top: 1px solid #424379;
	border-bottom: 1px solid #424379;
	border-right: 1px solid #424379;	
	border-left : 1px solid #424379;	
	margin-top: 3px;
	margin-bottom: 3px;	
	color: black;
}

/****************** DIS TABLE FORMAT END ***************************/

.code {
    color: #0000ff;
    background: #ddddff;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.code-red {
    color: #ff0000;
    background: #ddddff;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.step {
    color: #ffffff;
    background: #7a5ada;
    font-family: "Lucida Console", Courier;
    font-size: 1.2em;
}

.code-bg-yellow {
    color: #0000ff;
    background: #ffffaa;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.code-bg-green {
    color: #0000ff;
    background: #aaffaa;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.code-bg-red {
    color: #0000ff;
    background: #ff6666;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.code-bg-magenda {
    color: #0000ff;
    background: #ffb0ed;
    font-family: "Lucida Console", Courier;
    font-size: 0.9em;
}

.center-table
{ 
    margin-left: auto;
    margin-right: auto;
}

.center-all
{ 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.center
{ 
    text-align: center;
}

