/* COMMON */
body { 
	padding: 0px;
	margin-top: 10px;
	text-align:center;
	background:#FFFF80;
	}
body, TD, DIV { 
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #121212;
}
/* New Addition for the page layout using DIV - modify page.html in \kb\client\skin\view_default\default */
.container {
	text-align: left;
	margin:auto;
	width: 740px;
	/*width: 98%;*/
	border: 2px solid;
	border-color : #cccccc #FF8000 #FF8000 #cccccc;
	background: white;
}

/*body { direction: rtl; unicode-bidi: embed; }
TD   { direction: rtl; unicode-bidi: embed; }
DIV  { direction: rtl; unicode-bidi: embed; }*/

hr.default {
	color: #00BFBF;
	background-color: #00BFBF;
	}

/* COMMON LINKS  (modified to suite the colours of site)*/
a {
	color:#000080;
	text-decoration: none;
	}
a:link {
	background-color: transparent;
	color: #000080;
	text-decoration: none;
	}
a:visited {
	background-color: transparent;
	color: #00BFBF;
	}
a:active {
	background-color: transparent;
	color: #000080;
	}
a:hover {
	background-color: transparent;
	color: #000080;
	text-decoration: underline;
	}
a.noformat {
	text-decoration: none;
	color: #121212;
	}


/* CATEGORY */
.catLink        { font-weight : bold; }
.catDescription { color : #121212;  }


/* ARTICLE */
H1.articleTitle    { font-size : 1.0em; margin: 0px; }
a.articleLink      { font-weight : bold; }
a.articleLinkOther {  }  /* for other in category and related */
.articleDecription { color : #121212; }
.articleStaff      { color : #505050; 	font-size : 0.8em; }
.glossaryItem      { background-color : #F0F0F0; cursor : help; color : #CC3333; }


/* HEADER & CONTENT */	
div.content {
	background-color: #ffffff;
	padding: 10px 20px;
	
}

/* LOGIN LINK */
div.login {
	font-size : 0.8em;
	font-weight: bold;
	text-align: right;
	white-space : nowrap;
	padding-right: 15px; padding-bottom: 8px;
	}		
a.login {  }
.login a:link {
	background-color: transparent;
	color: #536578;
	text-decoration: none;
	}
.login a:visited {
	background-color: transparent;
	color: #536578;
	}
.login a:active {
	background-color: transparent;
	color: #536578;
	}
.login a:hover {
	background-color: transparent;
	color: #536578;
	text-decoration: underline;
	}


/* NAVIGATION */
div.navigation  { color : #121212; 	background-color: #ffffff; font-size : 0.9em; }
a.navigation    { color : #121212; }


/* ARTICLE BLOCK */
a.abLink     {  }
.abBorder    { background-color : #804000;  }
.abBgr       { background-color :#FFFFC0;  font-size : 0.9em; }
.abBgrDarker { background-color : #FFFFC0;  color : #606060;  font-size : 0.9em; }


/* ATTACHMENT */
.atTitle      { font-weight : bold;  }
.atEntry      { /* font-size: 0.8;*/ }


/* FILES */
.fName        { font-size : 0.8em; }


/* TABLES */
.tdBorder     { background-color : #E4E4E4;  }
.tdTitle      { background-color : #E4E4E4; padding : 4px 4px;  border : 1px solid #D4D4D4; }
.tdSubTitle   { background-color : #EFEFEF; padding : 4px 4px;  border : 1px solid #DADADA; }

.trLighter    { background-color : transparent; }
.trDarker     { background-color : #F4F4F4; }
.trMoreDarker { background-color : #DADADA; }


/*  FORMS  */
.trForm         { background-color : #FAFAFA; }
/*.tdFormCaption  { background-color : #F4F4F4;  text-align: right; width: 150px; }*/
.tdFormCaption  { background-color : #F4F4F4;  text-align: right; width: 150px; }

input, select   { font-size : 12px;  margin : 0px;  padding: 0px; }
/*input.text      { width : 110px; }*/
input.text      { width : 110px; }
input.shortText { width : 80px; }
/*input.longText  {  width : 250px;   }*/
input.longText  {  width : 250px;   }

.button         { width : 150px; }
.colorInput     { background-color : #F5F4ED; }
.requiredSign   { color : #C40000; font-weight : bold; }
.formComment    { font-size : 0.9em; }


/*  OTHER  */
.copyright      { font-size : 0.8em; }
.pageByPage     { font-size : 0.9em; }
.smallerText    { font-size : 0.9em; }
.nowrap         { white-space: nowrap; }
.space          { padding-bottom: 5px; }
.less_space     { padding-bottom: 2px; }
.info           { background-color : #FFFFE1; border : 1px solid #8592A2; padding: 10px;}

.fright         { float: right; }
.fleft          { float: left; }


/*  CONTENT STYLES (could be applied in FCK editor)  */
DIV.box {
	background-color : #FFFFE1;
	border : 1px solid #959595;
	padding: 10px;
    overflow:hidden;
	zoom: 1;
}
ul
  {
  margin-left: 0;
  padding-left: 1em;
  line-height: 100%;
  }
li
  {
  padding: 0;
  font-size: 11px;
  margin-top: .5em;
  margin-bottom: .5em;
  }