/* GENERAL CSS DEFINITIONS */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D59B36;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
}

.Title   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D59B36;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
}

/* background color for the content part of the pages */
Body {
    background-color: #FFFFFF;
}

.TitlePane {
    background-color: #FFFFFF;
}

.LeftPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	font-style: normal;
	text-align: left;
	padding-top: 3px;
}

.PagePane {
}

.ContentPane {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00CC00;
}

.Normal {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
a.Normal:link {
	color: #716F99;
	font-weight: bold;
	text-decoration: underline;
}
a.Normal:visited {
	color: #D59B36;
	font-weight: bold;
	text-decoration: underline;
}
a.Normal:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #716F99;
    font-family:  Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color: #716F99;
}

A.SelectedTab:visited  {
    text-decoration: none;
    color: #716F99;
}

A.SelectedTab:active   {
    text-decoration: none;
    color: #716F99;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #716F99;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: underline;
    font-weight: bold;
	color: #716F99;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:visited  {
    text-decoration: underline;
    color: #635E84;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:active   {
    text-decoration: underline;
    color: #635E84;
	font-family : Arial, Helvetica, sans-serif;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #E9D4C0;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

.MainMenu_MenuBar {
	height:18px;
	border: 0px;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	border: 0px;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	background-color: #E9D4C0;
	text-align: center;
	width: 16px;
	height: 18px;
	border: 0px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;	
	font-variant: normal;
	background-color: #E9D4C0;			
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: 1px solid #716F99; 
	border-left: 1px solid #716F99; 
	border-top: 1px solid #716F99; 
	border-right: 1px solid #716F99;
}

.MainMenu_MenuBreak {
	background-color: #E9D4C0;
	height: 0px;
	border: 0px;
}

.MainMenu_MenuItemSel {
	color: #716F99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #E9D4C0;
	border: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	color: #000000; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-top: 0px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 11px;
	color: #000000;
}

A.MainMenu_MenuItem:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.MainMenu_MenuItem:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.MainMenu_MenuItem:hover {
	color: #716F99;
	font-weight: bold;
	text-decoration: none;
}


/* SCRN STYLES */
/* additional styles for the custom SENE SCRN website */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D59B36;
	text-align: right;
	vertical-align: bottom;
	padding: 10px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D59B36;
}
.maincont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #716F99;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #D59B36;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #716F99;
}
a.sidebar:link {
	color: #716F99;
	font-weight: bold;
	text-decoration: underline;
}
a.sidebar:visited {
	color: #D59B36;
	font-weight: bold;
	text-decoration: underline;
}
a.sidebar:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #716F99;
	padding-left: 3px;
}
a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.nav:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.nav:hover {
	color: #716F99;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
a.footer:link {
	color: #716F99;
	font-weight: bold;
	text-decoration: underline;
}
a.footer:visited {
	color: #D59B36;
	font-weight: bold;
	text-decoration: underline;
}
a.footer:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.title2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D59B36;
	padding: 10px;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #716F99;
	text-align: right;

}
.answer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D59B36;
}
.question {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.Page {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #635E84;
	text-align: right;
	font-style: normal;
	font-weight: normal;
}
.faqfont   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
    font-weight: bold;
    color: #635E84;
}
.faqfont a:link, .faqfont a:visited, .faqfont a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
    font-weight: bold;
    color: #635E84;
	text-decoration: underline;
}
.faqfont a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
    font-weight: bold;
    color: #CC0000;
	text-decoration: underline;
}

/* SIDE MENU DEFINITIONS */
/* style for side menu module */
.MenuHdr, .MenuHdr a:link, .MenuHdr a:visited, .MenuHdr a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #716F99;
	background-color: Transparent;
	text-decoration: underline;	
	padding-left: 3px;
	overflow: auto;
	text-indent: -3px;
	padding-top: 5px;	
	padding-bottom: 5px;	
}
.MenuHdr a:hover   {
	color: #000000;
}
.MenuHdrTitle   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	background-color: Transparent;
	text-decoration: none;	
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	padding-bottom: 10px;
}
.MenuHdrTitle a:link, .MenuHdrTitle a:visited, .MenuHdrTitle a:active, .MenuHdrTitle a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
	background-color: Transparent;
	text-decoration: none;	
	padding-bottom: 10px;
}
.MenuItem, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:active, .MenuItemMouseOver, .MenuItemMouseOver a:link, .MenuItemMouseOver a:visited, .MenuItemMouseOver a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #716F99;
	background-color: Transparent;
	text-decoration: underline;
	padding-left: 3px;
	overflow: auto;
	text-indent: -3px;
	padding-top: 5px;	
	padding-bottom: 5px;	
}
.MenuItemMouseOver a:hover, .MenuItem a:hover   {
	color: #000000;
}
.smallborderfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.smallborderfont a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: left;	
	font-weight: bold;
	color: #716F99;
	text-decoration: underline;
}
.smallborderfont a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: left;	
	font-weight: bold;
	text-decoration: underline;	
	color: #D59B36;
}
.smallborderfont a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: left;	
	font-weight: bold;
	text-decoration: underline;	
	color: #000000;
}
