/* Default typeface */
A, B, P, TABLE, BODY, TD, TH, OL, UL, MENU, BLOCKQUOTE, DIV, OPTION, SELECT, INPUT, DT
   {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px}

TT, PRE, TEXTAREA { font-family: monospace;
					font-size: 16px; }

DD { font-size: 14px }
SUB { font-size: 14px }
SUP { font-size: 14px }

UL {list-style-type:disc}
EM {font-style:normal;
	font-weight:bold}

P.error {color:#800000}

P.about {text-align:justify;
		 text-indent:15px}

BODY {background-color:#c3cfd8;
      margin:5px}

a:link, a:visited {color: #334d67;
           text-decoration: none;}

a:hover {color: black;
         text-decoration: underline;}

a:active {color: #92011c;
          text-decoration: none;}

H2 {text-align:center}

/*Big blocks*/
TABLE.big_container
    {border:none}
TR.header
	{}
TD.header
	{border:none;
	 text-align:center}

TR.body
	{vertical-align:top}
TD.main
	{border:none;
	 border-left:#334d67 1px solid;
	 border-top:#334d67 1px solid;
	 padding-left:20px;
	 background-image:url('images/back_big.jpg');
     background-attachment: fixed;
     background-repeat:NO-REPEAT;
     background-position: top right;}

TR.footer
	{}
TD.footer
	{border:none;
	 text-align:center}

/*Menu*/
TABLE.menu_in
    {}

TD.menu
	{border-right:none;
	 vertical-align:top;
	 width:200px}

TD.active {background-color:white;
		   width:190px;
		   padding:10px}
TD.passive {background-color:#b1b9c0;
            width:190px;
		    padding:10px}

A.menu_all
	{font-size:20px;
	 font-weight:normal}
A.menu_followed
	{font-size:20px;
	 font-weight:bold}


/*Events*/
TABLE.event
    {
	}
TR.event1
	{vertical-align:top}
TR.event2
	{vertical-align:top;
	 background-color:#b1b9c0;
	 text-align:right}
TD.event_pic
	{#border-bottom:1px solid black;
	 padding:3px;
	 padding-top:8px;
	 margin:none;
	 width:100px}
TD.event
	{#border-bottom:1px solid black;
     padding:3px;
	 padding-top:8px;
	 margin:none}
IMG.event
	{border:0px solid black;
	 margin:3px}
IMG.event_default
	{border:none;
	 margin:3px}
P.event_name
    {font-weight:bold; font-size:x-large; }
P.event_pd
    {font-weight:normal}
SPAN.event_name
    {font-style:italic}
SPAN.event_date
    {font-style:italic}

/*Message*/
TD.block1
	{vertical-align:middle;
	 background-color:#b1b9c0;
	 text-align:center;
	 border: black 1px solid;
	 margin-bottom:10px}
TD.block2
	{vertical-align:middle;
	 background-color:#a1b9c3;
	 text-align:center;
	 border: black 1px solid;
	 font-weight:bold;
	 font-size:18px}
TD.arrow
	{text-align:center;
	 border:none;
	 font-size:12px}
EM
	{font-weight:bold;
	 font-size:18px}
UL.message
	{text-align:left}