html, body, td {
	margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	height: 100%;
	background-color: #FFFFFF;
}

table.main {
 border-right: 1px dotted #B7B7B7;
 height:100%;
}

td {
	background-color: #FFFFFF;
}

.ft {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-top: 1px dotted #CCCCCC;	
}

.Asterix {
	color:#FF0000;
}


a {
	text-decoration: underline;
	color: #FF6600;
}

a:hover {
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}




h1 {
	padding-bottom: 15px;
}

.TdUnderlinePadded {
	padding-bottom:5px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.UnderlinedLong {
	background-image:url(img/fasha_sub_title.gif);
	background-repeat:no-repeat;
	width: 100%;
	height: 5px;
}



.shadow {
	background-image:url(img/shadow_s.gif);
	width: 100%;
	height: 12px;
}

.shadowMain {
	background-image:url(img/shadow_s.gif);
	background-position:top;
	background-repeat:repeat-x;
}



/* <--- TITLES ---> */

h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-right: 30px;
}

h1 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-top: 10px;
	border-bottom: 1px dotted #CECECE;
}

.Title{
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-right: 30px;
}

.TabTitle {
	background-color: #D7ECF4;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:1px solid #B7B7B7;
}

/* <--- Additional title for 'Announce' page ---> */
.AnnounceTitle {
	text-align: center; 
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FF6600;
	background-color: #D6EFF7;
	}

/* <--- Additional titles and list for 'legal docs' page START ---> */
.ldDocTitle {
	text-align: center; 
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	}

.ldSubTitle {
	text-align: center; 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	}

.ldFootnote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	height: 100%;
	padding-left: 30px;
 	}

OL.Ordered {
	padding-left: 30px;
}

LI.Ordered {
	list-style-type: decimal;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	}
/* <--- Additional titles and list for 'legal docs' page END ---> */





/* <--- YOUR TASKS - START ---> */

.YourTasks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 190px;
	padding-bottom: 5px;
	color: #0191C8;
	font-size: 14px;
	font-weight: bold;
	border-right:1px dotted #B7B7B7;
	background-color: #D6EFF7;
}

.YourTasksMenu{
	width: 190px;
	background-color: #D6EFF7;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma;
	color: #747E95;	
	
}

.tasks{background-image:  url("img/menu.jpg");}
.tasks ul li {
	font-size:11px;
	border-bottom:1px dotted #B7B7B7;
	height:23px;
	line-height:23px;
	font-weight: bold;
}
.tasks strong {
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
	display:block;
	background-color: #999999;
	font-weight: normal;
}
.tasks a{ text-decoration:none; color:#0191C8; width:95%; display:block; }
.tasks a:hover {background-color:#4FBADD; color:#ffffff; background-position: 0 -37px; padding-left: 5px;}

.lang {
	margin: 10 0 0 10;
}

.boxes {
	margin-bottom: 20px;
	margin-top: 5px;
}


.boxes td{
	border-bottom:1px dotted #B7B7B7;
	height:20px;

}

.box td{
	height:20px;

}


tr.fullheight, td.fullheight, .fullheight {
	height:100%
}

p {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
}


/* <--- AdditionalMenuItems start ---> */

.AddMenuItems {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		}

/* <--- AdditionalMenuItems end ---> */


