/*
 * Basic styles used in EKP; may be overridden in skin-specific style sheets.
 */

/* It is used to define the position of the navigation links */
.navigation-link {
  text-align: right;
  position: absolute;
  right: 5px;
  top: 0px;
  width: auto;
  height: auto;
  z-index: 0;
  visibility: visible;
}

dfn {
  font: bold 11px verdana;
  background-color: #D3EBED;
  cursor: help;
}

body {
  margin-left: 5px;
  margin-right: 5px;
}

/* Clickable icon (e.g. Knowledge Center) */
.icon {
  border-style: none;
}

h2 {
  /* Need to keep this centered to avoid disturbing older skins */
  text-align: center;
}

.buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main-links {
  padding: 6px 0px 6px 15px;
  background-image: url(images/arrow-white.gif);
  background-repeat: no-repeat;
  background-color: #E6F3F2;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  color: #2423FD;
  height: 20px;
  width: 160px;
  display: block;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

.main-links-hover {
  padding: 6px 0px 6px 15px;
  background-image: url(images/arrow-green.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  height: 20px;
  width: 160px;
  display: block;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

.sec-links {
  line-height: 16px;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  color: #2423FD;
  display: block;
}

.sec-links-hover {
  line-height: 20px;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  color: #CC0000;
  display: block;
}

.sec-links-container {
  padding-top: 20px;
  padding-left: 8px;
}

caption {
  font: bold 18px verdana;
  color: #FFF;
  background-color: #129085;
}

.viewHeader {
  background-color: #EAEAEA;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  padding: 4px;
}

.viewHeader-hover {
  background-color: #666666;
  font-family: verdana;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  padding: 4px;
}

.tabs a:hover {
  cursor: pointer;
}

.tabs a {
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}



.tabs span {
  background: url(images/middle-tab.gif) right top repeat-x;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabs a, .tabs a span {
  display: block;
  float: left;
}

.lefttabMMInactive {
	  background: url(/images/decorate/left-tab.gif) no-repeat;
	display:block;
	float:left;
	width:7px;
	height:22px;
}

.righttabMMInactive {
	display:block;
	float:left;
	background:url(/images/decorate/right-tab.gif) no-repeat;
	width:7px;
	height:22px;
}

.middletabMMInactive {
	background: url(/images/decorate/middle-tab.gif) right top repeat-x;
	  padding-right: 10px;
	  padding-left:10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display:block;
  float:left;
}

.lefttabMMActive {
	  background: url(/images/decorate/left-tab-active.gif) no-repeat;
	display:block;
	float:left;
	width:7px;
	height:22px;
}

.righttabMMActive {
	display:block;
	float:left;
	background:url(/images/decorate/right-tab-active.gif) no-repeat;
	width:7px;
	height:22px;
}

.middletabMMActive {
	background: url(/images/decorate/middle-tab-active.gif) right top repeat-x;
	  padding-right: 10px;
	  padding-left:10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display:block;
  float:left;
  color:#FFF;
}



/* Commented backslash hack hides rule from IE5-Mac \*/
.tabs navigation a, .tabs navigation a span {
  float: none;
}
/* End IE5-Mac hack */

.tabs a.selected {
  color: #FFF;
  background: #129085 url(images/left-tab-hover.gif) left top no-repeat;
  text-decoration: none;
}

.tabs a.selected span {
  background: url(images/right-tab-hover.gif) right top no-repeat;
  padding-right: 10px;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs li {
  float: left;
  display: block;
  margin: 0;
  margin-right:4px;
  padding: 0;
}

.tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-bottom {
  height: 5px;
  background-color: #129085;
}

.home-search-box {
  float: right;
  width: 180px;
  border: 1px solid #1A928F;
}

.home-search-box select {
  width: 170px;
}


/* Tail of editor side-frame tabs. */
.tab-tail {
  background: #BDBABD;
}

/* Selectors */
.selector-list {
  width: 100%;
}

.selector-button {
  width: 50px;
}

.selector-cell-vertical {
  width: 38%;
}

/* Form buttons */
.button {
  font: bold 10px verdana;
  color: #FFF;
  background-color: #666666;
}

.message-window {
  text-align: center;
}

table.sortable {
  width: 100%;
  border-collapse: separate;
}

table.sortable tr {
  vertical-align: top;
}

table.sortable td {
  vertical-align: top;
}

/* Sortable tables */
table.sortable th a {
  font: normal 11px verdana;
  text-decoration: none;
  display: block;
}

table.sortable th {
  font: bold 11px verdana;
  text-align: left;
  padding: 4px;
}

table.sortable span.sortarrow {
  color: black;
  text-decoration: none;
}

table td {
  vertical-align: top;
}

th {
  font: bold 11px verdana;
  color: #FFF;
  background-color: #D3EBED;
}

/* PAIR-TABLE are tables that contain 2 columns of data which are of pair value */
.pair-table {
  border-collapse: collapse;
  empty-cells: show;
  width: inherit;
  border: 1px solid #CCC;
}

.pair-name {
  font-weight: bold;
  color: #000;
  text-align: left;
}

.pair-value {
  font-style: italic;
}

/* Text Styles */
.instructions {
  color: #000;
}

em {
  font-weight: bold;
  color: #CC0000;
}

/* don't work in IE... */
button, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #666666;
  color: #FFF;
  font: bold 10px verdana;
}

.col1 {
  border-bottom: 1 solid #C0C0C0;
  background-color: #ffffff; color: black;
  font-family: arial;
  font-size: 12px;
  vertical-align: top;
}

.col2 {
  border-bottom: 1 solid #C0C0C0;
  background-color: #E7E7E7; color: black;
  font-family: arial;
  font-size: 12px;
  vertical-align: top;
}

.enroll-image {
  background-image: url(images/headerbg.jpg);
  color: white;
  width: 800px;
  height: 50px;
  background-repeat: no-repeat;
}

.data-table th {
  vertical-align: top;
  text-align: left;
  padding: 4px;
  background-color: #E6F3F2;
}

// use to control the margin of the header title if a tab interface is used
.tabheader {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
}

#head-border {
  border-top: 1px solid gray;
  size: 1px;
}

.error {
  font-family: arial;
  font-size: 11;
  color: #FF0000;
  font-weight: bold;
}

.warning {
  font-family: arial;
  font-size: 11;
  color: #FF0000;
}

.news {
  font-family: verdana;
  font-family: arial;
  font-size: 10px;
  color: #000000;
  font-style: normal;
}

/* This will fix the problem on the editors where some of the words get cut */
.textbox {width: 250px}

.searchbox {
  border: 1px solid #1A928F;
}


BODY {
	background-image:url(images/newage/main_background.gif); 
	background-attachment:fixed;
	background-repeat:repeat-y; 
	background-position:top left;
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	background-color:#FFFFFF;
	padding:15px;
	width:90%;
}

HR {border:1px solid #CDCCB8; size:1px;}

/*REGULAR TEXTS*/
ul, th, td, p, select, input {
	font-family:Verdana;
	font-size:11px;
	color:#000;
}

TD.ekpwarning	{font-size:13px; color:#3d2f6c;} 
P.ekpwarning 	 {font-size:13px; color:#3d2f6c;} 
.ekpwarning       {font-size:13px; color:#3d2f6c;}

/* TABLE */
.table_border {border:1px solid #999999;}

/* COMMUNICATION TOOLS & KNOWLEDGE TOOLS*/
TD.HOMETOPIMAGE {
	background-image:url(images/decorate/tab.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	line-width:10px;
	font-family:Verdana;
	font-style:bold;
	text-align:center;
	}
TD.HOMEBORDER {background-color:#F7BF5B;}

/* HEADERS */
h1, h2.maintitle,.text_tit {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:10pt;}

h1, h2,h3, h4, h2.maintitle,.text_tit {font-family:Verdana; color:#333;}

h4 {margin-bottom:3px;}

h2 {/* Need to keep this centered to avoid disturbing older skins - not anymore... */  
	font-family:Verdana;
	font-size:18px;
	font-weight:normal;
  	text-align:left;
  	padding-top:2px;
  	padding-bottom:3px;
  	color:#333;
  	border-bottom:1px solid #C1C1C1;
  	line-height:1.2em;
}


em {
	font-weight:bold;
	color:#990066;
  }

/*new 3.0*/
.table_h1 {font-family:Verdana; font-size:11px; color:#FFFFFF; background-color:#192C70; font-weight:bold;} 
.table_h2 {font-family:Verdana; font-size:11px; color:#000000; background-color:#e2e2e2; font-weight:bold;} 
.table_h3 {font-family:Verdana; font-size:11px; color:#000000; background-color:#999999; font-weight:bold;} /*new 3.0 end*/

.row1 {background-color:#FFFFFF;} /*new 3.0*/
.row2 {background-color:#E7E7E7;} /*new 3.0*/

.col1 {font:Normal Verdana 11px; vertial-align:Inherit; background-color:#FFFFFF;}
.col2 {font:Normal Verdana 11px; vertial-align:Inherit; background-color:#eeeeee;}
.col3 {font:Normal Verdana 11px; vertial-align:Inherit; background-color:#eeeeee;}

.tabheader {
	border:1px solid #1a4d5c;
	background:transparent;
	padding:0px;
	margin-left:10px;
	}

.headers, .head1, .head2, .head3, .head4, .head5, .viewHeader, .viewHeader a, th {
	background-color:#1a4d5c;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	border:0px solid #fff;
	font-weight:bold;
	text-align:left;
}

/* repeat from base.css to overwrite::viewHeader and vH:hover */
.viewHeader {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#FFF;
  font-weight:bold;
  text-align:left;
}

.viewHeader-hover {
  background-color:#1a4d5c;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:14px;
  color:#FFF;
  font-weight:bold;
}

.colHeader {font-family:Verdana; font-size:11px; color:#000; background-color:#fff0a1; font-weight:bold;}


/* DIVIDERS */
.divider 	{color:#FFFFFF; background-color:#999999;}
.line 		  {background-color:#3d2f6c;}

/* HYPER LINKS*/
h4 a {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color:#1a4d5c; 
	font-weight:bold; 
	}
	
h4 a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#cc9933; 
	font-weight:bold; 
	}

h4 a:hover .news {
	color:#cc9933; 
}
	
big {font-size:13px;}

a.big   {
	font-size:11px;  
	color:#1a4d5c; 
	font-weight:normal;}

a, .link, .sublink 	 {
	font-size:11px;  
	color:#1a4d5c; 
	font-weight:normal;
	text-decoration:none;
}

a:hover, a.big:hover {
	color:#cc9933; 
	font-size:11px;
	text-decoration:none;
}

/* BUTTONS */
.parmselect {background-color:#eaeaea;}

input[type="submit"], input[type="reset"], input[type="button"]
{
	font:bold 10px Verdana;
	color:#FFF; 
	background-color:#1a4d5c;
}

.button, .abutton, .buttonfixed, .topbuttonfixed, .newskinbutton, .topbutton, .leftbutton, .mainbutton
{
	font:bold 10px Verdana;
	color:#FFF; 
	background-color:#1a4d5c;
}

/* TABS */
.tablink 		{BACKGROUND-COLOR:#EEEEEE; COLOR:#000000;} /* ON */
.tablinkx 		{BACKGROUND-COLOR:#0172b6; COLOR:#FFFFFF;} /* OFF */
.tablink_ds 	{BACKGROUND-COLOR:#0172b6; COLOR:#FFFFFF;}
.newtablinkx	{BACKGROUND-COLOR:#0172b6; COLOR:#FFFFFF;} /* NAME ON THE TABS */
a:hover.newtablinkx	{BACKGROUND-COLOR:#0172b6; COLOR:#FFFFFF;} /* NAME ON THE TABS */

.text_h { font-family:Verdana; font-size:11px; color:#004F4F;}
.tableFooter {background-color:#ffffff; }

/* KNOWLEDGE CENTER */
.lstable1 {background-color:#1a4d5c; color:#FFF; font-weight:bold; height:18px; vertical-align:inherit;} 
.lstable2 {background-color:#1a4d5c; color:#FFF; font-weight:bold; height:18px; vertical-align:inherit;} 
.lstable3 {background-color:#1a4d5c; color:#FFF; font-weight:bold; height:18px; vertical-align:inherit;} 
.lstable1 td, .lstable3 td, .lstable2 td {font-weight:normal;}
.lsshadow {background-color:#999999; color:white; height:18px;} 
.lsshadow1 {background-color:#FFFFFF; color:BLACK;}  /* ALTERNATING COLORS */
.lsshadow2 {background-color:#E7E7E7; color:BLACK;} /* ALTERNATING COLORS */

.lsbutton {background-color:#80A7A7; font-family:Verdana; color:#FFFFFF; font-size:11px}
.lstitle {font-family:Verdana; color:#FFFFFF; font-size:18px;}
.lsdefault {font-family:Verdana; font-size:11px; margin:0px; }
.lstext {font-family:Verdana; font-size:11px;}

/* CALENDAR */
.calclass  {background-color:#E6E1D2; color:#000000; font-weight:normal;}
.calonline {background-color:#A2C1CD; color:#000000; font-weight:normal;}
.calcolor1 {background-color:#ddd; font-weight:normal;}
.calcolor2 {background-color:#666666; color:#FFFFFF; font-weight:normal;}
.caltoday {background-color:#D2D2E9; font-weight:normal;}

/*USER BIOGRAPHY*/
.ekptext{color:#000;}
.ekplabel{color:#000;}

/* UNKNOWN CLASSES!!!!!!!!!!!!!!!! */
.maintable {background-color:#ffffff;} /*used by TeachReview, CreateUser, HTMLWidgets, Tabs, BatchDeletePolicyView*/
.mainindex {background-color:#014f51; text-decoration:none; text-align:center; font-size:9px;} /*used by HTMLWidgets*/
.menulink {color:white;} /*used by HTMLWidgets*/
.tback2 {padding:2px;} /*Display, ListOther*/

#ekpwarningid{font-family:Verdana,sans-serif; font-size:11px; color:black;} 

/* USED BY REPORT */
.tablebg{background-color:#eeeeee;}

.colBtn, .grpBtn, .sBtn, .descBtn, .Btn
{
	width:100px;
}

.highlight {color:#3d2f6c;} /* seems to be being on Report Column Administration */
.rowbg{}
.rowhead {background-color:#fff;}
.rowHeader{}

/* EKP 45 TABS */
.tabs a {
  font-size:11px;
  font-family:Verdana, Helvetica, sans-serif;
  font-weight:normal;
  color:#000;
  text-decoration:none;
  border-bottom:0px dotted #c00;
}

.tabs a:hover,.tabs a.selected:hover {
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:underline;
}
	
.tabs a span {
	padding-right:11px;
  padding-top:5px;
  padding-bottom:5px;
}

.tabs a.selected {
  color:#FFF;
  background:#1a4d5c url(/images/decorate/left-tab-hover.gif) left top no-repeat;
  text-decoration:none;
}

.tabs a.selected span {
  background:url(/images/decorate/right-tab-hover.gif) right top no-repeat;
  padding-right:10px;
}

.tab-bottom {
  height:5px;
  padding:0;
  background-color:#1a4d5c;
}
 /** to do:080306 nn > define tabheader searchbox >> fontsize and Verdana??? properties**/
 
 /* Sortable tables */
table.sortable th a {
  font:bold 11px Verdana;
  text-decoration:none;
  display:block;
  border:0px;
  color:#FFF;
}

table.sortable th a:hover{
  font:bold 11px Verdana;
  text-decoration:underline;
  display:block;
  border-bottom:0px;
  color:#FFF;
}

.sortarrow img {
	padding:0px 5px 0px 0px;
	vertical-align:middle;
}

.col1, .col2 {
	font:normal 11px Verdana;
}

.icon {
	padding-right:4px;
	vertical-align:absbottom;
}

/* -- for link pseudo-classes, respect order: Link, Visited, Hover, Active -- */

body {
	color:#222222;
	background-color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	font-size:0.9em;
}

body.il_Explorer {
	color:#222222;
	background-color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	font-size:0.9em;
}


.btnbar {
	background-color:#ffffff;
	color:#ffffff;
}

/* BEGIN WebDAV: Enable links with AnchorClick behavior for Internet Explorer. 
 * All skins which want to support mounting of Webfolders using Internet Explorer
 * must explicitly enable AnchorClick behavior.
 */
a {
  behavior: url(#default#AnchorClick);
}
/* END WebDAV: Enable links with AnchorClick behavior for Internet Explorer. */


a.menu:link, a.menu:visited {
	color:#a0c0ff;
}

a.menu:hover {
	color:#DDDDFF;
}

a.offline, a.offline:visited
{
	font-style: italic;
}

input {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

input.marked {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background: #FFFFCC;
}


input.fullwidth {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 98%
}

input.fullwidth_marked {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 98%;
	background: #FFFFCC
}

/* ---------------- alternating tablerowcolors ----------------- */

/*
.tblrow2 {
	background-color: #FFFFFF;
	color:#222222;
	padding:3px;
	background-image: url(images/rowback.gif);
	background-repeat:repeat-x;
}

.tblrow1 {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
	background-image: url(images/rowback.gif);
	background-repeat:repeat-x;
}*/

.tblrow2 {
	background-color: #F1F1F1;
	color:#222222;
	padding:3px;
}

.tblrow1 {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
}

.tblrow2_mo {
	background-color: #F1F1F1;
	color:#222222;
	padding:3px;
}

.tblrow1_mo {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
}

.tblrow1_mo:hover, .tblrow2_mo:hover {
	background-color:#D0D0FF;
}


.tblrow2light {
	background-color:#F1F1F1;
	color:#808080;
	padding:3px;
	vertical-align:top;
}

.tblrow1light {
	background-color:#FFFFFF;
	color:#808080;
	padding:3px;
	vertical-align:top;
}

.tblrowmarked {
	background-color:#FFE4E4;
	color:#222222;
	padding:3px;
}

.tblrow2top {
	background-color:#F1F1F1;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

.tblrow1top {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

.tblrowmarkedtop {
	background-color:#FFE4E4;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

/* -------------------- table formatting ------------------ */

table {
	font-size: 100%;
}

table.std {
	color:#222222;
	background-color:#bbbbbb;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}

table.fullwidth {
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}

table.halfwidth {
	color:#222222;
	background-color:#bbbbbb;
	width:50%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}

table.ilPDSelectedItemBlock {
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:1px;
	border-width:0px;
}

td.il_BlockFooter {
	color:#222222;
	background-color:#DCDCDC;
	text-align:right;
	font-size: 80%;
	padding:2px;
}

table.fullwidth_nowrap {
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:1px;
	white-space: nowrap;
}

table.fullwidth_invisible {
	color:#222222;
	background-color:#FFFFFF;
	width:100%;
	border-spacing:0px;
}

table.nobackground {
	color: #000000;
	background-color: inherit;
	border-spacing:0px;
	padding: 3px;
}

td.nobackground {
	color: #000000;
	background-color: inherit;
	border-spacing:0px;
	border: none;
	padding: 3px;
	vertical-align: top;
}

th
{
	text-align: left;
	vertical-align: bottom;
}

td.std, th.std {
	padding:2px;
	text-align: left;
}

th.il_invisible, td.il_invisible {
	background-color:#FFFFFF;
	background-image: none;
}

.tbltitle {
	color:#222222;
	font-weight:bold;
	background-color: #EDEDED;
	background-image: url(images/TableHeader.gif);
	background-repeat:repeat-x;
}

tr.tbltitle {
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
}

.tblheader {
	color: #000000;
	font-weight:bold;
}

tr.tblheader {
	color:#000000;
	font-weight:bold;
	background-color: #E2EAF4;
	background-image:url(images/TableHeaderBlue.gif);
	background-repeat:repeat-x;
	
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;

}

.tblfooter {
	color: #000000;
	font-weight:normal;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
}

tr.tblfooter {
	color:#000000;
	font-weight:normal;
	background-color:#EDEDED;
	background-image:url(images/TableHeader.gif);
	background-repeat:repeat-x;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
}

tr.std {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
}

th.option, td.option {
	background-color: #F5F5F5;
	color:#222222;
	padding:3px;
	font-weight : bold;
	vertical-align:top;
	text-align:right;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.sub_option {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
	font-weight : bold;
	vertical-align:top;
	text-align:right;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_subtitle {
	background-color:#FFFFFF;
	background-image: none;
	width:100%;
	color:#222222;
	padding:13px 3px 3px 3px;
	vertical-align:top;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
}

td.option_value {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:left;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_value_center {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:center;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_value_details {
	background-color:#FFE4E4;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:left;
}
td.option_value_center_details {
	background-color:#FFE4E4;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:center;
}

td.option_desc, p.option_desc {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	font-style:italic;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}

td.option_info {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
    font-weight:bold;
	vertical-align:top;
	text-align:center;
}

td.boxed {
	border-style: solid;
	border-width: thin;
}

td.submit {
	background-image: url(images/TableHeader.gif);
	background-color:#EDEDED;
	background-repeat: repeat-x;
	color:#222222;
	padding:3px;
	vertical-align:top;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;

}

/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemCommand:link, a.il_ContainerItemCommand:visited, a.il_ContainerItemCommand:hover
{
	padding: 1px 5px;
	margin: 1px 0px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	white-space: nowrap;
	text-decoration:none;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 70%;
}

/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemCommand2:link, a.il_ContainerItemCommand2:visited
{
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dotted #2020C0;
	margin: 0px 0px 0px 3px;
	white-space: nowrap;
}
a.il_ContainerItemCommand2:hover
{
	border-bottom: 1px solid #000000;
}

div.il_ContainerItemCommands2
{
	text-align: right;
	font-size: 80%;
	margin: 0px 3px 3px 3px;
}

div.il_ContainerListItem
{
	margin: 2px 0px;
}

div.il_ContainerItemCommands
{
	padding-bottom: 2px;
	padding-top: 2px;
}

.il_ContainerItemTitle {
	color:#777;
}

/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemTitle:link, a.il_ContainerItemTitle:visited, a.il_ContainerItemTitle:hover
{
	text-decoration: none;
}

div.il_ItemProperties
{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: normal;
	font-size: 90%;
}

div.il_ItemNotice
{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: normal;
	font-size: 90%;
	color: green
}

div.il_Preconditions
{
	margin-top: 3px;
	text-align:left;
	font-size: 90%;
}

a.il_ItemProperty:link, a.il_ItemProperty:visited {
	text-decoration:none;
	font-weight: normal;
}

a.il_ItemProperty:hover {
	color:#000000;
}


span.il_ItemAlertProperty
{
	color: #C04000;
}

span.il_ItemProperty
{
}

th.il_ContainerBlockHeader
{
	background-image: url(images/TableHeader.gif);
	background-color:#EDEDED;
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 2px;
	text-align:left;
	vertical-align: middle;
}

table.il_ContainerBlock
{
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
	clear:both;
}

/* Personal Desktop Header*/
div.il_PDTitle, span.il_PDTitle
{
	font-size: 140%;
	line-height: 160%;
	color: #404040;
	letter-spacing: 0.05em;
	word-spacing: -0.1em;
	white-space: nowrap;
	padding-top: 100px;
}

table.il_PDBlock
{
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
	margin-bottom:25px;
	clear:both;
}

th.il_PDBlockHeader
{
	background-image: url(images/TableHeaderBlue.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	padding: 3px;
	background-color: #E2EAF4;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
}

th.il_PDBlockSubHeader
{
	background-image: url(images/TableHeader.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	text-align:left;
	font-size: 100%;
	padding: 2px;
	background-color: #EDEDED;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
	vertical-align: middle;
}

/* Blocks */

table.il_Block
{
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
	margin-bottom:25px;
	clear:both;
}

th.il_BlockHeader
{
	background-image: url(images/TableHeaderBlue.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	padding: 3px;
	background-color: #E2EAF4;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
	font-size: 90%;
	color:#666;
}

th.il_BlockHeaderBig
{
	background-image: url(images/TableHeaderBlue.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	padding: 3px;
	background-color: #E2EAF4;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
	color:#666;
}

/* Repository Header */
table.ilc_RepHeader {
	border-width: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#EEEEEE;
	width:100%;
}

td.il_RepHeader
{
	padding:0px;
	border-style: solid;
	border-color:#9EADBA;
	border-width: 1px;
	margin-bottom: 0px;
}

div.il_RepHeader
{
	color:#222222;
	background-color: #F0F0F0;
}

/* SCORM styles */

table.il_ScormTable
{
	color:#222222;
	background-color:#bbbbbb;
	border-spacing:1px;
	border-width:0px;
}

td.il_ScormTableKey {
	background-color:#e2e2e2;
	color:#222222;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:top;
	text-align:right;
}

td.il_ScormTableValue {
	background-color:#f7f7f7;
	background-image: none;
	color:#222222;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:top;
	text-align:left;
}

/* must reset all values of td style */
td.il_no_style {
	font-weight:normal;
	background-image:none;
	background-color:white;
}

/* locator */
table.il_Locator
{
	background-color: #FFFFFF;
}

div.il_Locator {
	padding: 2px 15px 0px 15px;
	vertical-align:top;
	font-size: 80%;
	font-weight: normal;
}

a.il_LocatorLink, a.il_LocatorLink:link, a.il_LocatorLink:visited, a.il_LocatorLink:hover
{
	color: #224499;
	font-weight: normal;
}

a.il_LocatorLink:hover
{
	color: #000000;
}

span.il_LocatorTitle
{
	display: none;
}

/* form */
form.il_Form
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* Navigation History */
form.ilNavHistoryForm
{
	padding: 0px;
	margin: 0px 15px 0px 10px ;
	border: 0px;
	float: right;
}

/* MainMenu Tabs */
div.il_MainMenu
{

	margin: 0px;
	width: 100%;
	padding:0px 0px 0px 0px;
	padding-top:9px;
	padding-left:7px;
	line-height: normal;
	vertical-align:bottom;
}



/* Tabs */

div.il_Tab
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    float:left;
    width:100%;
	padding-left:0px;
    line-height:normal;
	background:#FFFFFF url(images/TabBack.gif) repeat-x bottom;
}

ul.il_Tab
{
	margin: 0px;
	padding: 0px 15px;
	list-style:none;
}

li.tabinactive
{
	float:left;
	background:url("images/TabInactiveRightWhite.gif")
		no-repeat right top;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}

a.tabinactive:link, a.tabinactive:visited, a.tabinactive:hover
{
	float: left;
	display:block;
	background:url("images/TabInactiveLeftWhite.gif") no-repeat left top;
    padding: 3px 8px;
	font-size: 80%;
	text-decoration: none;
}

li.tabactive
{
	float:left;
	background:url("images/TabActiveRightWhite.gif")
		no-repeat right top;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.tabactive:link, a.tabactive:visited, a.tabactive:hover
{
	float: left;
	display:block;
	background:url("images/TabActiveLeftWhite.gif") no-repeat left top;
    padding: 3px 8px;
	font-size: 80%;
	text-decoration: none;
}

li.backtab
{
	float:left;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}

a.backtab, a.backtab:hover
{
	float: left;
	display:block;
	background:url("images/BackTab.gif") no-repeat left top;
    padding: 3px 8px 3px 12px;
	font-size: 80%;
}

li.back2tab
{
	float:left;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}

a.back2tab, a.back2tab:hover
{
	float: left;
	display:block;
	background:url("images/Back2Tab.gif") no-repeat left top;
    padding: 3px 8px 3px 16px;
	font-size: 80%;
}

/*  Commented Backslash Hack
	hides rule from IE5-Mac, we do not want the left float for other browsers \*/
	a.tabinactive a.tabactive a.backtab {float:none;}
/* End IE5-Mac hack */


/* Sub Tabs */

div.il_SubTab
{
    float:left;
    width:100%;
	padding-left:0px;
	margin-bottom: 10px;
    line-height:normal;
}

ul.il_SubTab
{
	margin: 0px;
	padding: 0px 0px;
	list-style:none;
}

li.subtabinactive
{
	float:left;
	margin:0;
	padding:0;
}

a.subtabinactive, a.subtabinactive:hover
{
	float: left;
	display:block;
	background:url("images/SubTabInactiveLeft.gif") no-repeat left top;
    padding: 3px 10px 3px 12px;
	font-size: 80%;
}

li.subtabactive
{
	float:left;
	margin:0;
	padding:0;
}

a.subtabactive, a.subtabactive:hover
{
	float: left;
	display:block;
	background:url("images/SubTabActiveLeft.gif") no-repeat left top;
    padding: 3px 10px 3px 12px;
	font-size: 80%;
}

/*  Commented Backslash Hack
	hides rule from IE5-Mac, we do not want the left float for other browsers \*/
	a.subtabinactive a.subtabactive {float:none;}
/* End IE5-Mac hack */



/* InfoScreen */

table.il_InfoScreen
{
	color:#222222;
	background-color:#FFFFFF;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}

th.il_InfoScreen
{
	text-align:left;
}

div.il_InfoScreenSection,th.il_InfoScreenSection
{
	margin: 10px 4px 8px 4px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#909090;
	color:#909090;
	font-weight:normal;
	font-size:130%;
}

td.il_InfoScreenProperty
{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#909090;
	text-align: right;
	padding: 3px 10px 3px 4px;
	vertical-align: top;
	color:#909090;
}

td.il_InfoScreenPropertyValue
{
	padding: 3px 4px 3px 10px;
	vertical-align: top;
}

/* Explorer */

div.il_Explorer
{
	margin:0px;
	padding:3px;
	background-color: #FFFFFF;
}

div.il_ExplorerHeader
{
	padding: 1px 3px;
	vertical-align:top;
	text-align:left;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 90%;
}

div.il_ExplorerTree
{
	font-size: 90%;
}

ul.il_Explorer
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

ul.il_ExplorerNoIndent
{
	margin: 0px;
	padding: 0px 0px;
	list-style:none;
}

li.il_Explorer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	background-color: #FFFFFF;
}

li.il_ExplorerInline
{
	margin:0;
	padding:0;
}

a.il_HighlightedNode
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD77;
	background-color: #FFFF99;
	padding: 0px 5px;
}

div.il_ExplorerItemDescription
{
	margin-left: 44px;
}

/* Table Links */
a.tblheader, a.tblheader:visited
{
	color:#3444aa;
}

a.tblheader:hover
{
	color:#000000;
}

/* --- description text ---*/
div.il_Description, td.il_Description
{
	margin-top:2px;
	margin-bottom:5px;
	font-size: 90%;
	font-weight:normal;
	text-align:left;
}
div.il_Description_no_margin, td.il_Description_no_margin
{
	font-size: 90%;
	font-style: italic;
	text-align:left;
}
div.il_info
{
	font-size: 90%;
	text-align:left;
}
div.il_PermDescription
{
	font-size: 60%;
	font-style: italic;
}

/* ---------------- headlines ------------------ */

div.il_HeaderOuter
{
	clear: both;
}

div.il_Header
{
}

div.il_HeaderInner
{
	float:left;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color:#222222;
}

div.il_TreeIcons
{
	padding-right: 15px;
	padding-top: 15px;
	margin: 0px;
}

div.ilMainHeader
{
	/*background-image: url(images/HeaderBackground3.gif);
	background-repeat: repeat-x;*/
	background-color: #FFFFFF;
	right: 0px;
}

a.ilMainHeader, a.ilMainHeader:hover
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	background-color: #E6ECF8;
	font-size:90%;
}

div.ilLogin
{
	padding:2px 20px 3px 10px;
	margin-top:0px;
	margin-bottom:0px;
	white-space: nowrap;
	float:right;
	text-align:right;
	font-size:90%;
}

a.ilLogin, a.ilLogin:visited, input.ilLogin
{
	background-color : #ECFAFB;
	border-width: 1px;
	border-style: solid;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	color:#0033AA;
	padding: 1px 3px;
	margin: 0px;
	font-size:90%;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

span.il_menu
{
	line-height: 150%;
}

.ilLanguageSelection
{
	font-size:80%;
}

div.il_Footer
{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 90%;
	text-align:center;
}


/* ----------------- invisible border ------------- */

div.invisible_border {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:15px;
}

td.ilInvisibleBorder
{
	padding:15px;
}

/* --- column table -- */
table.il_ColumnLayout
{
	color:#222222;
	/*background-color:#FFFFFF;*/
	width:100%;
	border-spacing:0px;
}

td.il_LeftColumn
{
	padding-left:15px;
	vertical-align:top;
	width:20%;
}

td.il_CenterColumn
{
	padding-right:15px;
	padding-left:15px;
	vertical-align:top;
	
}

td.il_RightColumn
{
	padding-right:15px;
	vertical-align:top;
	width:20%;
}

/* ------- Helptext --------- */
span.il_Helptext {
	font-size: 90%;
	font-weight: normal;
}

/* ----------------- alternative text styles ------------- */
.small {
	text-decoration:none;
	font-size: 90%;
}

.smallgreen {
	text-decoration:none;
	font-size: 90%;
	color:green;
}

.smallred {
	text-decoration:none;
	font-size: 90%;
	color:red;
}

.obligatory {
	font-weight: normal;
	color: #800000;
	font-variant: normal;
}

.warning {
	text-decoration:none;
	font-weight:bold;
	color:red;
}

div.Warning {
	text-decoration:none;
	font-weight:bold;
	color:red;
}

div.Access {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
	color:red;
}

.asterisk {
	color:red;
	font-size: 90%;
}

.default {
	text-decoration:none;
	font-weight:normal;
}

.inactivepage {
	text-decoration:none;
	font-weight: bold;
	color: gray;
}

.quote {
	font-style:italic;
	font-weight:normal;
}

.subtitle {
	font-style:italic;
	font-weight:normal;
	font-size: 90%;
}

.questiontext {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

/* ----------------- alternative text styles ------------- */
.il_BlockInfo
{
	font-size: 90%;
	color: #909090;
}

.light
{
	color: #909090;
}

/* ----------------- normal links ------------- */

a:link, a:visited {
	text-decoration: none;
	color:#0033AA;
}

a:hover {
	color:#000000;
}


a.light:link, a.light:visited {
	text-decoration: none;
	color:#3355BB;
}

a.light:hover {
	color:#000000;
}

/* ------------------- mail links ----------- */
a.mailread, a.mailread:visited
{
	font-weight: normal;
}

a.mailunread, a.mailunread:visited
{
	font-weight: bold;
}

/* ------------------- forum links ----------- */
a.postread, a.postread:visited
{
	font-weight: normal;
}

a.postunread, a.postunread:visited
{
	font-weight: bold;
}

a.postnew, a.postnew:visited
{
    font-style: italic;
	font-weight: bold;
}

blockquote.ilForumQuote
{
	margin: 0px 20px;
	padding: 5px;
	border-width:1px;
	border-color:#B6B6B6;
	border-style:solid;
}

div.ilForumQuoteHead
{
	font-weight: bold;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
}

/* ------------------ buttons -------------- */

/* not used anymore (no extra table for buttons)*/
td.btn {
	background-color:#E6ECF8;
	color:#BBBBBB;
	border-width:1px;
	border-color:#B6B6B6;
	border-style:solid;
	padding:2px;
}

/* not used anymore (use submit style)*/
a.btn:link, a.btn:visited {
	text-decoration:none;
	font-size: 90%;
}

/* not used anymore (use submit style)*/
a.btn:hover {
	color:#000000;
}

div.il_ButtonGroup
{
	margin: 3px 0px 3px 0px;
	line-height: 150%;
	white-space: nowrap;
	display: block;
}

input.submit, a.submit, a.submit:hover
{
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	color:#2255a0;
	border-width:1px;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-style:solid;
	padding: 1px 5px;
	text-decoration:none;
	font-size: 80%;
	cursor:pointer;
	font-weight:normal;
}

input.submit_disabled, a.submit_disabled, a.submit_disabled:hover {
	background-color:#E6ECF8;
	color:gray;
	border-width:1px;
	border-color:#B6B6B6;
	border-style:solid;
	padding:2px;
	text-decoration:none;
	font-size: 90%;
	cursor:pointer;
}

label, input[type=checkbox], input[type=radio], select
{
	cursor:pointer;
}

input[type=text].numeric
{
	text-align: right;
}

input[type=checkbox], input[type=radio]
{
	border-style: none;
	background-color: transparent;
}

a.ilEditSubmit {
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	padding: 2px;
	margin: 0px;
	border-width:1px;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-style:solid;
	text-decoration: none;
	font-size: 80%;
	line-height: 14px;
	cursor:pointer;
}

input.ilEditSubmit {
	color:#2255a0;
	padding: 1px;
	margin: 0px;
	font-size: 80%;
	line-height: 14px;
	cursor:pointer;
	
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	border-width:1px;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-style:solid;
}

input.ilEditHelpline {
	border-style:none;
	background-image: none;
	text-decoration:none;
	margin: 2px 0px;
	font-size: 80%;
}

input.tblrow1, input.tblrow2
{
	background-color:#ffffff;
	color:#000000;
	background-image: none;
	padding:0px;
}

textarea
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#9EADBA;
	border-style:inset;
	padding:3px;
	text-decoration:none;
	font-size: 100%;
}

textarea.fullwidth
{
	width: 98%;
}


input.submit:hover, input.ilEditSubmit:hover, a.submit:hover {
	color:#000000;
}


div.message {
	color: #dd0000;
	text-align:center;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
	margin: 2px 0px 5px 0px;
	clear:both;
}

.alert {
	color: #dd0000;
}

select.ilEditSelect {
	background-color:#ffffff;
	border-width:1px;
	border-color:#bbbbbb;
	padding:1px;
	background-image: none;
	text-decoration:none;
	font-size: 80%;
}

img {
	vertical-align: middle;
	border: 0px;
}

/* --- to prevent tab-images from spacing when using DOCTYPE xhtml --- */
img.imgtab {
	display:block;
}

/* ------------------ content window body tag (not used yet) -------------- */
.content {
	margin:0px;
}

/* --- Editor styles ---*/

div.il_droparea
{
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	font-size: 1px;
	background-image: url(images/drop_back.gif);
	background-repeat: repeat;
	padding: 0px 0px;
	text-align: center;
}

div.il_droparea_active
{
	padding: 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 1px;
	background-image: url(images/drop_back_active.gif);
	background-repeat: repeat;
	text-align: center;
}

div.il_droparea_valid_target
{
	padding: 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 1px;
	background-image: url(images/drop_back.gif);
	background-repeat: repeat;
	text-align: center;
}

div.il_editarea_nojs
{
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
}

div.il_editarea
{
	border-style: solid;
	border-width: 1px;
	border-color: transparent !important;
	border-color: #FFFFFF;	/* IE6 does not understand the transparent border */ 
}

div.il_editarea_disabled
{
	border: 2px dotted red;
}

div.il_editarea_active
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
}

div.il_editarea_selected
{
	border-style: solid;
	border-width: 2px;
	border-color: #A0A0A0;
}

div.il_editarea_disabled_selected
{
	border: 2px solid red;
}

div.il_editarea_active_selected
{
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

div.il_edit_pc_tab_head
{
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	border-bottom-width: 0px;
	font-size: 90%;
	margin-top: 5px;
	padding: 2px;
}

div.il_edit_pc_tab
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	margin-bottom: 5px;
	padding: 5px;
}

table.il_editmenu
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

a.il_PageDisabled
{
	border-bottom: 2px dotted red;
}

a.il_PageDeactivatedElements
{
	border-right: 2px dotted red;
}

/* ------------------ blind image - spacer gif --------------
   please use this style class always when using this blind image */
img.spacer {
	display:block;
}

/* --- calendar styles -- */
div.dp_Menu
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #9EADBA;
	background-color: #EBEBEB;
	width: 152px;
	font-size: 90%;
}

td.even
{
	color:#222222;
	background-color:#F7F7F7;
	padding: 3px;
}

td.uneven
{
	color:#222222;
	background-color:#EEEEEE;
	padding: 3px;
}

td.today
{
	text-align: center;
	font-size: 90%;
	background-color: #E0E0FF;
}

td.chosenDate
{
	text-align: center;
	font-size: 90%;
	background-color: #FFE4E4;
}

td.date
{
	text-align: center;
	font-size: 90%;
	background-color: #F7F7F7;
}

td.prevMonth
{
	text-align: center;
	font-size: 90%;
	background-color: #DFDFDF;
}

td.todayMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #E0E0FF;
}

td.chosenDateMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color:  #FFE4E4;
}

td.dateMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #F7F7F7;
}

td.prevMonthMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #DFDFDF;
}

td.evenMO
{
	color:#222222;
	background-color:#F7F7F7;
	font-size: 90%;
	padding: 3px;
}

td.unevenMO
{
	color:#222222;
	background-color:#EEEEEE;
	font-size: 90%;
	padding: 3px;
}

td.weeknumber
{
	color: #5F5F5F;
	background-color: transparent;
	font-size: 90%;
}

a.weekLink
{
	font-size: 80%;
}

td.appointmentConfTitle
{
	font-style: italic;
}

td.doubleComment
{
	font-size: 80%;
	color: #FF0000;
	font-weight: bold;
}

td.il_CalMonth
{
	font-size: 90%;
}

td.il_CalNextMonth
{
	font-size: 90%;
}

td.il_CalNextMonth
{
	font-size: 80%;
}

td.il_CalShortMonth
{
	font-size: 80%;
}

td.il_CalShortWeek
{
	font-size: 80%;
}

td.il_CalShortDayOfWeek
{
	font-size: 80%;
}

td.il_CalDay
{
	font-size: 80%;
}

/* --- content styles (will move to content.css) --- */
table.ilc_Page {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #9EADBA;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	width:100%;
}

td.ilc_Page
{
	padding:20px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #9EADBA;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 0px;
}

td.ilc_PageDisabled
{
	padding:20px;
	border-right-style: solid;
	border-color: #9EADBA;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	border-left: 3px dotted red;

}

table.ilc_LMNavigation {
	border-width: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/TableHeader.gif);
	background-repeat:repeat-x;
	background-color: #EDEDED;
	width:100%;
}

td.ilc_LMNavigation
{
	padding: 3px;
	border-style: solid;
	border-color: #9EADBA;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: url(images/TableHeader.gif);
	background-color: #EDEDED;
	margin-bottom: 0px;
}

div.ilc_DefinitionHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #000000;
}

table.ilc_Fullscreen
{
	background-color: #FFFFFF;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

html.ilc_Fullscreen, body.ilc_Fullscreen
{
	margin: 0;
	padding: 0;
	height: 100%;
}

table.ilc_FileList
{
	width: 100%;
	color:#222222;
	background-color:#bbbbbb;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
	margin: 10px 0px;
}

th.ilc_FileList
{
	text-align: left;
	padding: 3px;
	background-image: url(images/TableHeader.gif);
}

td.ilc_FileItem
{
	background-color: #FFFFFF;
	padding: 3px;
}

div.ilc_LMMenu
{
	line-height: 22px;
}

a.ilc_LMMenu
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	background-color: #E6ECF8;
	white-space: nowrap;
}

div.ilc_TableOfContents
{
	background-color:#FFFFFF;
	padding:20px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 1px;
	margin-bottom: 0px;
}

table.ilc_media
{
	background-color:white;
}

h1.il_LMHead
{
	margin: 6px 15px 6px 15px;
	font-size: 120%;
	font-weight: normal;
}

table.ilc_Table
{
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 10px 0px;
	border-color: #9EADBA;
}

/* -- Members Gallery Styles -- */
div.il_MembersGallery
{
	margin: 0 auto;
	text-align:center;
	width:95%;
	padding: 8px;
	line-height: 1.33;
	display:block;
	float:left;
}

div.il_Member
{
	page-break-before: auto;
	margin: 0px 5px 20px 5px;
	background-color: #EEEEEE;
	padding: 10px 15px;
	font-size: 75%;
	height:14em;
	width:10em;
	float:left;
	text-align:center;
	overflow: hidden;
}

div.il_Tutor
{
	page-break-before: auto;
	margin: 0px 5px 20px 5px;
	padding: 10px 15px;
	background-color: #BBBBBB;
	font-size: 75%;
	height:14em;
	width:10em;
	float:left;
	text-align:center;
	overflow: hidden;
}

/* COPage Comparison */

div.ilEditModified
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #8080FF;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8080FF;
	margin-bottom: 2px;
}

div.ilEditDeleted
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #FF8080;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF8080;
	margin-bottom: 2px;
}

div.ilEditNew
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #80FF80;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #80FF80;
	margin-bottom: 2px;
}

span.ilDiffDel
{
	background-color: #FFC0C0;
}

span.ilDiffIns
{
	background-color: #C0FFC0;
}

a.ilWikiPageMissing:link, a.ilWikiPageMissing:visited
{
	color: red;
}

a.ilWikiPageMissing:hover
{
	color: black;
}


body {
		margin:0px;
		padding:0px;
		background-image:url(/fcs_images/bottombg.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		overflow-x:hidden;
		background-color:#FFF;
	}
	
	td {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#333333;
	}
	
	.navigation{
		text-align:right;
		color:#353589;
		font-weight:bold;
		background-image:url(/fcs_images/arrows.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:13px;
		font-smooth: never;
	}
	
	a {
		color:#003333;
		text-decoration:none;
	}

	a:hover {
		color:#353589;
		text-decoration:underline;
	}	
	
.navigation1 {		text-align:right;
		color:#353589;
		font-weight:bold;
		background-image:url(/fcs_images/arrows.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:13px;
		font-smooth: never;
}
.navigation11 {text-align:right;
		color:#353589;
		font-weight:bold;
		background-image:url(/fcs_images/arrows.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:13px;
		font-smooth: never;
		font-size:11px;
}
.navigation12 {
		color:#003333;
		font-weight:bold;
		font-smooth: never;
		border-bottom:1px solid #1a4d5c;
}

a {
  color:#336699;
  text-decoration:underline;
}

a:hover {
  color:#1f7089;
  font-weight:bold;
  text-decoration:underline;
}

body {
  margin:0;	
  background:url(/images2/mainbg2.PNG) repeat-y;
}

body.il_Explorer {
	background-image:none;
	background-color:#FFF;
}

img {
margin: 0;
}

#container {

}

#top {
  background:url(/images2/toptop.PNG);
  background-repeat:no-repeat;
  background-position: top left;
  height:112px;
}

#left {
  float:left;
}

#lefttop {
  background:url(/images2/topbottom.PNG);
  width:164px;
  height:35px;
}

#navigation {
  background:url(/images2/navigation.PNG) repeat-y;
  width:154px;
  height:22px;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color:#616161;
  padding-left:10px;
  padding-top: 15px;
}

#learningitem {
  background:url(/images2/learningitem.PNG);
  width:154px;
  height:22px;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  padding-left:10px;
  padding-top: 15px;
}

#fcsint {
  background:url(/images2/FCSint.PNG);
  width:154px;
  height:22px;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  padding-left:10px;
  padding-top: 15px;
}

#search {
  background:url(/images2/searchbg.PNG) repeat-y;
  width:154px;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
}

.li_text {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 text-decoration: none;
}

   a.li_text:link { color: #FFFFFF; text-decoration: none; }
   a.li_text:visited { color: #FFFFFF; text-decoration: none; }
   a.li_text:hover { color: #FFFFFF; text-decoration: underline; }
   a.li_text:active { color: #FFFFFF; text-decoration: none; }

.fcs_text {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 text-decoration: none;
}

   a.fcs_text:link { color: #FFFFFF; text-decoration: none; }
   a.fcs_text:visited { color: #FFFFFF; text-decoration: none; }
   a.fcs_text:hover { color: #FFFFFF; text-decoration: underline; }
   a.fcs_text:active { color: #FFFFFF; text-decoration: none; }

.nav_text {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#616161;
 text-decoration: none;
}

   a.nav_text:link {  color:#616161; text-decoration: none; }
   a.nav_text:visited {  color:#616161; text-decoration: none; }
   a.nav_text:hover {  color:#616161; text-decoration: underline; }
   a.nav_text:active {  color:#616161; text-decoration: none; }

/*
*  PRIMARY NAV BAR
*/

/*  IE6 Fix */
* html #menuLayer { padding: 0px 0px 0px 0px; }

#menuLayer {
 position: relative;
 width: 164px;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 display: block;
 align: center;
}

#menuLayer ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 164px;
}

#menuLayer ul li {
 position: relative;
 width: 154px;
 height: 20px;
 padding-left:10px;
 padding-top: 6px;
 background:url(/images2/offbutton.PNG);
}

#menuLayer ul li:hover {
 position: relative;
 width: 154px;
 height: 20px;
 padding-left:10px;
 padding-top: 6px;
 background:url(/images2/onbutton.PNG);
}

#menuLayer ul li a {
 text-decoration: none;
 font-size: 12px;
}

#menuLayer #nav .first {
 background:url(/images2/onbutton.PNG);
}

/*
*  SECONDARY NAV BAR
*/

/*  IE6 Fix */
* html #secmenuLayer { padding: 0px 0px 0px 0px; }

#secmenuLayer {
 position: relative;
 width: 164px;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 display: block;
 align: center;
}

#secmenuLayer ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 164px;
}

#secmenuLayer ul li {
 position: relative;
 width: 154px;
 height: 20px;
 padding-left:10px;
 padding-top: 6px;
 background:url(/images2/offbutton.PNG);
}

#secmenuLayer ul li:hover {
 position: relative;
 width: 154px;
 height: 20px;
 padding-left:10px;
 padding-top: 6px;
 background:url(/images2/onbutton.PNG);
}

#secmenuLayer ul li a {
 text-decoration: none;
 font-size: 12px;
}

#secmenuLayer #nav .first {
 background:url(/images2/onbutton.PNG);
}

#main {
/*
  background:url(/images2/mainbg.PNG) repeat-y;
  width:952px;
  
  */
  float:right;
  width:100%;
}

#content {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color:#333333;
  margin: 15px 320px 15px 194px;
}

#right {
  margin:0px 0px 0px 0px;
 }

#rightfar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:311px;
  float:right;
  background:url(/images2/rightbg.png) repeat-y;
}

#tryone {
  background:url(/images2/tryone.PNG);
  width:255px;
  height:116px;
  color:#336699;
  font-size:14px;
  padding:50px 15px 0px 15px;
  margin: 15px 12px 0px 12px;
}

/*
#testimonial {
  background:url(/images2/testimonial.PNG);
  width:256px;
  height:129px;
  color:#336699;
  font-size:12px;
  clear:right;
  padding:15px 15px 0px 15px;
  margin: 15px 12px 0px 12px;
}

#testimonial .title {
  font-size:14px;
  font-weight:bold;
}

#testimonial .signature {
  color:#000000;
}
*/

#testimonial {
  background:url(/images2/testimonial/testbg.PNG) repeat-y;
  width:286px;
  color:#336699;
  font-size:12px;
  clear:right;
  margin: 15px 12px 0px 12px;
}

#testimonial .top {
  background:url(/images2/testimonial/test-top.PNG) no-repeat;
  height: 9px;
  width: 286px;
}

#testimonial .contain {
	padding:0px 15px 0px 15px;
}

#testimonial .bottom {
  background:url(/images2/testimonial/test-bottom.PNG) no-repeat;
  height: 23px;
  width: 286px;
}

#testimonial .title {
  font-size:14px;
  font-weight:bold;
}

#testimonial .signature {
  color:#000000;
}

#member {
  background:url(/images2/testimonial/testbg.PNG) repeat-y;
  width:286px;
  color:#336699;
  font-size:12px;
  clear:right;
  margin: 15px 12px 0px 12px;
}

#member .top {
  background:url(/images2/testimonial/test-top.PNG) no-repeat;
  height: 9px;
  width: 286px;
}

#member .contain {
  padding:0px 15px 0px 15px;
}

#member .bottom {
  background:url(/images2/testimonial/test-bottom.PNG) no-repeat;
  height: 23px;
  width: 286px;
}

#member a {
  text-decoration:none;
}

#member a:hover {
  color:#336699;
  text-decoration:underline;
  font-weight:normal;
}

#member ul {
  line-height:13pt;
}

#member ul li {
  list-style-image:url(/images2/dblarrow.PNG);
  margin-left:-25px;
}

#member .title {
  font-size:14px;
  font-weight:bold;
}

.list {
  padding-left:10px;
}

/*
*  FOOTER
*/

#footer {
 border-top: #e9e7e7 solid thin;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#666666;
 padding-top: 10px;
 padding-bottom: 10px;
 min-width:100px;
}

#footer a {
 color:#336699;
 text-decoration:none;
 font-weight:bold;
}

#footer a:hover {
 color:#336699;
 text-decoration:underline;
 font-weight:bold;
}

/*
*  TEXT STYLES
*/

.activelink a {
 font-size: 12px;
 font-weight:bold;
 font-family: Arial, Helvetica, sans-serif;
 color:#1d6b83;
}

.sidelinks a {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#336699;
}

.highlight {
 font-size: 13px;
 font-weight:bold;
 font-style:italic;
 font-family: Arial, Helvetica, sans-serif;
 color:#045d77;
 background:#fcf9e3;
 border: #e4e0c0 solid thin;
 padding: 10px 10px 10px 10px;

}

.title {
 font-family: Arial, Helvetica, sans-serif;
 color:#045d77;
 font-weight:bold;
 font-size:16px;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 color:#666666;
 font-weight:bold;
 font-size:16px;
}

h1 {
 font-family: Arial, Helvetica, sans-serif;
 color:#999999;
 font-weight:bold;
 font-size:16px;
 padding-top: 10px;
}



/*
* NEW CODE
*/
/* main menu */

.top_logo_div {
background-color:#FFF;
width:100%;
height:147px;
padding-top:35px;
background-image:url(/images/newage/top_bgrd_img2.gif);
background-position: -1px 0px;
background-repeat:no-repeat;
padding:0px;
margin:0px;
}


.name_field{
	position:absolute; right: 0px; top:0px; z-index:0; visibility:visible;
	width:710px; height: 112px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#14242C;
	padding-top:92px; padding-right: 15px; margin:0px;
	background-image:url(/images/newage/top_right_img.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align:right;
}

.topnav_tabs{
	position:absolute; left: 164px; top:112px; z-index:0; visibility:visible;
	border-bottom:3px solid #1a4d5c;
	vertical-align:bottom;
		background-image: url(/images/decorate/tab_bg.png);
	background-repeat: repeat-x;
	width:100%;
	height:31px;
}

.topnav_tabs a {
	font-weight:normal;
}

