﻿.Input
{
	width: 170px;
	height: 16px;
	font-size: 11px;
	background-color: white;
	/*border: solid 1px #7F9DB9;*/
}

.Select
{
	background-color: white;
	/*border: solid 1px #7F9DB9;*/
	font-family: arial;
	font-size: 11px;
    width: 260px;
}

.Button, .HyperLink, a.Button:link, a.Button:visited {
    width: 90px;
    height: 15px;
    display: inline-block;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    color: white;
    cursor: pointer;
    text-align: left;
    /*background-image:url(../../images/Blue/ButtonBackground.gif);
	background-position: left bottom;
	background-Repeat: repeat-x;*/
    /*border-bottom: solid 1px #929292;
	text-decoration: none;
	border-top: solid 1px #bcbcbc;
	border-right: solid 1px #929292;
	border-left: solid 1px #bcbcbc;*/
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background-color: #54c8e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*a#MainContent_lnkSave, a#MainContent_lnkSaveAttach, a#MainContent_lnkPrint, a#MainContent_lnkClose, a#MainContent_ctl00_lnkSave
a#MainContent_lnkSaveAttach:hover, a#MainContent_lnkPrint:hover, a#MainContent_lnkClose:hover, a#MainContent_ctl00_lnkSave:hover*/

a.Button:hover {
	/*color: #3b3b3b;*//*#2763c5;*/
    color: white;
	/*border-right: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	border-top: solid 1px #696969;
	border-left: solid 1px #696969;*/
    background-color: #77d6ea;
}

table
{
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
}

.ValidationSummary
{
	border: solid 2px #d31213;
	background-color: white;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #d31213;
	background-image:url(../../images/Icons/ErrorValidation.gif);
	background-position: left top;
	background-Repeat: no-repeat;
}

.ValidationSummary ul
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 5px;
	line-height: 18px;
	padding-left: 15px;
}

.ValidationSummary li
{
	color: #3b3b3b;
	font-weight: normal;
}

/** GridLevel **/
.Grid
{
	background-color: White;
	/*border: 1px solid #D1D0BE;*/
	padding: 1px 1px 1px 1px;
	width: 100%;
}

.Row
{
	background-color: white;
}

.RowFilter
{
    background-color: #24a4ee;
}

.RowWarning
{
	background-color: #f8cdcb;
}

.RowDirty
{
	background-color: #ffd37d;
	padding: 2px 2px 2px 2px;
	height: 22px;
}

.RowAppend
{
	background-color: #c2c2c2;
	border-top: solid 1px #d6d6d6;
	border-bottom: 1px solid #9e9e9e;
}

.SelectedRow, .SelectedRow td
{
	background-color: #739cea;
	padding: 2px 2px 2px 2px;
	color: White;
	height: 22px;
	border-bottom: 1px solid #5272d6;
}

.RowAlternate
{
	background-color: #f9f9f9;
}

.RowList
{
	background-color: white;
	padding: 5px 5px 5px 5px;
}

.Row td, .RowAlternate td, .RowWarning td /** GridLevel **/
{
	padding: 2px 2px 2px 2px;
	height: 22px;
	/*border-bottom: 1px solid #D1D0BE;*/
}

.GridHeader
{
	padding-left: 5px;
	padding-top: 4px;
	height: 24px;
	font-weight: bold;
	border-bottom: solid 1px #c2c2c2;
	color: White;
	background-color: #54c8e1;
	/*background-image: url(../../images/Blue/GridHead.jpg);
	background-position: left top;
	background-repeat: repeat-x;*/
    display:none;
}

.HeadingCell, .HeadingCell th
{
	border-right: solid 1px #d9e1f1;
	border-bottom: solid 1px #dde0e8;
	height: 24px;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: white;
	padding: 0px 3px 0px 3px;
	/*background-image: url(../../images/Layout/GridHeaderCell.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
    background-color: #54c8e1;
}

.HeadingCell:hover, .HeadingCell th:hover {
    background-color: #79d7eb;
}

.FooterCell
{
	background-image: url(../../images/Layout/GridHeaderCell.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	height: 20px;
	border: 1px solid #D1D0BE;
	border-top: none;
	padding-right: 5px;
	padding-top: 4px;
}
/**/
.MultiView
{
	border: solid 1px #c2c2c2;
	border-top: none;
	padding: 15px;
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-image: url(../../images/Layout/ContainerBackground.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#TabNavigation
{
	background-image: url(../../images/Layout/TabNavigation.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 23px;
	padding-left: 10px;
	vertical-align: bottom;
}

.STab_Left
{
	height: 21px;
	float: left;
	background-image: url(../../images/Layout/TabSLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 2px;
}

.STab_Right
{
	height: 21px;
	float: left;
	background-image: url(../../images/Layout/TabSRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 2px;
}

.STab_Background
{
	height: 21px;
	float: left;
	padding: 3px 8px 0px 8px;
	background-image: url(../../images/Layout/TabSBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.STab_BackgroundOver
{
	height: 21px;
	float: left;
	padding: 3px 8px 0px 8px;
	background-image: url(../../images/Layout/TabSBackgroundOver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a.STab:link,a.STab:visited
{
	text-decoration: none;
	cursor: hand;
	color: #3b3b3b;
}

.STab_LeftOn
{
	height: 23px;
	float: left;
	background-image: url(../../images/Layout/TabSLeftOn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 2px;
}

.STab_RightOn
{
	height: 23px;
	float: left;
	background-image: url(../../images/Layout/TabSRightOn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 2px;
}

.STab_BackgroundOn
{
	height: 23px;
	float: left;
	padding: 5px 8px 0px 8px;
	background-image: url(../../images/Layout/TabSBackgroundOn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a.STabOn:link,a.STabOn:visited
{
	text-decoration: none;
	cursor: hand;
	color: black;
}

.CheckBoxList /** Standard CheckboxList **/
{
	padding: 1px;
	overflow: auto;
	/*width: 250px; */
	background-color: white;
	height: 150px;
	border: solid 1px #7F9DB9;
}

.Row
{
	background-color: white;
}

.RowWarning
{
	background-color: #f8cdcb;
}

.RowDirty
{
	background-color: #ffd37d;
	padding: 2px 2px 2px 2px;
	height: 22px;
}

.RowAppend
{
	background-color: #c2c2c2;
	border-top: solid 1px #d6d6d6;
	border-bottom: 1px solid #9e9e9e;
}

.SelectedRow, .SelectedRow td
{
	background-color: #739cea;
	padding: 2px 2px 2px 2px;
	color: White;
	height: 22px;
	border-bottom: 1px solid #5272d6;
}

.RowAlternate
{
	background-color: #f9f9f9;
}

.RowList
{
	background-color: white;
	padding: 5px 5px 5px 5px;
}

.Row td, .RowAlternate td, .RowWarning td /** GridLevel **/
{
	padding: 2px 2px 2px 2px;
	height: 22px;
	/*border-bottom: 1px solid #D1D0BE;*/
}

.Tree
{
	background-color: white;
	border: solid 1px #7F9DB9;
	border-top: none;
	overflow: scroll;
	height: 100%;
	margin: 0px;
	width: 200px;
}

.Tree a
{
	color: Black;
	text-decoration: none;
}

.JobCardStatus
{
    border: 1px solid #144e98;
    width: 100%;
    margin-bottom: 1px;
}