/**************** CSS Document ********************
 *********** Created By: Alan Shuster *************
 *************************************************/
.inputbox{
 display:in-line block;
 clear:left;
}
/************* General HTML Tags ******************
 * This prepares the center aligned template by ***
 * getting rid of any margins or padding in the ***
 * body setting the background image/color and ****
 * setting the standard font to be used throughout*
 * unless the text is specified elsewhere ********/
body {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
#container{
 margin: 0;
 padding: 0;
 background: #fff url(../images/head_bg.gif) top repeat-x;
}
.button{
	width: auto;
	height: 23px;
}
a, a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #015BA9;
 text-decoration: none;
 }
td{
	font: 12px Arial, Helvetica, sans-serif;
}

a:hover{
 text-decoration: underline;
 color: #015BA9;
 }
 
/********** End of General Tags ******************/

/*********** Template Specific Divs ***************
 * These Divs (ID's) are custom ID's which are not*
 * included in Mambo.  I created these ID's to ****
 * organize/structure the content in the template.*
 * The "head" ID specifies the header of the ******
 * template (where logo and search are located).***
 * The "left" ID specifies the left column (where *
 * the Tree Menu and Login form are located) and **
 * the "content" ID specifies the right column or *
 * where the body content goes (articles, latest) *
**************************************************/  
#head{
 padding: 0;
 width: 800px;
 height: 70px;
 background: transparent url(../images/naslogo.gif) left no-repeat;
 }
#search{
 float: right;
 padding: 32px 0 0 0;
 vertical-align: bottom;
 }
#search form{
 padding: 0;
 margin: 0;
}
#left{
 vertical-align: top;
 text-align: left;
 width: 20%;
 padding: 10px 5px 0px 0px;
 }
#content{
 vertical-align: top;
 text-align: left;
 padding-top: 10px;
 height: 600px;
 }
#mainmenu{
 text-align: center;
 font: Arial, Helvetica, sans-serif;
 height: 22px;
 width: 800px;
 padding: 0;
 }
#usermenu{
 text-align: right;
 font: Arial, Helvetica, sans-serif;
 height: 18px;
 padding: 0;
 }
#usermenu table{
	display: inline;
 }
#power{
 width: 71px;
 height: 18px;
 padding: 0;
 text-align: right;
 }
#power img{
 margin: 0;
 padding: 0;
}

#footer{
 border-top: 1px solid #0259A1;
 padding: 5px 0px 0px 0px;
 width: 800px;
 height: 2px;
 text-align: center;
 }

#logincontainer{
 width: 100%;
 border-right: 1px solid gray;
}
#loginheader{
	background: #F4F4F4;
	border: 1px solid gray;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #015BA9;
	padding: 0px;
	margin-top: 5px;
}
#regdescription{
 padding: 5px 0px 5px 0px;
 color: black;
 font-weight: bold;
}
#regfield{
 padding: 5px;
}
/********** End of Template Specific Divs ***********/
 
/************* User Menu Styles *******************
 * The user menu is set as an unordered-list (UL).*
 * These style make the user menu horizontal and **
 * removes the bullets.  The menu is **************
 * encased by a table with the class "moduletableu*
 * sermenu" and the UL is given the ID of "mainlev*
 * elusermenu". **********************************/

table.moduletableusermenu{
 text-align: right;
 padding: 0;
 width: 100%;
 background: transparent;
 }
.mainlevelusermenu{
 text-align: right;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0;
 padding: 0px 3px 0px 3px;
 }
a.mainlevelusermenu:link, a.mainlevelusermenu:visited {
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #f3f3f3;
 }
a.mainlevelusermenu:active, a.mainlevelusermenu:hover {
 color: #BFC0BF;
 }
 /************* End of User Menu Styles ************/
 
 /************* Main Menu Styles *******************
 * The main menu is set as an unordered-list (UL).*
 * These style make the main menu horizontal and **
 * removes the bullets.  The menu is **************
 * encased by a table with the class "moduletablem*
 * ainmenu" and the UL is given the ID of "mainlev*
 * elmainmenu". **********************************/
 
table.moduletablemainmenu{
 display: inline;
 width: auto;
 text-align: center;
 padding: 0;
 margin: 0;
 background: transparent;
 }
#mainlevelmainmenu{
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin: 0;
 padding: 0;
 }
#mainlevelmainmenu li {
 text-align: center;
 margin: 1px 10px 1px 10px;
 display: inline;
 list-style: none;
 }
#mainlevelmainmenu a:link, #mainlevelmainmenu a:visited {
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 color: #f3f3f3;
 }
#mainlevelmainmenu a.active:link, #mainlevelmainmenu a.active:visited, #mainlevelmainmenu a:hover {
 color: #fff;
 }
 /************* End of Main Menu Styles ************/
.moduletablelogin{
 font: 12px Arial, Helvetica, sans-serif;
 text-align: left;
 width: 100%;
 background: #F3F3F3;
 border: 1px solid #BABABA;
 margin: 5px 0px;
 padding: 5px;
}
.moduletablelogin th{
 background: #575757;
 color: #f3f3f3;
 font-size: 14px;
 padding: 0px 2px;
 border: 1px solid #575757;
 }
.moduletabletree{
 text-align: left;
 width: 100%;
 padding: 3px 3px 10px 3px;
 margin-bottom: 5px;
 background: #F3F3F3;
 border-left: 1px solid #BABABA;
 border-right: 1px solid #BABABA;
 border-bottom: 1px solid #BABABA;
 }
.moduletablenasmenu{
 text-align: left;
 width: 100%;
 padding: 30px 0px 10px 10px;
 margin-bottom: 0px;
 border-left: 1px solid #BABABA;
 border-right: 1px solid #BABABA;
 background: #F3F3F3 url(../images/menubar.gif) top no-repeat;
}
.mainlevelnasmenu{
 padding: 0px 0px 3px 2px;
}
.moduletableemptoolbar{
 text-align: left;
 width: 100%;
 padding: 3px 3px 10px 8px;
 margin-bottom: 0px;
 border-left: 1px solid #BABABA;
 border-right: 1px solid #BABABA;
 background: #F3F3F3;
}
table.moduletableemptoolbar th{
 font: 12px Arial, Helvetica, sans-serif;
 background: #707070;
 font-weight: bold;
 color: #FFFFFF;
 border-left: 1px solid #BABABA;
 padding: 2px 3px 2px 3px;
}
/************* Frontpage Module Styles *******************
 * There are a few custom modules on the frontpage whos **
 * styles are defined here.  The modules are Lates News, *
 * New FAQs, New Tips & Tricks, etc...  See below for a **
 * complete list.****************************************/
/**** Content Modules *******/
.moduletablecontentmod{
 clear: both;
 vertical-align: top;
 text-align: left;
 width: 100%;
 background: #fff;
 padding: 3px;
 margin-bottom: 5px;
 }
/**** Latest News Module ****/
.moduletablelatestnews{
 font: 12px Arial, Helvetica, sans-serif;
 clear: left;
 float: left;
 text-align: left;
 width: 100%;
 background: #F3F3F3;
 border: 1px solid #BABABA;
 margin: 5px 0px 0px 2px;
 padding: 0px;
 }
.moduletablelatestnews a:link, .moduletablelatestnews a:visited {
 color: #015BA9;
 text-align: left;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
 }
.moduletablelatestnews a:hover{
 text-decoration: underline;
 }
.moduletablelatestnews th{
 background: #575757;
 font-size: 14px;
 color: #f3f3f3;
 padding-left: 2px;
 border-bottom: 1px solid #000;
 }
.moduletablelatestnews ul{
 padding-left: 0px;
 margin-left: 20px;
 }
.moduletablelatestnews li{
 margin-bottom: 0px;
}
/**** End of Latest News ****/
/***** Latest Downloads *****/
.moduletabledownloads{
 font: 12px Arial, Helvetica, sans-serif;
 clear: left;
 float: left;
 text-align: left;
 width: 100%;
 background: #F3F3F3;
 border: 1px solid #BABABA;
 margin: 5px 0px 0px 2px;
 padding: 0px;
 }
.moduletabledownloads a:link, .moduletabledownloads a:visited {
 color: #015BA9;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 }
.moduletabledownloads a:hover{
 text-decoration: underline;
 }
.moduletabledownloads th{
 background: #575757;
 color: #f3f3f3;
 font-size: 14px;
 padding-left: 2px;
 border: 1px solid #575757;
 }
 .moduletabledownloads td, img{
 padding: 3px;
 border: none;
 }
/***** End of Latest Downloads *****/
/************* End of Frontpage Module Styles **************/

/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	text-decoration: none;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	font-size: 12px;
	text-decoration: underline;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #6A6A6A;
	border: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used to set the size of the tab 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	color: #A1A1A1;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	color: #344C78;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #0000CC; 
	text-decoration: none; 
	font-size: 12px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #0000CC;	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.blog {
	margin: 0;
	padding: 0;
	}
.contentpane {
	font: 12px Arial, Helvetica, sans-serif; 	
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
	}

table.contentpaneopen {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-size: 16px;
	font-weight: bold;
 	/*color: #0169A6;*/
	color: #015BA9;
	text-align: left;
	padding: 20px 0px 0px 0px;
	}
.contentheading a {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-size: 16px;
	font-weight: bold;
 	/*color: #0169A6;*/
	color: #015BA9;
	text-align: left;
	padding: 20px 0px 0px 0px;
	}
.contentheading a:hover{
        text-decoration: underline;
}
.buttonheading{
	padding: 20px 2px 0px 2px;
	width: 100%;
	margin: 0;
}
.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #5C92CA;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #344C78;
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
   }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */
.moduleheading {
 font-size: 14px;
 color: #005DA3;
 text-align: center;
 border-top: 2px solid #E2E2E2;
 }
.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News".
	   With a table header of "Date", "Item Title", "Author" and "Hits" */
 border-bottom: 1px solid #E2E2E2;
 border-left:  1px solid #E2E2E2;
 border-right:  1px solid #E2E2E2;
 border-top: 1px solid #858585;
 background-image:  url(../images/tableheader.gif);
 padding: 2px;
 color : #000;
 font-size: 13px;
 font-weight : bold;
 }

.sectiontableentry1 {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
 background-color: #F4F4F4;
 border-bottom: 1px solid #C0C0C0;
 font-size: 11px;
  padding: 5px 0px 5px 0px;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
 background-color: #FFFFF;
 font-size: 11px;
 border-bottom: 1px solid #C0C0C0;
 padding: 5px 0px 5px 0px;
	}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #3D4E6D; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #3D4E6D; font-weight: bold;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #3D4E6D;
	}


/**
 * Mambo Modules formatting
 * ------------------------

 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable{
 clear: both;
 vertical-align: top;
 text-align: left;
 width: 100%;
 background: #F3F3F3;
 padding: 3px;
 margin-bottom: 5px;
 border: 1px solid #BABABA;
 font: normal 12px Arial, Helvetica, sans-serif;
 }

table.moduletable th {
 /* styling the module header, and the module titles */

 }

table.moduletable td {
font: 12px  Arial, Helvetica, sans-serif;
 /* well.. for formatting the table cells of the module table */
 }
	
table.moduletable tr {
font: 12px  Arial, Helvetica, sans-serif;
 }


/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #666666;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; color: #759328;
	}


/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
/**** WYSIWYG Editor **************************
 *This determins the width of the text field */
form.adminform{
	width: 100%;
	padding: 0px;

 }
table.adminform{
	width: 100%;

	padding: 0px;
}
textarea{
 width:100%;

 padding: 0px;
}