
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
    .lblHTMLLabels
    {
        font-family: Sans-Serif;
        font-size:0.9em; 
        color: Black;
        font-weight: bold;
               
    }
    
    .lblHTMLText
    {
        font-family: Sans-Serif;
        font-size:0.8em; 
        color: Black; 
               
    }
    
    .lblHTMLTextBold
    {
        font-family: Sans-Serif;
        font-size:0.8em; 
        color: Black; 
        font-weight: bold;
    }
    
    .lblHTMLLabelsLarge
    {
        font-family: Sans-Serif;
        font-size:1.1em; 
        color: Black;
         font-weight: bold;
               
    }
    
    .lblHTMLLabelsSmall
    {
        font-family: Sans-Serif;
        font-size:0.8em; 
        color: Black;
        font-weight: bold;
                
    }
    
    .lblHTMLTitles
    {
        font-family: Sans-Serif;
        font-size:1.3em; 
        color: Black;
        font-weight: bold;
                
    }
    
.gobutton {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#203e70; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#f3f3f3;
    font-size:1.1em;
        width: 100%;
}
               
.gobutton:hover, .gobutton:focus {
    background-color :#498DFF; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    color: #000000;
        width: 100%;
}
    
.gobuttonSelected {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#498DFF; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#f3f3f3;
    font-size:1.1em;
    width: 100%;
        
}
               
.gobuttonSelected:hover, .gobuttonSelected:focus {
    background-color :#498DFF; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    color: #000000;
        width: 100%;
}


 .dataTables_filter 
 {
  
   font-weight: bold;
     font-size: 14pt;
 }
 
 .dataTables_paginate
 {
     
     font-weight: bold; 
 }
 
 .dataTables_info
 {
     
     font-weight: bold;
     font-size: 14pt;
    
 }
 
.dataTables_length 
{
    font-weight: bold;
    font-size: 14pt;
    
    
}    
 .dataTables_filter input {
     cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size:1.1em;
    width: 400px;
 
}  
 
.dataTables_length select 
{
     cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 15px; /*add some padding to the inside of the button*/
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*#33842a required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000; 
    font-size:1.1em;
       width: 100px;
     font-weight: bold;
}


     
    
.textInput {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size: 0.9em;
}
    
.textInputLarge {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 10px 10px; /*add some padding to the inside of the button*/
    height: 150px;
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*  #33842a  required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size: 0.9em;
    width:100%;
        
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
            
}

.textInputLarge2 {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 10px 10px; /*add some padding to the inside of the button*/
    height: 100px;
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size: 0.9em;
    width:100%;
        
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
            
}

#MainContent_listScroll::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
}
#MainContent_listScroll::-webkit-scrollbar-thumb{
background-color: #003399;
border-radius:10px;
}
#MainContent_listScroll::-webkit-scrollbar-thumb:hover{
background-color: #003399;
border:1px solid #333333;
}
#MainContent_listScroll::-webkit-scrollbar-thumb:active{
background-color: #003399;
border:1px solid #333333;
}
#MainContent_listScroll::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
}

#MainContent_contentScroll::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
}
#MainContent_contentScroll::-webkit-scrollbar-thumb{
background-color: #003399;
border-radius:10px;
}
#MainContent_contentScroll::-webkit-scrollbar-thumb:hover{
background-color: #003399;
border:1px solid #333333;
}
#MainContent_contentScroll::-webkit-scrollbar-thumb:active{
background-color: #003399;
border:1px solid #333333;
}
#MainContent_contentScroll::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
}

#contentScroll::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
}
#contentScroll::-webkit-scrollbar-thumb{
background-color: #003399;
border-radius:10px;
}
#contentScroll::-webkit-scrollbar-thumb:hover{
background-color: #003399;
border:1px solid #333333;
}
#contentScroll::-webkit-scrollbar-thumb:active{
background-color: #003399;
border:1px solid #333333;
}
#contentScroll::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
}

.panelLabels 
{
     scrollbar-face-color: #003399;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #cccccc;
    /*cursor:pointer; forces the cursor to change to a hand when the button is hovered*/
    padding: 10px 10px; /*add some padding to the inside of the button*/
    
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size:1.1em; 
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
            
}


.panelLabels2
{
     scrollbar-face-color: #003399;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #cccccc;
    /*cursor:pointer; forces the cursor to change to a hand when the button is hovered*/
    padding: 10px 10px; /*add some padding to the inside of the button*/
    
    background:#CCCCCC; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000;
    font-size:1.1em; 
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
            
}

.selectionList {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 15px; /*add some padding to the inside of the button*/
    background:#FFFFFF; /*the colour of the button*/
    border:1px solid blue; /*#33842a required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#000000; 
    font-size:0.8em;
}

/**
 * Checkbox Five
 */
.checkboxFive {  
	width: 125px;
	position: relative;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
  
  /**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}
/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}  
     