/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* ------ Text items -------- */
body
{
	font-family: Century Gothic, Arial, Helvetica, Tahoma;
	font-size: 0.80em;
	color: #333;
	padding: 0; 
	margin: 0;
	line-height:100%;
	text-Align:center;
	background: url(Images/mainBG.gif) repeat-x;
	background-color:#dcdebc;
}
intranet
{
font-family: Century Gothic, Arial, Helvetica, Tahoma;
	font-size: 0.80em;
	color: #333;
	padding: 0; 
	margin: 0;
	line-height:100%;
	text-Align:center;
	background: url(Images/Intranet/mainBG.gif) repeat-x;
	background-color:#f0f7f6;
	}
p
{
	color: #333;
	line-height:140%;
	margin-top:4px;
	margin-bottom:6px;
}
img {border:0px;}
h1, .heading1
{
	font-size: 1.9em; 
	font-family:Century Gothic, Arial;
	line-height:130%;
	color: #4e521f;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.6em; 
	font-family:Century Gothic, Arial;
	color: #4e521f;
	padding:0px;
	margin-top:10px;
	margin-bottom:0px;
	line-height:110%;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	color: #333333;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	line-height:160%;
	font-size:0.96em;
	EditMenuName: Heading 3;
}
.info h1
{
	font-size: 1.8em; 
	font-family:Century Gothic, Arial;
	line-height:130%;
	color: #4e521f;
}
.fadedboxtop h1
{
	font-size: 1.4em; 
	font-weight:bolder;
	line-height:20px;
	margin-top:0px;
	color: #000000;
	text-transform:uppercase;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
hr
{
	height: 0.1em;
	color: #B4D206;
}
.normaltextbold { font-weight:bold;}
marquee { color:#fff; font-size:1.1em;}


/* ------ Links -------- */
a
{
	color: #0067b0;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	text-decoration:underline;
}
a.link
{
	color: #333333;
	text-decoration:none;
}
a:hover.link
{
	color: #0067b0;
}
/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}


/* --------- Input ----------- */
.textbox
{
	width:175px;
	border-color:#4e512a;
}
.emailtextbox
{
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
}
input
{
	font-family: Century Gothic, Arial, Helvetica, Tahoma;
	color: #000;
	font-size: 1em;
}
select
{
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
    EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}