/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
	
	margin:10 0 0 0;
	padding:0px 0px 0px 0px;
	background:url(Aldawleyah_bg.gif) repeat-x #d6a30f;
}

a:link 
{
	font-family:verdana;
	font-size:12px;
	color:#12016a;
	text-decoration:underline;
	font-weight: normal;
}

a:visited
{
	font-family:verdana;
	font-size:12px;
	color:#12016a;
	text-decoration:underline;
	font-weight: normal;
}
a:hover
{
	color:#12016a;
	text-decoration:none;
	font-weight: normal;
}

a:active
{
	color:#12016a;
	text-decoration:none;
	font-weight: normal;
}

.pagemaster
{
	width: 850px;
}

.skinmaster
{
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}


.controlpanel
{
	width: 100%;
	background-color: transparent;
	border: 0px solid #ff9900;
}

.toppanese
{
	width: 100%;
	background-color: transparent;
}

.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
/*
==============================================================================
Panes classes defined for the areas where you can add the modules to the page
==============================================================================
*/
.leftpane
{

	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
}

.contentpane
{
    width:100%;
	background-color: transparent;
	padding-left:0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
}

.rightpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;

}

.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}


/*
==============================================================================
Menu Classes
==============================================================================
*/

.menupane
{
	width:100%;
	padding-left: 0px;
	padding-right: 0px;
}

.MainMenu_MenuContainer
{
	
	padding-top: 0px;
	width: 100%;
	height:37px;
	background-color:Transparent;
}

/* Don't need menu bar in vertical menu
========================================
*/
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 37px;
	background-color: Transparent;
}
/* Rootmenu 
==========================
*/
.mainmenu td
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: hand;
	color: #ffffff;
	text-align:center;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-image:url(menuTdBg.gif);
	background-repeat:repeat-x;
	font-family: verdana; 
	text-transform: none;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	height: 37px
}

.mainmenuover td, .mainmenuoveractive td 
{ 
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: hand;
	color: #ffffff;
	text-align:center;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: verdana; 
	text-transform: none;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	background-image:url(menuOver.gif);
	background-repeat:repeat-x;
	height: 37px;
}

/* Rootmenu Selected
==========================
*/

.rootmenuitemactive td, .rootmenuitemactive td 
{ 
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: hand;
	color: #ffffff;
	text-align:center;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: verdana; 
	text-transform: none;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	background-image:url(menuOver.gif);
	background-repeat:repeat-x;
	height: 37px;
}

/* submenu 
==========================
*/

.subMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #246da7;
	border:0px solid #000;
}

.MainMenu_MenuItem
{
	color:#ffffff;
	font-size:8pt;
	font-family: verdana;	
	font-weight: normal;
	height:25px;
	padding-left:6px;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	padding-left:6px;
	height:25px;
	background-color:#e7ae0d;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
}

.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-image:url(menuSep.gif); 
	background-repeat:no-repeat;
	width: 1px;
}

.MainMenu_MenuIcon
{
	display:none;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

.TreeViewMenu
{
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}

/*
==============================================================================
End Menu Classes
==============================================================================
*/



/*
==============================================================================
Buttons of the website
==============================================================================
*/
.StandardButton
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color:#12016a;
	background-image:url(buttonBg.gif);
	background-repeat:repeat-x;
	border: 0px solid #fff;
	width: auto;
	height: 17px;
	text-align: center;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: verdana;
	font-size: 13px;
	text-transform:uppercase;
	color: #ffffff;  

}


/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
	color: #12016a;
	font-size:11px;
	font-weight:normal;
}

/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	color: #666666;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #154f87;
}

.NormalRed
{
	color: #FF0000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem
{
	color: #154f87;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link
{
	color: #154f87;
	font-family: verdana;
	font-weight: normal;
	text-decoration:underline;
	font-size: 11px;
}

A.SkinItem:visited
{
	color: #154f87;
	font-family: verdana;
	font-weight: normal;
	text-decoration:underline;
	font-size: 11px;
}

A.SkinItem:active
{
	color: #154f87;
	font-family: verdana;
	font-weight: normal;
	text-decoration:none;
	font-size: 11px;
}

A.SkinItem:hover
{
	color: #154f87;
	font-family: verdana;
	font-weight: normal;
	text-decoration:none;
	font-size: 11px;
}

/* Links */

.SkinObject
{
	font-family:verdana;
	font-size:11px;
	color:#666666;
	font-weight: normal;
}

a.SkinObject:link
{
	font-family:verdana;
	font-size:11px;
	color:#e7ad01;
	text-decoration:underline;
	font-weight: normal;
}

a.SkinObject:visited
{
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;
	color:#e7ad01;
	font-weight: normal;
}
a.SkinObject:hover
{
	color:#e7ad01;
	text-decoration:none;
	font-weight: normal;
}

a.SkinObject:active
{
	color:#e7ad01;
	text-decoration:none;
	font-weight: normal;
}

/* Styles for [LINKS] */

a.CommandButton:link 
{
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	color: #12016a;
}

a.CommandButton:visited 
{
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	color: #12016a;
}

a.CommandButton:hover 
{
	text-decoration: underline;
	text-transform:uppercase;
	color: #12016a;
}

/* DNN search box */

.searchLabel
{
color:#12016a;
font-size:13px;
text-transform:uppercase;
}

#dnn_dnnSEARCH_txtSearch
{
	width: 143px;
	color:#000000;
	font-weight: normal;
	background-color:#ffffff;
	padding: 3px 10px 0px 5px;
	margin-bottom:22px;
	border:1px solid #f1f1f1;
	height:20px;

}

/* DNN search button */

#dnn_dnnSEARCH_cmdSearch
{
	padding:0;
	background-image:url(searchBtn.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:37px;
	height:47px;
	color:#12016a;
	font-family:verdana;
	font-size:12px;
	border:0px solid #ff01ff;
}


/* ==============================
 padding Classes 
   ==============================*/

/* Top Padding*/

.tm1
{
	padding-top: 1px;
}

.tm2
{
	padding-top: 2px;
}

.tm3
{
	padding-top: 3px;
}

.tm4
{
	padding-top: 4px;
}

.tm5
{
	padding-top: 5px;
}

.tm6
{
	padding-top: 6px;
}

.tm7
{
	padding-top: 7px;
}

.tm8
{
	padding-top: 8px;
}

.tm9
{
	padding-top: 9px;
}

.tm10
{
	padding-top: 10px;
}

.tm11
{
	padding-top: 11px;
}

.tm12
{
	padding-top: 12px;
}

.tm13
{
	padding-top: 13px;
}

.tm14
{
	padding-top: 14px;
}

.tm15
{
	padding-top: 15px;
}

.tm16
{
	padding-top: 16px;
}

.tm17
{
	padding-top: 17px;
}

.tm18
{
	padding-top: 18px;
}

.tm19
{
	padding-top: 19px;
}

.tm20
{
	padding-top: 20px;
}

.tm22
{
	padding-top: 22px;
}

.tm24
{
	padding-top: 24px;
}

.tm25
{
	padding-top: 25px;
}

.tm27
{
	padding-top: 27px;
}

.tm30
{
	padding-top: 30px;
}

.tm35
{
	padding-top: 35px;
}

.tm40
{
	padding-top: 40px;
}

.tm45
{
	padding-top: 45px;
}

.tm50
{
	padding-top: 50px;
}

.tm55
{
	padding-top: 55px;
}

.tm60
{
	padding-top: 60px;
}

.tm70
{
	padding-top: 70px;
}

/* Right Padding*/

.rm1
{
	padding-right: 1px;
}

.rm2
{
	padding-right: 2px;
}

.rm3
{
	padding-right: 3px;
}

.rm4
{
	padding-right: 4px;
}

.rm5
{
	padding-right: 5px;
}

.rm6
{
	padding-right: 6px;
}

.rm7
{
	padding-right: 7px;
}

.rm8
{
	padding-right: 8px;
}

.rm9
{
	padding-right: 9px;
}

.rm10
{
	padding-right: 10px;
}

.rm11
{
	padding-right: 11px;
}

.rm12
{
	padding-right: 12px;
}

.rm13
{
	padding-right: 13px;
}

.rm14
{
	padding-right: 14px;
}

.rm15
{
	padding-right: 15px;
}

.rm17
{
	padding-right: 17px;
}

.rm18
{
	padding-right: 18px;
}

.rm19
{
	padding-right: 19px;
}

.rm20
{
	padding-right: 20px;
}

.rm21
{
	padding-right: 21px;
}

.rm22
{
	padding-right: 22px;
}

.rm23
{
	padding-right: 23px;
}

.rm24
{
	padding-right: 24px;
}

.rm25
{
	padding-right: 25px;
}

.rm27
{
	padding-right: 27px;
}

.rm30
{
	padding-right: 30px;
}

.rm35
{
	padding-right: 35px;
}

.rm38
{
	padding-right: 38px;
}

.rm40
{
	padding-right: 40px;
}

.rm45
{
	padding-right: 45px;
}

.rm50
{
	padding-right: 50px;
}

.rm55
{
	padding-right: 55px;
}

.rm60
{
	padding-right: 60px;
}

/* buttom Padding*/

.bm1
{
	padding-bottom: 1px;
}

.bm2
{
	padding-bottom: 2px;
}

.bm3
{
	padding-bottom: 3px;
}

.bm4
{
	padding-bottom: 4px;
}

.bm5
{
	padding-bottom: 5px;
}

.bm6
{
	padding-bottom: 6px;
}

.bm7
{
	padding-bottom: 7px;
}

.bm8
{
	padding-bottom: 8px;
}

.bm9
{
	padding-bottom: 9px;
}

.bm10
{
	padding-bottom: 10px;
}

.bm11
{
	padding-bottom: 11px;
}

.bm12
{
	padding-bottom: 12px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm14
{
	padding-bottom: 14px;
}

.bm15
{
	padding-bottom: 15px;
}

.bm16
{
	padding-bottom: 16px;
}

.bm17
{
	padding-bottom: 17px;
}

.bm18
{
	padding-bottom: 18px;
}

.bm19
{
	padding-bottom: 19px;
}

.bm20
{
	padding-bottom: 20px;
}

.bm22
{
	padding-bottom: 22px;
}

.bm25
{
	padding-bottom: 25px;
}

.bm30
{
	padding-bottom: 30px;
}

.bm33
{
	padding-bottom: 33px;
}

.bm35
{
	padding-bottom: 35px;
}

.bm40
{
	padding-bottom: 40px;
}

.bm45
{
	padding-bottom: 45px;
}

.bm50
{
	padding-bottom: 50px;
}

.bm55
{
	padding-bottom: 55px;
}

.bm60
{
	padding-bottom: 60px;
}

/* Left Padding*/

.lm1
{
	padding-left: 1px;
}

.lm2
{
	padding-left: 2px;
}

.lm3
{
	padding-left: 3px;
}

.lm4
{
	padding-left: 4px;
}

.lm5
{
	padding-left: 5px;
}

.lm7
{
	padding-left: 7px;
}

.lm8
{
	padding-left: 8px;
}

.lm9
{
	padding-left: 9px;
}


.lm10
{
	padding-left: 10px;
}

.lm11
{
	padding-left: 11px;
}

.lm12
{
	padding-left: 12px;
}

.lm13
{
	padding-left: 13px;
}

.lm15
{
	padding-left: 15px;
}

.lm17
{
	padding-left: 17px;
}

.lm18
{
	padding-left: 18px;
}

.lm19
{
	padding-left: 19px;
}

.lm20
{
	padding-left: 20px;
}

.lm22
{
	padding-left: 22px;
}

.lm25
{
	padding-left: 25px;
}

.lm30
{
	padding-left: 30px;
}

.lm35
{
	padding-left: 35px;
}

.lm40
{
	padding-left: 40px;
}

.lm45
{
	padding-left: 45px;
}

.lm50
{
	padding-left: 505px;
}

.lm55
{
	padding-left: 55px;
}

.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m1
{
	padding: 1px;
}

.m2
{
	padding: 2px;
}

.m3
{
	padding: 3px;
}

.m4
{
	padding: 4px;
}

.m5
{
	padding: 5px;
}

.m6
{
	padding: 6px;
}

.m7
{
	padding: 7px;
}

.m8
{
	padding: 8px;
}

.m9
{
	padding: 9px;
}

.m10
{
	padding: 10px;
}

.m11
{
	padding: 11px;
}

.m12
{
	padding: 12px;
}

.m13
{
	padding: 13px;
}

.m14
{
	padding: 14px;
}

.m15
{
	padding: 1px;
}

.m16
{
	padding: 16px;
}

.m17
{
	padding: 17px;
}

.m18
{
	padding: 18px;
}

.m19
{
	padding: 19px;
}

.m20
{
	padding: 20px;
}

.m25
{
	padding: 25px;
}

.m30
{
	padding: 30px;
}

.m35
{
	padding: 35px;
}

.m40
{
	padding: 40px;
}

.m45
{
	padding: 45px;
}

.m50
{
	padding: 50px;
}

.justify
{
	text-align: justify;
}


/* ==============================
my styles
================================= */


.menuBg {
	background-image:url(menuBg.gif);
	background-repeat:repeat-x;
}

.hSep {
	background-image:url(hSep.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.vSep {
	background-image:url(vSep.gif);
	background-repeat:repeat-y;
	background-position:center;
}


.footerBg {
	
	background-color:#c7c7c7;
	background-image:url(footerBg.gif);
	background-repeat:repeat-x;
	background-position:0 -30;
	padding-bottom:10px;
	padding-top:10px;
}

.floatleft{float:left; margin:0 10px 10px 0; border:0px;}
.floatright{float:right; margin:0 0 10px 10px; border:0px;}

.txtOrange {
	color:#e7ad01;
	font-size:11px;
}

.txtBlue {
	color:#154f87;
	font-size:11px;
}

.clockBg {
	background-image:url(clockBg.gif);
	background-repeat:repeat-x;
	background-color:#256ea8;
}

