Body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table,img,tr,th,tbody,td{
	border: none;
	border-spacing: 0px; 
	
}
td{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
   } 

.text
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}

.news
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	background-image: url(images/news.gif);
}

A:link{
	text-decoration: underline;
	color:#040404;
	}

A:visited{
	text-decoration: underline;
	color:#040404; 
   }

A:active{
	text-decoration: none;
	color:#040404;
	}

A:hover{
	text-decoration: none;
	color:#040404;
	}


/* background color for the header at the top of the page  */

.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}



/* hyperlink style for the selected tab */


/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, Verdana,
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #000000;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Head2
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-indent:5px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.SubHead2
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

.NormalRed
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-align: justify;
}

.NormalBold
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: normal;
	color:Black;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #000000;
}

/* GENERIC */
H1
{
	font-family: Arial, Helvetica, Verdana,
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Arial, Helvetica, Verdana,
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}


SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Arial, Helvetica, Verdana,
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: normal;
		background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Arial, Helvetica, Verdana,
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

/* css for orgchart */
TD.orgname {border: 1 solid gray;padding-left: 2pt;padding-top: 2pt;
            padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.orgactive {border: 2 solid red;padding-left: 2pt;padding-top: 2pt;
              padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.org3top {border-left: 1 solid gray;border-bottom: 1 solid gray;width:10px;}
TD.org3bot {border-left: 1 solid gray;width:10px;}
TD.org3spacertop {border-left: 1 solid gray;}
TD.org2left {border-right: 1 solid gray;border-top: 1 solid gray;width:10px;}
TD.org2right {border-top: 1 solid gray;border-left: 1 solid gray;width:10px;}
TD.org2spacerright {border-top: 1 solid gray;width:15px;}              
TD.org3spacerright {width:10px;}
TD.org1left {border-right: 1 solid gray;}
TD.org1right {border-left: 1 solid gray;}
P.orgname {font-family:arial;font-size:8pt;color:gray;
           margin-top:0pt;margin-bottom:0pt;}
P.orgjob {font-family:arial;font-size:8pt;color:gray;
          margin-top:0pt;margin-bottom:0pt;}

A.menulevel2:link
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 
	text-decoration: underline; }
	
A.menulevel2:hover
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 
	text-decoration: none; }

A.menulevel2:active
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 
	text-decoration: underline;  }

A.menulevel2:visited
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal;
	 }	
	
.menulevel2_top
{
	padding: 3px 3px 3px 3px;
	border: solid 1px #DADADA;
	}
	
A.menulevel1:link,A.menulevel1:hover,A.menulevel1:active,A.menulevel1:visited
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #ffffff;
	font-size: 12px;
	font-style:normal; 
	text-decoration: none; }
	

.menulevel1_top
{
	padding-top:3px;
	}
	
.SelectedTab, A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active, A.SelectedTab:hover 
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 
	text-decoration: underline; }
	
.small_faq
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 
	}
input,textarea,select
{

	background-color: #F6F6F6;
	border : 1px solid;
	border-color : #9AA19F;
	color:#000000;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 11px;
	font-style:normal; 


}

.survey input,.survey textarea,survey select
{
	background-color: #F6F6F6;
	border : 0px solid;
	color:#000000;
}

input.faq
{
	background-color: #DEDEDE;
	border : 1px solid;
	border-color : #828282;
	color:#828282;
	background-image: url('button_shadow.gif');
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px;
	}
.mainmenu, A.mainmenu:link, A.mainmenu:visited, A.mainmenu:active, A.mainmenu:hover 
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 12px;
	font-style:normal; 
	text-decoration: underline; }
	
.mainmenu1, A.mainmenu1:link, A.mainmenu1:visited, A.mainmenu1:active, A.mainmenu1:hover
{
	font:bold;color:#333333 onmouseover:mOvr(this,'#EE9A69');
	onclick:mClk(this,'#828282');
	onmouseout:mOut(this,'#DEDEDE');
	bgColor:#dedede	
}	
	
.copyright
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 10px;
	font-style:normal; }
	
A.copyright:link, A.copyright:visited, A.copyright:active, A.copyright:hover 
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	font-size: 10px;
	font-style:normal; 
	text-decoration: underline; }
	
.search
{

	background-color: #ffffff;
	border : 1px solid;
	border-color : #9AA19F;
	color:#000000;
	height:18px;
	width:107px;}
	
.o
{
	font-family: Arial, Helvetica, Verdana,   sans-serif;
	font-size: 12px;
	text-align: justify;
	color:#000000;
	text-decoration: none;
}
.calendarheader
{
	font-family: Arial, Verdana,  Helvetica;
	font-size: 9px;
	font-weight: normal;
	color:#ffffff;
}

.calendar
{
	font-family: Arial, Verdana,  Helvetica;
	font-size: 9px;
	font-weight: normal;
	color:#171638;
	text-decoration: none;
}
.module_bg
{

	
	border: solid 1px #FFFFFF;
	border-top: solid 0px #000000;
	background-color:#F6F6F6;
	}
A.eilute,A.eilute:link, A.eilute:visited, A.eilute:active, A.eilute:hover 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #a6001a;
	text-align: justify;
}

.prenumerata
{
font-size: 11px;
	background-color: #ffffff;
	border : 1px solid;
	border-color : #9AA19F;
	color:#000000;
	height:18px;
	width:107px;}