﻿html
{
	height: 101%;
	margin-bottom: 1px;
}

body
{
	background-color: rgb(230,230,230);
}

html
{
    height: 101%;
    margin-bottom: 1px;
}
h1, h2, h3, h4
{
	font-family: Verdana;
	color: #a41128;	/* Red color specific for LUGI */
}

#page
{
	width: 960px;
	margin: 0 auto;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: black;
}

.TopPanel
{
	background-image: url('App_Themes/TopPanel.png');
	background-repeat: no-repeat;
    width: 960px;
    height: 150px;
    float: left;
}

.Logotype
{
    float: left;
    margin: 20px 0px 0px 30px;
}

.LogInPanel
{    
    margin-left: 200px;
    margin-top: 15px;
}

#LocationPanel /* Contains the LocatationBox */
{
    width: 960px;
    height: 120px;
    background-image: url('App_Themes/mainPanelTop.png');
	background-repeat: no-repeat;
}

#LocationBox
{
	width: 600px;
	height: 80px;
	float: left;
	text-align: center;
	margin-left: 195px;
	margin-right: 0 auto;
	margin-top: 25px;
	font-weight: bold;
}

#HeaderPanel /* Only used on pages that doesn't have any locatation arrows */
{
    width: 960px;
    height: 120px;
    background-image: url('App_Themes/mainPanelTop.png');
	background-repeat: no-repeat;
}

#HeaderBox /* Is contained inside the HeaderPanel */
{
	padding-top: 60px;
	padding-left: 80px;	
}

#MainPanelMaster  /* Only present on the master page */
{
    margin-top: 10px;
    clear: both;
    float: left;
    width: 960px;
}

#MainPanel  /* Is used on the contentpages */
{
    clear: both;
    float: left;
    padding: 10px 80px 10px 80px;
    width: 960px;
    background-image: url('App_Themes/mainPanelMid.png');
    background-repeat: repeat-y;
    /*min-height: 350px;*/
}

#BottomPanel /* Is only present on the master page */
{
    clear: both;
    float: left;
    width: 960px;
    height: 120px;
    background-image: url('App_Themes/mainPanelBottom.png');
	background-repeat: no-repeat;
}

.FirstLocationArrow
{
    float: left; 
    padding-top: 25px; 
    width: 120px; 
    height: 70px; 
    background-repeat: no-repeat;  
}

.LocationArrow
{
    float: left; 
    padding-top: 25px; 
    width: 120px; 
    height: 70px; 
    background-repeat: no-repeat;     
    margin-left: -28px;
}

.ChangeAccountBox  /* Is only used on the ChangeAccount.aspx page */
{	
    width: 580px;
    margin: 0px 20px 15px 0px;
    padding: 20px 15px 20px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    background-color: rgb(230,230,230);
}

.Image
{    
    margin-left: -30px;
}

.NavButton 
{
	width: 100px; 
	margin: 20px 30px 10px 30px; 
}

.LogInOutButtons
{
    margin: 5px 0px 5px 0px;
}

.Table
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.TableHeader  /* Also used for gridView headers */
{
    background-color: #CCCCCC;
    border: white solid 2px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
	height: 25px;
	padding: 0px 8px 0px 8px;
}

.TableCell /* Also used for GridViewCells */
{
    border: none;
	padding: 0px 8px 0px 8px;
	vertical-align: middle;
	height: 24px;
}

.AlignCenter
{
	text-align: center;
	vertical-align: middle;
	height: 24px;
}

.GridView
{
    margin-top: 10px;    
    margin-bottom: 10px;
    border-style: none;
    border-color: White;
}

.ErrorLabel
{
    color: Red;
}

TextBox
{
    width: 250px;
}

.StdTextBox
{
    width: 250px;
}


.PwdTextBox
{
    width: 175px;
}

.TableCellRight
{
	text-align: right;
}

.PresisLogo
{
    margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	float: right;
}

.CustomerLogo
{
    margin-left: 30px;
	margin-top: 35px;
	margin-right: 30px;
	float: left;
}


.HeaderLink /* Is only used on the masterpage */
{  
  margin: 5px 15px 5px 0px;
}

a:link {color: black}    /* unvisited link */
a:visited {color: black} /* visited link */
a:hover {color: blue}   /* mouse over link */

a[disabled]{color:rgb(175,175,175) !important; text-decoration:none !important; }




