/* ================================
    CSS STYLES FOR SarkissianMason
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* 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: Verdana; 
	font-size: 9pt; 
	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: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	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: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #03233F;
	width: 600;
	height: 38;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Georgia; 
	font-size: 15px; 
	font-style: normal;
	font-weight: normal;
	border-left: #657687 0px solid; 
	border-bottom: #657687 1px solid; 
	border-top: #657687 1px solid; 
	border-right: #657687 0px solid;
	text-align: center;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #657687; 
	border-left: #657687 1px solid; 
	border-bottom: #657687 1px solid; 
	border-top: #657687 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #657687; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #03233F; 
	cursor: pointer; 
	cursor: hand; 
	color: #D7DDE1; 
	font-family: Georgia, Serif; 
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.MainMenu_SubMenuItemSel {
	background-color: #03233F; 
	cursor: pointer; 
	cursor: hand; 
	color: #D7DDE1; 
	font-family: Georgia, Serif; 
	font-size: 10px;
	font-style: normal;
	text-align: center;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #657687 1px solid; 
	border-bottom: #657687 1px solid; 
	border-top: #657687 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

p {  
	font-family: Georgia, serif; 
	font-size: 11px; 
	line-height: 18px; 
	color: #333333; 
	font-weight: normal
}

.header {  
	color: #4F4039; 
	font-weight: bold
}

.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: normal; 
	font-weight: normal; 
	color: #B5976E
}

.background {  
	background-color: #D7DDE1
}

.backgroundDark {  
	background-color: #D7DDE1
}

.color1 {  
	background-color: #EDEFF1
}

.color2 {  
	background-color: #D7DDE1
}

.color3 {  
	background-color: #B0BAC4
}

.color4 {  
	background-color: #657687
}

a, a:visited {
	color: #03233F;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
 
li { 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	font-weight: normal;
	list-style-type: square
}

.formField {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #CFCFB6;
	border: 1px inset #333333;
	height: 15px;
	padding-left: 5px;
}

.formButton {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-transform: uppercase;
	background-color: #CFCFB6;
	border: 1px outset #333333;
	padding: 3px 5px 5px 3px;
}

.sideBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

.backgroundLight {
	background-color: #B0BAC4;
}

.backgroundDarkest {
	background-color: #03233F;
}

.sideBarTitle {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #03233F;
	line-height: 18px;
}

.topNav, .topNav:link, .topNav:visited {
 direction:rtl;
	font-family: Georgia, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.topNav:active, .topNav:hover {
	font-family: Georgia, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.mainNavigationText, .mainNavigationText:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D7DDE1;
	text-decoration: none;
	font-weight: normal;
}

.mainNavigationText:hover, .mainNavigationText:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bodyTitle {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #03233F;
}



