﻿/*
    Fixing nces extra padding for form
*/

div.header_container ~ form#aspnetForm {
    padding-top: 0 !important;
}

/************************************************************************************************************************************/
/* Global Static Styles                                                                                                             */
/* This classes use all pages                                                                                                       */
/************************************************************************************************************************************/
/*---------This is a code for general purpose Modal, in authenticatedmasterpage.master----------*/
.page-alert-dialog {
    position: fixed;
    font-family: Arial, sans-serif;
    font-size:14px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
    display: none;
}

.page-alert-dialog h2 {
    font-size:16px;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding-bottom:5px;
    margin-bottom:12px;
}

.page-alert-dialog #page-alert-dialog-message {
    color: #bb1a1a;
}




.page-alert-dialog:target {
    opacity: 1;
    pointer-events: auto;
}

.page-alert-dialog > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 4px;
    background-color: #fff;
    
}

.page-alert-dialog .close {
    /*background: #606061;*/
    color: #999;
    line-height: 25px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;*/
    cursor:pointer;
}

.page-alert-dialog .close:hover {
    /*background: #00d9ff;*/
     color: #333;
}
/*--------end modal-----------*/


/* basic style for a page  */
html, body {
    height: 100%;
}

.idc_body {
    margin: 8em 0px 0px 0px;
    font-style: normal;
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
}

/* regular hyperlink on a page styles */
.idc_body a:link 
{
	text-decoration:underline;
	color:#333333;
	font-size:11px;
}
.idc_body a:visited
{
	text-decoration:underline;
	color:#333333;
	font-size:11px;
}
.idc_body a:hover
{
	text-decoration:underline;
	color:#333333;
	font-size:11px;	
}
.idc_body a:active
{
	text-decoration:underline;
	color:#333333;
	font-size:11px;
}
/* Text marked with this class will be title */
.idc_title1
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #1e3e7b;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* Text marked with this class will be sub title */
.idc_title2
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.idc_title3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
/* this class used only on ErrorPage.aspx */
.idc_errortitle
{
	padding-top:25px;
	padding-bottom:28px;
	background-color:White;
	font-family:Arial;
	font-size:24px;   
	color:#656565;
	margin-left:40px;
}

/* default text style */
.idc_regulartext
{
	margin: 0px 0px 0px 0px;	
	font-style:normal;
	font-size:11px;
	color:#333333;
	font-family:Verdana;	
}
/* small text style */
.idc_smalltext
{
	font-family: Verdana;	
	font-size:9px;
	color:#333333;
	font-family:Verdana;
}
.idc_smalllink
{
	font-size:9px;
	text-decoration:underline;
	font-weight:normal;
}
/* textbox style (<input type='text'> or ASP.NET TextBox control) */
.idc_textbox
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333;
}
/* all GridView controls and HTML tables must use this styles */
.idc_gridview
{
	/*border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;*/	
	color:#333333;
}
/* table header  (apply for <tr> tag only that represents table header) */
.idc_gridviewheader
{
	background-color: #e3eef7;
	height:23px;	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#c7ddea;	
	font-family:Verdana;
	font-size:10px;
	color: #1e3e7b;
	font-weight:bold;	
	text-align:left;
	vertical-align:middle;	
	padding-left:2px;
}

.idc_gridviewheader th {
    text-align:left;
}

/* hyperlink style for .gridviewheader */
.idc_gridviewheader a:link
{	
	font-family:Verdana;
	font-size:10px;
	color: #1e3e7b;
	font-weight:bold;
	text-decoration:underline;
}
/* hyperlink style for .gridviewheader */
.idc_gridviewheader a:hover
{	
	font-family:Verdana;
	font-size:10px;
	color: #1e3e7b;
	font-weight:bold;
	text-decoration:underline;
}
/* hyperlink style for .gridviewheader */
.idc_gridviewheader a:visited
{	
	font-family:Verdana;
	font-size:10px;
	color: #1e3e7b;
	font-weight:bold;
	text-decoration:underline;
}
/* alternative style for table header */
.idc_gridviewheaderdark
{
	background-color: #1e3e7b;
	height:23px;	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;	
	font-family:Verdana;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;	
	text-align:left;
	vertical-align:middle;	
	padding-left:2px;
}

.idc_gridviewdiv
{	
	background-color:#ffffff;
	color:#333333;	
	vertical-align:middle;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c7ddea;	
	text-align:left;
	vertical-align:middle;
	height:27px;	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333;
}


/* style for all <tr> in a table. Apply this style for <tr> tag only.  */
.idc_gridviewrow
{	
	background-color:#ffffff;
	color:#333333;	
	vertical-align:middle;
}
/* <td> style for .gridviewrow class */
.idc_gridviewrow td
{	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c7ddea;	
	text-align:left;
	vertical-align:middle;
	height:23px;	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow a:link
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow a:hover
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow a:visited
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}

.idc_gridviewrow_alternate
{	
	/*background-color:#ebf4f4;*/
	background-color:#f0f4f4;
	color:#333333;	
	vertical-align:middle;
}

.idc_gridviewrow_alternate td
{	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c7ddea;	
	text-align:left;
	vertical-align:middle;
	height:23px;	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow_alternate a:link
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow_alternate a:hover
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}
/* hyperlink style inside table <td> tags */
.idc_gridviewrow_alternate a:visited
{	
	font-family:Verdana;
	font-size:11px;
	color: #1e3e7b;
	font-weight:normal;
	text-decoration:underline;
}
/* style to highlight row in a table. Apply only for <tr> tag. */
.idc_gridviewrowmarkedrow
{	
	background-color:#fefebd;	
}
/* <td> style for hightlighted row */
.idc_gridviewrowmarkedrow td
{	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	background-color:#fefebd;	
	text-align:left;
	vertical-align:middle;	
	height:21px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c7ddea;	
}

/* Class is used to remove border-bottom propery from TD */
.idc_cleartable { }
.idc_cleartable td { border-bottom:solid 0px #ffffff; }





/* class for gray out whole page */
#idc_grayoutcover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index :50;
	background:white;
	filter:alpha(Opacity=75);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5
}
/* add shadow for a <div> tag */
.idc_divshadow
{
	background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
    padding: 0 5px 5px 0;
}
/* no margin and no padding for a tag */
.idc_nospace
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px; 
	border-collapse: collapse;
}
/* this is generic class for popup div */
.idc_popup
{
	position:absolute;	
	border: solid 1px #666666;
	background-color:#ffffdf;
	padding-left:4px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:10px;	
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	color: #1e3e7b;	
}
/************************************************************************************************************************************/
/* END Global Static Styles                                                                                                         */
/************************************************************************************************************************************/


















/* ********************************************* */
/* SelectVariables.aspx, BGPTree.aspx.cs classes */
/* and all pages related to select variables     */
div.idc_submaindiv
{
	position:relative; 
	top:10px; 
	left:0px; 
	width:760px; 
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	height:auto;
}

div.idc_maindiv
{
	position:relative; 
	top:0px; 
	left:0px; 
	width:720px; 
	text-align:left;
	font-family:Verdana;
	font-size:11px;
}
.idc_sdiv
{
	position:relative; 
	top:0px; 
	left:10px; 
	width:710px; 
	text-align:left;
	font-family:Verdana;
	font-size:11px;
}
.idc_fdiv
{
	position:relative; 
	top:0px; 
	left:15px; 
	width:705px; 
	text-align:left;
	font-family:Verdana;
	font-size:11px;
}
.idc_xdiv
{
	position:relative; 
	top:0px; 
	left:17px; 
	width:700px; 
	text-align:left;
	font-family:Verdana;
	font-size:11px;
}
.idc_bodybold_toplevel_remove_remove
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    color:Black;
	text-align: left;
}
.idc_bodybold_sublevel
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    color:White;
	text-align: left;
}
.idc_bodybold_bottomlevel
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    color: #cc0000;
	text-align: left;
}
.idc_bplus
{
	
	padding-top:3px;
	margin-top:0;
	padding-left: 4px;
}
.idc_dvTree 
{
	text-align:left;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	left:40%;
	top:50%;
	width:425px;
	height:400px;
	padding-bottom:10px;	

	position:absolute;
	z-index:75;
	background:#e8e8da;
	font-size: 11px; 
    font: 11px Verdana;
	border:1px solid black;	
	overflow:scroll;
}
.idc_dvTree_Head
{
	background-color:#4e71a5;
	width:408px;
	padding: 0px 0px 0px 0px;
	line-height:25px;
}
.idc_dvTree_Head_bold
{
	color:white;
	width:308px;
	font-family:Verdana;
	font-size: 11px;
    font-weight: bold;
	padding-left:10px;
}
.idc_dvTree_Head_small
{
	color:white;
	width:100px;
	font-family:Verdana;
	font-size: 11px;
	padding-right:5px;	 
}
.idc_QualVarTree
{
    text-align:left;
	vertical-align:top;
    left:30%;
	top:50%;
	position:fixed;
	z-index:75;
	
	padding: 0px 0px 0px 0px;	
	font-size: 11px;     
	border-width: 0px;
}
.idc_QualVarTree_Head
{
	/*background-image:url(../../images/cds_qv_headerbg.png);
	background-repeat:no-repeat;*/
	/*background-color:#4e71a5;*/
	
	/*width:400px;*/
	/*height:25px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.idc_QualVarTree_Head_bold
{
	color:white;	
	font-family:Verdana;
	font-size: 11px;
    font-weight: bold;
	padding-left:10px;
}
.idc_QualVarTree_Head_small
{
	color:white;
	width:100px;
	font-family:Verdana;
	font-size: 11px;
	padding-right:5px;	 
}
/* END ********************************* */






/* ********************************************* */
/* Step.ascx control styles                      */
/* this class is for div that containts toolbars */
.idc_stepstoolbarcontainer
{
	width:760px; 	
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px dotted #999999;
	margin:0px 0px 0px 0px;
	padding-top:10px;
	padding-bottom:11px; 
	background-color:#fffde5;
}

/* class for div that contains toolbar */
.idc_stepsinfo
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	
	margin-left:16px;
	margin-top:6px;
	margin-right:10px;	
}

/* step's toolbar style */
.idc_stepstoolbar
{
	display:block; 
	margin-top: 0px;
	padding-top: 6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width:740px; 	
	background-color: #f2eed7; 
	text-decoration: none;
	
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
/* step's toolbar hyperlink style */
.idc_stepstoolbar a:link
{
	text-decoration:underline;
}
/* step's toolbar hyperlink style */
.idc_stepstoolbar a:visited
{
	text-decoration:underline;
}
/* step's toolbar hyperlink style */
.idc_stepstoolbar a:hover
{
	text-decoration:underline;
}
.idc_steps td
{
	font-style:normal;
	font-size:11px;
	color:#333333;
	font-family:Verdana;
}

/* ********************************************* */





/* ********************************************* */
/* Default.aspx page styles                      */
.idc_defaultpagecontainer
{
	/*border: solid 1px #FF0000;*/
	position:relative;
	border: solid 0px #cccccc;
	width:760px;
	height:330px;
	background-image: url(../../images/startpage_bg.jpg);	
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
	
}
/* header div that containt background image */
.idc_defaultpageheader
{
	width:760px; 
    /*KR UPDATE*/
	height:67px; /*46px;*/     
    background-position: bottom;
    background-image:url(../../images/topgraphic.jpg);
	/*background: white url(../../images/topgraphic.jpg);*/

	background-repeat:no-repeat;	
	vertical-align:top;
	text-align:left;	
}
/*KR UPDATE*/
#divFinalDataText {
    /*background-color: #FAF6F1;*/
    /*border-radius: 0px 0px 5px 5px;*/
    
}
#tdFinalData { /*border-radius: 5px 5px 0px 0px;*/ }

#tdPreliminary { /*border-radius: 5px;*/ }

#access-title { 
    color:#336699;
    float: left;
    font-size: 18px;
    font-family: Arial;
}

.access-title { 
    color:#336699;
    float: left;
    font-size: 18px;
    font-family: Arial;
}
.idc_smalltext {   
    font-family: Arial; 
    font-size: 11px;
}
#rbGuestUseRevDataNo, #rbGuestUseRevDataYes, #rbInstLevelUseRevDataNo, #rbInstLevelUseRevDataYes { margin-left: 0px; }

/* style for "Returning Users Can" */
.idc_divreturningusers
{
	margin-top:53px;	
	margin-left:53px;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;	
	text-align:left;
}
/* style for "Returning Users Can" */
.idc_divreturningusers a:link
{	
	color: #ffffff;
	text-decoration: underline;
}
/* style for "Returning Users Can" */
.idc_divreturningusers a:visited
{
	color: #ffffff;
	text-decoration: underline;
}
/* style for "Returning Users Can" */
.idc_divreturningusers a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* ********************************************* */





/* ********************************************* */
/* AuthenticatedMasterPage.master styles         */
/* div contains header image and hyperlinks      */
.idc_masterpageheader
{
	width:760px; 
	height:46px; 
	background: white url(../../images/topgraphic.jpg);
	background-repeat:no-repeat;	
	vertical-align:top;
	text-align:right;	
}
/* link style for header */
.idc_masterpageheader a:link
{
	text-decoration:none;
	font-family: Verdana;
	font-size:9px;
	font-weight:normal;
	color: #203e77;	
}
/* link style for header */
.idc_masterpageheader a:active
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal;
	color: #203e77;
}
/* link style for header */
.idc_masterpageheader a:visited
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal;
	color: #203e77;
}
/* link style for header */
.idc_masterpageheader a:hover
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal;	
}
/* drop down menu "I Want To" in master page  */
.idc_masterpagemenu
{
	position:absolute; 
	display:none; 
	background-color:#e3eef7;	    
    width:233px; 
    text-align:left;    
    z-index: 600;
    border-top: solid 1px #cccccc;
    padding-top:3px;
    border: solid 1px #7f9db8;
    border-top: solid 0px #e3eef7;
}
/* link style for "I want to" menu */
.idc_masterpagemenu a:link
{
	text-decoration:none;
	font-size:10px;	
}
/* link style for "I want to" menu */
.idc_masterpagemenu a:active
{
	text-decoration:none;	
	font-size: 10px;
}
/* link style for "I want to" menu */
.idc_masterpagemenu a:visited
{
	text-decoration:none;
	font-size:10px;	
}
/* link style for "I want to" menu */
.idc_masterpagemenu a:hover
{
	text-decoration:none;
	font-size:10px;	
}
/* ********************************************* */






/* ********************************************* */
/* QueryForm.aspx styles                         */
/* style for pop up div */
.idc_queryformpopup
{
	border: solid 1px #333333;	
	background-color: #e8e8da;	
	
	position:absolute;
	left:-250px;
	top:-100px;
	width:400px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* header div for pop up */
.idc_queryformpopupheader
{
	background-color:#4e71a5;	
	color:#ffffff;
	font-weight:bold;
	padding-left:14px;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:3px;
}
/* hyperlink style for header */
.idc_queryformpopupheader a:link
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:9px;
	font-family:Verdana;
}
/* hyperlink style for header */
.idc_queryformpopupheader a:hover
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:9px;
	font-family:Verdana;
}
/* hyperlink style for header */
.idc_queryformpopupheader a:visited
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:9px;
	font-family:Verdana;
}
/* ********************************************* */





/* ********************************************* */
/* MasterVariableList.aspx styles                */
.idc_masterfiletableheadings 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1e3e7b;
	background-color: #e3eef7;
	vertical-align: top;
	
	padding-top: 4px;
	padding-bottom: 4px;
}

.idc_masterfiletabletitles 
{
	background-color: #1e3e7b;
	height:23px;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#c7ddea;
	
	font-family:Verdana;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	
	text-align:left;
	vertical-align:middle;
	
	padding-left:10px;
	padding-top:6px;	
}
.idc_masterfiletablebody 
{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	vertical-align: top;
	line-height: 13px;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.idc_masterfiletablebodyalternate 
{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #f3f3ec;
	vertical-align: top;
	line-height: 13px;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.idc_dvHelperWrapper
{
	position:absolute;
    top:40%;
    left:40%;
    height: 126px;
    z-index:1000;
}
.idc_dvHelper 
{
	background-color: #e8e8da;
    border: 1px solid #000000;
    width: 450;
    /*height: 120px;*/
    height: 175px;
    font-family: Verdana;
    font-size: 11px;
    vertical-align: top;
}
.idc_dvHelperHeader 
{
	width: 100%;
    background-color: #4e71a5;
    color: #ffffff;
    border-bottom: 1px solid #000000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}
.idc_dvHelperBody 
{
	width: 100%;
    color: #333333;
    font-family: Verdana;
    font-size: 11px;
    line-height: 13px;
    padding-left: 10px;
}
/* ********************************************* */










/* ********************************************* */
/* Report Templates styles                       */
.idc_ReportTopHeader 
{
    font-family:Verdana;
    font-size:9px;
    font-weight:bold;
    color:#3366cc;
    text-align:center;
    background-color: #b0d7de;
    padding:4px;
}

.idc_DownloadReportTopHeader 
{
    font-family:Verdana;
    font-size:9px;
    font-weight:bold;
    color:#3366cc;
    text-align:center;
    padding:4px;
}

.idc_ReportHeader 
{
    font-family:Verdana;
    font-size:9px;
    font-weight: normal;
    color:#3366cc;
    text-align:center;
    background-color: #e1edef;
    padding:4px;
}

.idc_DownloadReportHeader 
{
    font-family:Verdana;
    font-size:9px;
    font-weight: normal;
    color:#3366cc;
    text-align:center;
    padding:4px;
}
/* ********************************************* */

/* ********************************************* */
/* InstitutionByName.aspx styles                 */
.idc_divAutoComplete
{
	padding-top:2px;
	padding-bottom:3px;
	padding-left:5px; 
	padding-right:2px;
	
}
idc_divAutoComplete a:link
{
	text-decoration:underline;
	font-size:11px;	
}
.idc_divAutoComplete a:active
{
	text-decoration:underline;
	font-size:11px;
}
.idc_divAutoComplete a:visited
{
	text-decoration:underline;
	font-size:11px;
}
.idc_divAutoComplete a:hover
{
	text-decoration:underline;
	font-size:11px;	
}

/* ********************************************* */



/* ********************************************* */
/* CDS styles (all pages                         */
.idc_YearsList
{
	font-size:11px;	
}
.idc_YearsList a:link
{
	text-decoration:underline;
	font-size:13px;	
    font-family:Segoe UI, Arial;    
}
.idc_YearsList a:active
{
	text-decoration:underline;
	font-size:13px;
    font-family:Segoe UI, Arial;    
}
.idc_YearsList a:visited
{
	text-decoration:underline;
	font-size:13px;
    font-family:Segoe UI, Arial;    
}
.idc_YearsList a:hover
{
	text-decoration:underline;
	font-size:13px;
    font-family:Segoe UI, Arial;    
}
.idc_SurveyTitleDefault
{
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:#557074;
	
	background-image: url(../../images/cds_tree_surveytitlebluebg.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:680px;
}
.idc_SurveyTitleSelected
{
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3a4f52;
	
	background-image: url(../../images/cds_tree_surveytitleorangebg.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:680px;
}
.idc_SurveyChildDiv
{
	padding-top:6px;
	padding-bottom:15px;
	padding-left:20px;
	
	width:660px;
	background-image: url(../../images/cds_tree_surveychilddivbg.jpg);
	
}
.idc_DivBorder
{
	border-width:1px;
	border-color:#FF0000;
	border-style:solid;
}
/*
.idc_QualVarTree
{
	text-align:left;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	left:40%;
	top:50%;
	width:401px;
	height:400px;
	
	

	position:absolute;
	z-index:75;
	background:#F7F5EB;
	font-size: 11px;     
	border-width: 0px;
	
}
.QualVarTree_Head
{
	background-image:url(../../images/cds_qv_headerbg.png);
	background-repeat:no-repeat;	
	width:400px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	margin-bottom:0px;
	padding-bottom:0px;	
}
.QualVarTree_Head_bold
{
	color:white;	
	font-family:Verdana;
	font-size: 11px;
    font-weight: bold;
	padding-left:10px;
}
.QualVarTree_Head_small
{
	color:white;
	width:100px;
	font-family:Verdana;
	font-size: 11px;
	padding-right:5px;	 
}
*/
/* ********************************************* */




/* ********************************************* */
/* Snapshot                                      */

/* snapshot table - left border */
.idc_ssBorderLeft
{
	border-left: solid 1px #c7ddea;
}
/* border on left and bottom */
.idc_ssBorderLeftBottom
{
	border-left: solid 1px #c7ddea;
	border-bottom: solid 1px #c7ddea;
}
/* bottom border */
.idc_ssBorderBottom
{
	border-bottom: solid 1px #c7ddea;
}

.idc_ssxRightBottom
{
	border-right:solid 0px #4578ad;
	border-bottom:solid 1px #97bee7;
}
.idc_ssxBottom
{
	border-bottom:solid 1px #97bee7;
}
.idc_ssxTop
{
	border-top:solid 1px #4578ad;	
}
.idc_ssxRight
{
	border-right:solid 1px #F0F0F0;	
}
.idc_ssxLeft
{
	border-right:solid 1px #F0F0F0;	
}
.idc_ssxHeaderCell
{
	font-family: verdana, Arial; 
	font-size: 9px;
	font-weight: bold;
	color:#1e3e7b;
}
.idc_ssxHeaderRow
{
	color:#1e3e7b;
	background-color:#e3eef7;
	font-size: 9px;
	font-weight: bold;
}
/* ********************************************* */




/* Styles related to Step controls drop down menu */
.idc_ddm_div
{
	display:none; 
	position:absolute; 	
	z-index:999;	
}
.idc_ddm_div td
{
	font-size:10px;
}

.idc_ddm_div_submenu
{
	display:none; 
	position:absolute; 	
	z-index:999;
	border:solid 1px #a4aeb4; 
	background-color:#ececec; 
	border-left:solid 0px #a4aeb4;
}
.idc_ddm_info
{
	cursor:default;
	width:13px;
	text-align:left;
	vertical-align:middle;	
	padding:5px 0px 6px 11px;
	border-left:solid 1px #a4aeb4;
}
.idc_ddm_label
{	
	text-align:left;
	vertical-align:middle;
	padding:5px 0px 6px 2px;
	cursor:pointer;
}
.idc_ddm_child
{
	cursor:pointer;
	width:20px;
	text-align:left;
	vertical-align:top;	
	padding:4px;
}
.CentralSection {
		margin: 0 auto;
		padding: 0px;
		width: 750px;
		height: 800px;
		font-family: verdana;
		color: #333333;
		background: #fff url(images/HeaderBackground.jpg) no-repeat;
}
.Header {
		color: #003366;
		font-size: 14px;
		font-weight: bold;
		padding-right: 80px;
		padding-top: 7px;
		text-align: right;
}
.CollegeInfo {
		font-family: Verdana;
		color: #003366;
		font-size: 11px;
		line-height: 14px;
		padding-right: 80px;
		text-align: right;
}
.Title {
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-indent: 5px;
		padding-top: 3px;
		background-color: #6d9ece;
		width: 750px;
		height: 18px;
}
.Content {
		width: 750px;
		height: 650px;
		background: #ffffff;
		margin: 0;
		font-family: Verdana;
		font-size: 11px;
}
.SmallTitle {
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
}
.TableTitle {
		color: #336699;
		font-weight: bold;
}
.TableSmallTitle {
		font-size: 9px;
		color: #336699;
}
.T4 {
		float: left;
		width: 185px;
		line-height: 7px;
}
.T2 {
		float: left;
		width: 370px;
}
.TableLine {
		border-collapse: collapse;
}
.TableLine td {
		padding: 3px;
}
.TableLine .leftborder {
		border-left: 1px solid #82b0dd;
}
.TableLine .rightborder {
		border-right: 1px solid #82b0dd;
}
.TableLine .bottomborder {
		border-bottom: 1px solid #82b0dd;
}
.FixHeight {
		height: 90px;
}
.ImageGab {
		padding-right: 3px;
}
.Note {
		font-size: 12px;
		font-weight: Bold;
		color: #333333;
}





/* *************************************************** */
/* Styles for EXPT page                                */
/* *************************************************** */
.idc_expt_smalltext {
    font-size:10px;
    font-weight:normal;
}

.idc_expt_smalltext a:link 
{
    color:Red;
    font-size:10px;
	text-decoration:underline;
	color:#333333;	
}
.idc_expt_smalltext a:visited
{
    font-size:10px;
	text-decoration:underline;
	color:#333333;	
}
.idc_expt_smalltext a:hover
{
    font-size:10px;
	text-decoration:underline;
	color:#333333;		
}
.idc_expt_smalltext a:active
{
    font-size:10px;
	text-decoration:underline;
	color:#333333;
}

.idc_expt_smalltext td a:link 
{
    color:Red;
    font-size:9px;
	text-decoration:none;
	color:#333333;	
}
.idc_expt_smalltext td a:visited
{
    font-size:9px;
	text-decoration:none;
	color:#333333;	
}
.idc_expt_smalltext td a:hover
{
    font-size:9px;
	text-decoration:underline;
	color:#333333;		
}
.idc_expt_smalltext td a:active
{
    font-size:9px;
	text-decoration:underline;
	color:#333333;
}



.idc_expt_subjecttitle {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#6a7d8c;
}


/* *************************************************** */
/* Styles for institutionProfile and its popup         */
/* *************************************************** */

.idc_instprofile_navigation-title
{
	margin-top:4px;
	width:240px;
	border:1px solid Gray;
	font-size:12px;
	cursor:pointer;
	background-color:#e3eef7;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	vertical-align:middle;
	color: #333333;
	font-weight:bold;
	font-size: 10px;
	font-family: Verdana
}

.idc_instprofile_navigation
{
	width:240px; 
	border:1px solid Gray;
	border-top:0px;
	background-color:#e3eef7			
}

.idc_instprofile_link
{
	color: #333333;
	font-style: normal;
	font-size: 10px;
	font-family: Verdana;
	text-decoration:none
}


.dct-table-review
{
    width:760px;
    background-color:white;    
}
.dct-table-review .header td
{
    background-color: #F0F5FA; /*#E3EEF7; */
    border-top-width:0px;
    padding:4px;
}
.dct-table-review td
{
    /*padding:3px 0px 3px 5px;*/
    border-color:#cccccc;
    border-width:1px;
    border-style:solid;    
}

.dct-table-review td.no-left-border
{
    border-left-width:0px;    
}

.dct-table-review td.no-right-border
{
    border-right-width:0px;
}
.dct-variable-div
{
    background-color:#ffffff;
	color:#333333;	
	vertical-align:middle;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;	
	text-align:left;
	vertical-align:middle;
	height:auto;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #333333; 
	width:760px;	
}



.logo-wrapper .left {
    float: left;   
    position: relative;
    top: 13px;
}

.logo-wrapper .left a:link,
.logo-wrapper .left a:visited,
.logo-wrapperr .left a:hover
{
    text-decoration: none;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.logo-wrapper .right {
    float: left;
    position:relative;
    top: 19px;
    left: 11px;
    font-size:12px;
    /*line-height: 23px;*/
    width: 200px;
}

.header-info-buttons {
    position: relative;
}

.header-info-buttons > div {
    position: absolute;
    top: 12px;
    right: 0;
}

.header-info-buttons > div .item {
    float: right;
    margin-left: 6px;
}

.header-info-buttons > div .separator {
    float: right;
    margin-left: 6px;
    color: #999;
}

.header-info-buttons > div .item a:link,
.header-info-buttons > div .item a:visited,
.header-info-buttons > div .item a:hover {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 11px;
}



.dc_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 700;
    display: none;
	opacity: 1;
}

.dc_overlay .overlay-content {
    height: 100%;
    overflow: scroll !important;
}

.dc_overlay.visible {
    display: block;
}


.dc_body-overlay-visible {
    overflow: hidden;
}

.dc_change_permission {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}


.dc_change_permission input[type=submit] {
	border: 1px solid #1e3e7b;
	background-color: #e3eef7;
	padding: 4px 6px;
	border-radius: 2px;
}

.dc_change_permission input[type=submit]:disabled {
	border: 1px solid #93a1bb;
	background-color: #e3eef7;
	padding: 4px 6px;
	border-radius: 2px;
	color: #999;
}

.masterpage table.custom {
    width: 100%;
    border-collapse: collapse;
}

.masterpage table.custom th {
    background-color: #1e4f9e;
    border: 1px solid #1e4f9e;
    padding: 12px 6px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.masterpage table.custom td {
    padding: 12px 6px;
    background-color: #b8e8fc;
    color: #000;
    text-align: center;
    border: 1px solid #4c76c9;
}      

.masterpage table.custom td .bold {
    font-weight: bold;
}