/* 
'-------------------------------------------------------------------
'	© 2003 nCubed
'	Support for all of nCubed's products may be found at:
'	http://www.nCubed.com/Support/
'-------------------------------------------------------------------
 */
 
/* 
	BEGIN Generic declarations for your page.

	Delete the entire Generic section if needed so 
	these styles do not conflict with any of
	your styles.
	
	(end is marked as well)
 */

body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 10px;
	background-image: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, div, ul, ol, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}

a:link, a:visited {
	color: #4E6DA9;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	background-color: #F1F1F1;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C2E240;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #4E6DA9;
	font-size: 15px;
	font-size/* */:/**/16px;
	font-size: /**/16px;
}

h2 {
	color: #000066;
	font-size: 15px;
	font-size/* */:/**/16px;
	font-size: /**/16px;
}

h3 {
	color: #4E6DA9;
	font-size: 13px;
	font-size/* */:/**/14px;
	font-size: /**/14px;
}

h4, h5, h6 {
	color: #4E6DA9;
	font-size: 11px;
	font-size/* */:/**/12px;
	font-size: /**/12px;
}


blockquote, p {
	line-height: 1.5em;
}

img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

li {
		line-height: 1.6em;
}

/* keep nested ol's in ul's from taking on image styles. */
ol li {
	list-style-image: none;
}

/* END - Generic declarations */





/* BEGIN - specifics for the SuperLinks */

/* container for everything SuperLinks related */
#n3-SuperLinks {
	/*margin-right: 15%;*/
	width: 70%;
	margin-left: 15%;
}

/* container for the navigation bar (search | return to main page */
#n3-SuperLinksNavigation {
	display: block;
}

/* container for the new link icon and 
toggle all button */
#n3-SuperLinksActionBar {
	display: block;
}

/* container for the nCubed powered by info */
#n3-poweredBy {
	float: right;
	text-align: right;
	margin: 15px 0px 20px;
}
/* contains the link to the admin log in page */
#n3-SuperLinksAdminLink {
	display: block;
	text-align: center;
}


/* make sure our images are not 
displayed in a block manner. */
#n3-SuperLinks img {
	display: inline;
}

/* Page Name when listing all Pages 
(used only during the mutliple page options) */
h1.n3-PageNameListing {
	margin: 0px;
	padding-bottom: 3px;
	font-size: 14px;
}

/* Page Name and Category headers */
h1.n3-PageName {
	font-size: 14px;
	background-color: #E1E1E1; 
}
h2.n3-CategoryName {
	font-size: 12px;
	margin-bottom: 10px;
}

/* Category Headers with links */
h2.n3-CategoryName a,
h2.n3-CategoryName a:link,
h2.n3-CategoryName a:visited,
h2.n3-CategoryName a:hover,
h2.n3-CategoryName a:active {
	text-decoration: none;
	background-color: transparent;
}
h2.n3-CategoryName a:active {
	color: #FF5500;
}

/* probably best not to touch this block.
class for the toggle all button. */
a.n3-toggleAllLinks,
a.n3-toggleAllLinks:link,
a.n3-toggleAllLinks:visited,
a.n3-toggleAllLinks:hover,
a.n3-toggleAllLinks:active {
	background-color: transparent;
	text-decoration: none;
}

/* displays the count of categories and links
under the page name when in multiple page mode */
div.n3-CategoryLinkCount {
	font-size: 10px;
}

/* displays the description of the page when in
multiple page mode */
div.n3-PageDescription {
	margin: 5px 0px 5px 0px;
}
/* displays the description of the page when NOT in 
multiple page mode */
p.n3-PageDescription {
	display: block;
}

/* contains the category names under each Page section
when in multiple page mode */
div.n3-PageCategoriesListing {
	margin: 10px 0px 20px 25px;
}

/* container for the category description */
div.n3-CategoryDescription {
	margin: 10px 0px 10px 25px;
}

/* list items (the links) for each link section */
ul.n3-LinksList {
	margin-bottom: 25px;
	margin-top: 10px;
}
ul.n3-LinksList li {
	background-color: transparent;
	line-height: 1.3em;
	margin-bottom: 8px;
}

/* new links 

You can replace the new_link.gif with your own image. 
You MUST ensure the image is 16x16, otherwise the image
will not line up properly. There are 4 bonus new link 
icons in the images directory - the names are self-evident.
*/
ul.n3-LinksList li.n3-NewLink {
	list-style-image: url(images/new_link.gif);
}

/* highlights a search term */
.highlightSearch {
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
}

/* best not to modify this. */
.required {
	color: #FF0000;
}

/* form field stuff */
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	background-color: #FCFCFC;
	padding: 3px 4px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AEAEAE;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #AEAEAE;
}

.button {
	background-color: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}
.buttonOver {
	background-color: #F5F5F5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}

/* END - specifics for the SuperLinks */




