@import url(layout.css);
@import url(design.css);
@import url(snippets.css);

/* -- ssCMS Required Styles ---------------------------------------- */
/* (Feel free to modify them but do not rename or remove them)       */

table.ssCMS_TableBorder
{
	/* Applied to tables once the user is logged in. */
	border-width: 1px;
	border-color: #000099;
	border-style: solid;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
}

.ssCMS_TextField
{
	/* Used in HTML text fields and dropdowns. */
	background-color: #fff;
	border: solid 1px #092549;
	margin: 2px;
	padding: 1px;
	color: #092549;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.ssCMS_ButtonElement1
{
	/* Applied to Article buttons and other buttons in the system. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	background-color:#E7E2D1;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 65px;
}

.ssCMS_ButtonElement2
{
	/* Applied to Page buttons. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	background-color:#A6C0CA;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 65px;
}

.ssCMS_Caption
{
	/* Used to display a smaller less intrusive font, such as "tips" and "notes". */
    font-size: 9px;
    color: #999999;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 1.5em;
	margin: 5px 15px;
}

tr.ssCMS_HeaderRow
{
	/* Used in table header rows. */
	background-color: #CECECE;
}

tr.ssCMS_AlternateRow
{
	/* Used in alternate (every 2nd) table row. */
	background-color: #EEEEEE;
}

.ssCMS_Required
{
	/* Displayed in error messages. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D90000;
}

a.ssCMS_SubNavigationLink
{
	/* Used in the Sub Navigation section (for Horizontal and Vertical designs). */
	text-decoration: none;
	padding-right: 15px;
	padding-left: 0px;
	margin: 0;
	display: block;
	text-align: right;
}

a.ssCMS_SubNavigationLink:link
{
	color: #000082;
	background-color: transparent;
}

a.ssCMS_SubNavigationLink:visited
{
	color: #666;
	background-color: transparent;
}

a.ssCMS_SubNavigationLink:active
{
	color: #70738D;
	background-color: transparent;
}

a.ssCMS_SubNavigationLink:hover
{
	color: #70738D;
	text-decoration: underline;
}

div.ssCMS_SubNavigationBox
{
	/* Houses all the sub navigation links. */
	border-bottom: #000082 solid 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	font-family: verdana,arial,geneva,sans-serif;
	padding: 10px 0;
	margin: 0;
	display: block;
}

a.ssCMS_SubNavigationUnapprovedLink
{
	/* Used in the Sub Navigation section (for Horizontal and Vertical designs)
	for Pages that haven't been approved by a moderator yet. */
	text-decoration: none;
	padding-right: 15px;
	padding-left: 0px;
	margin: 0;
	display: block;
	text-align: right;
}

a.ssCMS_SubNavigationUnapprovedLink:link
{
	color: #E32222;
	background-color: transparent;
}

a.ssCMS_SubNavigationUnapprovedLink:visited
{
	color: #E32222;
	background-color: transparent;
}

a.ssCMS_SubNavigationUnapprovedLink:active
{
	color: #E32222;
	background-color: transparent;
}

a.ssCMS_SubNavigationUnapprovedLink:hover
{
	color: #E32222;
	text-decoration: underline;
}

.ssCMS_Sitemap
{
	/* Used in the Site Map and other areas of the system
	that required a different style applied to a link. */
    font-size: 10px;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 12px;
	color: #000082;
}

a.ssCMS_Sitemap
{
    font-size: 10px;
    font-family: verdana,arial,geneva,sans-serif;
}

a.ssCMS_Sitemap:link
{
    color: #000082;
    text-decoration: none;
}
a.ssCMS_Sitemap:visited
{
    font-size: 10px;
    color: #000082;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}
a.ssCMS_Sitemap:active
{
    font-size: 10px;
    color: #666666;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}

a.ssCMS_Sitemap:hover
{
    color: #70738D;
    text-decoration: underline;
}

/*
.ssCMS_Breadcrumb
{
	* The style applied to Breadcrumb links. *
    font-size: 9px;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 12px;
	color: #000082;
}
*/

/*
a.ssCMS_Breadcrumb
{
    font-size: 9px;
    font-family: verdana,arial,geneva,sans-serif;
}
*/

a.ssCMS_Breadcrumb:link
{
	color: #626469;
	text-decoration: underline;
}
a.ssCMS_Breadcrumb:visited
{
	color: #626469;
	background-color: transparent;
}
a.ssCMS_Breadcrumb:active
{
	color: #092549;
	background-color: transparent;
}

a.ssCMS_Breadcrumb:hover
{
	color: #092549;
}

.ssCMS_HighlightedWord
{
	/* Used in the search engine to select the found word(s). */
    font-size: 11px;
    font-family: verdana,arial,geneva,sans-serif;
	font-weight: bold;
	background-color: #FFFF00;
}

.ssCMS_ArticleInfo
{
	/* Used in the Article Information popup page. */
    font-size: 11px;
    font-family: verdana,arial,geneva,sans-serif;
	color: #5F5F5F;
	font-weight: normal;
}

.ssCMS_AdminMenu
{
	/* Style applied to the Administration Menu that
	appears once the user has logged into the CMS. */
    font-size: 9px;
    color: #000000;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

.ssCMS_ExpiredArticle
{
	/* Gets applied to the content lines in the Expired Articles report. */
    font-size: 9px;
    color: #666;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-top: 0.2em;
}

.ssCMS_HeaderText
{
	/* Displays a larger header text, sometimes used in table header rows and categories. */
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #092549;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 15px;
	letter-spacing: 5px;
}

.ssCMS_Header2Text
{
	/* Displays header text (slightly smaller than ssCMS_HeaderText),
	sometimes used in table header rows and categories as well as
	the Article Title. */
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092549;
	line-height: 15px;
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

.ssCMS_Header3Text
{
	/* Displays header text (slightly smaller than ssCMS_Header2Text),
	sometimes used in table header rows and categories. */
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

.ssCMS_Header4Text
{
	/* Displays header text (slightly smaller than ssCMS_Header3Text),
	sometimes used in table header rows and categories. */
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #515255;
	margin: 0 15px;
}

/* -- End of ssCMS Required Styles --------------------------------- */
