﻿html, body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
}
body
{
	font-size: 0.7em;
}
select
{
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-size: 0.9em;
}
input
{
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-size: 1.0em;
	border: 1px solid #afbec5;
}
input:hover
{
	border: 1px solid #B3CDCB;
}
textarea
{
	font-family: verdana,Tahoma,Arial,sans-serif;
	font-size: 1.0em;
	border: 1px solid #afbec5;
}
textarea:hover
{
	border: 1px solid #B3CDCB;
}
a
{
	color: #07396b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}

/*** Master Layout ***/
.Header
{
	margin: 10px;
	width: 100%;
	color: white;
}
.Header a
{
	color: white;
}
.Header .Logo
{
	background: url('logo.jpg') no-repeat;
	width: 67px;
	height: 72px;
}
.Header .Right
{
	height: 100%;
	padding: 0 10px 5px 0;
	vertical-align: bottom;
}
.Menu
{    
	background-color: #B3CDCB;
	position: relative;
	z-index: 100;
	font-weight: bold;
}
.StaticMenuItem
{
	color: #000000;
	padding: 5px;
}
.StaticHover
{
	background-color: #B3CDCB;
	cursor: pointer;
	text-decoration: none;
}
.DynamicMenu
{
	border: solid 1px #cccccc;
	color: #000000;
}
.DynamicMenuItem
{
	background-color: #B3CDCB;
	color: #000000;
	padding: 5px;
}
.DynamicHover
{
	background-color: #B3CDCB;
	cursor: pointer;
	text-decoration: none;
}
.Footer
{
	float: right;
	position: fixed;
	bottom: 5px;
	right: 5px;
	background-image: -webkit-linear-gradient(left, #fff 0%, #C3CAE3 100%);
}

/*** Page ***/
.Page
{
	width: 100%;
	padding-right: 4px;
}
.PageHeader
{
	color: #000000;
	font-weight: bold;
	width: 100%;
}
.PageTitle
{
	white-space: nowrap;
	padding: 5px;
	margin-bottom: 20px;
	color: #000000;
	background: #B3CDCB; /* for non-css3 browsers */
	background: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3CDCB', endColorstr='#fff'); /* for IE */
	background: -webkit-linear-gradient(left, #B3CDCB 0%, #fff0 80%); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #B3CDCB,  #fff); /* for firefox 3.6+ */
}
.PageFooter
{
	white-space: nowrap;
	padding: 5px;
	margin-bottom: 20px;
	color: #000000;
	background: #B3CDCB; /* for non-css3 browsers */	
	border: solid 1px #aaa;
}
.PageGrid
{
	width: 100%;
	margin-left: 1px;
	margin-top: -5px;
	border-spacing: 0;
}
.PageFormView
{
	margin-left: 3px;
	margin-bottom: 5px;
	width: 1px;
}
.PageFormTopHeader
{
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	font-weight: bold;
	background: #ececec;
}
.PageFormTabs
{
	width: 100%;
	margin-left: 2px;
	border-spacing: 0;
	z-index: 0;
	position: absolute;
}
.PageFormTabsView
{
	border: solid 1px #B3CDCB;
	padding: 5px 5px 5px 5px;
}
.PageFormRowHeader
{
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	font-weight: bold;
	background: #ececec;
}
.PageFormRowItem
{
	white-space: nowrap;
	padding: 2px 10px 2px 10px;
}
.PageFormQuantityAndBalance
{
	padding: 10px 10px 10px 10px;
}
.PageFormQuantityAndBalance_Header
{
	width: 100px;
	text-align: center;
	white-space: nowrap;
}
.PageFormQuantityAndBalance_Label
{
	white-space: nowrap;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	font-weight: bold;
	background: #ececec;
	padding: 2px 10px 2px 10px;
}
.PageFormQuantityAndBalance_Value
{
	text-align: right;
	white-space: nowrap;
	border-right: solid 1px #999999;
	padding: 2px 10px 2px 10px;
}

/*** GridFilter ***/
.GridFilter
{
	width: 100%;
	margin-left: 5px;
}

/*** GridExporter ***/
.GridExporter
{
	width: 100%;
	margin-left: 5px;
}

/*** RadGrid ***/
.RadGridMasterTable
{
}
.RadGridHeader
{
	color: #000000;
	background-color: #B3CDCB;
	border-bottom: solid 1px #cccccc;
}
th.GridHeader_silopor > a
{
    color:black;
}
.Item
{
}
.RadGridSelectedItem
{
	color: #000000;
	background-color: #afbfc9;
	text-align: left;
}
.RadGridPager
{
	color: #000000;
	background-color: #B3CDCB;
	border-bottom: solid 1px #cccccc;
}

/*** Grid ***/
.GridView
{
	border: solid 0px #B3CDCB;
	width: 100%;
}
.GridViewRow
{
	height: 24px;
	color: Black;
	cursor: hand;
	background-color: Transparent;
}
.GridViewRow TD
{
	padding: 0px 5px 0px 5px;
	border: solid 0px #000000;
	background-color: Transparent;
}
.GridViewAlternateRow
{
	height: 24px;
	cursor: hand;
	background-color: Transparent;
}
.GridViewAlternateRow TD
{
	padding: 0px 5px 0px 5px;
	border: solid 0px #000000;
	background-color: #eeeeee;
}
.GridViewHeader
{
	height: 24px;
	background-color: #eeeeee;
	color: #383838;
}
.GridViewHeader TH
{
	padding: 0px 5px 0px 5px;
}
.GridViewSelectedRow
{
	height: 24px; /*background: #05284B url( '../../resources/images/selectedbg.gif' );*/
	background-color: #7792A3;
	color: white;
}
.GridViewSelectedRow TD
{
	padding: 0px 5px 0px 5px;
}
.GridViewPager
{
	background-color: #7F9DB9;
}
.GridViewSelectedRow A
{
	color: White;
}

/*** RadTree ***/
.TreeNodeItem {
  font-family: Verdana,Tahoma,Arial,sans-serif;	
}


.TreeNode
{
	border-color:Gray;
	border-width:thin;	
}

/* Actions */
.Actions
{
	padding: 10px 0px 10px 0px;
}
.Section-Title .Actions
{
	padding: 0px;
}

/* Pager Style */
.PagerContainerTable
{
	border: solid 0px #333333;
	color: #d1d1e1;
	padding: 5px;
}
.PagerInfoCell
{
	padding: 3px 6px 3px 6px;
	color: Black;
	white-space: nowrap;
	font-weight: normal;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: underline;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: underline;
}
.PagerCurrentPageCell
{
	color: #07396b;
	padding: 0px 5px 0px 5px;
	font-weight: bolder;
	text-align: center;
}
.PagerOtherPageCells
{
	padding: 0px 5px 0px 5px;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyleNext
{
	text-decoration: none;
	color: Black;
}
.PagerHyperlinkStyleNext:hover
{
	text-decoration: none;
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: underline;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: underline;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: underline;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: underline;
}

/* Login */
.Login
{
	width: 275px;
	background: url(../../Resources/Images/LogIn.png);
	color: white;
}
.Login a
{
	color: White;
}
.Login a:visited
{
	color: White;
}

/* Details */
.Details
{
	border: solid 1px #BBBBBB;
}

.Details-Label, .Details-Label-Selected
{
	font-weight: bold;
	padding: 6px;
	border-right: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
	text-align: right;
}
.Details-Label
{
	background-color: #EEEEEE;
}
.Details-Label-Selected
{
	background-color: #FAFAFA;
}
.Details-Content
{
	padding: 6px;
	border-top: solid 1px #BBBBBB;
}

.radEnabledCss_Default
{
	color: #333;
	border: solid 1px #afbec5 !important;
}

.not-active {
   cursor: default;
   color:black;
   text-decoration: none;
}