﻿.noteTable
{		
	width:193px; 
	/*height:209px;*/
	/*height:300px;*/
}

.noteContentList
{
	padding:0px;
	margin: 0px 0px 0px 15px;
}

.noteTopCellPink
{
	background:url('../Images/BackgroundNotePink_01.gif') no-repeat 50% bottom;
}
.noteMiddleCellPink
{
	background: url('../Images/BackgroundNotePink_02.gif') repeat-y;
}
.noteMiddleDivPink
{
	background:url('../Images/BackgroundNotePink_03.gif') no-repeat 50% bottom;
}

.noteBottomCellPink
{
	background:url('../Images/BackgroundNotePink_04.gif') no-repeat 50% top;
}

.noteTopCellBlue
{
	background:url('../Images/BackgroundNoteBlue_01.gif') no-repeat 50% bottom;
}
.noteMiddleCellBlue
{
	background: url('../Images/BackgroundNoteBlue_02.gif') repeat-y;
}
.noteMiddleDivBlue
{
	background:url('../Images/BackgroundNoteBlue_03.gif') no-repeat 50% bottom;
}

.noteBottomCellBlue
{
	background:url('../Images/BackgroundNoteBlue_04.gif') no-repeat 50% top;
}


.whiteDashedLine
{
	width:100%; 		
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-width:0;
	border-top-width:0;
	border-right-width:0;
	border-color:White;
}

.smallButtonText
{
	font-size:16px;
}

.bigButtonText
{
	font-size:20px;
}

.addButton
{
	background: url('../Images/ButtonAdd.gif') no-repeat left 50%;
	padding: 0px 0px 0px 30px;		
}

.hyperlinkButton
{
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.nextButton
{
	background: url('../Images/ButtonNext.gif') no-repeat right 50%;
	padding: 0px 30px 0px 0px;	
}

.priorButton
{
	background: url('../Images/ButtonPrior.gif') no-repeat left 50%;
	padding: 0px 0px 0px 30px;		
}

.blankButton
{
	padding: 0px 5px 0px 5px;
}

.blankButtonNoPadding
{
	padding: 0px 0px 0px 0px;
}

.generalButton
{	
	color:white; 
	font-family: Trebuchet MS; 
	cursor:pointer;	
	text-decoration:none;	
}

.whiteText, .jqdatepicker
{
	color:White;
	font-family:'Verdana';
	font-size:11px;
}

.redText
{
	color:Red;
	font-family:'Verdana';
	font-size:11px;
}

.greenText
{
	color:Green;
	font-family:'Verdana';
	font-size:11px;
}

.darkText
{
	color:#121212;
	font-family:'Verdana';
	font-size:11px;
}


.blueText
{
	/*color:#7788fe;*/
	color:#5686E9;
	font-weight:bold;	
	font-family:Trebuchet MS;
	font-size:16px;
}

.pinkText
{
	color:#e544b8;
	font-family:11px;
	font-size:11px;		
}

.textRight
{
    text-align: right;
}

.pinkTitle
{
	color:#e544b8; 
	font-size:15px;
	font-family:'Verdana';
	font-weight:600;
}

a.link
{
    color: #ff00ff;
    text-decoration: none;
}

a.link:hover
{
    color: #ff2eff;
    text-decoration: underline;
}

.searchResult
{
	border-width:0px;
}

.dataGridItem
{
	border-width:0px;	
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#555555;
}

.dataGridHeader
{
	border-width:0px;
}

.dataGridPager
{
	border-width:0px;
	color:White;	
}

.panelTitle
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:white;
	font-weight:500;
	text-align:left;
}

.elementTitle
{
	font-family:'Verdana';
	font-size:11px;
	color:#d3d3d3;
	text-align:left;
}

.elementTitleCell
{
	padding-top:6px;
}

.dataGridEmpty
{
	color:White;
}

.option
{
	background-color:#2C2C2C;
}

.optgroup
{
	background-color:#e544b8;
}

.Form_Part
{
	padding-bottom:5px;
	border-bottom: 1px dashed #555555;
}

.Dashed_Separator
{	
	border-bottom: 1px dashed #555555;
}

.inputEmpty, .jqdatepicker
{
	background-color:#565656;
	border-color:#909090;
	color:White;
}

.inputNotEmpty
{
	background-color:#363636;
	border-color:#909090;
	color:White;
}

.pageNavigationTop
{
	font-family:Trebuchet MS;
	border-left:1px solid #b82691;
	border-bottom:1px solid #b82691;
	border-right:1px solid #b82691;
	font-size:14px;
	margin-bottom:35px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:158px;
	color:White;
	width:200px;
}

.pageNavigationBottom
{
	font-family:Trebuchet MS;
	font-size:14px;
	border-left:1px solid #b82691;
	border-top:1px solid #b82691;
	border-right:1px solid #b82691;
	margin-top:10px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:158px;
	width:200px;
	color:White;
}

.pageNavigationArrow
{
	font-family:Trebuchet MS;
	color:white;
	font-size:14px;
	padding:2px;
	width:20px;
}

.pageNavigationArrow a
{
	font-family:Trebuchet MS;
	text-decoration:none;
	color:white;
	font-size:14px;
}

.pageNavigationSeparator
{
	width:0px;
	background-color: #e544b8;
}

.pageNavigatorInput
{
	width:24px;
	background-color:#2C2C2C;
	border:1px solid #909090;
	color:White;
	text-align:center;
	margin-left:5px;
}

.pageNavigatorInputCell
{
	width:25px;
	padding-left:5px;
	text-align:right;
}

.tableItemCount
{
	font-family:Trebuchet MS;
	padding-right:5px;
	padding-left:5px;
	color:White;
	margin-left:10px;
	font-size:16px;
	width:200px;
	background-color:#b82691;
	margin-left:158px;
}

.searchResultTitle
{
	background-color:#b82691;
	padding-left:8px;
	 
}

.quickSearchForm
{
	padding:15 20 15 20;
	/*margin-left:145px;*/
	border-left:1px solid #b82691;
	border-bottom:1px solid #b82691;
	border-right:1px solid #b82691;
	background-color:#3D3D3D;
}

.multipleControlAddButtonCell
{
	padding-top:10px;
}

.whiteDropDownList
{
	background-color:White;
	font-family:'Verdana';
	font-size:11px;
}
