/* COMMON */
/* Old Body format
body { padding: 0px; margin:0px; }
*/
/* New Body Format */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	/* background: #F4F4F4; */
	background-image:url(http://martinshelpdesk.com/images/bg.png);
background-repeat:repeat-x;
	margin-top: 10px;
}
/* New Addition for the page layout using DIV */
.container {
	text-align: left;
	margin:auto;
	width: 740px;
	/*width: 98%;*/
	border: 2px solid #cccccc;
	background: white;
	  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.toplogo {
margin: 5px;
}

body, TD, DIV { 
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #121212;
}

hr.default {
color: #800000;
background-color: #800000;
}

/*body { direction: rtl; unicode-bidi: embed; }
TD   { direction: rtl; unicode-bidi: embed; }
DIV  { direction: rtl; unicode-bidi: embed; }*/

/* COMMON LINKS */
a:link     {
	background-color: transparent;
	color:#800000; text-decoration: none;
	}
a:active   { background-color: transparent; }
a {
	color:#800000;
	text-decoration: none;
	}
a:hover    {
	background-color: transparent;
	color:#800000;
	text-decoration: none;
	 }
a:visited  {
	background-color: transparent;
	color:#008080;
	}
a.noformat { text-decoration: none; color: #121212; }

/*a:hover { color:#DB8606; text-decoration: underline; }*/

/* New Addition for the NAV bar */
/* CSS Scalable Tabs */
.navbar {
	border-bottom:3px solid #969696;
	padding:10px 0 5px 0;
}

#navlist {
	margin-left:5;
	padding:0;
	list-style:none;
	display:inline;
}
#navlist li {
	display:inline;
	}
li a {
	text-decoration:none;
	}

li a:hover span {
	background-image:url(http://martinshelpdesk.com/images/up.png) !important;
	}

li a:hover {color:yellow} /* MSIE fix */

.left {
background-image:url(http://martinshelpdesk.com/images/down.png);
background-position:top left;
padding:5px;padding-right:9px;
}
.right {
background-image:url(http://martinshelpdesk.com/images/down.png);
background-position:top right;
padding:5px 20px 5px 0;
font-weight:600;
color:#ffffff;
text-shadow: -1px -1px 2px #000, 1px 1px 2px #ffffff;
}

#current span {
	background-image:url(http://martinshelpdesk.com/images/up.png) !important;
	font-weight:600;
	color:#ffffff;
}

/* End of CS Scalable Tabs */
/* End of NAV */

/* 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.7em; }
.glossaryItem      { background-color : #F0F0F0; cursor : help; color : #CC3333; }


/* HEADER & CONTENT */	
div.content {
	background-color: #ffffff;
	padding: 4px 6px;
	
}

/* LOGIN LINK */
div.login { font-size : 0.7em; font-weight: bold; float: right; white-space : nowrap;
			padding: 10px;}		
a.login {  }


/* NAVIGATION */
div.navigation  { color : #121212; 	background-color: #ffffff; font-size : 0.8em; }
a.navigation    { color : #121212; }


/* ARTICLE BLOCK */
a.abLink     {  }
.abBorder    { background-color : #A04040;  }
.abBgr       { background-color : #FFFFC0;  font-size : 0.8em; }
.abBgrDarker { background-color : #FFFFC0;  color : #606060;  font-size : 0.8em; }
.abBgrDarkest {
	background-color : #E4E4E4;
	color : #000000;
	font-size : 0.8em;
	/*font-style: italic;*/
	border-style: outset;
	border-width: thin;
	border-color: #800000;
	}


/* ATTACHMENT */
.atTitle      { font-weight : bold;  }
.atEntry      { /* font-size: 0.8;*/ }


/* FILES */
.fName        { font-size : 0.7em; }


/* TABLES */
.tdBorder     { background-color : #E4E4E4;  }
.tdTitle      { background-color : #E4E4E4; padding : 3px 3px;  border : 1px solid #D4D4D4; }
.tdSubTitle   { background-color : #EFEFEF; padding : 3px 3px;  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; }

input, select   { font-size : 10px;  margin : 0px;  padding: 0px; }
input.text      { width : 110px; }
input.shortText { width : 80px; }
input.longText  {  width : 250px;   }

.button         { width : 150px; }
.colorInput     { background-color : #F5F4ED; }
.requiredSign   { color : #C40000; font-weight : bold; }
.formComment    { font-size : 0.8em; }
.special {
display:none;
}

/*  OTHER  */
.copyright      { font-size : 0.7em; }
.pageByPage     { font-size : 0.8em; }
.smallerText    { font-size : 0.8em; }
.nowrap         { white-space: nowrap; }
.space          { padding-bottom: 4px; }
.less_space     { padding-bottom: 1px; }
.info           { background-color : #FFFFE1; border : 1px solid #8592A2; padding: 7px;}

.fright         { float: right; }
.fleft          { float: left; }


/*  CONTENT STYLES (could be applied in FCK editor)  */
DIV.box {
	background-color : #FFFFE1;
	border : 1px solid #959595;
	padding: 3px;
    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;
  }

