/* -- 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: #C10020;
	border-style: solid;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
}

.ssCMS_TextField
{
	/* Used in HTML text fields and dropdowns. */
	background-color: #CCCC99;
	border: solid 1px #676767;
	margin: 0;
	padding: 0;
	color: #676767;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ssCMS_ButtonElement1
{
	/* Applied to Article buttons and other buttons in the system. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	background-color:#CCCC99;
	border: solid 1px #676767; 
	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: #676767;
	background-color:#CCCC99;
	border: solid 1px #676767; 
	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;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 12px;
	color: #666666;
	margin-bottom: -10px;	
}

tr.ssCMS_HeaderRow
{
	/* Used in table header rows. */
	background-color: #eeeeee;
}

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: #C10020; 
	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; 
	background: url(./../images/subnavtri.gif) no-repeat transparent 0px -8px;
}

div.ssCMS_SubNavigationBox
{
	/* Houses all the sub navigation links. */
	border-bottom: #C10020 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; 
	background: url(./../images/subnavtri.gif) no-repeat transparent 0px -8px;
}

td#ssCMS_HorizontalSubNavigation
{
	/* Used when the design has horizontal navigation. This is the sub navigation td style applied via an id. */
	border: 0px;
	color: #FFFFFF;
	background: #847248;
	height: 20px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.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: #C10020;
}

a.ssCMS_Sitemap
{
    font-size: 10px;
    font-family: verdana,arial,geneva,sans-serif;
}
	
a.ssCMS_Sitemap:link
{
    color: #C10020;
    text-decoration: none;
}
a.ssCMS_Sitemap:visited
{
    font-size: 10px;
    color: #C10020;
    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: #C10020;
}
	
a.ssCMS_Breadcrumb
{
    font-size: 9px;
    font-family: verdana,arial,geneva,sans-serif;
}
	
a.ssCMS_Breadcrumb:link
{
    color: #C10020;
    text-decoration: none;
}
a.ssCMS_Breadcrumb:visited
{
    font-size: 9px;
    color: #C10020;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}
a.ssCMS_Breadcrumb:active
{
    font-size: 9px;
    color: #666666;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}

a.ssCMS_Breadcrumb:hover
{
    color: #70738D;
    text-decoration: underline;
}

.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: 10px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-top: 0.2em;
	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: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 20px; 
	font-weight: bold;
	line-height: 16px;
	color: #70738D;
	background-color: transparent;
}

.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: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 16px; 
	font-weight: bold;
	line-height: 14px;
	color: #C10020;
	background-color: transparent;
}

.ssCMS_Header3Text
{
	/* Displays header text (slightly smaller than ssCMS_Header2Text),
	sometimes used in table header rows and categories. */
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #666; 
	background-color: transparent;
}

.ssCMS_Header4Text
{
	/* Displays header text (slightly smaller than ssCMS_Header3Text),
	sometimes used in table header rows and categories. */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	background-color: transparent;
}

/* -- End of ssCMS Required Styles --------------------------------- */
