﻿body
{
	margin: 0px;
	background: #FFFFFF;
}
table
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.MainTable
{
	width: 1000px;
	border: 1px solid #d1d1d1;
}

.PageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #002741;
	height: 40px;
	padding-left: 10px;
	text-align: left;
}
.LogOut
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5AB300;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
.LogOut a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5AB300;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.ContentBg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px dashed #ccc;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ContentInnerbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 0px dashed #ccc;
	background: #fff;
	padding: 5px;
	border-collapse: separate;
	border-spacing: 10pt 5pt;
}

.PrintTableStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px dashed #ccc;
	background: #fff;
	padding: 5px;
	vertical-align: top;
	height: 100px;
}

/****************************  Controls ***********************************/

.LabelControl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.FailMessageLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Red;
	text-align: left;
	padding-left: 28px;
	font-weight: bold;
}
.SucessMessageLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Green;
	text-align: left;
	padding-left: 28px;
	font-weight: bold;
}
.Textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	height: 18px;
	width: 150px;
}
.TextboxMultiLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}
.Button
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-bottom: 3px;
	border: 1px solid #11598f;
	background-color: #386f00 /*background: URL(images/Bluebg.gif) repeat-x;*/;
}
.DropDownList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	width: 150px;
	border: 1px solid #ccc;
}
.LinkButton
{
	font-size: 12px;
	color: #006AAF;
	padding: 4px 4px 4px 0px;
	text-decoration: none;
}
.LinkDeleteButton
{
	font-size: 12px;
	color: #386f00;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
	text-decoration: none;
}

.GridView
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}

.GridviewHeader
{
	color: #fff;
	height: 30px;
	background: #414d5b;
}

.GridviewRow
{
	height: 30px;
	padding-left: 5px;
}

.GridviewAlternaterow
{
	padding-left: 5px;
	background: #a9dd7b !important;
	height: 30px;
}

/* modelpopup */
.ModalBackground
{
	background-color: #3A3A3A;
	filter: alpha(opacity=50);
	opacity: 0.9;
	z-index: 3;
}
.ModalPopupPanel
{
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d1d1d1;
	padding: 3px;
	width: 400px;
}

.popupMain .PopUpClose
{
	height: 30px;
	width: 30px;
	cursor: pointer;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	background: URL(../images/close.png) no-repeat;
	border: none !important;
}
.popupHeader
{
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #002741;
}
.popupFooter
{
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: Arial,Geneva,sans-serif;
}
.popupMain
{
	background-color: white;
	width: 600px;
	padding-bottom: 5px;
}
.popupContainer
{
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
}
.modelpopupstyle
{
	font: normal 11px auto "Trebuchet MS" , Verdana;
	background-color: #8A8A8A;
	color: #4f6b72;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border: 0px;
}

/***************************************************************/
.Background
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 10000000;
}
.Progress
{
	position: fixed;
	top: 50%;
	left: 45%;
	width: 300px;
	height: 50px;
	text-align: center;
	background: url("images/loading.gif" ) no-repeat;
	border: 0px;
	vertical-align: middle;
	z-index: 10000000;
}
/* modelpopup */
.popupHeader
{
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #002741;
}
.popupFooter
{
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: Arial,Geneva,sans-serif;
}
.popupMain
{
	background-color: white;
	width: 600px;
	padding-bottom: 5px;
}
.popupContainer
{
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
}
.modelpopupstyle
{
	font: normal 11px auto "Trebuchet MS" , Verdana;
	background-color: #8A8A8A;
	color: #4f6b72;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border: 0px;
}

.GridView
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}

.GridviewHeader
{
	color: #fff;
	height: 30px;
	background: #414d5b;
}

.GridviewRow
{
	height: 30px;
	padding-left: 5px;
}

.GridviewAlternaterow
{
	padding-left: 5px;
	background: #e3e5e7;
	height: 30px;
}
.F2FPagerPageInfo
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
	color: #000000;
}

.F2FPagerButtons
{
	border: 1px solid #8C8C8C;
	background-color: #DDDDDD;
	text-decoration: none;
	padding: 3px;
	color: #000;
}
.F2FPagerPageSet
{
	border: 1px solid #8C8C8C;
	background-color: #ffffff;
	text-decoration: none;
	padding: 3px;
	color: #000;
}
.F2FPagerActivePage
{
	background-color: #e6f0fb;
	text-decoration: none;
	padding: 3px;
	color: #000;
	border: 1px solid #8C8C8C;
}

/* Header-footer style*/
table.HeaderStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002741;
	font-weight: bold;
	background: #002741;
}
table.HeaderStyle a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 90px;
	text-decoration: none;
}

.HeaderHeadding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 15px;
}
.FooterHeadding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 15px;
}
.MenuBg
{
	height: 30px;
	line-height: 30px;
	background: URL(images/Lightbluebg.gif) top;
	border-bottom: 1px solid #d1d1d1;
	width: 1000px;
}

.MenuLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002741;
	text-decoration: none;
	height: 24px;
	padding-left: 2px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	line-height: 30px;
	vertical-align: middle;
}

.MenuLinkhover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002741;
	text-decoration: none;
	height: 24px;
	padding-left: 2px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	line-height: 30px;
	vertical-align: middle;
	background-color: #C5D7E9;
}

.Footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	height: 20px;
	vertical-align: middle;
	background: #414d5b;
	margin-top: 10px;
}

/*Header  footer Style over*/

.autoCompleteList
{
	overflow: auto;
	height: 25%;
	margin: 0px;
	list-style: none;
	padding-left: 3px;
	display: table-row;
	border: solid 0px #585858;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #848484;
	scrollbar-track-color: #848484;
	scrollbar-highlight-color: #848484;
	scrollbar-shadow-color: #848484;
	background-color: #E6F0FB;
}
.autoCompleteItem
{
	background-color: #E6F0FB;
	color: #12566B;
}
.autoCompleteHoverItem
{
	background-color: #6E8D97;
	color: White;
}
.HomePageImage
{
	background-image: url(images/Homepage.jpg);
	width: 900px;
	height: 675px;
	border: 0px;
}
.bottom-bg
{
	background-image: url(/App_Themes/images/img9.jpg);
	background-repeat: repeat-x;
	height: 70px;
}

/* Data Grid Paggin Style Start */
.cssPager a
{
	font-family: Book Antiqua;
	padding: 0px 7px 0px 7px;
	font-size: 13px;
	color: Navy;
	background-color: #ACDC78;
	text-decoration: none;
	border: 1px solid #eeeeee;
}
.Label
{
	border: 1px solid #000;
	font-family: Book Antiqua;
	padding: 0px 7px 0px 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ACDC78;
	text-decoration: none;
}
/* Data Grid Paggin Style End */
/* Report Text Align Class Start */
.RptText
{
	text-align: justify;
	color: Red;
}
/* Report Text Align Class End */

/* Financial Report Text Align Class Start */
.FinancialReport
{
	font-size: 13px;
	color: #333333;
}
.FinancialReport a
{
	color: #333333;
	float: left;
	text-decoration: none;
}
.FinancialReport a:hover
{
	text-decoration: underline;
}
/* Financial Report Text Align Class END */


/**** Ajax Tab Css Start ****/
.MyTabStyle .ajax__tab_header
{
	/*font-family: Tahoma, Geneva, sans-serif;     font-size: 14px;     font-weight: bold;*/
	border-radius: 5px;
	display: block;
	padding-left: 5px;
	background-color: #386f00; /*border: solid 1px #454E53;*/
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
	border-color: #222;
	background-color: #ACDC78;
	color: #222;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 7px; /*border: solid 2px #6c6c6c;                                border-top: solid 2px #6c6c6c;                                 border-right: solid 2px #6c6c6c;*/
	border-radius: 5px;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
	/*border-color: #6c6c6c;*/ /*color: #666;*/ /*padding: 3px 10px 2px 0px;*/
	height: 20px;
	padding-top: 10px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
	/*background-color: #6c6c6c;*/
	background-color: #ffffff;
	border: solid 2px #454E53; /*border-top-color: #ffffff;*/
	border-radius: 5px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
	/*color: #fff;*/
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
	/*background-color: #444444;*/
	border: solid 2px #386f00;
	border-radius: 5px;
	background-color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
	/*border-color: #6C6C6C;*/
	background-color: #ffffff;
}
.MyTabStyle .ajax__tab_body
{
	font-size: 10pt;
	background-color: #fff;
	border-top-width: 0;
	border: solid 1px #454E53; /*border-top-color: #ffffff;*/
	border-radius: 5px;
	vertical-align: top;
}
.MyTabStyle .ajax__tab_tab
{
	outline: none;
}
/**** Ajax Tab Css end ****/