/* Linux Forum Style sheet */

/*The left dark blue thing*/
BODY.navigate
 {
 background: #003366;
 }
/*The left dark blue thing*/
BODY.border
 {
 background: #003366;
 }

BODY.logo
 {
 background: #003366;
 }   

BODY.content
 {
 background:       #ffffff;
 background-image: url(back.gif);
 }

P, H1, H2, H3, H4, H5, H6, OL, BLOCKQUOTE, PRE, CODE, TT
 {
 margin-left:  30px;
 margin-right: 0px;
 }

P, TD, TH, UL, OL, LI, BLOCKQUOTE
 {
 color:       #080046;
 font-family: verdana, helvetica, sans-serif;
 font-size:   15px;
 font-weight: normal;
 font-style:  normal;
 }          

.liclass
 {
 color:       #080046;
 font-family: verdana, helvetica, sans-serif;
 font-size:   15px;
 font-weight: normal;
 font-style:  normal;
 }          

H1, H2, H3, H4, H5, H6
 {
 color:       #003366;
 font-family: verdana, helvetica, sans-serif;
 font-size:   15px;
 font-weight: bold;
 font-style:  normal;
 }
H1
 {
 font-size: 20px
 }
H2
 {
 font-size: 18px
 }

PRE, CODE, TT
 {
 color:       #080046;
 font-family: monospace;
 font-size:   15px;
 font-weight: normal;
 font-style:  normal;
 }

TD.field
 {
 background: #fefefe;
 color:     #003366;
 font-size: 20px;
 }          

TD.border
 {
 color:       #efefef;
 font-family: arial, helvetica, sans-serif;
 font-size:   12px;
 font-weight: bold;
 font-style:  normal;
 text-align:  left;
 }          

TD.header
 {
 background:  #ffffff;
 color:       #003366;
 font-size:   20px;
 font-weight: bold;
 text-align:  right;
 }          

TD.subject
 {
 background:  #ffffff;
 color:       #003366;
 font-size:   15px;
 font-weight: bold;
 }          

UL
 {
 border-style: disc;
 color:        #080046;
 }

LI
 {
 color: #008877;
 }

A:link
 {
 color:           #006050;
 text-decoration: none;
 }

A:active 
 {
 color:           #1b00e8;
 text-decoration: none;
 }

A.logo:link, A.logo:active, A.logo:visited
 {
 color:           #003366;
 text-decoration: none;
 }  

A:visited
 {
 color:           #00429e;
 text-decoration: none;
 }

A:hover
 {
 color:           #003366;
 text-decoration: none;
 }  

A.text:link, A.text:active, A.text:visited
 {
 color:           #080046;
 text-decoration: underline;
 }

A.border:link, A.border:active, A.border:visited
 {
 color:           #efefef;
 text-decoration: none;
 }

A:link IMG, A:active IMG, A:visited IMG
 {
 border-style: none
 }

ALL.indent
 {
 margin-left:  30px;
 margin-right: 0px;
 }

ALL.noindent
 {
 margin-left:  0px;
 margin-right: 0px;
 }

ALL.center
 {
 text-align: center;
 }

ALL.indentcenter
 {
 margin-left:  30px;
 margin-right: 0px;
 text-align:   center;
 }

ALL.noindentcenter
 {
 margin-left:  0px;
 margin-right: 0px;
 text-align:   center;
 }

ALL.vspace
 {
 margin-top: 60px;
 }

ALL.initcap
 {
 font-size: 24pt;
 }

ALL.footer
 {
 font-size:    12px;
 margin-left:  30px;
 margin-right: 0px;
 text-align:   center;
 }

.menuheader {
	font-size: large;
	color:     #080046;
	}

.menuentry {
		color:     #080046;
           }

.warning {
        font-weight:    bolder;
        color:          red;
        }


