/* ================================
    CSS STYLES FOR Alsoukal Saudi com Portal
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: White;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
    background-color: white;
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for menu items */
.SelectedTab{
    font-size: 12pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for menu items*/
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: white;
}

/* text style for the Footer*/
.Footer{
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.Footer:link {
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

A.Footer:visited  {
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

A.Footer:active   {
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

A.Footer:hover    {
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-family:  Arial, Helvetica;
    text-decoration: underline;
}

/* text style for the Footer Terms of Use*/
.OtherTabs{
    font-size: 13pt;
    color: black;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #000000;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #009900;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #009900;
}

/* module title style used instead of Head for compact rendering by and Signin modules */
.SubSubHead {
    font-family:  Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #009900;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.NormalBold
{
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
}

A.CommandButton:active   {
    text-decoration:    underline;
}

A.CommandButton:hover    {
    text-decoration:    underline;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #009900;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color:  #000000;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #000000;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
   color: #009900;}

H6  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #009900;
}

TFOOT, THEAD    {
    font-family:  Arial, Helvetica;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family:  Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #00cc00;
}

A:link  {
    text-decoration:    underline;
    color:  #006600;
}

A:visited   {
    text-decoration:    underline;
   font-style: italic;
    color:  #006600;
}

A:active    {
    text-decoration:    underline;
    color:  #006600;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9900;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  16px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    circle;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #FF6600;
    height: 1pt;
    width: 98%;
    text-align:center;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family:  Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: Whitesmoke;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family:  Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #c0d2ec; */
}
.dtree .clip {
	overflow: hidden;
}

/*-- style for DNN Job Board PA --*/
	.JobBoard_TopStrip
	{
		color:#003366;
		background-color: Lime;
		font-family: Verdana;
		font-weight:bold;
	}
	.JobBoard_TableHeader
	{
		
		color:white;
		background-color: Green;
		font-family: Verdana;
		font-weight:bold;
		
	}
	.JobBoard_ParentCategory
	{
		color:white;
		background-color: Lime;
		font-family: Verdana;
		font-weight:bold;
	}
	.JobBoard_ChildCategory
	{
		
		
	}
	.JobBoard_ListingsPanel
	{
		background-color: Beige;
		
	}
	.JobBoard_AnnouncementPanel
	{
		background-color: black;
		
	}
	.JobBoard_Confirmation
	{
		background-color: Beige;
		
	}
	.JobBoard_ItemTop
	{
		background-color: cccc99;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: bolder;
		line-height: 12px    
		
	}


	.JobBoard_ItemBottom
	{
		background-color: F2F2BC;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px    
		
	}

	.JobBoard_MoreInfoTitle
	{
		
		color:navy;
		background-color: Lime;
		font-family: Verdana;
		font-size:12px;
		font-weight:bold;
		
		
	}
	.JobBoard_FeaturesChecklist
	{
		
		background-color: Gainsboro;
		
		
	}
	
	.JobBoard_AddItem
	{
		
		background-color: Beige;
		
		
	}




.ASPSearch_TopNav
{
  margin-left:12PX;
  color:White;
  font-family:Tahoma, Arial, Helvetica;
  font-size: 11px;
  background-color:black;
}
A.ASPSearch_TopNav:link  { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:visited  { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:active   { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:hover   { 
  color: Gray;
  text-decoration: underline;
}
.ASPSearch_ChildNav
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}
.ASPSearch_TopCats
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
}
.ASPSearch_ChildCats
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10px;
}
.ASPSearch_CatSort
{
border-top: yellow 2px solid;
background-color: LemonChiffon;
}
.ASPSearch_SiteBorder
{
border-bottom: black 1px solid;
}
.ASPSearch_CatTab
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    background-color:Yellow;
}
.ASPSearch_SiteTitle
{
background-color:Gainsboro;
}
.ASPSearch_SiteHits
{
border-bottom: solid #FFFFFF;
}
.ASPSearch_TopCats 
{
font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;}
.ASPSearch_SiteTopBorder
{
background-color:yellow;
}
.ASPSearch_SiteBottomBorder
{
background-color:gainsboro;
}






