body, form{
	margin:0px;
}
body{
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 13px;
	color: #000000;
	background-image:url(../images/pageBg.png);
}
select, input {
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 11px;
}
img{
	border: 0px;
}

input{
	border: 1px solid #d8b4a9;
}
.btn
{
	
	background-color: #cd6545;
	color: #ffffff;
	width: 85px;	
}
#mainContainer{
	width: 750px;
	background-color: #ffffff;
}
#mainPopupContainer{
	width: 100%;
	background-color: #ffffff;
}
/**
   Top Header styles
  */
#header{
	background-image:url(../images/headerBg.png);
}
#header, #header a{
	color: #f9f4ba;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#topLnk{
	padding: 10px;
}
.searchBox{
	padding: 15px 0px 0px 0px;
}
/**
   Top menu styles
  */
.menuBox{
	background-image:url(../images/menuBg.png);
	color:#ffffff;
	height: 30px;
}
.menus
{
	color: #ffffff;
	padding: 0px 10px;
	width: 107px;
	height: 30px;
}
.menus a{
	color: #ffffff;
	text-decoration: none;
}
.menus a:hover{
	color: #f9f4ba;
}	
.menuLftBrd
{
	border-left: 1px solid #ffffff;
}
/**
   Home Body styles
  */
  
.homeNewsBox{
	height:280px;
	padding: 10px;
	padding-bottom: 0px;	
	width: 215px;
	color: #93041c;
}

.ulCls{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;	
	line-height: 19px;
	/*height:230px;*/
	overflow-y:auto;
}

.ulNewsCls{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;	
	line-height: 19px;
	height:230px;
	overflow:hidden;
}

.ulNewsCls li{
	margin-left: 20px;	
}

.ulCls li
{
	margin-left: 20px;	
}

.homeNewsBox li{
	padding: 5px 0px;
}
#homeMidDiv{
	background-image:url(../images/homeMidDiv.png);
	background-repeat:repeat-x;
	height:17px;
}
#homeTxt{
	float:left;
	width: 487px;
}
#homeBottomRightTxt{
	padding-left:5px;
	float:left;
	width:230px;
}
/**
   Main Body styles
  */
#container{
	padding: 2px;
}
.contentBox
{
	border: 1px solid #dca588;
	padding: 10px;
}
.titleCls{
	color: #93041c;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	padding-bottom: 10px;
}

.yellowBox{
	background-image:url(../images/yellowBoxBg.png);
}

.floatDiv{
	position:relative;
	float:left
}
.clearAll{
	clear: both;
}
/**
   footer styles
  */
#footer
{
	background-image:url(../images/footerBg.png);
	background-repeat:repeat-x;
	height: 45px;
	text-align:center;
}
.footerTxt{
	color:#ffffff;
	padding-right: 50px;
	padding-top: 10px;
}

/*Menu CSS*/
#menubar, #menubar ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;	
	position: absolute;
	z-index: 10000;	
}

#menubar li ul
{
  height : 302px; 
}

#menubar a
{
	padding-top: 5px;
	display: block;		
}

#menubar li
{
	float: left;
	position: relative;
}

/* hide from IE mac \*/
#menubar li
{
	position: static;
	width: auto;	
}
/* end hiding from IE5 mac */

#menubar li ul, #menubar ul li
{
	width: 128px;	
}

#menubar ul li a 
{
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

#menubar li ul
{
	position: absolute;
	display: none;
	background-color: #b72a00;
    filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
}

#menubar li:hover a, #menubar a:focus, #menubar a:active, #menubar li.hvr a
{
	color: #f9f4ba;	
}

#menubar li:hover ul, #menubar li.hvr ul
{
	display: block;
}

#menubar li:hover ul a, #menubar li.hvr ul a
{
	color: #FFFFFF;
	/*background-color: transparent;*/
}

#menubar ul a:hover
{
	background-color: #cd6545 !important;
	color: #f9f4ba !important;
	text-decoration: underline;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*End Menu CSS*/

/* Sub Page Start */
.subPagecontentBox
{
	padding: 10px;
}

.quickLinksBox
{
	float: right;
	border: 1px solid #bababa;
	width: 180px;
	padding: 10px 2px 2px 2px;
	margin: 0px 0px 3px 3px;	
}

.quickLinkstitleCls{
	color: #93041c;
	text-transform:uppercase;
	font-size: 13px;
	font-weight:bold;
	padding: 0px 0px 10px 8px;
}

.quickLinks
{
	border: 1px solid #bababa;
	padding: 10px;
	background-color: #fff6ee;
	color: #000066;
	font-size: 13px;
	line-height: 22px;
}

.quickLinks ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.quickLinks a, .quickLinks a:active, .quickLinks a:visited
{
	color: #000066;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}

.quickLinks a:hover
{
	color: #000066;
	font-size: 13px;
	line-height: 22px;
	text-decoration: underline;
}

.nonTransparentBg
{
    filter:alpha(opacity=100) !important;
    opacity: 1 !important;
}
/* Sub Page End */

/*Start Blog Page */
.blogBox
{
	border: 1px solid #93041c;
	padding: 10px;
	color: #000000;
	line-height: 22px;
	font-size: 13px;
}
/*End Blog Page */

.header-text
{
	font-size:18px;
	font-weight:bold;	

}
.margin-top-20
{
	margin-top:20px;
}
.pad-all-12px
{
	padding-top:12px;
	padding-left:12px;
	padding-bottom:12px;
	padding-right:12px;
}

.pad-all-6px
{
	padding:9px;
}

.newsTeasar, .newsTeasar p
{
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	margin-left:0px;	
	margin-bottom:10px;
	padding-bottom:0px;	
}

.newsListingHeader
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	margin-top:0px;	
	padding-top:0px;	
}

/* Resources page starts */
.resourceLeft
{
	float:left;
	width:210px;
	padding-left:10px;
	padding-top:12px;	
}

.resourceRight
{
	float:right;
	width:510px;
	padding-right:10px;	
}

.clearBoth
{
	clear:both;
}

.ExpandImage
{	background-image:url(../images/Item_exp.gif);
	background-position:2px 13px;
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	padding:10px 0px 5px 20px;
	width:190px;
}
.CollapseImage
{	
	background-image:url(../images/Item_col.gif);	
	background-position:2px 13px;
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	padding:10px 0px 5px 20px;
	width:190px;
}

#filterTable td
{
	padding-top:10px;
}

#filterTable td img
{
	margin-top:15px;
}

#filterTable td div
{
	padding-top:1px;
}
#filterTable td div td
{
	padding-top:0px;
}

.keywordSrcTxtBox
{
	border:1px solid #989999;
	margin-left:7px;
	*margin-left:4px;
}
#dvKeyword
{
	padding-left:18px;
}
#dvtdrowInstitutionalization label, #dvAssessment label, #dvCurricularRes label, #dvResByContArea label, #dvType label, #dvResByInst label, .dvchkList label
{
	display:block;
	float:left;
	width:120px;
	padding:1px 3px 3px 3px;	
}
#dvtdrowInstitutionalization input, #dvAssessment input, #dvCurricularRes input, #dvResByContArea input, #dvType input, #dvResByInst input, .dvchkList input
{
	display:block;
	float:left;
	width:15px;	
}

.filterImages2
{
	padding-left:3px;

}
.pointerCursor
{
	cursor:pointer;
}
.filterChkShow
{	 
		font-family:Sans-Serif;
		font-size:11px;
		cursor:pointer;
}
.checkbox, .checkbox input
{
	border:0px solid #ffffff;
	margin-top:0px;
	_margin-top:-4px;	
	*margin-top:-4px;		
}
.dvchkList input
{
	border:0px solid #ffffff;
	_margin-top:-1px;	
	*margin-top:-1px;		
}
#resourceListing div, #resourceListing p
{
	margin:0px;
	padding:0px;
}

#resourceListing a
{
	color:#B72A00;
	text-decoration:none;
}

a
{
	color:#B72A00;
	text-decoration:none;
}
.padding_10
{
	padding:10px;
}
.resourceDetailsLeft
{
	vertical-align:top;
	width:20%;
}
.redColor
{
	color:Red;
}
.centerAlign
{
	text-align:center;
}
.labelBold
{
	font-weight:bold;
	
}
.descText
{
	color:#93041c;
	padding-left:10px;
	
}
.container_height_home
{
	min-height:150px;
	height:150px;
}

.container_height
{
	min-height:480px;
	height:480px;
}

.popup_container_height
{
	min-height:700px;
	height:700px;
}
.psiBlogBox
{
	border-style:solid;
	border-color:#93041C;
	border-width:1px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}
	
#menubar ul li a
{
    padding-left:10px;
}
#menubar ul li a,#menubar ul li a:visited
{
	color:#ffffff;
}
.dvLoginBox
{
    float:right;
    padding-right:20px;
    padding-top:3px;
}
.normalLinks   a:hover
{
	text-decoration:underline;
}	

.chkBoxText
{
	font-family:Sans-Serif;
    font-size:11px;
}
.dvchkList
{
	font-family:Sans-Serif;
	font-size:11px;
	padding-left:18px;
	width:190px;
}
.selectAll
{
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size:12px;
}
.fontNormal
{
	font-size:13px;
	font-family:"Trebuchet MS",tahoma,verdana;
}
.filterFieldTitleWidth
{
	width:180px;
}

.resourceSubCategory
{
	padding-left:18px;
	padding-top:0px !important;
	padding-bottom:0px;
	margin-bottom:0px;
	width:180px;
}
.paddingLeft div
{
	padding-top:0px;
	margin-top:0px;
}

.select_all
{
	font-size:12px;
}
.blog_post
{
	background-color:#FFF3EF;
	border:1px solid #E08063;
	padding:3px;
}
/* Resources page ends */

.topSearch
{
	_height:20px;
}

.resourceMsg {
font-family:Sans-Serif;
font-size:10px;
}

.padd10ALL
{
	padding:10px;
}

/* No script div begins */
#noScriptDiv{
	height:150px;
	width:400px;
	top:55%;
	left:25%;
	position:absolute;
	border:1px solid #666666;
	background-color:#ffffff;
	padding: 15px;
	padding-top: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:99999;
}
/* No script div ends */
