/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm             styles.css                 3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file contains the main style definitions          |
|        used in the Hypercosm web site.                        |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

p {
    font-family: Verdana;
    font-size: 8pt;
    color: #666666;
    line-height: 16pt;
}

li {
    font-family: Verdana;
    font-size: 8pt;
    color: #003366;
    line-height: 16pt;
    list-style-image: none;
    list-style-type: disc;
}

.caption {
    font-family: "Verdana";
    font-size: 7pt;
    color: #003366;
    font-weight: bold;
    text-align: center;
    line-height: 10pt;
}

.fineprint {
    font-family: sans-serif;
    font-size: 7pt;
}

.highlight {
    color: #FF0000;
    font-weight: bold;
}

.subtle {
    color: #666666;
}

/***************************************************************\
|                            headers                            |
\***************************************************************/

h1 {
	font-family: "Gill Sans MT";
	font-size: 18pt;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
	background: url(../graphics/dividers/section-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 2px 0;
}

h2 {
    font-family: "Gill Sans MT";
    font-size: 12pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
    background: url(../graphics/dividers/subsection-divider.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 4px 0;
}

h3 {
    font-family: "Gill Sans MT";
    font-size: 11pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
    padding: 0px;
    margin: 0px;
}

/***************************************************************\
|                   sidebars, nav bars, tabs                    |
\***************************************************************/

.sidebar p {
    font-family: Verdana;
    font-size: 7pt;
    color: #333333;
    line-height: 10pt;
}

.sidebar h1 {
    font-family: sans-serif;
    font-size: 8pt;
    font-variant: normal;
    font-weight: bold;
    vertical-align: bottom;
    background: none;
    padding: 0px;
    margin: 0px;
}

.sidebar h2 {  
    font-family: sans-serif;
    font-size: 8pt;
    font-variant: normal;
    font-weight: bold;
    vertical-align: bottom;
    background: none;
    padding: 0px;
    margin: 0px;
}

.sidebar li {  
    font-family: sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 12pt;
    color: #003366;
}

.nav-bar {
    font-family: sans-serif;
    font-size: 8pt;
    color: #003366;
    font-weight: bold;
}

.tab-selected {
    font-family: sans-serif;
    font-size: 8pt;
    color: #003366;
    font-weight: bold;
}

.tab-unselected {
    font-family: sans-serif;
    font-size: 8pt;
    color: #003366;
    font-weight: bold;
}

input {
    font-family: "Verdana"; 
    font-size: 7pt; 
    font-weight: bold;  
    text-align: center;
}

/***************************************************************\
|                      scroll bar coloring                      |
\***************************************************************/

body {
    scrollbar-base-color: #000000;
    scrollbar-arrow-color: #BEEB32;
    scrollbar-track-color: #BEBEBE;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:
    scrollbar-3dlight-color:;
}

/***************************************************************\
|                     hyperlink highlighting                    |
\***************************************************************/

a {
}

p a:hover {
    color: #003366;
    background: #DBF48E;
    border-bottom: 1px dotted; 
    border-top: 1px dotted;
}

li a:hover {
    background: #DBF48E;
    border-bottom: 1px dotted; 
    border-top: 1px dotted;
    margin: 0;
    padding: 0;
}

ul {
    margin-left: 1em;
    padding-left: 0;
}


/*
a:hover {
    color: #00336;
    background: #DBF48E;
}
*/
