﻿body
{
	text-decoration: none;
	margin: 0px; 
	scrollbar-face-color:#EDF2FC; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #4E70C1; 
	scrollbar-3dlight-color: #4E70C1; 
	scrollbar-arrow-color: #4E70C1; 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: white; 
}

.tblMain
{
	width:95%;
}

.Title
{
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	color:#303340;
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:0px;
}

.Label
{
	font-size:10px; 
	font-family: verdana;
	font-weight:bold;
	color:#303340;
}

.LinkButton
{
	font-size:xx-small;
	font-family: verdana;
	font-weight:bold;
	text-decoration:none;
	color:#303340;
}

.TextBox
{
	font-size:xx-small;
	font-family: verdana;
	color:#303340;
	border:solid 1px #C3C3C3;
	width:175px;
	background-color:Transparent;
}

.DropDownList
{
	font-size:xx-small;
	font-family:verdana;
	color:#303340;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	border:solid 1px #C3C3C3;
	width:180px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:Transparent;
}

.ListBox
{
	font-size:xx-small;
	font-family:verdana;
	color:#303340;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	border:solid 0px #C3C3C3;
	width:300px;
	height:150px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Button
{
	font-size:xx-small;
	font-family:verdana;
	color:#303340;
	border:solid 1px #C3C3C3;
	background-color:#FFFFFF;
	cursor:hand;
	width:130px;
}

.HyperLink
{
	font-size:xx-small;
	font-family: verdana;
	font-weight:bold;
	text-decoration:none;
	color:#303340;
	text-align:left;
	text-indent:0px;
	cursor:hand;	
	border-top: none 1px red;
	border-bottom: none 1px red;
	border-left: none 1px red;
	border-right: none 1px red;
	text-decoration:none;
}




.GridViewHeader
{
	font-size:xx-small;
	font-family:verdana;
	color:#ffffff;
    font-weight:bold;
    text-decoration:none;
	letter-spacing:0px;
	height:18px;
	background-color:#303340;
	background:url('../Images/bckGvHeader.png') repeat;
}

.GridViewItem
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
	height:18px;
	background:url('../Images/bckGvItem.png') repeat;
}

.GridViewItemAlternating
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
	height:18px;
	background:url('../Images/bckGvItem.png') repeat;
}

.GridViewSelectedRow
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
	height:18px;
	background:url('../Images/bckGvItem.png') repeat;
}

.GridViewPager
{
	font-size:xx-small;
	font-family:verdana;
	color:#303340;
}

.ItemTable
{
}

.HeaderTable
{
	font-size:xx-small;
	font-family:verdana;
	color:#ffffff;
    font-weight:bold;
    text-decoration:none;
	letter-spacing:0px;
    background-color:#303340;
	background:none url('../Images/bckGvHeader.png') repeat;
	height:18px;
}

.DataGridItemTable TD
{
    border-bottom:#C3C3C3 1px solid;
}
.RegisterCounter
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:0px;
}
.NoRegister
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
    border-bottom:#C3C3C3 1px solid;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=30);
}

.popupControl
{
	background-color:#AAD4FF;
	visibility: hidden;
	border-style : solid;
	border-color: Black;
	border-width: 2px;
}

.panelPopUp
{
	position:absolute;
	left:-1000px;
}

.modalPopup
{
	background-color:#ffffdd;
	width: 100%;
}

.tblSearchJobs
{
	text-align:left;
	margin-top:5px;
	margin-left:3px;
	width:660px;
	height:258px;
	border:0px solid;
	background:url('../Images/bckSearchJobs.png') no-repeat;
}

.tblJobsMain
{
	text-align:left;
	margin-left:3px;
	width:660px;
	height:400px;
	border:0px solid;
	background:url('../Images/bckJobsMain.png') no-repeat;
}

.tblHomeCandidate
{
	text-align:left;
	margin-top:5px;
	margin-left:10px;
	width:660px;
	height:500px;
	border:0px solid;
	background:url('../Images/bckHomeCandidate.png') no-repeat;
}

.tblHomeEmployer
{
	text-align:left;
	margin-top:5px;
	margin-left:10px;
	width:660px;
	height:500px;
	border:0px solid;
	background:url('../Images/bckHomeEmployer.png') no-repeat;
}

.TextBoxSearchJobs
{
	font-size:xx-small;
	font-family: verdana;
	color:Black;
	border:solid 1px #C3C3C3;
	width:280px;
	background-color:Transparent;
}

.DropDownListSearchJobs
{
	font-size:xx-small;
	font-family:verdana;
	color:Black;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	border:solid 1px #C3C3C3;
	width:285px;
	margin-bottom: 0px;
	margin-left: 0px;
}