/* -- CMS Required Styles ---------------------------------------- */
/* (Feel free to modify them but do not rename or remove them)       */

table.CMS_TableBorder
{
	/* Applied to tables once the user is logged in. */
	border-width: 1px;
	border-color: #E26A24;
	border-style: solid;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
}

.CMS_TextField
{
	/* Used in HTML text fields and dropdowns. */
	background-color: #D6CBBD;
	color: #000000;
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: 1px solid #666666;
}

.CMS_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;
}

.CMS_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;
}

.CMS_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-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.CMS_Normal
{
	/* Used to display a "normal" size font. */
    font-size: 11px;
    color: #999999;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

tr.CMS_HeaderRow
{
	/* Used in table header rows. */
	background-color: #CECECE;
}

tr.CMS_AlternateRow
{
	/* Used in alternate (every 2nd) table row. */
	background-color: #EEEEEE;
}

.CMS_Required
{
	/* Displayed in error messages. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D90000;
}

a.CMS_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.CMS_SubNavigationLink:link 
{ 
	color: #E26A24; 
	background-color: transparent; 
}

a.CMS_SubNavigationLink:visited 
{ 
	color: #666; 
	background-color: transparent; 
}

a.CMS_SubNavigationLink:active 
{ 
	color: #70738D; 
	background-color: transparent; 
}

a.CMS_SubNavigationLink:hover 
{ 
	color: #70738D; 
	text-decoration: underline; 
	background: url(./../images/subnavtri.gif) no-repeat transparent 0px -8px;
}

div.CMS_SubNavigationBox
{
	/* Houses all the sub navigation links. */
	border-bottom: #E26A24 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.CMS_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.CMS_SubNavigationUnapprovedLink:link
{ 
	color: #E32222; 
	background-color: transparent; 
}

a.CMS_SubNavigationUnapprovedLink:visited
{ 
	color: #E32222; 
	background-color: transparent; 
}

a.CMS_SubNavigationUnapprovedLink:active
{ 
	color: #E32222; 
	background-color: transparent; 
}

a.CMS_SubNavigationUnapprovedLink:hover
{ 
	color: #E32222; 
	text-decoration: underline; 
	background: url(./../images/subnavtri.gif) no-repeat transparent 0px -8px;
}

.CMS_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: #E26A24;
}

a.CMS_Sitemap
{
    font-size: 10px;
    font-family: verdana,arial,geneva,sans-serif;
}
	
a.CMS_Sitemap:link
{
    color: #E26A24;
    text-decoration: none;
}
a.CMS_Sitemap:visited
{
    font-size: 10px;
    color: #E26A24;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}
a.CMS_Sitemap:active
{
    font-size: 10px;
    color: #666666;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}

a.CMS_Sitemap:hover
{
    color: #70738D;
    text-decoration: underline;
}

.CMS_Breadcrumb
{
	/* The style applied to Breadcrumb links. */
    font-size: 9px;
    font-family: verdana,arial,geneva,sans-serif;
	line-height: 12px;
	color: #E26A24;
	text-align: right;
}
	
a.CMS_Breadcrumb
{
    font-size: 9px;
    font-family: verdana,arial,geneva,sans-serif;
}
	
a.CMS_Breadcrumb:link
{
    color: #E26A24;
    text-decoration: none;
}
a.CMS_Breadcrumb:visited
{
    font-size: 9px;
    color: #E26A24;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}
a.CMS_Breadcrumb:active
{
    font-size: 9px;
    color: #666666;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}

a.CMS_Breadcrumb:hover
{
    color: #70738D;
    text-decoration: underline;
}

.CMS_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;
	color: #000000;
	background-color: #FFFF00;
}

.CMS_ArticleInfo
{
	/* Used in the Article Information popup page. */
    font-size: 11px;
    font-family: verdana,arial,geneva,sans-serif;
	color: #5F5F5F;
	font-weight: normal;
}

.CMS_AdminMenu
{
	/* Style applied to the Administration Menu that
	appears once the user has logged into the CMS. */
    font-size: 10px;
    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;
}

.CMS_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;	
}

.CMS_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;
}

.CMS_Header2Text
{
	/* Displays header text (slightly smaller than CMS_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: #E26A24;
	background-color: transparent;
}

.CMS_Header3Text
{
	/* Displays header text (slightly smaller than CMS_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;
}

.CMS_Header4Text
{
	/* Displays header text (slightly smaller than CMS_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 CMS Required Styles --------------------------------- */