﻿body
{
    /*background-color: #cccccc;*/
    background: #0082b5 url('images/bgTile.jpg') repeat-x 50% top;
    margin-top: 0px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana;
    color: #1d2b94;
}


#ImageBackground
{
    /* position: relative; */
    background: url(images/isisBack.jpg) no-repeat center 0px;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    min-height: 740px;
    height: 100%; /*top: 0;*/
    display: none;  /*comment out when in development - this should always be set to "none"  -- each form on load will set it to display. */
}


#backContent
{
    margin: 0px auto;
    padding: 0px;
    width: 960px;
    vertical-align: top;
    background: #CFCFCF url('images/contentBackAdminGrayPlus10.jpg') no-repeat;
    height: 100%;
    
    /*Round the corners */
    border: 1px solid #FFFFFF; 
    border-radius: 10px; 

}




#ImageBackgroundOther
{
	background:url(images/isisBack.jpg) no-repeat center 0px;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
    display: none;
    /*height:100vh;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}



.cssAdminLabel /* Used for labels within Admin screens  */
{
    font: normal 15px/23px "Segoe UI", Arial, sans-serif;
    color: #000;
}



.MenuTitleLabel
{
    font: normal large/23px 'Segoe UI' , Arial, sans-serif;
    color: #4A8AB0;
    font-weight: bold;
}



/*
div.RadGrid_Default .rgCommandRow
{
    color: green;
}
*/

#adminMasterSaveButtonContainer
{
  border: 1px solid #FFFFFF; 
  border-radius: 10px; 
  background-color: #DDDDDD; 
  width: 100%;
  display: none;
}



.cssMasterSaveButton
{
    top: 2px !important;
    left: 2px !important;
}

.ObjectHidden
{
    display: none;
}

.HiddenGridColumn
{
    width: 0px;
    display: none;
}


/* ################################################################# */
/* #    css classes tied to buttons to display 16X16 sprite images   */
/* ################################################################# */

.save16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -120px 0;
    vertical-align: middle;
}


.cancel16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -20px 0;
    vertical-align: middle;
}

.add16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.edit16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -180px 0;
    vertical-align: middle;
}

.greenArrowLeft16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -80px 0;
    vertical-align: middle;
}

.greenArrowRight16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -100px 0;
    vertical-align: middle;
}

.greenCheck16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -217px 0;
    vertical-align: middle;
}

.process16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -140px 0;
    vertical-align: middle;
}

.refresh16
{
    height: 16px;
    width: 16px;
    border: 0px;
    background-image: url('Images/rbBasicIcons16x16.png');
    background-repeat: no-repeat;
    background-position: -160px 0;
    vertical-align: middle;
}




/* ################################################################# */
/* #    css classes tied to buttons to display 24X24 sprite images   */
/* ################################################################# */

.add24
{
    height: 24px;
    width: 24px;
    border: 0px;
    background-image: url('Images/rbBasicIcons24x24.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.greenCheck24
{
    height: 24px;
    width: 24px;
    border: 0px;
    background-image: url('Images/rbBasicIcons24x24.png');
    background-repeat: no-repeat;
    background-position: -302px 0;
    vertical-align: middle;
}



/* TEMP ############################################################################# */






