﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, Form1 {height: 100%;}

body   
{
    margin:0;
    background-color:#f7f7f7;
    background-image: url('../images/IFS_background_pattern.png'); 
    height:100%;
    font-family: arial,verdana,helvetica,sans-serif;
    overflow:auto;
}
/*
#page-wrapper
{
    width: 960px;
    min-height:100%;
    margin: 0 auto;
}
*/

/*------------Page and Page Header Elements----------------*/
#page
{
    width:1060px;
    margin: 0 auto;
    margin-bottom:0px;
    min-height:94%;
    background-color: #ffffff;
    border-left:1px solid #c8c8c8;
    border-right:1px solid #c8c8c8;
    position:relative;
    overflow:auto;
    padding-bottom:40px; 
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#header
{
    position: relative;
    margin: 0px;
    padding:10px;
    background: #863d8d;
    height:85px;
    width: auto;
}

#header h1
{
    font-weight: 700;
    font-family:arial,verdana,helvetica,sans-serif;
    font-variant:normal;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 5px;
    color: #FFFFFF;
    border: none;
    line-height: 1.2em;
    font-size: 2em;
}

#headerlinks
{
    margin: 50px 0px 5px 110px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height:25px;
    color:#FFFFFF;
    font-size:0.9em;
    font-weight:700;
    font-family:arial,verdana,helvetica,sans-serif;
     
}

#headerlinks a:link
{
    text-decoration: none;
    color: #ffffff;
}

#headerlinks a:visited
{
    text-decoration: none;
    color: #ffffff;
}

#headerlinks a:hover
{
    text-decoration:underline;
}

#headerlinks a:active
{
    color: #ffffff;
}

a:link, a:visited
{
    text-decoration: none;
    color: #863d8d;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
   color:#863d8d;   
}

.imglink a:link, .imglink a:visited
{
    text-decoration: none;
    color:#ffffff;
    padding-right:10px;
}

.imglink a:hover
{
    text-decoration: none;
}

.imglink a:active
{
   color:#ffffff;   
}

p
{
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size:0.9em;
    color:#484848; 	 
    display:inline;   
}

ul 
{
    list-style-type:square;
    font-size:0.9em;
    color:#484848;
    line-height:1.5em; 
}

#MainContent
{
    margin-left:20px;
    padding:15px 0px 10px 0px; 
    min-height:100%;
}

#footer
{
    position:relative;
    background:#863d8d;
    margin:-40px auto;
    height:40px;
    width:1062px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
    font-size:small;
    text-align: center;
    line-height: normal;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    clear:both;
 
}


/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 2.3em;
    
}

h2
{
    font-size: 2.0em;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color:#9bc245;
    font-variant: normal;
    text-transform: uppercase;
}

h3
{
    font-size: 1.4em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-bottom: 0px;
    margin-top:0px;
    color:#9bc245;
    font-variant: normal;
    text-transform: uppercase;
}



h4
{
    font-size: 1.1em;
    color:#863d8d;
    padding-bottom: 10px;
    padding-top:5px;
    margin-top:10px;
    margin-bottom:0px;
    font-variant: normal;
    text-transform: uppercase;
    
}

h5, h6
{
    font-size: 1em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-top:10px;
    margin-bottom:0px;
    font-variant: normal;
    text-transform: uppercase
}

#h7
{
    font-size: 1.4em;
    padding-bottom: 10px;
    padding-top:5px;
    margin-bottom: 0px;
    margin-top:0px;
    color:#9bc245;
    font-variant:normal;
    font-weight:600;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



#SignOutBox
{
    float:right;
    padding-right:5px;
    height:25px;
    width:auto;
    font-size:0.9em;
}

#logoImage
{
    float:left;
    margin:5px 5px 5px 10px;
    width:76px;
    height:76px;
}

.ifsImg
{
  float:right;
  padding:5px 5px 5px 5px;
    
}

.ifsText
{
    width:800px;
    height:auto;
    text-align:left;
    padding-bottom:10px;
    margin-bottom:20px;  
}

.ifsBox
{
    border:1px solid #c8c8c8;
    width:800px;
    height:320px;
    text-align:left;
    padding-bottom:30px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
   
}

.touchAppBox
{
    border:1px solid #c8c8c8;
    width:800px;
    min-height:450px;
    text-align:left;
    margin-top:10px;
    margin-bottom:20px;
    padding-bottom:30px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
   
}
 
#Trans_Details
{
    width:800px;
    border-collapse:collapse;
    background-color:#ffffff;
}

.TextHolder
{
    width:850px;
    height:auto;
    text-align:left;
    padding-bottom:10px;
    float:left;
   
}

.label
{ 
    height:20px;
    font-size: 0.9em;
    padding:5px 0px 5px 0px;
    color:#484848;
    
}

.textbox
{
    height:20px;
    width:270px;
    font-size:0.9em;
    color:#484848;
}

.logonText
{
    float:left;
    width:450px;
    height:auto;
    text-align:left; 
}


.logonboxcontent
{
    margin-right:0px;
    border:1px solid #c8c8c8;
    float:right;
    width:300px;
    height:270px;
    background:#ffffff;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

.logontable
{
   
    height:200px; 
    width:295px;
    line-height:1.5em;
    
}

.button
{ 
    height:25px;
    font-size:0.9em;
    color:#484848;
    
    
}
.purpleButton
{ 
    height:25px;
    font-size:0.9em;
    color:#FFFFFF;
    background:url('../images/gradientTop.png') repeat-x;
    border:1px outset #873E8D;
    text-align: left;
}

.purpleLinkButton
{
    height:20px;
    font-size: 0.9em;
    padding:5px 0px 5px 0px;
    color:#863d8d;
/*
    color:#484848;
*/
}

.tableHeader {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background:#a777ad;
	font: bold 11px  arial,verdana,helvetica,sans-serif;
	color:#ffffff;
	padding: 6px 6px 6px 12px;
}

.tableLabel
{
    font-size: 1.2em;
    font: bold;
    padding-bottom: 20px;
    padding-top:5px;
    padding-left:6px;
    margin-bottom: 10px;
    margin-top:0px;
    color:#9bc245;
    font-variant: normal;
    text-transform:capitalize;
}

.tableHeader th
{
    font: bold 11px  arial,verdana,helvetica,sans-serif;
    color:#ffffff;
    border: 1px solid #a777ad;
	padding: 6px 6px 6px 12px;
}

.tableData 
{
    
    
    padding:0;
    margin:0;
	background: #fffff;
}

.tableData td
{
    font: normal 0.8em auto  arial,verdana,helvetica,sans-serif;
    color: #4f6b72;
    border: 1px solid #a777ad;
	text-align:left;
	padding: 6px 6px 6px 12px;  
}


.ContactsTable
{
    font-size:0.9em;
    color:#484848;
    width:600px;
    text-align:left;
    margin:0px;
   
}


#UsageLogPanel
{
    padding:0px 5px 10px 5px;
    height:auto;
    width:auto;
}

#UsageLogInputPaneltable
{
    padding:5px 0px 5px 0px;
    border-style: none; 
    height:80px; 
    width:auto;
    line-height:1em;
}




.class_box_shadow{
    width:960px;
    margin: 0 auto;
    background: #ccc;
    border:1px solid #c8c8c8;    
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
}


#boxedFrame
{
    margin: 10px 5px 5px 0px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:150px;
    width:600px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#boxedFrameConfigDetail
{
    margin: 10px 5px 5px 0px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:50px;
    width:450px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

#boxedFrameSecurityInfo
{
    margin: 10px 5px 5px 0px;
    margin-right: 40px;
    border:1px solid #c8c8c8;
    min-width:280px;
    min-height:100px;
    font-size:0.9em;
    color:#484848; 
    text-align:left;
    padding: 10px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}

.buttonPane
{
    margin-top:20px;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
#title
{
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}

.right
{
    float:right;    
}

.left
{
    float:left;    
}

