/*** Purple Theme for FTR Site (c) 2009 by IceDragon of QuickFox.org ***/

/** Tag Modification **/
body,#general_area {
	font-family: Tahoma, Arial, sans-serif;
	font-size:   10pt;
    color:       #aaaaaa;
	background:  #000000;
	margin:      0px;
	height:      100%;
}


input,textarea {
    border:      #404040 1px solid;
    color:       #0099dd;
    background:  #151515;
}


pre {
    font-size:    8pt;
    border:       #003f66 1px solid;
    background:   #14171f;
    line-height:  8px;
    margin:       4px;
    padding:      10px;
}


h1,h2 {
    margin-top:    40px;
    border-bottom: #444444 1px solid;
}

h3,h4 {
    margin-top:    30px;
    color:         #aaaaaa;
    border-bottom: #222222 1px solid;
}

li { margin-bottom: 8px; }

b { color: #DDDDDD; }

hr { border: none; border-top: #404040 1px solid; }

a:link    { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #0099dd; text-decoration: none; }


/** Classes **/
/* Areas */
.logo_area {
    height:     80px;
    background: url( 'http://data.icerealm.org/img/ftr/bg_logo_area.jpg' ) #3a3a3a;
}


.logo {
    margin-top:  6px;
    margin-left: 10px;
    float:       left;
}


.main_area {
    min-height: 100%;
}


.phys_tool_area {
    padding-top:   56px;
    padding-left:  20px;
    padding-right: 10px;
}


.phys_tool {
    font-size:      9pt;
    text-align:     center;
    color:          #6ba0ff;
    background:     url( 'http://data.icerealm.org/img/ftr/bg_phys_tool.gif' ) #000000;
    border:         1px solid;
    border-color:   #000000 #666666 #666666 #000000;
    width:          100px;
    float:          right;
    padding-bottom: 2px;
    margin-right:   3px;
}


.footer_area {
    font-family:    Tahoma, Arial, sans-serif;
    font-size:      7pt;
    font-weight:    bold;
    color:          #b1b1b1;
    height:         25px;
    background:     #1a1a1a url( 'http://data.icerealm.org/img/ftr/bg_section_off.gif' ) repeat-x;
    text-transform: uppercase;
    text-align:     center;
    padding-top:    4px;
}


a.footer_link:link    { text-decoration: none; color: #888888; }
a.footer_link:visited { text-decoration: none; color: #888888; }
a.footer_link:hover   { text-decoration: none; color: #bbbbbb; }


#toc {
    background: #151515;
    border:     #404040 1px dashed;
}


/* NAV Menu & its elements */
.nav_menu {
	color:          #DDDDDD;
	margin-top:     8px;
	width:          190px;
	text-transform: uppercase;
}


.nav_section {
    color:          #DDDDDD;
	background:     #002134 url( 'http://data.icerealm.org/img/ftr/bg_section.gif ') repeat-x;
	font-size:      10pt;
	text-indent:    10px;
    text-transform: uppercase;
	font-weight:    bold;
    margin:         2px;
}


.nav_section_off {
    background:     #1a1a1a url( 'http://data.icerealm.org/img/ftr/bg_section_off.gif' ) repeat-x;
	font-size:      10pt;
	text-indent:    10px;
    text-transform: uppercase;
	font-weight:    bold;
    margin:         2px;
}

td.nav_section_off:hover,div.nav_section_off:hover {
    background: #181818;
    cursor:     pointer;
}


.nav_section_disabled {
    color:         #404040;
    background:    #1a1a1a url( 'http://data.icerealm.org/img/ftr/bg_section_off.gif' ) repeat-x;
    font-size:     10pt;
    font-weight:   bold;
    margin:        2px;
}


.nav_content {
	text-transform: uppercase;
	padding-left:   20px;
	padding-bottom: 4px;
	border:         #00323F 0px solid;
    margin-bottom:  8px;
}


#nav_icon {
    cursor:  pointer;
    display: none;
}


.nav_link_current  { text-transform: uppercase; font-size: 8pt; color: #FFFFFF; }

a.nav_link:link    { text-decoration: none; text-transform: uppercase; font-size: 8pt; color: #999999; }
a.nav_link:visited { text-decoration: none; text-transform: uppercase; font-size: 8pt; color: #999999; }
a.nav_link:hover   { text-decoration: none; text-transform: uppercase; font-size: 8pt; color: #00AAEE; }


/* IconBoard */
.iconboard {
	margin-right:  20px;
	margin-left:   20px;
	margin-bottom: 8px;
}


.icon_group {
	margin-left: 15px;
	float:       left;
}


.icon {
	margin-top:  8px;
	margin-left: 6px;
}


/* Borders */
.bord, .border {
	border:     #404040 1px solid;
	background: #0a0a0a;
}

.nobord, .noborder {
	border: none;
}


/* Pseudo-Windows */
.win {
	font-size:    10pt;
	color:        #AAAAAA;
	border:       #404040 1px solid;
	background:   #0a0a0a;
    margin:       8px;
	margin-bottom:25px;
}


.win_title {
	font-size:    8pt;
	font-weight:  bold;
	text-transform: uppercase;
	color:        #DDDDDD;
	background:   #002c48 url( 'http://data.icerealm.org/img/ftr/bg_title_blue.gif' );
	padding:      2px;
	padding-left: 8px;
	margin:       2px;
}


div.win_meta {
	background:   #2a2a2c;
	padding:      2px;
	padding-left: 4px;
	margin:       2px;
}

.win_meta {
        font-size:    8pt;
        color:        #AAAAAA;
}


.win_submeta {
	font-size:    8pt;
	background:   #2a2a2c;
	padding:      2px;
	margin:       2px;
}


.win_content {
	margin:       8px;
}


/*** Special Messages ***/
.error {
    font-size:      10pt;
    font-weight:    bold;
    text-transform: uppercase;
    text-align:     center;
    color:          #dd4040;
    background:     #4a0000;
    border:         #aa0000 1px solid;
    margin:         10px;
}

