﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
/* #8a0a04; /* dark red */
/* #edebe5; /* light beige from h5*/
/* #615E52; /* Default Color */

body
{
    background-color: #fff;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #615E52; /* Default Color */
}
a:link
{
    color: #710a04; /* dark red */
    text-decoration: underline;
}
a:visited
{
    color: #610a04; /* extra dark red */
}
a:hover, a:active
{
    color: #Aa2a24; /* lighter red */
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
/* nested lists shouldn't have margins */
ul ul
{
    margin-bottom: 0;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #272623;
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.8em;
    border-bottom: solid 2px #8a0a04; /* dark red */
    margin-top: 0px;
}
h3
{
    font-size: 1.5em;
    border-bottom: solid 1px #000;
    margin-top: 0px;
    margin-bottom: 0.9em;
}
h4
{
    font-size: 1.3em;
}
h5
{
    font-size: 1em;
    line-height: 1.6em;
    background-color: #edebe5; /* light beige from h5*/
    color: #444;
    font-family: Verdana;
    padding-left: 0.5em;
}
h6
{
    font-size: 1em;
    margin-bottom: 0.6em;
}

/* 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;
}

h3.first
{
    padding-top: 0.4em;
}
.sideContent > h3
{
    margin-bottom: 0.2em;
}

/* MISC */
.clear
{
    clear: both;
}
.error
{
    color: Maroon;
}

/* PRIMARY LAYOUT ELEMENTS */
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#Main
{
    background-color: #FFF;
    padding: 15px 30px 15px 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
#Header
{
    position: relative;
    color: #222;
    background: #ddd8c8; /* back color in case the image cannot be loaded */
    background-image: url("/Content/Images/PsidaBannerBackground.gif"); /* image on top of back color */
    height: 123px; /* has to match background immage height */
    text-align: center;
}
.page
{
	width : 800px;
	margin: 0 auto 0;
}

div#MainMenu
{
	float: left;
    width: 100%;
    text-align: center;
    margin: -12px auto 0 auto;
}
div#Logo
{
	float: left; 
	margin-top: 14px; 
	width: 286px;
	height: 96px;
    background-image: url("/Content/Images/LogoPsida.png");
}
div#LoginDisplay
{
	float: right;
	margin: 72px 20px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	text-align: right;
	color: #000;
}

/* hold content in a side column such a left of right content */
.sideContent
{
    margin-bottom: 0.5em;
}
	.sideContent h1, .sideContent h2, .sideContent h3, .sideContent h4, .sideContent h5, .sideContent h6, .sideContent h7
	{
		border: none;
	}

ul.sideMenu
{
    margin: 0;
    /* list-style: disc inside; */
    list-style: none;
    padding-left: 10px;
    line-height: 2em;
}
td.rightContentCell p
{
    margin: 0 0 0.7em 0;
    color: #666;
}
#Footer
{
    color: #999;
    /* padding: 10px 0; */
    text-align: center;
    line-height: normal;
    margin:  20px 0 0 0;
    font-size: .9em;
}

.contentBox
{
}
.top
{
	margin: 8px 0 0 0;
}

/* LOGIN */
#LoginDisplay a
{
    color: #000;
    text-decoration: none;
}
#LoginDisplay a:hover
{
    color: #9a1a14; /* lighter than dark red */
}

/* MAIN MENU */
ul#Menu
{
    padding: 0;
    margin: 0;
}

ul#Menu li
{
    display: inline;
    list-style: none;
    height: 20px;
    line-height: 16px;
    border-right: dotted 2px #928d80;
}
ul#Menu li.last
{
    border: none; /* no seperator after last list element */
}
ul#Menu li a
{
    padding: 0 16px 0 14px; /* different padding to compensate for gap between li */
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #edebe5; /* light beige from h5*/
}
ul#Menu li a:hover
{
    color: #fffced;
    text-decoration: none;
}

ul#Menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#Menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* HOME PAGE */

/* COMPANY */
/* FOUNDER */
.teamProfile img
{
    float: left;
    margin-right: 45px;
}

.teamProfile ul
{
    line-height: 2.2em;
    list-style-type: disc;
}

/* TABLE */
table
{
    margin: none;
    padding: none;
    border-collapse: collapse;
    border: none;
}
table td
{
    padding: 5px;
    vertical-align: top;
    border: none;
}
table th
{
    padding: 6px 5px;
    text-align: left;
    border: none;
}
/* displayTable:  to display info in table form */
table.displayTable, table.displayTable td, table.displayTable th
{
    border: solid 1px #edebe5; /* light beige from h5*/
}
table.displayTable
{
    line-height: 1.5em;
}
table.displayTable th, table.displayTable td
{
    padding: 5px 15px;
}

/* Content layout inside #Content */
div#Content
{
}
div.leftColumn
{
	float: left;
}
div.rightColumn
{
	float: right;
}
div.centerColumn
{
	margin: 0 auto 0;
}
div.account
{
	width: 320px;
}
div.narrow
{
	width: 220px;
}
div.wide
{
  width: 550px;
}

/* FORM LAYOUT ELEMENTS */
fieldset
{
    margin: 0;
    padding: 0;
    border: none 0px white;
}
fieldset p
{
    margin: 2px 12px 10px 10px;
}
fieldset label
{
    display: block;
    margin: 0 0 0.5em 0;
}
fieldset label.inline
{
    display: inline;
}
legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}
input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}
div#Title
{
    display: block;
    float: left;
    text-align: left;
}
.field-validation-error
{
    color: #ff0000;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
