/* TOP Buttons */
#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


/* this styling is for the menu item when it is active, even in main/sub position*/
ul#mainlevel-nav
{
	list-style: inherit;
	padding: 0;
	margin: 0;
	/*font-size: 0.8em;*/
}

/* for the list */
ul#mainlevel-nav li
{
	display: block;
	text-align: center;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto;
  	font-size: 17px;
	font-family: Tahoma,Arial;
	font-weight: bold;
	line-height: 17px;
	white-space: nowrap;
}

/* for the list with anchor set up */
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 28px;
	/*padding-right: 25px;*/
	text-decoration: none;
	background: #c9c7c8;
        font-family: Tahoma,Arial;
}

/* Informations and details about the action of button of Menu active*/
#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #FF0000;
	background: #transparent;
}


/* this styling is also for the menu item when it is active, even in main/sub position*/
#active_menu {
	color: #000000;
	/*font-weight: bold;*/
}

a#active_menu:hover {
	color: #838383;
}
/* Set Up the main Title */
.maintitle {
	color: #ffffff;
	font-size: 44px;
 	font-family: Tahoma,Arial, Helvetica, Sans Serif;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 20px;
}
/* In case of Error */
.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}


/* Set up the Back Button */
.back_button {
  float: left;
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma,Arial, Helvetica, Sans Serif;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #000000;
  width: 45px;
  padding: 4px;
}

/* as the name implies, this is for formatting texts for those
"<< Start < Previous 1 Next > End >>" links */
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 4px;
  margin: 1px;
}
/*Sets the style for the footer navigation ("<< Start < Prev Next > End >>")
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar {
	padding-right: 5px;
	float: right;
}

/*formatting all UL (unordered list) items. This default setting is used when no other style
has been defined.*/
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* to format the link's titles */
li{
  line-height: 15px;
  padding-left: 15px;
  padding-top: 0px;
 /* background-image: url(../images/arrow.png) ;*/
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

/*formatting all
<td> items. This default setting is used when no other style has been defined.*/
td {
	text-align: left;
	font-size: 12px;
        font-family: Tahoma,Arial, Helvetica, Sans Serif;
	font-weight: normal;
}


/*Style for the body tag of your website, controls font family page background, etc.*/
body {

	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Tahoma,Arial, Helvetica, Sans Serif;
	font-size: 12px;
	background: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-base-color: #F0F0F0;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #F0F0F0;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #999999;
}


/* general links style*/
a:link, a:visited {
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
        font-family: Tahoma,Arial;
}

/* general links style*/
a:hover {
	color: #FF0000;	
	text-decoration: none;
	font-weight: normal;
        font-family: Tahoma,Arial;
}

/* Table that holds the actual text for an article.*/
table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Table that holds all non-article information (td here).*/
table.contentpane td {
	margin: 0px;
	padding: 0px;
}

/* Table that holds all non-article information (td componentheading).*/
/* Componentheading : Title of the component being used to display the content.*/
table.contentpane td.componentheading {
	padding-left: 4px;
}

/* Contentheading : Title of the content, article, etc. being displayed.*/
table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

/* Button FORMS SETTINGS */
.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #000000;
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Inputbox FORMS SETTINGS */
.inputbox {
	padding: 2px;
	border: 1px solid #c9c7c8;
	background-color: #FFFFFF;
}

/* Column of the content , article,etc. */
.contentcolumn {
	padding-right: 5px;
}

.content{
font-weight:normal;
font-size:12px;}

/* Title of the content, article, etc. being displayed.*/
.contentheading {
	height: 26px;
	/*background: url(../images/contenthead.png) no-repeat;*/
	color: #000000;
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	}
	
.contentheading:first-letter{
color:#FF0000;
}
		
/*Title of articles*/
.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

/* Formatting the table cells on the search */
table.searchintro td {
	font-weight: bold;
}

/* Formatting the module table */
table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
	
}

/* Formatting the module header, and the module titles */
table.moduletable th {
	/*background: url(../images/moduleheading.png) no-repeat;*/
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom: 1px ridge #CCCCCC;
		}
		
table.moduletablelog th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	paddint-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom: 1px ridge #000000;
		}

table.moduletablelog1 th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 12px;
	border-bottom: 1px ridge #000000;
		}
		
table.moduletableright th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom: 1px ridge #000000;
		}
		
table.moduletablerightmid th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom: 1px ridge #000000;
		}
		
table.moduletablerightbot th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom: 1px ridge #000000;
		}
		
table.moduletableleft th {
	dropcap:text;
	color: #0000000;
	text-align: left;
	padding-left: 8px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 12px;
		}
		
table.moduletableleftmid th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;}
		
table.moduletableleftmid2 th {
	dropcap:text;
	color: #0000000;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
		}
	
table.moduletableleftmid3 th {
	dropcap:text;
	color: #0000000;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
		}
		
table.moduletableleftmidbot th {
	dropcap:text;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*font-weight: bold;*/
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 16px;
		}

table.moduletable th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletablelog th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }

table.moduletablelog1 th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }

table.moduletableright th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletablerightmid th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletablerightbot th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }

table.moduletableleft th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletableleftmid th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletableleftmid2 th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletableleftmid3 th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
table.moduletableleftmidbot th:first-letter  {
    color: #FF0000;
	text-transform: uppercase;
      }
	  
/* Formatting the table cells of the module table */
table.moduletable td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
  /*Border: 1px solid #000000;*/
}

table.moduletablelog td {
	font-size: 11px;
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
        /*Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;*/
	background:#c9c7c8;
}

table.moduletablelog1 td {
	font-size: 11px;
	padding:2px
	margin: 0px;
	text-align: 2px;
        text-color: #000000;
	font-weight: normal;
        Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#c9c7c8;
}

table.moduletableright td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#ffffff;
}

table.moduletablerightmid td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#ffffff;
}

table.moduletablerightbot td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#c9c7c8;
}

table.moduletableleft td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#c9c7c8;
}

table.moduletableleftmid td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#ffffff;
}

table.moduletableleftmid2 td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
}

table.moduletableleftmid3 td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
}

table.moduletableleftmid4 td {
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
        font-family: Tahoma,Arial, Helvetica, Sans Serif;
	font-weight: normal;
        font-family
}
table.moduletableleftmidbot td {

	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: 2px;
	font-weight: normal;
    Border-left: 1px solid #000000;
	Border-right: 1px solid #000000;
	Border-bottom: 1px solid #000000;
	background:#ffffff;
}


/* Formatting the table of the poll table border */
table.pollstableborder td {
  padding: 2px;
}

/* This is for styling the section table headers on a
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

/* This is for styling the section table footer */ 
.sectiontablefooter {

}
/* This is for styling sheets or entry can we can defined to be used */
.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

/* Formating "Written by:...." text */
.small {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: none;
}

/* For styling the date the content/articles are created under contents title */
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

/* Formating of the Tables of Contents for multiple
pages content or article */
table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

/* same as above, used to format the th of "Tables of
Content" ( normally Article Index)*/
table.contenttoc th {
  background: url(subhead_bg.png) repeat-x;
  color: #666666;
  text-align: left;
  padding-top: 2px;
  padding-left: 4px;
  height: 21px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: none;
	vertical-align: middle;
	font-size: 12px;
	font-family: Tahoma,Arial;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 8px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #FF0000;
}

/* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a.sublevel:hover {
	color: #C4C4C4;
	text-decoration: none;
}

/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link, a.readon:visited {
	color: #000000; 
	text-decoration: none; 
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: inside url(read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: inside url(read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	}
	
/* Highlight set up in case of use of menu with hilights like download .. */
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}