﻿body {
	color: #343434; /* #666666; dark gray */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
	background-color: #0466a7;
	/*
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	*/
}

p
{
	font-size: 11pt;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.btn {
	text-decoration: none;
	padding: 2px;
	font-weight: 300;
	font-size: 13px;
	color: #ffffff !important;
	background: linear-gradient(130deg, #2870EA 20%, #1289fe 77.5%);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	border-radius: 10px;
	border: 2px solid #1289fe;
}

	.btn:hover {
		color: #1289fe !important;
		background: #ffffff !important;
		border: 2px solid #1289fe;
		box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
		cursor: pointer;
	}

a {
	text-decoration: none !important;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #0466a7; /*Blue color*/
}

	a:hover {
		color: #1289fe !important;
		background: #ffffff !important;
		cursor: pointer;
		text-decoration: none !important;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
		border-radius: 10px;
	}

h3
{
    margin-top: 10px;
}

.containerHead
{
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background: -moz-linear-gradient(top,  #ffffff,  #e6e6e6); */
	border: solid 1px #D9D9D9;
	padding: 2px;	
	background-color: #f2f2f2; 
	color: #666666;
}

.containerBody
{
	background-color: #FFFFFF;

	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


.menuSectionHeader
{
	background-color: #F5F5F5; 
	border-top: solid 1px #D9D9D9; 
	border-bottom: solid 1px #D9D9D9; 
	text-align: center;
}

.menuSectionItem
{
	color: #0466a7;
	padding: 5px;
	font-size: 10pt;
}

.menuSectionItem:hover
{
	background-color: #D8E2EB;
}

hr.menuSectionDivider
{
	background-color: #D9D9D9;
	border: 0 none;
	height: 1px;
	margin: 2px 5px 2px 5px;
	padding: 0;
}


/**
 *	StatusImageIcons
 */

img.statusImageIcon
{
	background: url(../Images/statusImage.png) no-repeat;
	height: 14px;
	vertical-align: middle;
	width: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-width: 0;
}

img.statusImageIcon-red
{
	background-position: 0px 0px;
}

img.statusImageIcon-yellow
{
	background-position: -10px 0px;
}

img.statusImageIcon-black
{
	background-position: -20px 0px;
}

img.statusImageIcon-green
{
	background-position: -30px 0px;
}

/**
 *	Page Caption
 */

.pageCaption
{
    background-image: url(../Images/dottedDivider.png);
    background-position: bottom;
    background-repeat: repeat-x;
	
    margin-bottom: 10px;
}
.pageCaption p
{
	font-family: trebuchet ms;
    font-size: 11pt;
    text-align: left;
}

.pageCaption .subpages p
{
    font-size: 9pt;
    text-align: left;
}

.inputCalendar
{
    width: 80px;
}


/**
 *	Page Caption
 */

.customerNameCaption span
{
    font-family: trebuchet ms;
    font-size: 16pt;
    text-align: left;
}

.customerNameCaption .projectNameCaption span
{
    font-size: 12pt;
    text-align: left;
}

.projectActions
{
    padding-top: 2px;
	text-align: left; 
	color: #666666; 
}

.projectActions a
{
	outline: none;
	color: #0466a7;
	text-decoration: none;
	width: auto;
}