﻿body
{
    /*background: #21211F url(../Imgs/wallIcon.jpg) no-repeat left top;*/
    background: #21211F;
    margin: 0px auto 0px auto;
    font-family: 'Helvetica Neue' , Arial, sans-serif;
}

.cmpage
{
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    background-color: #161616;
    color: #ffffff;
    overflow: hidden;
    border: 3px solid #222222;
}


.cmpageFooter
{
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #21211F;*/
    color: #999999;
    padding: 5px 20px 20px 20px;
    
}
.cmpageFooter a
{
    color: #999999;
}
.sitelogo
{
}
.FooterMenuItem
{
    padding: 8px 15px 8px 15px;
}
.FooterMenuItemSelected
{
    background: #1c1919;
}
.FooterMenuItemAboutUs
{
    background: #1c1919;
}
.FooterMenuItemSpeakers
{
    background: #080808;
}
.FooterMenuItemAboutMuhammad
{
    background: #1c1919;
}
.FooterMenuItemAboutSponsers
{
    background: #222222;
}
.PnFooterContent
{
    height: 370px;
    width: 100%;
}

.FooterMenuStyle a
{
    color: White;
    text-decoration: none;
}

/* rotator in-page placement */
div#rotator
{
    position: relative;
    height: 300px;
}

/* rotator css */
div#rotator ul
{
    padding: 0px;
    margin-left: 0px;
}

div#rotator ul li
{
    float: left;
    position: absolute;
    list-style: none;
}

/* rotator image style */
div#rotator ul li img
{
    background: #161616;
}

div#rotator ul li.show
{
    z-index: 500;
}


/* News Feed */

.NewsFeedItem
{
    color: Gray;
}


/*  List CSS */


.ListClass
{
    background: #3b4a75;
    color: White;
}
.ListClass:hover
{
    background: #234570;
    color: White;
}
.AltListClass
{
    background: #303875;
    color: White;
}
.AltListClass:hover
{
    background: #234570;
    color: White;
}
.AltListClass a, .ListClass a
{
    color: White;
}

/*   About Muhammad Section  */

a.AMmenu
{
    color: White;
}
div.AMmenu:hover
{
    color: White;
}
div.AMmenu
{
    width: 100%;
}

/*  Image Rotator   */

.ImageRotatorCssClass
{
    position: relative;
    height: 300px;
}

ul.ImageRotatorCssClass
{
    padding: 0px;
    margin: 0px;
    
}

ul.ImageRotatorCssClass li
{
    float: left;
    position: absolute;
    list-style: none;
}


ul.ImageRotatorCssClass li img
{
    background: #161616;
}

ul.ImageRotatorCssClass li.show
{
    z-index: 500;
}


/*  Country Times Quick Links */
.CountryQuickLinks
{
    text-decoration:none;
}
.CountryQuickLinks:hover
{
    text-decoration:underline;
}

.InputValidationError
{
	background-color:#fb7f66;
	border: 1px dashed Maroon;
}
.InputValidationCorrect
{
	background-color:#62bdfc;
	border: 1px dashed Navy;
}

.VideoGroupTitle
{
	/*background-color:#3b4a75;*/
    color:#ffffff;
}

.ajax__validatorcallout
{
	color:Maroon;
}

.ValidationErrorClass
{
    background-color: #ffeeee;
    border: 1px dashed Maroon;
    margin: 1px;
}
.ValidationCorrectClass
{
    background-color: #eeffee;
    border: 1px dashed Green;
    margin: 1px;
}

.WaterMarkCss
{
	font-style:italic;
}


/*   Module Menu */
.AdminMenu
{
    border:3px solid #444444;
    color:#999999;
}
.AdminMenuItem
{
    width:100%;
}
.AdminMenuItem span
{
    padding: 5px;    
    display:block;
}
.AdminMenuItem span a
{
    color:#999999;
}
.AdminMenuItem:hover
{
     background-color:#333333;
}

.popupClass
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

