﻿
html, body 
{
	margin: 0;
	padding: 0;
    font-family:verdana, arial, helvetica, sans-serif;
    color:#333;
    background-color:white;
    background-image:url('../images/Background.jpg');
    background-repeat:no-repeat;
}

body h5
{
    font-family:tahoma, arial, helvetica, sans-serif;    
    font-size: 10pt;
    margin-bottom: 0pt;
}
	
#nav 
{
	width: 200px;
	float: left;
	
	padding: 10px 0 0 10px;
}
	
#content 
{
	padding: 10px 10px 0 15px;
}

#content .TitleLabel
{
	margin-left: 15px;
	font-size: large;
	color: Black;
}

#innercontent
{
	padding: 10px;
}

#header 
{
	height: 85px;
	background-color: White;
	margin-bottom: 2px;
	width: 100%;
}
	
#footer 
{
	clear: both;
	color: white;
	font-size: 11px;
	text-align: right;
	padding-right:15px;
	padding-bottom:2px;
}

#LoginPage
{
	margin-top:60px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-140px;
}

#LoginFailureText
{
	font-weight:bold;
	color:Red;
}

.RememberMe
{
	color: black;
	font-size: 12px;
	text-align: center;
}

.ForgotPassword, .ForgotPassword a, .ForgotPassword a:visited
{
	color: black;
	font-size: 12px;
	text-align: center;
}

.LoginCopyright
{
	padding-top:15px;
	color: gray;
	font-size: 11px;
	text-align: center;
}

.PrivacyPolicy, .PrivacyPolicy a, .PrivacyPolicy a:visited
{
	padding-top:5px;
	color: gray;
	font-size: 11px;
	float: left;
}

.TermsAndConditions, .TermsAndConditions a, .TermsAndConditions a:visited
{
	padding-top:5px;
	color: gray;
	font-size: 11px;
	float: right;
}

.SystemMessage
{
    padding-top: 70px; 
    padding-bottom: 70px; 
    padding-left: 30px; 
    padding-right: 30px; 
    font-size: 14px;
}

#SearchPanel
{
	text-align:center;
	padding:10px;
}

#ChangePwdPanel
{
	padding:10px;
}

.menubreak
{
	height:10px;
}

#container 
{
	display: table;
}

#row  
{
	display: table-row;
}

#left, #right, #middle 
{
	display: table-cell;
}

.tablebreak
{
	height: 10px;
}

.datalabel
{
	font-weight: bold;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup 
{
	background: no-repeat left url('../images/Background.jpg');
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:250px;
	color:White;
}

.EditFormSubmitButtom
{

}

.EditFormCancelButon
{
}

input.validation
{
	background-color: yellow;
}

span.validation
{
	color: red;
}    

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#ffffff;
    border:1px solid #aca6a6;
    border-top:1px solid #dcdada;
    border-left:1px solid #dcdada;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.HandlerTitle
{
    padding-left: 20px;
    font-size: 16px;
}
.HandlerTitleSmall
{
    padding-left: 20px;
    font-size: 12px;
}

.BlogPanel
{
	width:50%;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	float:left;
	background-color:White;
}

.BlogHeader
{
	text-align: center;
	font-size:x-large;
	color:Black;
	margin-top:15px;
	margin-bottom:10px;
}

.BlogTitle
{
	font-size:medium;
	margin-top:10px;
	margin-bottom:10px;
}

.BlogDocument
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}

.BlogDescription
{
	font-weight:normal;
}

.BlogFilename
{
	margin-top:10px;
}

.BlogCreatedBy
{
	font-size:11px;
	margin-top:10px;
	margin-bottom:5px;
	font-style:italic;
}

.BlogButtons
{
	float:right;
}

.MilestonePanel
{
	width:48%;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	float:right;
	background-color:White;
	margin-bottom:15px;
}

.MilestoneItemPanel
{
	width: 90%;
	margin-left:20px;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color:#efefef;
}

.MilestoneLabel
{
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	background-color:Gray;
	text-align:center;
	color:White;
	font-weight:bolder;
}

.MilestoneCreatedBy
{
	font-size:11px;
	margin-top:10px;
	font-style:italic;
}

.CommentsCreatedBy
{
	margin-top:10px;
	font-size:11px;
	margin-bottom:5px;
	font-style:italic;
}

.MilestoneHeader
{
	text-align: center;
	font-size:x-large;
	color:Black;
	margin-top:10px;
	margin-bottom:15px;
}

.MilestoneChooser
{    text-align: center;
     background-color:#e0e0e0;
     width:100%;
     border-top:solid 1px black;
}

.MappingPanel
{
	width:100%;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	padding-bottom:0px;
	float:right;
	background-color:White;
}

.MappingHeader
{
	text-align: center;
	font-size:x-large;
	color:Black;
	margin-top:10px;
	margin-bottom:10px;
}

.validation
{
    border: solid 1px Red;
    padding: 5px;
    color: Red;
    margin-bottom: 10px;
}

.hidden
{
    display:none;
}

.AddNewBlogEntryButton
{
	float:right;
}

.Pad10LeftRight
{
	padding-left:10px;
	padding-right:10px;
}

.NoGridItemsToDisplay
{
	font-weight:normal;
	text-align: center;
	font-size: medium;
	color:Black;
}

.help 
{   
    background: white;
    position: absolute;
    display:none;
    border-style: groove;
    border-width: 3px;
    z-index: 999;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    padding: 5px 10px 5px 10px;
}

.help h1
{
    font-weight:bold;
    font-size: 10pt;
    margin-top: 0px;
}

.FinancialsPanel
{
	text-align:center;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color:White;
	margin-bottom:10px;
}

.refreshlink
{
	font-size:11px;
	color:Black;
}

.MapLink, .MapLink a, .MapLink a:visited
{
	padding-top:6px;
	color:Black;
}

.MapLink a:hover
{
	color:Blue;
}

.SideMenuLink, .SideMenuLink a, .SideMenuLink a:visited
{
	color:Black;
}

.SideMenuLink a:hover
{
	color:Blue;
}

.MapLink, .MapLink a, .MapLink a:visited
{
	color:Black;
}

.ReturnLink, .ReturnLink a, .ReturnLink a:visited
{
    color:Blue;
}