/* ------------------------------------------------------------------
GENERAL TAGS
 ------------------------------------------------------------------*/

html { 
	height: 100%;
} 

body {
	background-color: White;
	color: Black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size : 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

label { 
	cursor: pointer;
} 

div.spacer {
    clear: both;
}

h1 {
	color : #333333;
	font-size : 150%;
}

h2 {
	color : #444444;
	font-size : 140%;
}

h3 {
	color : #555555;
	font-size : 130%;
}

h4 {
	color : #666666;
	font-size : 120%;
}
/*
General PRE tag settings
*/
pre {
	font-family : "Courier New", Courier, monospace;
}

small {
	font-size : 70%;
}

.small {
	font-size : 70%;
}

a {
	color : #BA2B00;
	text-decoration : none;
}

a:visited {
	color : #BA2B00;
	text-decoration : none;
}

a:hover {
	color: #FF8000;
	text-decoration: underline;
}

textarea {
	font-family: 'Courier New', Courier, monospace;
}

input {
	font-family: 'Courier New', Courier, monospace;
}

select {
	font-family: 'Courier New', Courier, monospace;
}

select.changelanguage {
	color :Black;
	font-size : 70%;
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
}

/* nescape 6 bug fix */
img.blockview {
	display: block;
}

/* ------------------------------------------------------------------
AIOCP CODE TAGS
 ------------------------------------------------------------------*/
p.aiocpcode{
	background : Black;
	color : Lime;
	font-family : "Courier New", Courier, monospace;
}

blockquote.aiocpcode{
	background : White;
	color : Black;
}

a.aiocpcode{
	
}

a:visited.aiocpcode{
	
}

a:hover.aiocpcode{
	
}

small.aiocpcode{
	
}

b.aiocpcode{
	
}

i.aiocpcode{
	
}

sub.aiocpcode{
	
}

sup.aiocpcode{
	
}

ul.aiocpcode{
	
}

ol.aiocpcode{
	
}

li.aiocpcode{
	
}

TABLE {
	font-size : 100%;
}

/* ------------------------------------------------------------------
EDGE TABLE
 ------------------------------------------------------------------*/
TABLE.edge{
	background-color : #999999;
	border : none;
	font-size : inherit;
}

TR.edge{
	background-color : #DEDEDE;
}

TH.edge{
	background-color : #DEDEDE;
	color : Black;
}

TD.edge{
	background-color : #DEDEDE;
	color : Black;
}

/* ------------------------------------------------------------------
FILL TABLE
 ------------------------------------------------------------------*/
TABLE.fill {
	background-color : #F4F4F4;
	border : none;
	width : 100%;
	font-size : inherit;
}

TR.fill {
	background-color : #F4F4F4;
}

TH.fill {
	background-color : #F4F4F4;
	color : Black;
}

TD.fill {
	background-color : #F4F4F4;
	color : Black;
}

/* --- FILL TABLE VARIANTS --- 
 O=odd; E=even;  XX = row | column
*/
TR.fillO {
	background-color : #DEDEDE;
	color : Black;
}

TR.fillE {
	background-color : #EDEDED;
	color : Black;
}

TH.fillO {
	background-color : #E5E5E5;
	color : Black;
}

TH.fillE {
	background-color : #DEDEDE;
	color : Black;
}

TD.fillOO {
	background-color : #E5E5E5;
	color : Black;
}

TD.fillOE {
	background-color : #DEDEDE;
	color : Black;
}

TD.fillEO {
	background-color : #F4F4F4;
	color : Black;
}

TD.fillEE {
	background-color : #EDEDED;
	color : Black;
}

/* ------------------------------------------------------------------
VARIOUS
 ------------------------------------------------------------------*/
a.edge {
	color : #660000;
}

a:visited.edge {
	color : #660000;
}

a:hover.edge {
	color : #660000;
}
 
 /*  fixed font size */
 b.fixed {
	font-family : "Courier New", Courier, monospace;
}

i.path {
	font-family : "Courier New", Courier, monospace;
	color : Maroon;
	font-style : normal;
}

i.menu {
	font-family : "Courier New", Courier, monospace;
	color : Green;
	font-style : normal;
}

i.constant {	
	font-family : "Courier New", Courier, monospace;
	color : Navy;
	font-style : normal;
}

 /*  table diagrams */
.level1 {
	background-color : #EEFFEE;
	
}

.level2{
	background-color : #FFFFEE;
}

.level3{
	background-color : #EEFFFF;
}

/* PRE for shell output */
pre.shell {
	font-family : "Courier New", Courier, monospace;
	color : White;
	background-color : Black;
}

/* error messages headers */
b.error {
	color : Maroon;
}

b.warning {
	color : Green;
}

b.message {
	color : Blue;
}

/*class for quick descriptions*/
a.quickhelp {
	text-decoration : none;
	color : Black;
}

a:visited.quickhelp {
	text-decoration : none;
	color : Black;
}

a:hover.quickhelp {
	text-decoration : none;
	color : Black;
}

/*class for quick descriptions with onclick links*/
a.quickhelplink {
	color : Blue;
}

a:visited.quickhelplink {
	color : Blue;
}

a:hover.quickhelplink {
	color : Red;
}

/* trascoding bar ----- */
div.transcodingbar {
	clear: both;
	width: 100%;
	background-color : #F4F4F4;
	color : #666666;
	font-size : 70%;
	font-weight : bold;
	text-align : right;
}

div.transcodingbar a {
	text-decoration : none;
	color : #666666;
}

div.transcodingbar a:hover {
	text-decoration : none;
	color : #FF8000;
}

div.transcodingbar a:visited {
	text-decoration : none;
	color :#666666;
}

/*class overlib quick help*/
.overlibfg {
	background-color : #EEEEEE;
}

.overlibbg {
	background-color : #FF8040;
}

.overlibtxt {
	color : Black;
	font-size : 70%;
}

.overlibcf {
	color : White;
	font-size : 70%;
	font-weight : bold;
	text-indent : 10px;
}

/* ------------------------------------------------------------------*/

.listblock {
	background: #F4F4F4;
	color: #000000;
	float: right;
	border: none;
	font-size : 80%;
	font-family : "Courier New", Courier, monospace;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}

.hintblock {
	background: #F4F4F4;
	color: #000000;
	float: left;
	width: 25%;
	border: none;
	font-size : 80%;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}

a.new {
	color : Maroon;
	text-decoration : none;
	background-color : #FFFF99;
}

a.new:visited {
	color : Maroon;
	text-decoration : none;
	background-color : #FFFF99;
}

a.new:hover {
	color : Red;
	text-decoration: underline;
	background-color : Yellow;
}

/* ---------------------
Settings for alternate menu tree
---------------------*/

ul.altmenu, ul.altmenu ul { 
	width: 100px; 
	border: 1px solid #000; 
	background-color: #FFFFFF;
	color: #000000; 
	cursor: default; 
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
	text-decoration: none;
}

ul.altmenu li {
	list-style-type: none; 
	margin: 0px; 
	position: relative; 
	color: #fff;
	padding: 4px 4px;
}
	
ul.altmenu li > ul {
	display: none; 
	position: absolute; 
	top: -6px; 
	left: 90px;
}

ul.altmenu li:hover, ul.altmenu li.CSStoHighlight {
	background-color: #FF8C00; 
	color: #000000;
}

ul.altmenu ul.CSStoShow { display: block; }
ul.altmenu li:hover > ul { display: block; }

ul.altmenu li a {
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
}

ul.altmenu li a:hover { 
	background-color: #FF8C00; 
	color: #000000;
}

ul.altmenu li a:visited{ 
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
}


/* used for div after float div layouts*/
.clr {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



div.header {
	width: 700px;
	height: 70px;
	clear: both;
	background-color: #FFFFFF;
	background-image : url(../../pagefiles/ip_header_700x70.png);
	background-repeat: no-repeat;
}


/* ----------------------------------------- */
div.copyright {
	text-align: center;
	font-size : 70%;
}

div.copyright a{
	color: Gray;
	text-decoration: none;
}

div.copyright a:visited{
	color: Gray;
	text-decoration: none;
}

div.copyright a:hover{
	color: Red;
	text-decoration: none;
}

/* ----------------------------------------- */

div.main {
	clear: both;
	width: 700px;
}

div.menu {
	float: left;
	width: 130px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}

div.content {
	float: left;
	width: 550px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 20px 5px;
}


/*  --- TEXT MENU BAR --- */
#textmenubar ul {
	font-size: 70%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#textmenubar ul li {
	display: inline;
}

#textmenubar ul li a {
	background-color: #FFFFFF;
	color: #808080;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

#textmenubar ul li a:hover {
	background-color: #336699;
	color: #FFFFFF;
}


/* END ------------------------------------------------*/
