﻿/*----------------------------------------------------------
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: #ffffff;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
}

header,
footer,
nav,
section {
    display: block;
}

#loadingTip
{
    width: 100px;
    height: 50px;
    padding: 30px;
    float: left;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

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;
}

/* 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: 95%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 0px 5px 15px 5px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    background-color:#e8e8e8; 
    clear:left; 
    width:1200px;
    text-align:left; 
    padding-top:20px
}

footer, 
#footer {
    background-color: #fff;
    padding: 10px 10px 15px 10px;
    text-align:left;
    line-height: normal;
    margin: 50px 0 30px 0;
    width:1000px;
    background-color:#e8e8e8; 
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #ffffff 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;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

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 {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

input[type="button"]
{
    display: inline-block; 
    position: static; 
    padding: 0; 
    margin-right: .1em; 
    cursor: pointer; 
    text-align: center; 
    zoom: 1; 
    overflow: visible;
    }

/* 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;
}

.logo
{
    height:60px; 
    clear:left; 
    position:relative; 
    width:1000px; 
    padding:10px 10px 10px 10px;
    text-align:left;
    margin:0px 0px 10px 0px;
    }

#login {
    border-radius: 4px 4px 4px 4px;
    background-color:#e8e8e8; 
    clear:left; 
    position:relative; 
    width:1200px; 
    height:30px;
    padding:10px 10px 10px 10px;
    text-align:center;
    margin:0px 0px 30px 0px;
    z-index:1000;
}
nav, 
#menucontainer {
    border-radius: 4px 4px 4px 4px;
    background-color:#e8e8e8; 
    clear:left; 
    position:relative; 
    width:1200px; 
    height:30px;
    padding:10px 10px 10px 10px;
    text-align:center;
    margin:0px 0px 30px 0px;
    z-index:1000;
}

#loginout {
    border-radius: 4px 4px 4px 4px;
    background-color:#e8e8e8; 
    clear:left; 
    position:relative; 
    width:1200px; 
    padding:10px 10px 10px 10px;
    text-align:right;
    margin:0px 0px 1px 0px;
    z-index:1000;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#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 {
    font-size: 12px;
    color:#83b7ce; /*#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 {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/*menu in the layout page*/
#navigation, #navigation li ul
{
    list-style-type: none;
    position:relative;
    z-index:1000;
}

#navigation
{
    margin:0px 0px 0px 20px;
    padding:0px;
}

#navigation li
{
    float: left;
    text-align: center;
    position: relative;
    padding:0px;
    background:transparent url('themes/project/images/bg-menu.gif') repeat-x;
    /*background:#2687eb;*/
}

#navigation li a
{
    float: left;
    position: relative;
    text-align:left;
    color: #000;
    padding:2px 5px 2px 5px;
    cursor:pointer;
}

#navigation li a:link, #navigation li a:visited
{
    display: block;
    text-decoration: none;
    color: #000;
    width: 120px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    /*background: #c5dbf2;*/
    padding-left: 10px;
}

#navigation li a:hover
{
    color: #fff;
    /*background: rgb(143,165,252);*/
    background:transparent url('themes/project/images/bg-menu-hover.jpg') repeat-x;
}

#navigation li ul li a:hover
{
    color: #fff;
    background: #6b839c;
}

#navigation li ul li
{
    height:29px;
    }

#navigation li ul
{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin-top: 1px;
    width: 120px;
    padding:0px;
    margin:0;
}

.interaction-msg
{
    height:25px;
    padding:5px 10px 0px 5px;
    font-size:18px;
    font-weight:bold;
    background-color:rgb(227,233,116);
    width:300px;
    border-radius:4px 4px 4px 4px;
    display:none;
    }

/* Styles for form section presentation
----------------------------------------------------------*/

.form-presentation
{
    position:static;
    }

.form-presentation .section
{
    }

.form-presentation .section .section-title
{
    font-size:14px;
    font-weight:bold;
    margin:10px 0px 0px 0px;
    padding:5px 0px 5px 5px;
    height:20px;
    border-style:none;
    width:1195px;
    border-radius: 4px 4px 0px 0px
    }
    
.form-presentation .section .section-content
{
    font-size:12px;
    border:solid 2px rgb(112,168,210);
    padding:10px 0px 10px 0px;
    border-radius:0px 0px 4px 4px;
    }

.form-presentation .section .section-content .section-content-grid
{
    border-collapse: collapse;
    width:100%;
    }

.column-with100-hide-overflow
{
      width:100px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    
.column-with150-hide-overflow
{
      width:150px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

.form-presentation .section .section-content .section-content-grid .section-content-grid-header
{
    background-color:rgb(47,177,221);
    font-size:14px;
    color:White;
    font-weight:bold;
    height:25px;
    }

.form-presentation .section .section-content .section-content-grid .section-content-grid-header th
{
    border:1px solid #e8eef4;
    }

.form-presentation .section .section-content .section-content-grid .section-content-grid-row
{
    background-color:rgb(234,244,253)
    }
    
.form-presentation .section .section-content .section-content-grid .section-content-grid-alternativerow
{
    background-color:rgb(226,240,252)
    }
    
.form-presentation .section .section-content .section-content-grid .section-content-grid-row-linkbutton
{
    font-weight:bold;
    cursor:pointer;
    }

.form-presentation .section .section-content .section-content-selectionhistory
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    }

.form-presentation .section .section-content .section-content-selectionhistory li
{
    margin:0px;
    padding:0px;
    cursor:pointer;
    background-color:rgb(206,230,251);
    width:250px;
    padding:0px 2px 0px 2px;
    margin:1px 5px 1px 5px;
    float:left;
    font-size:14px;
    }
    
.form-presentation .section .section-content .section-content-selectionhistory li:hover
{
    cursor:pointer;
    background-color:rgb(217,235,251);
    width:250px;
    padding:0px 2px 0px 2px;
    margin:1px 5px 1px 5px;
    float:left;
    }

.form-presentation .section .section-table
{
    border-collapse:collapse;
    margin:0px;
    padding:0px;
    width:100%;
    }
 
.form-presentation .section .section-feild-captin
{
    background:rgb(223,239,252);
    border-collapse:collapse;
    border:1px solid white;
    font-weight:bold;
    }
    
.form-presentation .section .section-feild-content
{
    background:rgb(234,244,253);
    border-collapse:collapse;
    border:1px solid white;
    }
    /*
.form-presentation .section .section-feild-content input:hover
{
    background:rgb(255,253,183);
    }*/

.selector
{
    font-size:12px;
    }
    
.selector .selector-grid
{
    width:100%;
    }

.form-presentation .validation_msg_container span
{
    display:block;
    }
    
.disabled
{
    background:rgb(232,232,232);
    }
    
.package
{
    width:32px;
    height:25px;
    cursor:pointer;
    }
    
    
.closed-expense-masker
{
    display:none;
    width:350px;
    height:300px;
    left:400px;
    top:400px;
    background:transparent url(../../content/themes/project/images/closed.png) no-repeat scroll 0 0; 
    float:left; 
    position:absolute;
    z-index:1000;
    filter:alpha(Opacity=20);
    -moz-opacity:0.2;
    opacity: 0.2;
    }
    
    
.column-with180-hide-overflow
{
    width:180px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.table-no-border
{
    width:100%;
    border:none;
    padding:0px;
    margin:0px;
    }
    
.table-no-border td,th
{
    padding:0px;
    margin:0px;
 }
 
.s
{
    mso-number-format:Text;
}