/* ================================
    CSS STYLES FOR SarkissianMason
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: black	;
    font-family: Arial;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: black;
    font-family: Arial;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  8pt;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  8pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Arial Black;
    font-size:  16pt;
    font-weight: normal;
    color: black;
}

H2  {
    font-family: Arial Black;
    font-size:  14pt;
    font-weight: normal;
    color: black;
}

H3  {
    font-family: Arial;
    font-size:  12pt;
    font-weight: normal;
    color: black;
}

H4  {
    font-family: Arial;
    font-size:  11pt;
    font-weight:  bold;
    color: black;
}

H5, DT  {
    font-family: Arial;
    font-size:  10pt;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Arial;
    font-size:  8pt;
    font-weight:    bold;
    color: black;
}
HR {
	color: black;
	width: 100%;
	height: 2px;
}
	
TFOOT, THEAD    {
    font-family: Arial;
    font-size:  10pt;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial;
    font-size:  10pt;
    font-weight:    bold;
    color: black;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #4A7EB0 0px solid; 
	border-left: #4A7EB0 0px solid; 
	border-top: #4A7EB0 0px solid; 
	border-right: #4A7EB0 0px solid;  
	background-color: #4A7EB0;	
	background-image: url(blue_back_grad.jpg);
	width: 600;
	height: 25;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Arial; 
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold;
	border-left: #4A7EB0 0px solid; 
	border-bottom: #4A7EB0 1px solid; 
	border-top: #4A7EB0 1px solid; 
	border-right: #4A7EB0 0px solid;
	text-align: left;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #4A7EB0; 
	border-left: #4A7EB0 1px solid; 
	border-bottom: #4A7EB0 1px solid; 
	border-top: #4A7EB0 1px solid; 	
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #4A7EB0; 	
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #4A7EB0 0px solid; 
	border-left: #4A7EB0 0px solid; 
	border-top: #4A7EB0 0px solid; 
	border-right: #4A7EB0 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #4A7EB0 1px solid; 
	border-left: #4A7EB0 1px solid; 
	border-top: #4A7EB0 1px solid;  
	border-right: #4A7EB0 1px solid; 
	background-color: #4A7EB0; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #04428D; 
	cursor: pointer; 
	cursor: hand; 
	color: #D7DDE1; 
	font-family: Arial; 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.MainMenu_SubMenuItemSel {
	background-color: #04428D; 
	cursor: pointer; 
	cursor: hand; 
	color: #D7DDE1; 
	font-family: Arial; 
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 	
	cursor: hand; 
	border-right: #4A7EB0 1px solid; 
	border-bottom: #4A7EB0 1px solid; 
	border-top: #4A7EB0 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 	
	cursor: hand;
}

p,normal {  
	font-family: Arial; 
	font-size: 8pt; 
	line-height: 12pt; 
	color: black; 
	font-weight: normal
}

.header {  
	color: #4A7EB0; 
	font-weight: bold
}

.copyright {  
	font-family: Arial, Arial, sans-serif; 
	font-size: 9px; 
	line-height: normal; 
	font-weight: normal; 
	color: #B5976E
}

.background {  
	background-color: #F2F2F2;		
}

.backgroundDark {  
	background-color: #4A7EB0;
	background-image: url(blue_back_grad.jpg);
}

.backgroundLight {  
	background-color: #FFFFFF;
}
.color1 {  
	background-color: #FFFFFF
}

.color2 {  
	background-color: #FFFFFF
}

.color3 {  
	background-color: #FFFFFF
}

.color4 {  
	background-color: #FFFFFF
}

a, a:visited {
	color: #03233F;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;	
}

a:hover, a:active {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;	
}
 
li { 
	font-family: Arial; 
	font-size: 8pt; 
	line-height: 14pt; 
	color: black; 
	font-weight: normal;
	list-style-type: square
}

.formField {
	font-family: Arial;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: black;
	background-color: #CFCFB6;
	border: 1px inset #333333;
	height: 15px;
	padding-left: 5px;
}

.formButton {
	font-family: Arial;
	font-size: 8pt;
	line-height: normal;
	text-transform: uppercase;
	background-color: #CFCFB6;
	border: 1px outset #333333;
	padding: 3px 5px 5px 3px;
}

.sideBar {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

.quote {
	font-family: Arial;
	background-color:#BCBCBC;
	font-size: 8pt;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
.backgroundLight {
	background-color: #F8F8F8;
}

.backgroundDarkest {
	background-color: #FFFFFF;
}

.sideBarTitle {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #03233F;
	line-height: 14px;
}

.topNav, .topNav:link, .topNav:visited {
	font-family: Arial;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-decoration: none;	
}

.topNav:active, .topNav:hover {
	font-family: Arial;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.mainNavigationText, .mainNavigationText:visited {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.mainNavigationText:hover, .mainNavigationText:active {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bodyTitle {
	font-family: Arial;
	font-size: 14pt;
	color: black;
}
.TD_MemberPicture {
	background-color: #4A7EB0;	
	padding: 5 5 5 5;
	text-align: center;
	vertical-align:top;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.TD_Normal {
	text-align: justify;
	vertical-align:top;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.AdvGridTable {font-family:Arial; font-size:10pt; font-weight:bold; }
.AdvGridSearch {font-family:Arial; font-size:8pt; font-weight:bold;color:#000000;width:1%;}
.AdvGridHeader {font-family:Arial; font-size:8pt; font-weight:bold; color:#000000; background-color:#D0D0D0;}
.AdvGridFooter {font-family:Arial; font-size:8pt; font-weight:bold;color:#FFFFFF; background-color:#000000;}
.AdvGridItem {font-family:Arial; font-size:8pt; font-weight:normal;color:#000000; background-color:#FFFFFF;}
.AdvGridAlternatingItem {font-family:Arial; font-size:8pt; font-weight:normal;color:#000000; background-color:#DCDCDC;}
.AdvGridAddRow {font-size:8pt; font-weight:normal;color:#000000;}
.AdvGridPagerStyle {font-family:Arial; font-size:8pt; font-weight:normal;background-color:#FFFFFF;}
.AdvGridPagerStyle a {font-family:Arial; font-size:8pt; font-weight:bold;font-weight:bold;text-decoration:none;}
.AdvGridPagerStyle a:hover {font-family:Arial; font-size:8pt; font-weight:bold;color:red;text-decoration:underline;}
.AdvGridSelectedItemStyle {font-family:Arial; font-size:8pt; font-weight:bold;font-weight:bold; color:red; background-color:#f5f5f5;}

.FormTitle {font-family:Arial; font-size:10pt; font-weight:bold; COLOR:#00007f }
.FormFieldName  {font-family:Arial; font-size:8pt; font-weight:normal;color:#000000}
.FormFieldValue  {font-family:Arial; font-size:8pt; font-weight:normal;color:#000000}
.FormIntro {font-family:Arial; font-size:8pt; font-weight:bold; COLOR:#000000 }
.FormSectionHead {font-family:Arial; font-size:12pt; font-weight:bold; COLOR:#800000 }
.FormSubHead {font-family:Arial; font-size:10pt; font-weight:bold; COLOR:#00007f }
