
.TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: right;
    clear: none;
    width: 100%;
    height: auto;
    outline: 0;

}
.TabbedPanelsContent_more {
    padding: 17px 17px 38px 17px;
    text-align: right;
    outline: 0;
}
.TabbedPanelsContent
{
    padding: 17px 17px 38px 17px;
    text-align: right;
    outline: 0;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;

outline: 0; }

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
    position: relative;
    height: 14px;
    top: 1px;
    float: right;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 25px 10px 25px;
    margin: 0px 10px 0px -5px;
    background-color: #fff;
    list-style: none;

    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    outline: 0;
    background-color: #41A8C7;
    border: 1px solid #C6E4EF;

}
.TabbedPanelsTab1 {
    position: relative;
    height: 14px;
    top: 1px;
    float: right;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 25px 10px 25px;
    margin: 0px 10px 0px -5px;
    background-color: #fff;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    outline: 0;
    background-color: #D6AA0B;
    border: 1px solid #C6E4EF;
}
/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
    background-repeat: repeat-x;
    outline: 0;

}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
    background-image: url("../images/bg_tapped.jpg");
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffffff;
    background-color: #FFFFFF;
    outline: 0;
    color: #41A8C7;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {

outline: 0;

	color: black;
	text-decoration: none;
outline: 0; }

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
    /*
		-moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
*/
    clear: both;
    height: auto;
    background-color: #fff;
    border: 1px solid #C6E4EF;
    outline: 0;
    padding-bottom: 10px;
          border-radius: 7px;
}



/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
 .search22 {
	color:#2A86B4;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	outline: 0; }
	
	 .fading_day {
	color:#D64E17;
	font-family:Arial;
	font-size:37px;
	font-weight:bold;
	outline: 0; }
	
		 .fading_month {
	color:#D64E17;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	outline: 0; }
	
			 .fading_year {
	color:#D64E17;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	outline: 0; }
	
	
		 .fading_day_s {
	color:#D64E17;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	outline: 0; }
	
		 .fading_month_s {
	color:#D64E17;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	outline: 0; }
	
			 .fading_year_s {
	color:#D64E17;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	outline: 0; }
	
	 .text_blue22 {
	background-image:url("left_arraw.jpg");
	background-repeat:no-repeat;
	background-position:center;
	color:#27405B;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	
	 .text_blue222 {
	background-image:url("left_arraw2.jpg");
	background-repeat:no-repeat;
		background-position:center;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	
	.text_blue2222 {
	background-image:url("left_arraw3.jpg");
	background-repeat:no-repeat;
		background-position:center;
	color:#27405B;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	.text_blue22222 {
	background-image:url("left_arraw4.jpg");
	background-repeat:no-repeat;
		background-position:center;
	color:#27405B;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	.text_blue222222 {
	background-image:url("left_arraw5.jpg");
	background-repeat:no-repeat;
		background-position:center;
	color:#27405B;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	.text_blue2222222 {
	background-image:url("left_arraw6.jpg");
	background-repeat:no-repeat;
		background-position:center;
	color:#27405B;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	outline: 0; }
	


.title_3_12_2011 {
	color: #27405b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	text-decoration:none;
outline: 0; }

.title_red {
	color: #FF0014;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	text-decoration:none;
outline: 0; }


.muhammad_intro_text {
	color: #666669;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	text-decoration:none;	line-height:35px;

outline: 0; }

.muhammad_black_details {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	text-decoration:none;	line-height:35px;

outline: 0; }

.title_3_12_2011hover {
	color: #2A86B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
		text-decoration:none;
outline: 0; }


.menu_big {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	text-decoration:none;
outline: 0; }

.menu_drop {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
outline: 0; }
.menu_drop2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
outline: 0; }

.menu_small {
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
outline: 0; }


.text_details_3_12_2011 {
	color: #576370;
	font-family: Arial;
	font-size: 16px;
	font-weight:normal;
	line-height:21px;
		
outline: 0; }

.text_footer_green_3_12_2011 {
	color: #48AA5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
outline: 0; }

.text_footer_green_details_3_12_2011 {

	color: #504E4D;
	font-family: Arial;
	font-size: 15px;
	font-weight:normal;
	text-align: right;
	outline: 0; 
	
	}


.submit_button {
    background-image: url("submit_bg_css.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    width: 82px;
    height: 27px;
    border-left-color: #819EBB;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-color: #819EBB;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: #819EBB;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-color: #819EBB;
    border-right-width: 1px;
    border-right-style: solid;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    outline: 0;
}

.submit_button_mouseover {
    background-image: url("submit_bg_css.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    width: 82px;
    height: 27px;
    border-left-color: #999999;
    border-left-width: 2px;
    border-left-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-top-color: #999999;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-color: #999999;
    border-right-width: 2px;
    border-right-style: solid;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    outline: 0;
}



.submit_words {
background: #C8C8C8;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0px 6px;
margin: 2px 2px;
text-align: right;
font-family: arial;
font-size: 17px;
color: #504E4D;
font-weight: normal;

}
.submit_words:hover {
    background: #09a9e0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #ffffff;
    text-decoration: none;
}



.ok_button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0dc1e9), color-stop(100%,#09a9e0));
    background: -moz-linear-gradient(center top, #0dc1e9 0%, #09a9e0 100%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #808080;
    padding: 1px 15px;
    margin: 5px 0px;
    border-color: #779cc0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
    font-style: normal;
}
.ok_button:hover {

}






.submit_button2 {
    background-image: url("brows_submit_css_bg.jpg" outline: 0; }

.submit_button_mouseover2 {
background-image:url("brows_submit_css_bg.jpg");background-repeat:repeat-x;color:#000000;font-weight:bold;font-family:Arial;font-weight:normal;font-size:15px;vertical-align:middle;width:68px;height:27px;border-left-color:#C7C7C7;border-left-width:1px;border-left-style:solid;border-bottom-color:#C7C7C7;border-bottom-width:1px;border-bottom-style:solid;border-top-color:#C7C7C7;border-top-width:1px;border-top-style:solid;border-right-color:#C7C7C7;border-right-width:1px;border-right-style:solid;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;-khtml-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;

outline: 0; }


.show-image-bg-mouseovr {
	background-image:url("lighting_bg_menus.png");
	background-repeat:no-repeat;
	background-position:top;

outline: 0; }

.text_footer_rss {
	color: #504E4D;
	font-family: Arial;
	font-size: 13px;
	font-weight:normal;
	line-height:23px;
	

outline: 0; }
.footer_sub_background1 {
    	background-color:#C8C8C8;
	background-repeat:no-repeat;
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-weight:normal;
	height:20px;overflow:hidden
	
outline: 0; }






/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
outline: 0; }

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;	-moz-border-radius: 50px 0 50px 0;
	
outline: 0; }

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
outline: 0; }

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #fff;
outline: 0; }

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
outline: 0; }





.main-menu {
	background-color: #ABD8EF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	width: 992px;
	margin-left: -705px;
}


.menu-column {
	width: 175px;
	padding-right: 20px;
	padding-top: 30px;
	float: right;
	text-align: right;
	margin-bottom: 24px;
}


.menu-column ul li a{
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	
}


.menu-column ul li a:hover{
	color: #000;
	
}

.menu-column ul li{
	width: 165px;
	
}


.menu-column ul { list-style: none outside; margin-left: -30px; ;
;
;
;
;
}


