*
{
	padding: 0;
	margin: 0;  	
}

body
{
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;	
}

p
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

textarea,
select,
input
{
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

select
{
	width: 25%;
	vertical-align: baseline;
}

div.Dialog table td.Data select.FullWidth
{
	width: 100%;
}

select.FullWidth
{
	width: 60%;
}

textarea.FullWidth,
input.FullWidth
{
	width: 85%;
}

input.LoginButton
{
	background-image: url("../Image/Icon/Key.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.EditButton
{
	background-image: url("../Image/Icon/Edit.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.DeleteButton
{
	background-image: url("../Image/Icon/Delete.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.UploadButton
{
	background-image: url("../Image/Icon/Upload.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.SaveButton
{
	background-image: url("../Image/Icon/Save.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.ViewButton
{
	background-image: url("../Image/Icon/View.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.AddButton
{
	background-image: url("../Image/Icon/Add.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.ApproveButton
{
	background-image: url("../Image/Icon/Approve.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.RejectButton
{
	background-image: url("../Image/Icon/Reject.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.PDFButton
{
	background-image: url("../Image/Icon/PDF.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.ExcelButton
{
	background-image: url("../Image/Icon/Excel.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.EmailButton
{
	background-image: url("../Image/Icon/Email.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.CompareButton
{
	background-image: url("../Image/Icon/Compare.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

input.Button
{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}

span.RadioButton
{
	padding-right: 10px;
}

span.RadioButton input
{
	margin-right: 5px;
}

span.RadioButton label
{
	vertical-align: top;
}

div#Main
{
	width: 760px;
	border: 2px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div#Main p
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

div#Main.Admin
{
	swidth: auto;
}

div#Main.ProfileUpload
{
	width: 100%;
}

div#Main div#Header
{
	width: 100%;
	height: 135px;
	background-color: #000000;
	background-image: url("../Image/Background/ShowHeader.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

div#Main div#Header div#Logo
{
	float: left;
	padding: 0px 5px 0px 0px;	
	text-align: center;
}

div#Main div#Header div#Title
{
	color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}

div#Main div#Body
{
	font-size: 9px;
	border-top: 1px solid #CCCCCC;
	padding: 5px;	
}

div#Main div#Footer
{
	font-size: 9px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

div#Main div.Dialog
{
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 300px;
	background-color: #FFFFFF;
}

div#Main div.UpdateDialog
{
	float: right;
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 380px;
	background-color: #FFFFFF;	
}

div#Main div.ExhibitorDialog
{
	float: left;
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 350px;
	background-color: #FFFFFF;
}

div#Main div#ExhibitorForm
{
	border: 1px solid #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
	margin: 15px auto 0px auto;
}

div#Main div#Form
{
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 450px;
	background-color: #FFFFFF;
	margin: 15px auto 0px auto;
}

div#Main div.UpdateDialog h3,
div#Main div.ExhibitorDialog h3,
div#Main div.Dialog h3
{
	background-image: url("../Image/Header.gif");
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

div#Main div.UpdateDialog h3 img,
div#Main div.ExhibitorDialog h3 img,
div#Main div.Dialog h3 img
{
	vertical-align: top;
	margin-right: 5px;
}

div#Main div.UpdateDialog p,
div#Main div.ExhibitorDialog p,
div#Main div.Dialog p
{
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}

div#Main div.UpdateDialog table,
div#Main div.ExhibitorDialog table,
div#Main div.Dialog table
{
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

div#Main div.UpdateDialog table tr,
div#Main div.ExhibitorDialog table tr
{
	height: 20px;	
}

div#Main div.UpdateDialog table tr td.Label,
div#Main div.ExhibitorDialog table tr td.Label,
div#Main div.Dialog table tr td.Label
{
	padding-left: 5px;
	width: 30%;
}

div#Main div.Dialog table tr td.LabelFullWidth
{
	padding-left: 5px;
	width: 60%;
}

div#Main div.UpdateDialog table tr td.LabelTop,
div#Main div.ExhibitorDialog table tr td.LabelTop,
div#Main div.Dialog table tr td.LabelTop
{
	vertical-align: top;
	padding-left: 5px;
	width: 30%;
}

div#Main div.UpdateDialog table tr td.Data,
div#Main div.ExhibitorDialog tabl tr td.Data,
div#Main div.Dialog table tr td.Data
{
	width: 70%;
}

div#Main div.UpdateDialog table tr td.Message,
div#Main div.ExhibitorDialog table tr td.Message,
div#Main div.Dialog table tr td.Message
{
	width: 70%;
}

div#Main div.UpdateDialog table tr td.Error,
div#Main div.ExhibitorDialog table tr td.Error,
div#Main div.Dialog table tr td.Error
{
	color: #FF0000;
}

div#Main div.UpdateDialog table tr td.Button input,
div#Main div.ExhibitorDialog table tr td.Button input,
div#Main div.Dialog table tr td.Button input
{
	margin-right: 10px;
}

div#Main div#ExhibitorLogin
{
	margin: 25px auto 20px auto;
}

div#Main div#Login
{
	margin: 125px auto 200px auto;
}

div#Main div#ExhibitorLogin h3,
div#Main div#Login h3
{
	margin-bottom: 0px;	
}

div#Main .Grid
{
	border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
	width: 100%;
}

.GridHeader
{
  background-image: url("../Image/grid_headerBg.gif"); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
}

.GridHeaderWithoutGroup
{
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.GridFooterText
{	
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url("../Image/header_rowBg.gif");
}

.HeadingCell 
{ 
  background-image: url("../Image/header_bg.gif");
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.HeadingCellHover
{ 
  background-image: url("../Image/header_hoverBg.gif");
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url("../Image/header_activeBg.gif");  
  background-color: #F6F6F7; 
  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url("../Image/header_bg.gif"); 
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.ExhibitorRow,
.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.ExhibitorRow td.DataCell,
.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.ExhibitorRow td.LastDataCell,
.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.ExhibitorRow td.DataCell
{
	color: #FF0000;
}

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.RedRow 
{ 
	background-color: #FFFFFF; 
	cursor: default;
}

.RedRow td.DataCell 
{ 
  font-size: 10px;
  color: #FF0000;
  padding: 2px; 
  font-family: verdana; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  background-image: none;
} 

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}

.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 60px;
}

table tr td
{
	background-repeat: no-repeat;
}

div#Main div#Menu
{
	clear: both;
	width: 750px;
}

div#Main span.Error
{
	font-size: 10px;
	color: #FF0000;
}

div#Main p.Warning
{
	background-image: url("../Image/Warning.gif");  
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FF0000;	
	padding-left: 20px;
}

div#Main p.Error
{
	color: #FF0000;
}

div#Main p.BoldHighlight
{	
	font-weight: bold;
	font-size: 13px;
	color: #FF0000;
	font-family: Tahoma, Arial, Verdana;
	padding-bottom: 10px;
}

div#Main p.BoldHighlight span.Right
{
	padding-left: 50px;
	font-weight: bold;
	font-size: 13px;
	color: #FF0000;
}

div#Main div.Dialog p.BoldHighlightCenter
{	
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #FF0000;
	font-family: Tahoma, Arial, Verdana;
}

table.CheckedListBox tr td input
{
	margin-right: 5px;
	vertical-align: bottom;
}

table.CheckedListBox tr td label
{
	vertical-align: middle;
}

div table#crViewer
{
	background-color: #FFFFFF;	
}

div table#crViewer table
{
	width: auto;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;	
}

div table#crViewer table tr
{
	height: 15px;	
}


div table#crViewer table tr td.Heading
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div table#crViewer table tr td.ColumnHeader
{
	font-size: 11px;
	font-weight: bold;
}

div table#crViewer table tr td.Data
{
	font-size: 11px;
	font-weight: normal;
}

table.Repeater 
{
	width: 100%;
	font-size: 12px;	
	font-family: Tahoma, Arial, Verdana;
}

table.Repeater tr.Header
{
	font-weight: bold;	
	background-color: #EEEEEE;
	height: 22px;	
}

table.Repeater tr td,
table.Repeater tr.Header td
{
	padding-left: 5px;
}

table.Repeater tr td.ExhibitorColumn
{
	width: 50%;
}

table.Repeater tr td.A
{	
	width: 30%;
}

table.Repeater tr td.B
{
	width: 30%;
}

table.Repeater tr td.C
{
	width: 40%;
}

table.Repeater tr td.CheckBoxColumn
{
	padding-right: 5px;
	width: 2%;
}
table.Repeater tr td.IDColumn
{
	padding-right: 5px;
	width: 6%;		
}

table.Repeater tr.AltRow1
{
	color: #002148;
	background-color: #FFFFFF;
	height: 22px;
}

table.Repeater tr.AltRow2
{
	color: #002148;
	background-color: #CCCCCC;
	height: 22px;
}

#SaveDatabase
{
	margin-top: 5px;
}

#SaveDatabase input.FullWidth
{
	margin-left: 15px;
	width: 71%;
}

.ProceedLink
{
	font-size: 12px;
	font-weight: bold;
}

#Title h1
{
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;	
	margin: 20px 0px 0px 10px;
}

#Title h2
{
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px 0px 0px 10px;
}

#CheckBoxPara
{
	margin: 10px 0px 5px 0px;	
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;	
}

#CheckBoxPara span
{
	padding-right: 5px;	
	vertical-align: top;
}

div#Main span.Data
{
	padding-right: 5px;
}