/*------------------------------------------------------------------------------
 * Project Name: TheIHS
 * Client Name: George Mason University
 * Component Name: style.css
 * Purpose/Function: Common styles
 * Author: Matiur Rahman
 * Version          Author              Date            Reason
 * 1.0            Mostafizur Rahman   06/01/2009      Get all classes from sliced stlesheet
 * 1.1            Matiur Rahman    06/24/2009      Updated to implement reduced page size
 --------------------------------------------------------------------------------*/
 /* Common Styles Start */
/*
body, form
{
        width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 18px;
}
*/

img
{
	border: none;
}

body, input, select, textarea
{
	color: #1b1a1a;
}
a, a:active, a:visited, a:hover
{
	color: #587700;
}
input, textarea, select
{
	outline: none;
}
/* Updated by MR*/
p 
{
	margin-top: 0px;
}
h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b1a1a;
}
h1 
{
    font-size:20px;
    margin-top:5px;
}
h2 
{
    font-size:15px;
    margin:0;
}
a, a:active, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input, textarea, select
{
	width: 180px;
}
.noBrd	/* Mainly use for radio and check boxes */
{
	border: none;
	width: auto;
}

.clearCls
{
	clear: both;
}
a div{
	cursor: pointer;
}

.pngFixCls
{
	behavior: url(/MyIHS/css/Common/iepngfix.htc);
}
/* Common Styles End */

/* Site Holder Start */
#siteHolder
{
	width: 996px;
	text-align: left;
	border-right: 2px solid #336699;
	border-left: 2px solid #336699;
    margin: 0px auto;
}

/* Site Holder End */

/* Header Styles Start */

#headerHolder
{	
		width: 996px;
	_width: 998px;
	min-height: 107px;
	_height: 107px;
	text-align: left;
	background-image: url(/MyIHS/Images/common/headerBg.jpg);
	background-repeat: repeat-x;
	padding: 9px 0px;
}

.floatLft
{
	float: left;
}

.headerTop
{
    height:65px;
}

#headerLeft{
	width: 60%;
}
#headerMid{
	width: 388px;
	text-align: center;
	/*height:85px;*/
}
#headerRight
{
	float: right;
	width: 350px;  /* Width changed from 30% to 40% due to accomodate nick name with hello  */
	text-align: right;
	padding-right: 10px;
}
#headerSlogan{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* "Times New Roman", Times, serif; */
	font-size: 13px;
	font-weight: bold;
	color: #294e01;
	letter-spacing: 2px;
	/*padding-top:3px;
	*margin-top:-12px;*/
	padding-left:100px;
}
#topNavIHS
{	
	font-size: 13px;
	font-weight: bold;
	color: #134e48;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#topNavIHS a, #topNavIHS a:active, #topNavIHS a:visited
{	
	font-size: 13px;
	font-weight: bold;
	color: #134e48;
	line-height: 18px;
	text-decoration: none;
}

#topNavIHS a:hover
{	
	font-size: 13px;
	font-weight: bold;
	color: #134e48;
	line-height: 18px;
	text-decoration: underline;
}

/* Header Styles End */

/* Main Body Styles Start */

#bodyContainer
{
	width: 996px;
	_width: 998px;
	padding: 0px 0px 20px 0px;
	background-image: url(/MyIHS/Images/common/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#bodyContainer .bodyLeft
{
	float: left;
	width: 204px;
	margin: 0px 20px 0px 10px;
	_margin: 0px 20px 0px 5px;
	text-align: left;
}

#bodyContainer .bodyRight
{
        float: right;
	width: 752px;
	text-align: left;
	margin-right:10px;
	_margin-right:5px;
}

/* Black Box Style Start */
.blackBox
{
	background-image: url(/MyIHS/Images/common/blackBoxBg.jpg);
	background-repeat: repeat;
}

.blackBoxContent
{
	padding: 0px 3px;
}

.blackBoxContentdiv
{
	background-image: url(/MyIHS/Images/common/blackList.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 12px;
	margin-left: 10px;
	border-top: 1px solid #999999;
	line-height: normal;
	text-transform: capitalize;
}
.blackBoxContentdiv:hover
{
    background-color: #555555;
}
.NoBrd
{
	border:none;
	padding-top:4px;
	background-position: left 8px;
}
.subMenuLink
{	
	font-size: 11px;
	padding-left: 5px;
	line-height:normal;
}
.subMenuLink a, .subMenuLink a:visited
{
	color: #FFFFFF;	
	text-decoration: none;	
}
.subMenuLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline !important;
}
a.blackBoxLink, a:active.blackBoxLink, a:visited.blackBoxLink
{
	color: #fffffe;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	/*line-height: 29px;*/
}

a:hover.blackBoxLink
{	
	color: #fffffe;	
	font-weight: bold;
	/*line-height: 29px;*/
	text-decoration: underline;
}

.blackBoxCorner
{
	height: 8px;
}
/* Black Box Style End */

/* Gray Box Style Start */

.grayBox
{
	background-image: url(/MyIHS/Images/common/grayBoxBg.jpg);
	background-repeat: repeat;	
}

.grayBoxContent
{
	padding: 0px 5px;
	font-size: 11px;
/*	min-height: 114px;
	_height: 114px;*/
}

.grayBoxContentHead
{	
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #f7bd5c;
	padding-left: 12px;
	background-image: url(/MyIHS/Images/common/grayBoxHeadBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.grayBoxContentdiv
{
	background-image: url(/MyIHS/Images/common/grayList.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 10px;
	padding:3px 0px 2px 12px;
	border-bottom: 2px solid #727272;
}

.grayBoxContentdivNoBorder
{
	background-image: url(/MyIHS/Images/common/grayList.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 10px;
	padding:3px 0px 0px 12px;	
}

a.grayBoxLink, a:active.grayBoxLink, a:visited.grayBoxLink
{	
	color: #fffffe;	
	text-decoration: none;
	
}

a:hover.grayBoxLink
{	
	color: #fffffe;
	text-decoration: underline;
}

.grayBoxCorner
{
	height: 7px;
}

/* Gray Box Style End */

/* Sign up Button Style Start */
.signUpBtn, .btnCls
{
	background-image: url(/MyIHS/Images/common/signUpBg.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 26px;
	text-align: center;
	behavior: url(/MyIHS/css/Common/iepngfix.htc);
	text-decoration: none;
	color: #fefefe;
	font-size: 15px;
	text-transform: capitalize;
	border: none;
	padding-top: 4px;
}

.signUpBtn a, .signUpBtn a:active, .signUpBtn a:hover, .signUpBtn a:visited
{	
	text-decoration: none;
	color: #fefefe;
	font-size: 15px;
	line-height: 28px;
	text-transform: capitalize;
}


a.signUpButtonLink 
{
	text-decoration:none;
}
/* Sign up Button Style End */

/* Main Body Styles End */

/* Footer Styles Start */
.footer
{
    background-color:#fafeef;
}
#footerContainer
{
        _width: 998px;
	background-image: url(/MyIHS/Images/common/footerBg.jpg);
	background-repeat: repeat-x;	
}

#footerHolder
{	
	font-size: 10px;
	text-align: center;
	color: #525252;
	line-height: 1.5;
	padding-bottom:5px;
}
#footerHolder a, #footerHolder a:active, #footerHolder a:visited, #footerHolder a:hover
{
	color: #525252;	
}
#divPrint a, #divPrint a:active, #divPrint a:visited, .footerLinks a, .footerLinks a:active, .footerLinks a:visited
{
	font-weight: bold;
	text-decoration: none;
}

#divPrint a:hover, .footerLinks a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
#footerNavigation
{
   margin:0px auto;
   width:960px;
   _width:965px;
}
.ulFooterNav
{
    text-align:left;
    margin-left:0px;
    padding-left:20px;
    float:left;
    width:140px;
    *margin:5px 0px;
    list-style-type:none;
}
.ulFooterNav li
{
    padding-bottom:5px;
}
.ulFooterNav .footerNavHeader
{    
    font-weight:bold;
}
.footerNavButtons
{
    padding-top: 5px;
    _padding-bottom:5px;
}
.footerNavButtons a
{
    margin: 0px 10px;
}
.footerContent p
{
    margin:0px;
}
.divLft
{
	float: left;
	width: 57%;
}

.divRgt
{
	float: right;
	width: 43%;
}

/* Search box Style Start */
#searchHolder
{	
        margin-bottom: 5px;
}
input.searchBox
{
	border: 1px solid #3b3b3b;
	color: #939393;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	padding: 5px;
	width: 200px;
	height: 14px;
}

input.searchBtn
{
	border: 1px solid #3b3b3b;
	background-color: #f7bd5c;	
	font-size: 11px;
	color: #000000;
	height: 27px;
	text-align: center;
}
/* Search box Style End */

/* Footer Styles End */

/* Hero Area Style Start */
.heroArea
{
	/*width: 747px;*/
	height: 172px;
	_height: 168px;
	border: 1px solid #627e82;
	background-image: url(/MyIHS/Images/heroArea/heroAreaBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	_margin-bottom: 5px;
}
.heroAreaContainer
{
    margin:5px;
	height:135px;
}
.heroAreaHead
{
	margin: 8px 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	color: #383d31;
}
.heroAreaHead p
{	
	margin-top:0px;
}

.heroAreaContent
{
	height: 70px;
	margin: 10px 10px 5px 10px;	
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	/*line-height: 24px;*/
	color: #49807a;
	overflow:hidden;
}
.heroAreaContent p
{
    margin-top:0px;
}

a.selectedNav, a:active.selectedNav, a:visited.selectedNav, a:hover.selectedNav
{	
	font-weight: bold;
	color: #e0f3ff;

	text-decoration: none;
}

a.deselectedNav, a:active.deselectedNav, a:visited.deselectedNav, a:hover.deselectedNav
{	
	font-weight: bold;
	color: #084369;
	text-decoration: none;
}

.navBtn
{
	width: 18px;
	height: 18px;
	background-image: url(/MyIHS/Images/heroArea/heroAreaNavBg.jpg);
	background-repeat: no-repeat;
	margin-right:4px;
	text-align: center;
	float: left;
}

.navNextBtn
{
	width: 18px;
	margin-right:4px;
	height: 18px;	
	text-align: center;
	float: right;
}

.navPrevBtn
{
	width: 18px;
	height: 18px;	
	text-align: center;
	margin-right:4px;
	float: right;
}
#navigationHolder
{
	margin-top:10px;			
	_margin-top:5px;
	_padding-top:5px;	
	_padding-bottom:3px;
}


#nav
{	
	float: right;	
}
/* Hero Area Style End */

/* Page Content Style Start */
.contentTitle
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	color: #3b3b3b;
	line-height: 38px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin-top: 0px;
}
.contentTitle span
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	color: #3b3b3b;
	line-height: 38px;
	font-weight: bold;	
	margin-top: 0px;
}
.contentSubTitle
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin-top: 0px;
}
a.contentDate, a:active.contentDate, a:visited.contentDate, a:hover.contentDate
{
	font-size: 10px;
}
/* Page Content Style End */

/* Home Page Style Start */
.homeLeft
{
	float: left;
	width: 524px;
	margin-right: 10px;
}

.homeRight
{
	float: right;
	width: 205px;
	text-align: right;
	padding-top:10px;
	_margin-right:3px;
}

ul.homeAds
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.homeAds li
{
	float: left;
	padding: 8px;
}
/* Home Page Style End */

/* Form Style Start */
.formDiv
{
	padding: 0px 0px 3px 0px;
}

.formFloatLft
{
	float: left;
	width: 23%;	
}

.formFloatRgt
{
	float: right;
	width: 76%;	
}

.formInpBtn
{
	width: 100px;
	height: 25px;
	background-color: #f7bd5c;
	font-size: 11px;
	color: #000000;
}
.txtRgt{
	text-align: right;
	padding: 0px 3px;
}

.clearBoth
{
	clear:both;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
/* Filtering styles */
.ExpandImage
{	
	background-image:url(/MyIHS/Images/Item_exp.gif);
	background-position:2px 14px;
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	padding:10px 0 5px 20px;
	width:220px;
}
.CollapseImage
{	
	background-image:url(/MyIHS/Images/Item_col.gif);
	background-position:2px 14px;
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	padding:10px 0 5px 20px;
	width:220px;
}

.filterChkShow 
{
	cursor:pointer;
	font-family:Sans-Serif;
	font-size:12px;
	padding-left:10px;
}
.dvchkList label
{
	display:block;
	/*float:left;
	padding:0px 3px 3px;*/
	padding:0px 3px 3px 25px;
}
.dvchkList input
{
	display:block;
	float:left;
	width:15px;
	border: none;
}
.oppChks label
{	
    padding-left:5px;
}
.dvFilteredItems
{
	float:left;
	width: 480px;	
}
.dvFilterControls
{
	float:right;
	width: 250px;
	padding-left:20px;
}
hr
{
	color: #999999;
}
.listingTitle
{
	font-size: 14px;
	font-weight: bold;
}
.listingTeaser
{
	margin-top:0px;
}
.listingTeaser p
{
	margin-top:0px;
}
/* Form Style End */

.ContentPanel
{	
	background-color:#D6DEF3;
			
}
.Border
{
	border:solid 1px black;
}
.Borderleft
{
	border-left:dotted 2px white;
}
.BottumPadding10
{
	padding-bottom:10px;
}
.Banner
{
	width:100%;
	height:30px;
	/*background:#CFCFCF;*/
	font-size:14;
	font-weight:bolder;
}
.LeftPadding10
{
	padding-left:10px;
}
.RightPadding10
{
	padding-right:10px;
}
.BottomPadding10
{
	padding-bottom:10px;
}
.Selected
{
	background-color:#50860e;	
	border:#3b3b3b 1px solid; 
	margin-right:2px;	
	padding-left:2px;
	padding-right:2px;
	width:25px;
	height:20px;
	text-align:center;
}
.UnSelected 
{
	background-color:#666666;
	border:#3b3b3b 1px solid; 
	margin-right:2px;	
	padding-left:2px;
	padding-right:2px;
	width:25px;
	height:20px;
	text-align:center;
}
.FloatLeft
{
	float:left;
}
#Navigation label
{	
	color:White;
	display:inline-block;	
}
#Navigation a
{
	cursor:pointer;
	color:White;
	display:inline-block;	
}
#PageIndex a:hover
{
	cursor:pointer;
	background-color:#50860e;
}

.NextPrev:hover 
{
	cursor:pointer;
	background-color:#50860e;
}
.NextPrev 
{
	background-color:#666666;
	border:#3b3b3b 1px solid; 
	margin-right:2px;	
	padding-left:2px;
	padding-right:2px;
	width:50px;
	height:20px;
	color:White;
	text-align:center;	
	display:inline-block;	
}


#divPrint
{
	padding:10px 0px;
	vertical-align:top;
	color:#666666;
}
#emailHeader
{
	background: url(/MyIHS/Images/common/headerBg.jpg);
		text-align:left;
	width:100%;
}
#printHeader
{
    background: url(/Images/common/headerBg.jpg);
	text-align:left;
	width:100%;
	padding:9px;
}
.grayText
{
	color:Gray;
	padding:5px 0px 0px 10px;
}
.emailBody
{
	padding-left:10px; 
}
/*used for required field '*' */
.redstar
{ 
	color:Red ; 
}
/* Email summary formay*/
.errorSummary
{
	text-align:left;
	font-size:13px;
	padding-left:0px; 
	color:Red;
	
	
}
/* Email summary listing style*/
.errorSummary ul
{
	list-style-type:disc;	
	margin-top:0px; 
}
.searchOptions
{
	text-align:center;
	padding:2px 85px 0px 0px;
}
.searchOptions input
{
	border: none;
}
.TopPadding10
{
	padding-top:10px;
}

.TopPadding20
{
	padding-top:20px;
}

.DonationVideo
{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	width:100%
}
.HeroAreaImage
{
	width:100%;
	height:100%;
}
/*Popup navigation
.blackBoxContentdiv:hover ul 
{
    display: block;
}*/
.blackBoxContentdiv ul 
{  
    background-color: #555555;
    /*-moz-opacity:0.9; 
    opacity:0.9; 
    filter:alpha(opacity=90);*/
    color:#FFFFFF;
    display:none;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    position:absolute;
    width: 203px;
    z-index:999; 
    border-top:1px solid #ffffff; 
    border-right:1px solid #ffffff;      
}
.blackBoxContentdiv ul li
{    
    border-bottom: 1px solid #ffffff;
    padding:3px 10px;    
}
.blackBoxContentdiv ul li a, .blackBoxContentdiv ul li a:hover, .blackBoxContentdiv ul li a:visited
{  
    color:#FFFFFE;
    text-decoration:none;    
}
.blackBoxContentdiv ul li:hover
{
    background-color: #777777;
}
.blackBoxContentdiv ul li a:hover
{
    text-decoration:underline;
}

.FontBold 
{
	font-weight:bold;
	padding-right:10px;
}

.btnDisabled
{
	background-color:#939393;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:64px;
}

.LeftPadding0_3em
{
	padding-left:0.3em;
}

.CaptionLessChkBox td
{
	width:20px;
	*width:180px;
}

.CaptionLessChkBox input
{
	width:20px;
	
}
