﻿body { behavior: url(/MyIHS/Css/Common/csshover.htc); } 


/* Style for secondary Navigation Start Here */
#dvMainMenu ul
{
	margin:0;
	padding:0;
	margin-left:-1px;
	_margin-left:-4px;
}

#dvMainMenu  li
{
	list-style:none;		
	float:left;		
}

#dvMainMenu ul ul
{
	position:absolute;
	display:none;
	margin-left:1px;

	
}

#dvMainMenu ul li.TopLevelMenu
{
	background-image: url(/MyIHS/Images/common/blackList.gif);
	color:#000000;
	font-weight:bold;
}

#dvMainMenu ul li
{
	
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 1px;
	
}


#dvMainMenu  a
{
	line-height:20px;
	color:#000000;
	text-decoration:none;
}


#dvMainMenu ul li:hover a
{	
	text-decoration:underline;
}

#dvMainMenu ul  li:hover  ul li a
{
  text-decoration:none;	
}

#dvMainMenu ul  li  ul li:hover a
{
  text-decoration:underline;
}


#dvMainMenu ul li:hover ul
{
	display:block;
}

#dvMainMenu ul ul li.first
{
	margin:0 10px 0 0;
	padding:0;
}

#dvMainMenu ul ul li a
{
	font-size:11px;
	font-weight:normal;	
}

#dvMainMenu ul ul
{
	_margin-top:17px;
}
#dvMainMenu ul ul li
{
	padding:0px 12px 0px 0px;
}

.FirstTopNap
{
	margin-left:6px;
	_margin-left:4px;
}

#dvMainMenu ul.TopLevelMenuContainer
{
	margin-top:3px;
}
#dvMainMenu  #ulProfileSubMenu
{
	_margin-top:20px;
	_margin-left:-47px;
}
/* Style for secondary naviagation end here */

/* For Header in the MYIHS Page  Begin*/

.IHSHeader
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	color: #3b3b3b;
	line-height: 38px;
	font-weight: bold;
}

.breadCrumb
{
	font-family:Tahoma;
	font-size:12px;
	color:#3a6708;
	padding-left:0px;
	line-height:38px;
}

.breadCrumbSpacer
{
	height:10px;
}

.grayBoxSN
{	
	background-image:url(/MyIHS/Images/common/topNavBackGround.gif);
	background-repeat:repeat;
}

/* Style for page header and breadcrump end */

/* Style for Profile and Other Pages */

/* Class applied to the fieldset control that contains form control */
.control_group
{
    border:1px solid #999999;
    clear:both;
    margin:0 0 0 0.3em;
    padding:0px 20px 10px 20px;        
}
/* Class applied to the legend control of the fieldset control */
.control_legend
{
    text-transform:capitalize;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #999999;
    font-size:14px;
    font-weight:bold;
    margin:0 -0.4em;
    padding:5px 10px;
}

/* style for form controls label*/
.field_label     
{
    color:#555555;
    float:left;    
    font-weight:bold;
    margin-top:3px;
    text-align:right;
    text-transform:capitalize;
    width:110px;
    margin-right:15px;
}

/* style for form controls*/
.field_controls
{
    color:#666666;       
    font-size:1.1em;
    margin-left:0px;
    padding:0px;
    width:160px;
    border:1px solid #CCCCCC;
}        

/* apply style to input controls for checkboxlist    */
.field_group table input
{
    width:5%;
    margin:3px 0;
    padding:0px;
    float:left;
    border:none;
}

/* apply style to label controls for checkboxlist    */
.field_group table label
{        
    margin:0px 0px 0px 15px;
    padding:2px 0px;
    *padding-top:5px;
    float:left;
}

/* apply style to table rendered for checkboxlist control */ 
.field_group table
{
    width:100%;
    padding:0px;
    margin:0px;
    
}      

/* Style applied to create account button */
.createAccountBtn
{
	background-color:#F7BD5C;       
    width:130px;               
	border:1px solid #3B3B3B;
	color:#000000;
	height:27px;
	text-align:center;
}   

/* style applied to table that contains form fields */
.fieldContainertable 
{
    margin:20px 0px;
    width:100%;
}

/* style applied to table  rows that contains form fields */
.fieldContainertable tr
{
    height:29px;
}

/* style applied to left columns */
.leftColumn2
{
    width:155px;
    text-align:right;
    font-weight:bold; 
    vertical-align:top;       
}

/* style applied to right columns */
.rightColumn2
{
    width:300px;  
    padding-left:10px;   
    vertical-align:top;   
}


/* required field indicator */
.requiredFieldIdicator
{
    color:red;
}

/* Style applied to the left content div */
.leftContent
{
    width:500px;
    /*width:100%;*/
    float:left;       
    padding-right:20px;     
}
/* Style to create right border in the left content div */
.borderLeft
{
	 /*border-right:1px solid #999999;  */ 
}

/* Style for right content div */
.rigntContent
{
    width:200px;
    float:left;
    margin: 10px 0 0 20px;
}

/*  style for top content div*/
.topContent
{
   width:100%;
   margin-bottom:20px; 
}

/* style for boxes used in the signup page */
.boxBorder
{
    border-bottom:2px solid #999999;
    height:0px;
    margin:20px 0px;
}

.box2 ul
{
    margin:0;
    padding:0px 0 0 20px;
}

.box2 ul li
{
   margin:0;
   padding:padding:0 0 0 3px;
   margin-bottom:10px;
   font-size:12px;
}

/* Box header in the signup page */
.box2 h2
{
	color:#F7BD5C;
	font-family:"Trebuchet MS",Tahoma,Verdana;
}
/*  style for find button that is used with the company/usniversity seach control  */
#btnPreInst
{
	width:60px;
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:23px;
	text-align:center;
}
/* Style for save/ submit button */
.btnSave
{
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:64px;
}

.btnSaveForlater
{
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:100px;
}
.btnRegister
{
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:150px;
}
/* Style for spacer that define space between to custom controls */
.control_group_spacer
{
    height:20px;
}

/* Style definging with of the check box or redio button */
.check_radio_width_input
{
	width:15px;
}
.check_radio_width input
{
	width:15px;
}

.check_radio_width_loginpage 
{
	margin:0;
	padding:0;
	line-height:18px;
}
.check_radio_width_loginpage input
{
	width:15px;
	float:left;
	margin-left:0;
}
.check_radio_width_loginpage label
{
	float:left;
}

/* Style for delete button  */ 
.deletebutton
{  
    background-color:red;
	border:1px solid #3B3B3B;
	color:#000000;
	height:27px;
	text-align:center;
	width:69px;
	margin-left:94px;
    
}
  
/* Style for add more button */
.morebutton
{        
    background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;
	height:27px;
	text-align:center;
	width:69px;
    margin-left:4px;
}

/* Style for Table that contains Custom Controls in the aspx page */
.customControlContainerTable
{
	width:100%;
}
/*  Style for height of the tr that contains form controls    */
.fieldContainertable tr 
{
	height:29px;
}
/* style for required Field indicator */
.redstar
{
	color:Red;
}

/* No script div begins */
#noScriptDiv
{
	height:150px;
	width:400px;
	top:2%;
	left:1%;
	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:1000;

    
    
}
/* No script div ends */







/* Updated Master css */
.grayBoxContentSN
{
	padding: 0px 5px;
	min-height: 45px;
	_height: 45px;
}

.secondLevelTitle
{		
	font-size:18px;
	font-weight:bold;	
	margin-top:0;
}

.rightColumn2 small
{
	display:block;
	margin-top:-3px;
}
.rightColumn2 small.uploadControl
{
	display:block;
	
	margin-top:-10px;
	*margin-top:-5px;
	_margin-top:-10px;
	font-weight:bold;
	_position:absolute;
	
}


.grayBoxCornerSN
{
	height: 11px;
}



.columnHeight
{
	 height:30px;	
	vertical-align:top;
}

.ValidationSummary ul li
{
color:Red;
}

.rbtnGPA
{
width:10px;
display:inline-block;
margin:0px 10px 0px -2px;
}

.RowSpace
{
	height:10px;
}
.requiredFieldMarker
{
	background-color:#E6E9ED;
	border:1px solid #999999;
	padding:4px 4px 4px 4px;
}

/* Class for applicaton error Message  */
.applicationErroeMessage
{
	margin:10px auto;
	color:Red;
	display:none;
}

/* From Ols Master Pages */

.frmLabelBoldtxt
{
    font-weight:bold;
    vertical-align:top;
}

.error-msg-box
{
	border:dotted 1px #000000;
	background-color:#f7f7ef;
	padding:3px;
	margin-bottom:2px;
	margin-top:4px;
}


.white-bg
{
	border:1px solid #ffffff;		
	background-color:#ffffff;
	padding:4px 8px 4px 3px;
}
.grey-bg
{
	border:1px solid #999999;
	background-color:#e6e9ed;
	padding:4px 8px 4px 3px;	
}

.dtwhitebg
{
	/*border:1px solid #ffffff;		
	background-color:#ffffff;*/
	border:1px solid #F9F8F6;		
	background-color:#F9F8F6;
	padding:2px 3px 2px 2px;
}
.dtgreybg
{
	border:1px solid #999999;
	background-color:#e6e9ed;
	padding:2px 3px 2px 2px;	
}

/* Classes/ Styles for confirmation process section */

.confirmationProcessMainContent
{
	padding:0 0 5px 0;	
}

.confirmationProcessSubHeader
{
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}
.confirmationProcessInnerSubHeader
{
	margin-top:15px;
	font-weight:bold;
}

.confirmationProcessInnerIndentstion
{
	padding-left:30px;
}
.smallContainer small
{
	font-weight:bold;
}

.dvConFieldWrapper .jfVal .icon div.iconbg
{
	width:20px;
}

.dvConLeftColumn
{
	float:left;
	width:180px;
}

.dvConRightColumn
{
	float:left;
	width:300px;
}

.divConClear
{
	clear:both;
}

.spacerDiv
{
	height:20px;
}
.innerSpacerDiv
{
	height:10px;
}
.conButtonWrapper
{
	margin-top:20px;
	margin-left:4px;
}
.dvConRightColumnDecline
{
	width:260px;
	float:left;
}
.btnPaymentProcess
{
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:130px;
}
.btnSubmitCompletedReview
{
	background-color:#F7BD5C;
	border:1px solid #3B3B3B;
	color:#000000;		
	height:27px;
	text-align:center;
	width:180px;
}
.ExternalReviewTextArea
{
	width:440px;
	height:200px;
	margin-top:8px;
}

/* for address verification section */
.VerificationOptions
{
	float:left; 
	width:236px; 
	border-left:solid #566E75 1px; 
	padding-left:5px
}
.VerificationOptions input
{
	width:13px;
	margin-top:5px;
}



.SuggestedAddress
{
	float:left; 
	width:190px;
}
.addressVerificationBlock
{
	background-color:#EFEFEF;
	margin-top:5px;
	padding:5px;
}

.rightColumn2 .dtwhitebg
{
    padding-top:0px;    
    *vertical-align:top; 
    *border-top:none;
}
.dtwhitebg input
{
    *height:16px;
}
