/* ---------------------------------------------------------------------- */
/* Some Defaults which are (almost) always valid                          */
BODY
{
        /* Text */
        color:                  white; /*red = #FF0000;*/
        font-family:            Verdana, Sans-Serif;
        font-size:              10pt;
 
        /* Background */
        background-color:       #990000; /* #8B0000;*/
        /* background image MENU */
/*        background-image:       url("../pics/synapse/menu_syn_main.png");*/
        background-image:       url("../pics/stripes5.gif");
        background-repeat:      repeat-y;
        background-position:    top left;
/*                backround-attachment:   fixed;*/        
}
P, TR, TD
{
        font-size:              10pt;
        font-weight:            normal;
}

P.HIDDEN
{
        /* Text */
        text-align: 				  right;
        color:						  #990000;/*#8B0000;*/
        font-size:              8pt;
}
A.HIDDEN:link, A.HIDDEN:visited, A.HIDDEN:active
{
/*        color:                  #888888; */
        text-decoration:        none;
}
A.HIDDEN:hover
{
        text-decoration:        none;/*underline;*/
/*        background-color:       #800000;*/
}

A:link, A:visited, A:active
{
        color:                  red; /*#888888;*/ 
        text-decoration:        none;
}
A:hover
{
        text-decoration:        underline;
/*        background-color:       #990000;/*#8b0000;*/ 
        color:                  #FF6600; 
}
 
H1
{
        /* Text */
        color:                  white;
        font-family:            Verdana, Sans-Serif;
        font-size:              14pt;
        font-weight:            bold;
        text-align:             center;
}
H2
{
        /* Text */
        color:                  white;
        font-family:            Verdana, Sans-Serif;
        font-size:              12pt;
        font-weight:            bold;
        text-align:             center;
}
 
/* This only applies for imgs with are links */
IMG
{
        border-style:           none;
}
		  

/*---------------------------------------------------------------------- */
/* The left-side menu                                                    */
DIV.LEFTMENU
{
        position:               absolute;
        top:                    0px;
        left:                   0px;
        width:                  140px;
        height:                 100%;
/*        z-index:					1;*/
        background-color:       #660000; /*#800000; /*#666666; rgb( 51, 51, 51 );*/
        background-image:	       url("../pics/stripes5.gif");
        background-repeat:      repeat-y;
        background-position:    top left;
}

A.LEFTMENU:link, A.LEFTMENU:visited, A.LEFTMENU:active
{
/*        color:                  #888888; */
        text-decoration:        none;
}
A.LEFTMENU:hover
{
        text-decoration:        none;/*underline;*/
/*        background-color:       #800000;*/
}
                
H1.LEFTMENU
{
        /* Text */
        color:                  white;/*red;*/
        font-family:            Verdana, Sans-Serif;
        font-size:              14pt;
        font-weight:            bold;
        text-align:             center;
}
/* Level 0 (=root) menu entry */
P.MENUL0
{
        /* Headers have a bit space on top */
        margin:                 1.5em 0em 0em 0.3em;
        font-size:				  10pt;
}
A.MENUL0:link, A.MENUL0:visited, A.MENUL0:active
{
        color:                  red; /*#888888; /*white;*/
        font-weight:            bold;
        font-size:				  12pt;
        text-decoration:        none;
}
A.MENUL0:hover
{
/*        background-color:       #800000; /*white;*/
        color:                  #FF6600; /*black;*/
        font-weight:            bold;
        font-size:				  12pt;
}
 
/* Level 1 (indented) menu entry */
P.MENUL1
{
        /* Sub-Items are indented by 0.5em */
        margin:                 0em 0em 0em 0.7em;
}
 
/* Level 2 (indented) menu entry */
P.MENUL2
{
        /* Sub-Items are indented by 1em */
        margin:                 0em 0em 0em 1.2em;
}
 
A.MENUL1:link, A.MENUL1:visited, A.MENUL1:active,
A.MENUL2:link, A.MENUL2:visited, A.MENUL2:active
{
        color:                  red; /*#888888; /*white; */
        text-decoration:        none;
}
A.MENUL1:hover,
A.MENUL2:hover
{
/*        background-color:       #800000; /*white;*/
        color:                  #FF6600;
        font-weight:            normal;
}
 
/* The footer in the menu */
P.MENUFTR
{
        font-size:              8pt;
        margin:                 3em 0em 0em 0em;
}

/* Tables */
TH
{
	background-color:	#990000; /*#660000;*/
	color:	#808080;
}
 
/*---------------------------------------------------------------------- */
/* The content view to the right                                         */
DIV.CONTENT
{
        position:               absolute;
        top:                    0px;
        left:                   145px;
        width:                  auto; /*100%; /*auto;*/
        height:                 auto; /*100%;*/
}

/*---------------------------------------------------------------------- */
/* The MAIN-MENU area centered	                                        */
DIV.MAIN-MENU
{
        position:               absolute;
        top:                    5px;
        width:                  700px;
        height:                 500px;
/*
        background-image:       url("../pics/main-menu_v3.gif");
        background-repeat:      no-repeat;
        background-position:    center;
        */
}
/*---------------------------------------------------------------------- */
/* The PIC-M menu background                                              */
DIV.M_TEXT
{
        position:               relative;
        top:						  505px;
        width:                  700px;
        height:                 auto;
}

/*---------------------------------------------------------------------- */
/* The SUB1-MENU background relative to MAIN-MENU                                             */
DIV.SUB1
{
        position:               absolute;
        top:                    28px;
        left:                   10px;
        right:							auto; /*575px;*/
        width:                  auto;
        height:                 auto;
}

/*---------------------------------------------------------------------- */
/* The SUB2-MENU background relative to MAIN-MENU 	                      */
DIV.SUB2
{
        position:               absolute;
        top:                    -68px;
        left:                   333px;
        right:							auto; /*575px;*/
        width:                  auto;
        height:                 auto;
}

/*---------------------------------------------------------------------- */
/* The MAP DIVs 																			*/
/* NEWS */
DIV.SM1
{
        position:               absolute;
        left:                   0px;
        top:                    0px;
        width:						  200px;
        height:                 150px;
}

/* BIOGRAPHY 																			*/
DIV.SM2
{
        position:               absolute;
        left:                   0px;
        top:                    81px;
        width:						  200px;
        height:                 60px;
}
/* SECURITY 																			*/
DIV.SM3
{
        position:               absolute;
        left:                   0px;
        top:                    141px;
        width:						  200px;
        height:                 49px;
}
/* STATISTICS 																			*/
DIV.SM4
{
        position:               absolute;
        left:                   201px;
        top:                    0px;
        width:						  120px;
        height:                 150px;
}
/* CULTURE 																			*/
DIV.SM5
{
        position:               absolute;
        left:                   57px;
        top:                    364px;
        right:						  157px;
        height:                 20px;
}
/* BUSINESS 																			*/
DIV.SM6
{
        position:               absolute;
        left:                   76px;
        top:                    412px;
        right:						  201px;
        height:                 20px;
}
/* CHINESE 																			*/
DIV.SM7
{
        position:               absolute;
        left:                   0px;
        top:                    360px;
        width:						  274px;
        height:                 80px;
}
/* webmail																			*/
DIV.SM8
{
        position:               absolute;
        left:                   370px;
        top:                    345px;
        width:						  115px;
        height:                 90px;
}
/* search 																			*/
DIV.SM9
{
        position:               absolute;
        left:                   385px;
        top:                    435px;
        width:						  115px;
        height:                 60px;
}
/* Linux on Fujitsu											*/
DIV.SM10
{
        position:               absolute;
        left:                   486px;
        top:                    345px;
        width:						  200px;
        height:                 140px;
}
