/**********************************************************/
/** style sheet definitions for the RO beta 2 skill calc **/
/**********************************************************/

/* page properties */
body { background-color:#000000; color:#FFFFFF; background-image:url("back.gif") }

/* topic headlines */
h2 { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:16pt; color:#CCCCCC; margin-left:2%; }

/* sub-topic headlines */
h3 { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:14pt; color:#CCCCCC; margin-left:2%; }

/* normal text */
p,li { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#CCCCCC; margin-left:2%; margin-right:2%; }

/* bold text */
b { font-weight:bolder; }

/* special text */
#special { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#AAAAAA; margin-left:2%; margin-right:2%; }

/* links */
a { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#AAAAAA; text-decoration:none; }

/* tables */
tr, td { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#CCCCCC; text-align:center; vertical-align:top; }
th { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#333333; text-align:center; vertical-align:top; background-color:#CCCCCC; }
#mainTable { border-color:#CCCCCC; border-style:solid; border-width:2px; }
#skillTable { border-color:#CCCCCC; border-style:solid; border-width:2px; }

/* buttons */
#buttonTableStyle { border-color:#AAAAAA; border-style:solid; border-width:2px; background-color:#CCCCCC; text-align:center; vertical-align:middle; cursor:hand; }
#buttonTextStyle { color:#000000; margin-left:3px; margin-right:3px; margin-top:0px; margin-bottom:0px; }

/* inactive skills */
#inactiveSkill { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#999999; vertical-align:middle; }

/* active skills */
#activeSkill { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#CCCCCC; vertical-align:middle; }

/* levels */
#activeLevel { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#CCCCCC; vertical-align:middle; }
#inactiveLevel { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#BBBBBB; vertical-align:middle; }
#requirements { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:13pt; color:#999999; vertical-align:middle; }
#smallLevelInfoText { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:9pt; color:#CCCCCC; vertical-align:middle; }

/* info text */
#infotext { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:14pt; }
#classChangeText { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:12pt; }

/* calc links */
#skillCalcLinkActive { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:12pt; color:#CCCCCC; text-align:center; }
#skillCalcLinkInactive { font-family:sans-serif; font-style:normal; font-weight:bold; font-size:12pt; color:#888888; text-align:center; }
