﻿/*----------------------------------------------------------
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: url(images/bg_body.jpg) top left repeat-x;*/
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #000;
    text-decoration: underline;
}
a:visited
{
    color: #000;
}
a:hover
{
    color: #000;
    text-decoration: none;
}
a:active
{
    color: #000;
}

p, ul
{
}

img { border:0;}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 24px;
    color: #000;
	padding:0;
	margin:0;
	border:0;
}

h1
{
    font-size: 24px;
}
h2
{
    font-size: 22px;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 18px;
}
h5, h6
{
    font-size: 16px;
}

/* 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: 100%;
	padding:0;
	margin:0 auto;
	background:0;
	background:#000;
}

#header
{
    margin: 0 5%;
    padding: 0;
	float:left;
	background:0;
	width:90%;
}

#header h1
{
    font-weight: bold;
    padding:0;
    margin:50px 0 0 0;
    color:#F0B500;
    border:none;
    line-height: 2em;
    font-size: 20px !important;
}

#header #title{
	background:0;
	float:left;
	width:100%;
	/*margin:13px 0 0 0;*/
}

#header #title .logo{
	float:left;
	background:#FFF url(images/bg_logo.jpg) bottom left repeat-x;
	padding:15px 20px 0px 20px;
	margin-right:20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topRight: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main
{
    padding:15px 30px;
    background:0;
    margin:0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	float:left;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
	float:left;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border:0;
    padding:0;
    position:relative;
    margin:0;
    text-align:right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a
{
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    background:0;
    color: #fff;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background: 0;
    text-decoration: none;
}

ul#menu li.selected a
{
    background:0;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border: 1px solid #ddd;
    padding: 0 0 1em 1em;
    margin: 0 0 1em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
	background: #000 url(images/bg_btn.jpg) top left repeat-x;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	min-width: 93px;
}

button[type="submit"], button[type="button"] {
    background: #000 url(images/bg_btn.jpg) top left repeat-x;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    min-width: 93px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border:0;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border:0;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color:#B2B2B2; 
  border:0;   
  color:#fff;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin:0;
}


#logindisplay
{
    font-size:11px;
    text-align:right;
    margin:10px 0 0 0;
    color:#fff;
	float: right;
	background:0;
}

#logindisplay a:link
{
    color: white;
    text-decoration: none;
	font-weight:bold;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#logindisplay a img{
	vertical-align: middle;
}

#companydisplay
{
    font-size:11px;
    text-align:center;
    margin:5px 0 0 0;
    color:#fff;
	float: none;
	background:0;
}

.pagination{
	text-align:right;
	float:left;
	width:100%;
	margin:5px 0;
	color:#000;
}

.pagination a{
	color:#000;
	background:#B2B2B2;
	border:1px solid #999;
	padding:1px 5px 5px 5px;
}

a.add{
	background: #000 url(images/icn_add.png) 10px 5px no-repeat;
	border:1px solid #000;
	color:#fff;
	padding:3px 12px 2px 25px;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 0 15px;
}

a.report{
	background: #000 url(images/icn_report.png) 10px 5px no-repeat;
	border:1px solid #000;
	color:#fff;
	padding:3px 12px 2px 25px;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 0 15px;
}

a:hover.add{ text-decoration:underline;}

.searchForm{
	float:left;
}

.actions{
	float:inherit;
	margin:0 0 15px 0;
}


/* 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
{
    /* margin: 1em 0 0 0; */
    font-weight: bold;
    line-height: 1.2em;
    margin: 1em 0 0;
    width: 15em;
    text-align: right;
}

.display-field,
.editor-field
{
    /* margin:0.5em 0 0 0; */
    line-height: 1.2em;
    margin-left: 17em;
    margin-right: 0;
    margin-top: -1.2em;
    padding-right: 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.divHeader
{
    padding: 6px 2px;
    text-align: left;
    background-color:#B2B2B2; 
    border:0;   
    color:#fff;
}

.group
{
    padding: 6px 2px;
    border-width:thin;
    border-style:solid;
    border-color:#B2B2B2;
    font-weight: bold;
}
 
/* BUTTONS
----------------------------------------------------------*/
    nav#top-button {
        display: block;
        height: 10px;        
    }
    
    ul#button {
        margin: 0 10px 0 8px;
        padding: 10px 0 5px 0px;
        position: relative;
        
    }

    ul#button {
        text-decoration: none;
        font-family:  Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
        font-size: 12px;
        font-weight: normal;
    }

        ul#button li {
            display: inline-block;
            list-style: none;
        }


            ul#button li a {
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                text-decoration: none;
                border: 0px solid #4c7218;
                background: #000;
                padding: 8px 18px;
                color: #fff;
            }

                ul#button li a:hover   
                {                          
                    background: #F0B500;
                    color: #212121;
                    text-decoration: none;
                }

                ul#button li a:active   
                {                    
                    background: #F0B500;   
                    color: #212121;
                }



            ul#button li.selected a {
                background:#F0B500;               
                padding: 1px;
                color: #444;
            }
            ul#button li input {
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                text-decoration: none;
                border: 0px solid #4c7218;
                background: #000;
                padding: 8px 18px;
                color: #fff;
            }

                ul#button li input:hover   
                {                          
                    background: #F0B500;
                    color: #212121;
                    text-decoration: none;
                }

                ul#button li input:active   
                {                    
                    background: #F0B500;   
                    color: #212121;
                }
