﻿/*----------------------------------------------------------
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
{
    font-family: "MS Sans-Serif",Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    /*background: #ffffff url(images/back_white.jpg) no-repeat scroll top;*/
    
}

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;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font: 16px 'MS Sans-Serif' , Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

h3{
	font: 16px 'MS Sans-Serif', Arial, Helvetica, sans-serif;
	/*color: #349703;*/
	font-weight:  normal;
	padding-bottom: 5px;
	padding-left: 25px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font: 40px 'MS Sans-Serif' , Arial, Helvetica, sans-serif;
    color: Red;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.notification
{
    color: Black;
    font-size: 1.5em;
    line-height: 30px;
    margin: 1.5em 0 0 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%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #00FF00;
    padding: 0;
    background-image: none;
}

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;
}

#content_white{
	background: #ffffff;
	padding: 22px;
	width: 872px
}

#content_bg{

	padding: 1px;
}

#content
{
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 26px;
}
#wrap{
	position: relative;
	width: 930px;
	margin: 0 auto;
	
}

#main
{
    clear: both;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
    clear: both;
    border-top : 1px dotted #8A8575;
    border-bottom:1px dotted #8A8575;
    padding: 10px 0;
    text-align: right;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .7em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* 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;
    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: #99FF66;
    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   
----------------------------------------------------------*/

img, fieldset{
    padding: 0px;
    border: none;
	margin: 0px;
	line-height: 0px;
}

legend {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 100%;
}

input[type="search"] {
    border: 1px solid #ccc;
    /*padding: 1px;*/
    font-size: 1em;
    color: #444;
    width: 100%;
}

input[type="BranchName"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 700px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

selectSearch {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

input[type="submit"], input[type="button"] {
    font-size: 1em;
    /*padding: 5px;*/
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    /*padding: 6px 5px;*/
    text-align: center;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    text-decoration: underline;
}

table th:hover {
    color: Gray;
    text-decoration: none;
}

table.sortable th {
    background-color:#e8eef4;
    color:#000000;
    font-weight: bold;
    border-style: solid;
    padding: 2px 4px 2px 4px;
    cursor: default;
}

table.sortable td {
    color:#000000;
    padding: 5px;
    border: solid 1px #e8eef4;
    cursor: default;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.col1, .col2, .col3, .cols 
{
float:left
}
.col1 {
width:350px
}
.col2 {
width:400px
}
.cols {
width:200px
}

nav, 
#menucontainer {
    margin-top:40px;
    clear:both;
    float:left;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
    color: #000000;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: white;
}

#news
{
    font-size: 1.2em;
    display: inherit;
    text-align: left;
    margin: 10px;
    color: black;
    line-height: 40px;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

#searchFilter
{
    border-style: solid;
    border-width: 1px;
    border-color: #E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
    background-color: #BFDFFF;
    padding: 10px;
    background: -moz-linear-gradient(top, #BFDFFF, #F0F8FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFDFFF), to(#F0F8FF));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BFDFFF', EndColorStr='#F0F8FF');
}
#searchFilter div
{
    float: left;
    padding: 5px;
}
#searchFilter label
{
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
}
#searchFilter span
{
    clear: both;
    display: block;
    padding-top: 5px;
}

#required
{
    font-size: 1.2em;
    color: Red;
}

/* 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 
{
    color: Black;
    margin: 1.5em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.7em 0 0 0;
    font-size: 1em;
    font-family: "MS Sans-Serif";
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}



.marg_right1 {margin-right:28px}

.pad_left1 {padding-left: 20px}

.pad_bot1 {padding-bottom:15px}

#image_button
{
    position: absolute;
}

#image_button:hover
{
    border: 1px outset #ccc;
}

#link_button
{
    padding-left: 60px;    
    padding-right: 50px;
}


/*div.fileinputs {
	position: relative;
	width: 500px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}*/

input.file {
	position: relative;
	/*text-align: right;*/
	-moz-opacity:0 ;
	/*filter:alpha(opacity: 0);
	opacity: 0;*/
	z-index: 2;
	width: 500px;
}

