﻿
body
{
	font-size: 87.5%;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: normal;
	text-align: left;
	font-family: Arial;
}

table
{
	width: 100%;
	vertical-align: top;
}

.tblBorder
{
	border: 0px solid #ffffff;
}

.ValidationError
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
}

.RequiredStar
{
	color: Red;
	font-size: 15px;
	font-weight: bold;
	padding-left: 3px;
}

.Error
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.Heading
{
	color: Maroon;
	font-size: 20px;
}

.outer
{
	margin: 0px auto 0px;
	width: 960px;
	height: auto;
	overflow: hidden;
}

.header
{
	float: left;
	width: 960px;
	height: 120px;
}

.logo
{
	float: left;
	width: 209px;
	margin: 20px;
	height: 68px;
}

.welcome
{
	float: right;
	width: 209px;
	height: 48px;
	color: #E42F00;
	font-weight: bold;
	font-size: 15px;
	margin-top:80px;
	text-align:right;
	padding-right:2px;
}

.welcome a
{
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.welcome a:hover
{
	text-decoration: underline;
}

.menu-bg
{
	width: 100%;
	float: left;
	background: url(../images/top-menu-bg.jpg) repeat-x;
	height: 55px;
}

#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li
{
	display: inline;
	padding: 0px 20px 20px 14px;
	list-style-type: none;
}

#navlist a
{
	padding: 0 0 0 24px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #202020;
	text-transform: uppercase;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow.jpg) 5px 50% no-repeat;
}

#navlist li:hover
{
	text-shadow: 2px 2px #202020;
	background: url(../images/active-bg.jpg) repeat-x;
	color: #fff;
}

.CurrLink
{
	text-shadow: 2px 2px #202020;
	background: url(../images/active-bg.jpg) repeat-x;
	color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #fff;
}

.banner
{
	float: left;
	width: 100%;
	min-height: 282px;
	background: url(../images/banner.jpg) left top no-repeat;
}

.right-sidebar
{
	float: left;
	padding-top: 40px;
	padding-left: 450px;
	height: auto;
}

.right-sidebar .input[type="text"]
{
	outline: none;
	width: 174px;
	height: 20px;
	clear: both;
	border: solid 1px #ccc;
	font-size: 12px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #E2E3E3;
	-webkit-box-shadow: inset 0 0 5px #E2E3E3;
	box-shadow: inset 0 0 5px #E2E3E3;
}

.right-sidebar .input[type="textarea"]
{
	outline: none;
	float: left;
	width: 174px;
	height: 20px;
	clear: both;
	border: solid 1px #ccc;
	font-size: 12px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #E2E3E3;
	-webkit-box-shadow: inset 0 0 5px #E2E3E3;
	box-shadow: inset 0 0 5px #E2E3E3;
}

.right-sidebar .input[type="password"]
{
	outline: none;
	float: left;
	width: 174px;
	height: 20px;
	clear: both;
	border: solid 1px #ccc;
	font-size: 12px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #E2E3E3;
	-webkit-box-shadow: inset 0 0 5px #E2E3E3;
	box-shadow: inset 0 0 5px #E2E3E3;
}

.right-sidebar .input:focus
{
	box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	border: 1px solid rgba(0,0,255, 0.8);
}




/* egyedi select CSS-vel */
label.custom-select
{
	position: relative;
	display: inline-block;
	margin-bottom: 18px;
	vertical-align: top;
}
.custom-select select
{
	display: inline-block;
	border: 1px solid #bbbbbb;
	padding: 4px 8px 3px 3px;
	margin: 0;
	font: inherit;
	outline: none; /* remove focus ring from Webkit */
	height: 34px;
	color: #BDBDBD;
	width: 180px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #E2E3E3;
	-webkit-box-shadow: inset 0 0 5px #E2E3E3;
	box-shadow: inset 0 0 5px #E2E3E3;
}
/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.custom-select select
	{
		padding-right: 0px;
	}
}
/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus
{
	box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	border: 1px solid rgba(0,0,255, 0.8);
}
/* Select arrow styling */
.custom-select:after
{
	content: "?";
	width: 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 60%;
	padding: 0 11px;
	background: url(../images/arrow-1.jpg) no-repeat;
	text-indent: -9999px;
	pointer-events: none;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.no-pointer-events .custom-select:after
{
	content: none;
}

.right-e
{
	float: left;
	width: 50px;
	height: 26px;
	margin-left: 10px;
}

/* CODE INCLUDED BY KALPANA STARTS*/
.right-b
{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 20px;
}

.right-bt
{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
}

/* CODE INCLUDED BY KALPANA ENDS */
.right-e input
{
	outline: none;
	float: left;
	width: 80px;
	height: 26px;
	clear: both;
	display: inline;
	margin-bottom: 18px;
	color: #BDBDBD;
	padding: 3px;
	border: solid 1px #ccc;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #E2E3E3;
	-webkit-box-shadow: inset 0 0 5px #E2E3E3;
	box-shadow: inset 0 0 5px #E2E3E3;
}

.right-e input:focus
{
	box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	border: 1px solid rgba(0,0,255, 0.8);
}

.submit-btn
{
	background: url(../images/submit_btn.jpg) no-repeat;
	width: 75px;
	clear: both;
	margin-top: 0px;
	height: 28px;
	border: none;
	cursor: pointer;
}

.clear-btn
{
	background: url(../images/clear_btn.jpg) no-repeat;
	width: 75px;
	clear: both;
	margin-top: 0px;
	height: 28px;
	border: none;
	cursor: pointer;
}

.org-btn
{
	background: url(../images/manage-organization-btn.jpg) no-repeat;
	width: 175px;
	clear: both;
	margin-top: 0px;
	height: 28px;
	border: none;
	cursor: pointer;
}

.org-btn1
{
	float: left;
	width: 163px;
	height: 34px;
	margin-top: 0px;
	margin-left: 10px;
}

.search-btn
{
	background: url(../images/search-btn.jpg) no-repeat;
	width: 75px;
	clear: both;
	margin-top: 0px;
	height: 28px;
	border: none;
	cursor: pointer;
}

.content-menu
{
	float: left;
	width: 100%;
	height: 46px;
	background: #FD9D00;
}

.content-tap
{
	float: left;
	width: 100%;
	height: 46px;
	margin-bottom: 90px;
	background: #FECE7F;
}

#navcontainer1
{
	margin: 0;
	padding: 0 0 0 12px;
}

#navcontainer1 UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer1 LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 12px;
}

.bottom-content
{
	float: left;
	width: 100%;
	background: url(../images/bottom-content-bg.jpg) repeat-x;
}

.bottom-content p
{
	margin: 10px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
}



.e-link
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.e-link:hover
{
	text-decoration: underline;
}

.top-contact a
{
	float: right;
	text-align: left;
	text-decoration: none;
	color: #000;
	width: 100px;
	margin: 40px;
}

.top-contact a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 16px;
	color: #ED0400;
}

h2
{
	font-size: 14px;
	color: #7E0101;
}

h3
{
	font-size: 12px;
	color: #993300;
	margin-bottom: 2px;
}

h4
{
	font-size: 10px;
	color: #666;
	font-weight: bold;
	margin: 1px;
	float: left;
}

.PopupExtender
{
	background-color: #666;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.popup
{
	padding: 3px;
	border: 5px solid #FB9101;
	background: #fff;
}

.blur
{
	z-index: 10000;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


.progress
{
	height: 75px;
	width: 250px;
	background-color: #fff;
	color: #ccc;
	padding: 10px;
	border: 3px solid #000;
}

img
{
	border: 0px;
}

.grd
{
	border: 1px solid #ccc;
	background: #f6f6f6;
	width: 100%;
	float: left;
}
.grd th
{
	background-color: #FD9D00;
	border-bottom: 1px solid #666;
	color: White;
	text-transform: uppercase;
	font-size: 14px;
	height: 35px;
	text-align: center;
}

.grd th a
{
	color: White;
	text-decoration: none;
}

.alt
{
	background: #FFE8C1;
}
.grd td
{
	padding: 3px 6px;
}
.grd a
{
	color: #888;
	text-decoration: underline;
}

.pageno
{
	color:#000;
}

.pageno table
{
	width:10px;
}

.pageno a
{
	color: blue;
	display: inline-block;
}
.pageno a:hover
{
	background-color: #acd;
}

.hidden
{
	display:none;
}

.totrecords
{
	position:absolute;
	top:508px;
	left:285px;
}

.totrecords1
{
	position:absolute;
	top:460px;
	left:285px;
}

.refershstatus
{
	position:absolute;
	top:180px;
	right:280px;
	color:#314757;
	font-weight:bold;
}