/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #426BA1;
	text-decoration: none;
	font-weight: bold;
}
.Invisible
{
	display:none;
	position:absolute;
}

.Visible
{
	display:inline;
	position:relative;
}
.tab_side {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	
}
.boxdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-image: url(/UMS/Portals/0/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	font-weight: normal;
}
/* normal link */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: underline;
}
a:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}
/* arabic link */
a:link.arabic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}
a:visited.arabic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: underline;
}
a:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015F9C;
	text-decoration: none;
}

.border {
	/*border: 1px solid #CCCCCC;*/
}
.Text_arabic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #426BA1;
	text-decoration: none;
	font-weight: bold;
}


/*  menu */
.MainMenu_MenuContainer {
    table-layout: fixed;
    background-color: #ffffff;
    height: 25px;
    width: 100%;
	background-image: url(images/menu_bg.gif);
	background-repeat:no-repeat;
}
.MainMenu_MenuBar {
	text-align: center;
}
.MainMenu_MenuBreak
{
    display:none;
	text-align:center;
}
.MainMenu_MenuIcon, .MainMenu_MenuArrow, .MainMenu_MenuRootArrow{
    display:none;
}
.MainMenu_SubMenu {
    background-color:#ffffff;
}
.MainMenu_MenuItem {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	color: #015f9c;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:25px;
	width:150px;
	white-space: nowrap;
	background-image: url(images/sub_menubg.gif);
	background-repeat:no-repeat;
	
}
.MainMenu_MenuItemSel{
	background-color:#FFFFFF;
	font-family: Arial;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    font-size: 12px;
    color: #FF9900;   
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height:25px;
    width:150px;
    white-space: nowrap;
	background-image: url(images/subover_menubg.gif);
	background-repeat:no-repeat;
	
}
.MainMenu_RootItem {
    font-family: Arial;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    font-size: 12px;
    color: #426BA1;   
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height:20px;
    width:225px;
    white-space: nowrap;
	background-image: url(images/menu_bg.gif);
	background-repeat:no-repeat;
	text-align:center;	
	/*text-transform: uppercase;*/
}

.RootItem_Hover {
    background-color: #ffffff;   
    color: #FF9900;   
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    height:25px;
	background-image: url(images/menu_bg.gif);
	font-weight: normal;
	/*background-image: url(images/over_menubg.gif);*/
}
.SubItem_Hover {
    background-color: #FF0000;
    height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    width:180px;
     font-family: Arial;
}

