/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
     background-color: #f1f2f6;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	background-color: #e7efef;
}

.ContentPane  {
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	background-color: #e7efef;
}

.RightPane  {
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	background-color: #d0d0d0;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #3aa06d;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0000CC;
}
.SubHead1   {
font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0000CC;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #42628C;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	color:#006699
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


.ucssmTableBG {
	background-color: #e7efef;
}

.ucssmTableSYS {
	background-color: #F3F4FE;
	/*background-color: #BBD0E5;*/
}

/*******************MAIN MENU****************/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #B9E6CD
	/*background-color: Transparent;*/
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #23634e;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}
.MainMenu_MenuItem_Larg {
	cursor: pointer;
	cursor: hand;
	color: #23634e;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}
.BottomMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color:#23634e;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}
.MainMenu_MenuIcon {
	background-color: #4a8549; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #f0f6ff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid;
	border: 0px solid Transparent;
	margin-top: 2px;
	background-image: url('SubmenuBG.png');
	:DXImageTransform.Microsoft.Shadow(color='#ce6f00', Direction=135, Strength=6) 
}


.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #52dbad;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0px solid #7795B7;

}
.MainMenu_MenuArrow {
	border-right: #ff971c 0px solid; 
	border-bottom: #ff971c 0px solid; 
	border-top: #ff971c 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #ff971c;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #ff971c;
	cursor: pointer; 
	cursor: hand;

}
.StandardButton     {
    /*background: #e7efef none;
	border-bottom:#76b4a7 thin outset;
	border-top:#76b4a7 thin outset;
	border-left:#76b4a7 thin outset;
	border-right:#76b4a7 thin outset;*/    
}
.BetweenButton     {
    /*background: #e7efef none;*/
	border-bottom:#76b4a7 thin outset;
	border-top:#76b4a7 thin outset;
	border-left:#76b4a7 thin outset;
	border-right:#76b4a7 thin outset;
	cursor: pointer;
	cursor: hand;
	color: #4a8549;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	}
.PictureClick{
background:#e7efef;
border:#4a8549 thin solid;
}

.PictureClick2{
background:#42628C;
border:#42628C thin solid;
}

.BodyText1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #24517c;


}
.AuditText1 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #5082B4;


}

.PPQANoLink {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #5187b5;


}
.checklinks {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0033CC;
  
}

.checklinks a:link { color: #0033CC; text-decoration: underline; font-family: Arial;  font-size: 11;}
.checklinks a:visited { color: #0033CC; text-decoration: underline; font-family: Arial; font-size: 11;}
.checklinks a:active { color: #0033CC; text-decoration: underline; font-family: Arial; font-size: 11;}
.checklinks a:hover { color: #006666; text-decoration: none; font-family: Arial; font-size: 11;}

.HeadIS1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-color: #2b4162;
	color: #24517c;

}

.navlinks {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #004080;
  
}

.navlinks a:link { color: #ffffff; text-decoration: none; font-family: Arial;  font-size: 11;}
.navlinks a:visited { color: #ffffff; text-decoration: none; font-family: Arial; font-size: 11;}
.navlinks a:active { color: #ffffff; text-decoration: none; font-family: Arial; font-size: 11;}
.navlinks a:hover { color: #52dbad; text-decoration: italic; font-family: Arial; font-size: 11;}


.BulletIS1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-color: #2b4162;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	text-indent: 0pt;
	paragraph-indent: 12pt;
	display: block;
	color: #24517c;

}

.searchlinks {
    font-family: Verdana;
    font-size: 10px;
    line-height: normal;
    font-style: normal;
    text-align: left;
    color: #0033CC;
}

.searchlinks a:link { color: #0033CC; text-decoration: none; font-family: Verdana, Verdana;  font-size: 10;}
.searchlinks a:visited { color: #0033CC; text-decoration: none; font-family: Verdana, Verdana; font-size: 10;}
.searchlinks a:active { color: #0033CC; text-decoration: none; font-family: Verdana, Verdana; font-size: 10;}
.searchlinks a:hover { color: #006666; text-decoration: none; font-family: Verdana, Verdana; font-size: 10;}


.toplinks {
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    text-align: left;
    color: #0033CC;
}

.toplinks a:link { color: #ffffff; text-decoration: none; text-decoration: none; font-family: Arial, Arial;  font-size: 12;}
.toplinks a:visited { color: #ffffff; text-decoration: none; font-family: Arial, Arial; font-size: 12;}
.toplinks a:hover { color: #52dbad; text-decoration: strong; font-family: Arial, Arial; font-size: 12;}

.more {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #ff8400;
  
}

.more a:link { color: #ff8400; text-decoration: normal; font-family: Arial, Arial;  font-size: 11;}
.more a:visited { color: #ff8400; text-decoration: normal; font-family: Arial, Arial; font-size: 11;}
.more a:hover { color: #0033CC; text-decoration: bold; font-family: Arial, Arial; font-size: 11;}

.NewLink {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #0033CC;
  
}

.NewLink a:link { color: #006666; text-decoration: bold; font-family: Verdana, Verdana;  font-size: 12;}
.NewLink a:visited { color: #006666; text-decoration: bold; font-family: Verdana, Verdana; font-size: 12;}
.NewLink a:hover { color: #006666; text-decoration: underline, bold; font-family: Verdana, Verdana; font-size: 12;}

/* CSS Document */
#A20Table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.Yellow {
	background-color:#FFF1D5;
	color:#9F6B00;
	border-color:#9F6B00;
}
.YellowRow {
	background-color:#FFE3AA;
	color:#9F6B00;
	border-color:#9F6B00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.Green {
	background-color:#DFF4E3;
	color:#297638;
	border-color:#297638;
}
.GreenRow {
	background-color:#B0E3BD;
	color:#297638;
	border-color:#297638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.Blue {
	background-color:#EBEEF5;
	color:#34436B;
	border-color:#34436B;
}
.BlueRow {
	background-color:#D5DBEA;
	color:#34436B;
	border-color:#34436B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.BoldFontBlue{
	color: #4a6194;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.RedRow {
	background-color:#d977a6;
	color:#d70000;
	border-color:#d70000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.BoldFontRed{
	color: #d70000;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.FontBlue{
	color: #4a6194;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
}
.ButtonFontBlue{
	color: #4a6194;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 1px solid #4a6194;
}

/* SEARCH Button */
.UCSSMSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.UCSSMSearch:Link a.UCSSMSearch:Visited{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 75px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98B1D1;
	border-right-color: #273E58;
	border-bottom-color: #273E58;
	border-left-color: #98B1D1;
	background-color: #4973a5;
	font-weight: bold;
	color: #FFFFFF;
}
html {height:100%;padding:0px;margin:0px;border:none}
body {
	color:#004080;
	margin-top: 0px;	
	margin-bottom: 0px;
	padding:0px;
	border:medium none;
	height: 100%;
	dir: $rb.getString('dir')
	
}

/*css.css*/
.h1 {
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #4a8549;
	margin: 0px;
	padding: 0px;
}
.h2{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #4a8549;
	margin: 0px;
	padding: 0px;

}
.h3{
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #bbbf64;
	margin: 0px;
	padding: 0px;

}

a {
	font-family: Arial, Helvetica;
	color: #004387;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica;

	color: #52dbad;
	font-size:12px;
	text-decoration: none;
	
}

A:link  {
}

A:visited   {
}

A:active    {
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	background: #e7efef none;
	border-bottom:#BAC7D8 thin outset;
	border-top:#BAC7D8 thin outset;

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
	background: #CCCCCC none;
	border-bottom:#BAC7D8 thin Inset;
	border-top:#BAC7D8 thin inset;


}

