﻿


img /* STOP LINK PUTTIN A PURPLE BOX ROUND THE IMAGE BUTTON AT THE TOP OF THE SCREEN */
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body 
{
    font-family: Calibri;
    font-size: small;
    color: #000000;
}



h1
{
    font-size: medium;
    text-transform: none;
    font-weight: normal;
}

h2
{
    font-size: medium;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #006633;
    font-weight: normal;
    padding-bottom: 3px;
}


/**CREATE PAGE **/

.SideBarStyle
{
    padding: 70px 10px 10px 20px;
    background-image: url('Pictures/BlueSideBar.png');
    vertical-align: text-top;
    text-align: justify;
    background-repeat: no-repeat;
    width: 100px;
}

.SideBarButtonStyle
{
    
    
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}

.TextboxDiv
{
    font-family: Calibri;
    font-size: medium;
    color: #000000;
    font-weight: normal;
    position: absolute;
    right: 0;
    width: 30%;
    padding-top: 70px;
    padding-left:10px;
    text-align:left;
    
}

.td1
{
width: 50%;
}

.td2
{
width: 25%;
}



/** UNIVERSAL HEADER BAR **/

.HeaderStyle
{
    
    font-size: x-large;
    color: #000000;
    background-image: url('Pictures/GreyHeaderBar.png');
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-top: 15px;
}

/** CREATE TABLE BACKGROUND INFO **/

.TableRowStyle1BI
{
    width: 40%;
}  

.TableRowStyle2BI
{    
    width: 35%;
}  


.TableRowStyle3BI
{
    width: 3%;
}  

.TableRowStyle4BI
{
    width: 25%;
}  

.RadioButtonStyleBI  /**Is also used in Update Background Information EditItem Template **/
{
    width: 50px;
}



/** CREATE OPERATIONS TABLE **/

.TableRowStyle1    /**Is also used in Update Background Information and Operational Issues Item Template **/
{
    width: 455px;
}  

.TableRowStyle2    /**Is also used in Update Background Information and Operational Issues Item Template **/
{
    width: 160px;
    
}  


.TableRowStyle5  /**Is also used in Update Background Information EditItem and Operational Issues Item Template **/
{
    width: 80%;
    height: 50px;  
   
} 

.TableRowStyle4
{
    width: 20%;
    height: 50px;
}


.RadioButtonStyle
{
    text-align: right;
}


/* START OF BUSINESS DIAGNOSIS REPORT */



    
 .Green
{
    /**background-color: #D2FFD2;**/
}

.Purple
{
    /**background-color: #E6CCFF;**/
}

.Pink
{
    /**background-color: #FFD7D7;**/
}

.Blue
{
    /**background-color: #AEE4FF;**/
}

.LighterPink
{
    /**background-color: #FFECEC;**/
}

.LightYellow
{
    /**background-color: #FFFFC4;**/
}

.Beige
{
    /**background-color: #FFFFE6;**/
}

.Grey
{
    background-color: #DADADA;
}


.LightGrey
{
    background-color: #E9E9E9;
}

.TextAlign
{
    text-align: center;
    width: 25%;
}
    
.TextAlign2
{
    text-align: center;
    width: 15%;   
} 


.Explanation
{
    font-family: Calibri;
    font-size: medium;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px #4A7484;
    padding-bottom: 10px;
    border-bottom-color: #00642D;
}

/* GRIDVIEW STYLE */

.column1
{
    width: 400px;
}

.column2
{
    width: 600px;
    background-color: White;    
}

.textboxStyle
{
    width: 599px;
    font-family: Calibri;
    height: 150px;
    overflow: auto;
}