/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.MenuTable
{
	width:150px;
	background-image:url(images/sudani2026/TableBg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	
}
.MenuTab
{
	
    font-size: 15px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
    border-bottom:dotted 1px #333C94;
    
 
}
.EnMenuTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
    border-bottom:dotted 1px #333C94;
}
.EnNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
/* hyperlink styles of the Menu tabs */
A.MenuLink:link    {
    text-decoration:    none;
    color:#0F154B;
}

A.MenuLink:visited {
    text-decoration:    none;
    color:#0F154B;
}

A.MenuLink:active  {
    text-decoration:    none;
    color:#0F154B;
}

A.MenuLink:hover   {
    text-decoration:    underline;
    color:#0F154B;
}
    


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  333C94;
}

A:visited   {
    text-decoration:    none;
    color:  333C94;
}

A:active    {
    text-decoration:    none;
    color:  333C94;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

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: dimgrey;
    height:1pt;
    text-align:left
}




/*Quotes*/
.Quotes
{
	color:black;
	text-align:center;
	font-weight:bold;
	border-bottom:dashed 1px black;
	border-top:dashed 1px black;
	margin-bottom:12px;
	width:150;
	
}
.EnQuotes
{
	color:black;
	text-align:center;
	font-weight:bold;
	border-bottom:dashed 1px black;
	border-top:dashed 1px black;
	margin-bottom:12px;
	width:150;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	
}
/*Image Border and style*/
.Pics
{
	border-style:solid;
	border:solid 1px black;
	margin-bottom:4px;
}

A.ImageLink:link    {
    text-decoration:    none;
}

A.ImageLink:visited {
    text-decoration:    none;
}

A.ImageLink:active  {
    text-decoration:    none;
}

A.ImageLink:hover   {
    text-decoration:    none;
}
/*Html module*/
.HtmlTitle
{
	color:333C94;
	border-bottom:dotted 1px #333C94;
	border-top:dotted 1px #333C94;
	height:10px;
	font-size:18px;
	padding:4px 8px 1px 2px;
	margin-bottom:1px;

}
.HtmlBody
{
	font-weight:bold;
	font-size:15px;
	text-align:justify;
	line-height:18px;
	padding:0px 2px 8px 2px;
	color:#393D66;
	/*border-bottom:dotted 1px #333C94;*/
}
.EnHtmlTitle
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	
	color:333C94;
	border-bottom:dotted 1px #333C94;
	border-top:dotted 1px #333C94;
	height:10px;
	padding:4px 8px 4px 2px;
	margin-bottom:1px;

}
.EnHtmlBody
{
	font-weight:bold;
    font-family:Arial;
	font-size:11px;
	text-align:justify;
	padding:0px 2px 8px 2px;
	color:#393D66;
	/*border-bottom:dotted 1px #333C94;*/
}

.Stats
{
	border:dashed 1px black;
	font-weight:bold;
	font-family:Arial (Arabic);
	font-size:14px;
	padding:8px 8px 8px 5px;
}
.EnStats
{
	border:dashed 1px black;
	text-align:center;	
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	padding:8px 8px 8px 5px;
}

.TopLink
{
	font-weight:bold;
	font-size:10px;
	text-align:right;
	margin-top:0px;
}
table.NavBox
{
	border:dotted 0px black;
	width:150;
	margin-bottom:15px;

	
}
td.NavBox
{
	font-size:13px;
	font-weight:bold;
	background-color:#E4E7EA;

}

td.EnNavBox
{
	
    font-family:Verdana;
    font-size:10px;
	font-weight:bold;
	background-color:#E4E7EA;

}
/*Ambassadors*/
table.AmbBox
{
	border:dotted 0px black;
	width:400;
	
}
td.AmbBox
{
	vertical-align:top;
	width:100px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.ReadMoreLink
{	
	border-top:dotted 1px navy;
	border-bottom:dotted 1px navy;
}
A.ReadMoreLink:link    {
    text-decoration:    none;
    color:Red;
	font-size:14px;
}

A.ReadMoreLink:visited {
    text-decoration:    none;
    color:Red;
	font-size:14px;
}

A.ReadMoreLink:active  {
    text-decoration:    none;
    color:Red;
	font-size:14px;
}

A.ReadMoreLink:hover   {
    text-decoration:    underline;
    color:Red;
	font-size:14px;
}
/****************/
.EnReadMoreLink
{	
	border-top:dotted 1px navy;
	border-bottom:dotted 1px navy;
}
A.EnReadMoreLink:link    {
    text-decoration:    none;
    color:Red;
	font-size:11px;
}

A.EnReadMoreLink:visited {
    text-decoration:    none;
    color:Red;
	font-size:11px;
}

A.EnReadMoreLink:active  {
    text-decoration:    none;
    color:Red;
	font-size:11px;
}

A.EnReadMoreLink:hover   {
    text-decoration:    underline;
    color:Red;
	font-size:11px;
}


.CampaignNav
{
	border:solid 1px #F4F5F9;
	vertical-align:top;
	text-align:center;
}

/*Campaign Viewer*/
table.Campaign
{
	width:400px;
	background-color:F4F5F9;
	margin-bottom:20px;
}
tr.Campaign
{
	background-color:#333C94;
	color:White;
}

A.ContactLink
{
	margin-top:0px;
	margin-bottom:8px;
	width:150px;
	text-align:center;
	color:Red;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	
}

