﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2;/*#D3E6EA  #5c87b2 #006EB9*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
img
{
     border:0;    
}
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    width: 880px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #696969;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    width:950px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 40;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    -moz-border-radius: 10px 10px 0px 0px;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    -webkit-border-radius:10px 10px 0px 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    -khtml-border-radius:10px 10px 0px 0px;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
    min-height: 40px;
    min-width: 100%;
}

div#title
{
    display:block;
    text-align:left;
    min-height:10px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
#JelloSizer
{
    margin:0 auto;
    max-width:0;
    padding:0;
    width:0%;
    }
#JelloExpander
{
    margin:0 -480px;
    min-width:960px;
    position:relative;
    }
#JelloWrapper
{
    width:100%;
}
.topLeft
{
    Background:url('Images/topleft.png') no-repeat left top;
    float: left;
    height: 40px;
    width: 19px;
}
.topCenter
{
    Background:url('Images/topcenter.png') repeat-x top;
    float: left;
    height: 40px;
    width: 922px;
}
.topRight
{
    Background:url('Images/topright.png') no-repeat right top;
    float: left;
    height: 40px;
    width: 19px;
}
.inner1
{
    Background:url('Images/canvas.png') repeat-y left top;
    float: left;
    padding: 10px 40px;
    width: 960px;
}
.bottomleft
{
    background:url('Images/bottomleft.png') no-repeat left top;
    float:left;
    height:19px;
    width:19px;
    }
.bottomcenter
{
    background:url('Images/bottomcenter.png') repeat-x top;
    float:left;
    height:19px;
    width:922px;
    font-size: x-small;
}
.bottomright
{
    background:url('Images/bottomright.png') no-repeat right top;
    float:left;
    height:19px;
    width:19px;
}
.application
{
    min-height:350px;
    margin-top:10px;
    width: 880px;
    border-bottom:1px #5C87B2 solid; 
}
.FooterLogoContainer
{
    float:right;
    margin-top:7px;
}
.FooterLogo
{
    text-align:left;
    height:15px;
    width:87px;
    background-image:url('Images/gldmslogo.gif');
    background-repeat:no-repeat;
    padding-bottom:4px;
}
div.FooterLinks
{
    float:right;
    margin-right:20px;
    padding-top:2px;
    text-align:right;
}
a.FooterLinks,div.FooterLinks a
{
    color:#666;
    text-decoration:none;
    padding-right:6px;
}
a.FooterLink:hover,div.FooterLinks a:hover
{
    color:#e92;
    text-decoration:none;
}
a.FooterLink
{
    color:#666;
    text-decoration:none;
    border-left:solid 1px #666;
    padding-left:6px;
    padding-right:6px;
}
.ClearFooterLinks
{
    clear:right;
    height:4px;
}
.footerCopyright
{
    margin-left:-1px;
}
hr
{
    color:#ccc;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 5px;
    height:1px;
    width:100%;
}
div#silverlightControlHost
{
   
}
div.intro
{
     width: 430px;
    height: 250px;
    float: left;
    /*border: 1px solid #999999;*/
}
div.introRight
{
    float: left;
    width: 430px;
    height: 250px;
    font-size: 8pt;
    text-align: justify;
    margin: 0px 5px 0px 10px;
}
div.introRight div
{
    width: 50%;
    float: left;
    padding: 10px 0px 10px 0px;
}
div.introRight div ul
{
    margin: 0px 0px 0px 15px;
    padding: 0 0px;
    position:relative;
}
div.introRight div ul li
{
    margin: 0;
    padding: 0;
}
div.homePage
{
    position: relative;
    min-height: 500px;    
    left: -10px;
}
div.homePage div#pane1,
div.homePage div#pane2,
div.homePage div#pane3,
div.homePage div#pane4
{
     float: left;
     margin: 0px 10px 0px 0px
}
div.homePage  #pane1
{
    width: 20%;
    padding-right: 20px;
}
div.homePage  #pane2
{
    width: 23%;
}
div.homePage #pane3
{
    width: 25%;
    text-align: justify;
}
div.homePage #pane4
{
    width: 25%;
    text-align: justify;
}

div.homePage div#pane1 div.editor-label
{
    width: 130px;
}
div.homePage div#pane1 div.editor-field input
{
    width: 130px;
}
table.tableNoneBorder, table.tableNoneBorder tr, table.tableNoneBorder tr td
{
    border: 1px solid transparent;
}
div.homePage div#pane2 ul li
{
    margin: 0;
    padding: 0;    
}
div.homePage div#pane2 ul
{
    margin: 0px 0px 0px 15px;
    padding: 0 0px;
    position:relative;
}
.DialogBox
{
     
}
div.DialogBox div.aa
{
    Background:url('Images/Dialog/DialogTopLeftCorner.png') no-repeat left top;
    height: 55px;
}
.DialogBox div.aa div.bb
{
    Background:url('Images/Dialog/DialogTopRightCorner.png') no-repeat right top;
    height: 55px;
}
.DialogBox div.aa div.bb div.cc
{
    Background:url('Images/Dialog/DialogTopMiddleSpan.png') repeat-x left top;
    height: 55px;
    margin: 0px 24px 0px 16px;
}
.DialogBox div.aa div.bb div.cc h2
{
    padding: 20px 25px 0px 20px;
}
.DialogBox div.aa div.bb div.cc h3
{
    padding: 20px 25px 0px 10px;
}
div.DialogBox div.dd
{
    Background:url('Images/Dialog/DialogSideLeftSpan.png') repeat-y left top;
}
div.DialogBox div.dd div.ee
{
    Background:url('Images/Dialog/DialogSideRightSpan.png') repeat-y right top;
}
div.DialogBox div.dd div.ee div.ff
{
    margin: 0px 25px 0px 20px;
}
.DialogBox div.gg
{
    Background:url('Images/Dialog/DialogBottomLeftCorner.png') no-repeat left bottom;
    height: 24px;
}
.DialogBox div.gg div.hh
{
    Background:url('Images/Dialog/DialogBottomRightCorner.png') no-repeat right bottom;
    height: 24px;
}
.DialogBox div.gg div.hh div.ii
{
    Background:url('Images/Dialog/DialogBottomMiddleSpan.png') repeat-x left bottom;
    height: 24px;
    margin: 0px 24px 0px 16px;
}
.DialogMainCenter
{
    float: left;
    
}
.DialogSideRight
{
    Background:url('Images/Dialog/DialogSideRightSpan.png') repeat-y right;
    float: right;
    height: 55px;
    width: 24px;
}