﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.bgColor
{
	background-color: #CBEAFB;
}

input, textarea, #cbListGroups
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-color: #CBEAFB;
	width: 230px;
}

select
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-color: #CBEAFB;
	width: 235px;
	margin: 0px;
}

.checkbox
{
	background-color: inherit;
	width: 20px;
}

.phoneField
{
	/* Phones are always left to right! */
	direction: ltr;
}

.timeField
{
	/* time fields are always left to right! */
	direction: ltr;
}

.Direction_LTR
{
	direction: ltr;
}

#ButtonsMenu td
{
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------------- */


.hidden
{
	display: none;
}

.requiredLableText
{
	font-weight: bold;
}

.disabledTextBox
{
	background-color: #e6e9ea;
}

.fieldTitleTd
{
	width: 180px;
	vertical-align: top;
}

table.fieldsTable td
{
	padding: 3px;
}

.textBoxShort
{
	width: 100px;
}

.ddlShort
{
	width: 150px;
}

.textBoxLong
{
	width: 300px;
}

.textAreaBig
{
	width: 300px;
	height: 5em;
}

.windowCaption
{
	text-align: center;
	vertical-align: top;
	background-image: url(../Images/Controls/PhoneHelperCaption.png);
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;
	color: White;
}



/* ------------------------------------------Page Content-------------------------------------*/
#pageContent
{
	width: 99%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content
{
	padding: 0px; /*overflow-y: scroll;*/
	width: 800px;
}

.innerIFrame
{
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#logoPlace
{
	background-color: #eef9fe;
	width: 20%;
}

.visiblePanel table
{
	width: 100%;
}

.newRow td
{
	color: #a6cd3c; /* More under RTL/LTR */
}

.line
{
	height: 1px;
	color: #81cef1;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


.shortCell
{
	width: 110px;
	padding: 1px;
}

.longCell
{
	width: 242px;
	padding: 1px;
}

.tableSide
{
	width: 50%;
	vertical-align: text-top;
}

#GridViewCategory td
{
	padding-left: 5px;
	padding-right: 5px;
}

#GridViewCategory th
{
	padding-left: 5px;
	padding-right: 5px;
}

/*----------------------------------------Multicolor Table------------------------------------*/

.multicolorTable
{
	border: solid 1px #81cef1;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 798px;
}

.multicolorTable2
{
	border-bottom: solid 0px #81cef1;
	margin-top: 0px;
	width: 100%;
}

.multicolorTable table
{
	width: 100%;
}

/*----------------------------------Multicolor Table Whole Rows-------------------------------*/

.captionRow th
{
	height: 25px;
	background-color: #cbeafb;
}

.captionRow
{
	border: solid 1px white;
}

.evenRow
{
	height: 25px;
	border: solid 1px white;
	background-color: #eef9fe;
}

.oddRow
{
	height: 25px;
	border: solid 1px white;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	background-color: #e2f4fd;
}

.selectedRow
{
	background-color: #FCCE7A;
}

/*-------------------------------------Multicolor Table Cells------------------------------*/

.captionCell
{
	height: 25px;
	border: solid 1px white;
	background-color: #cbeafb;
}

.evenCell
{
	height: 25px;
	border: solid 1px white;
	background-color: #eef9fe;
	padding: 1px;
}

.oddCell
{
	height: 25px;
	border: solid 1px white;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	background-color: #e2f4fd;
	padding: 1px;
}

.SearchResultsExpandedRow
{
	border-top: solid 1px #81cef1;
	border-bottom: solid 1px #81cef1;
}



/* -----------------------------Waiting Animation-----------------------------------*/

.waitingAnimation
{
	height: 100px;
	width: 100px;
	position: absolute;
}

.searchResultsTable
{
	width: 100%;
	border-collapse: collapse;
}

/*---------------------------------------------------------------------------------*/

.OpaqueDiv
{
	display: none;
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	position: fixed;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: White;
}

.OpaqueDivForReadOnly
{
	display: none;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	position: fixed;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: White;
}

.PopupWindowCloseImg
{
	width: 17px;
	height: 17px;
	cursor: pointer; /* More at LTR/RTL */
}

.PopupWindowIframeBody
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.validationSummaryPlace
{
	font-weight: bold;
}

.videoCaption
{
	text-align: center;
	width: 500px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	color: #0F6CA9;
}
