﻿
form
{
	margin:7px;
	text-align: center;
}


A:link {

	FONT-SIZE: 8pt; COLOR: #73899d; FONT-FAMILY: Verdana; TEXT-DECORATION: none; STYLE: Bold

}

ul {

}

A:visited {

	FONT-SIZE: 8pt; COLOR: #73899d; FONT-FAMILY: Verdana; TEXT-DECORATION: none

}

A:hover {

	FONT-SIZE: 8pt;

	COLOR: #cc0000;

	FONT-FAMILY: Verdana;

	TEXT-DECORATION: underline

}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
	/*height:100%;*/
	/*overflow: hidden;*/
	background-color:#333333;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bg_Image.jpg);
	/*border: solid 1px yellow*/
}



.body_dynamic
{
	overflow: hidden;	
	text-align: center;
	/*position: relative;*/
	/*width:1040px;*/
	/*background-color:#0c2a4c;
	background-image: url(../images/bg_Image.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center bottom;*/
	margin: 0px;
	padding: 0px;
	/*border: solid 1px green;*/
	/*height:100%;*/
}



.divMaster
{
	/*background-color: #ff0000;*/
	/*border: solid 1px #ff0000;*/
	margin-left: auto;	
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 958px; 
	/*height:  100%;*/
}



.WizardButtonsDiv
{
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:4px;
	margin-right:3px;
}

.inputButton
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #b8c8d8;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
}

.leftSideContainer
{
	float: center;
	/*width: 250px;*/
	height: 120px;
	margin-left: auto ;
	margin-right: auto ;
	vertical-align: middle;
	position: relative;
	/*border: solid 1px yellow;*/
	
}

.rightSideContainer
{	
	/*float: center;*/
	background-color: white;
	margin-left: 18px ;
	position: relative;
	left:-10px;
	/**/
	/*border: solid 1px blue;
	height: 100%;
	overflow: hidden;*/
	
}



.mainContainer
{
	float: top;
	padding: 0px;
	/*vertical-align: top;*/
	text-align: left;
	/*height: 500px;*/
	/*height: 100%;*/
	position: relative;
	margin: auto;
	top: -20px;
	/*border: solid 1px yellow;*/
	overflow: hidden;
	height: 100%;
	
}


.LogoutDiv
{
	float: right;
}

.MainTabSpacer
{
	background-color: white;
	cursor: default;
	width: 5px;
}

.MainTab
{
	background-color: #ffffff;
	cursor: default;
	width: 400px;
	float: left;
}

.DefaultMainTab
{
	color: white;
	/*background-image: url(../images/maintab_bg.gif);*/
	background-color: #b8c8d8;
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	border-left: 1px solid #b8c8d8;
	border-right: 1px solid #b8c8d8;
}

.DefaultMainTabHover
{
	color: #73899d;
	background-color: #b8c8d8;
	/*background-image: url(../images/maintab_bg.gif);*/
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	border-left: 1px solid #b8c8d8;
	border-right: 1px solid #b8c8d8;
}

.SelectedMainTab
{
	color:white;
	background-color: #73899d;
	/*background-image: url(../images/menu_bg.gif);*/
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	cursor:default;
	border-left: 1px solid #b8c8d8;
	border-right: 1px solid #b8c8d8;
}

div.Login
{
	border: solid 1px #b8c8d8;
	width: 360px;	
	margin: 0 auto;
	
	/*margin-left: auto;
	margin-right: auto;*/
	position: absolute;
	left: 300px;
	top: 12px;
	text-align: center;	
}

.ItemsGrid
{
	cursor: default;
	width: 100%;
	clear: both;
}

.ItemsGridHeadingRow
{
	background-color: #73899d;
	/*background-color: #e9e9eb;
	background-image: url(../images/header_rowbg.gif);*/
}

.ItemsGridHeadingCell
{
	/*background-image: url(../images/header_bg.gif);
	background-color: #e9e9eb;*/
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 4px solid #73899d;
	border-right: 1px solid #b8c8d8;
}

.ItemsGridHeadingCellHover
{
	/*background-image: url(../images/header_hoverBg.gif);*/
	/*background-color: #f6f6f7;*/
	/*background-color: #b8c8d8;*/
	/*border-top: 4px solid #b8c8d8;*/
	border-top: 4px solid #CC0000;
}

.ItemsGridHeadingCellActive
{
	/*background-image: url(../images/header_activeBg.gif);
	background-color: #f6f6f7;*/
}

.ItemsGridHeadingCellText
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

.ItemsGridRow
{
	background-color: #ffffff;
	cursor: default;
}

.ItemsGridRow td.DataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #eae9e1;
	font-family: verdana;
	font-size: 10px;
}

.ItemsGridSelectedRow
{
}

.ItemsGridSelectedRow td.DataCell
{
	background-color: #990000;
	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;
	text-decoration:underline;
	color: #FFFFFF;
}

.ItemsGridSelectedRow td.FirstDataCell
{
	background-color: #ffeec2;
	border-left: 1px solid #4b4b6f;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
}

.ItemsGridSelectedRow td.LastDataCell
{
	background-color: #ffeec2;
	border-right: 1px solid #4b4b6f;
}

.ItemsGridRowHover
{
}

.ItemsGridRowHover td.DataCell
{
	font-family: verdana;
	font-size: 10px;
	background-color: #990000;
	color: white;
	cursor: pointer;
	padding: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #eae9e1;
}

.ItemsGridGroupByRow
{
	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;
}

.SliderPopup
{
	background-color: #fff4d7;
	border: 1px solid #4b4b6f;
	border-top-color: #9495a2;
	border-left-color: #9495a2;
	font-size: 11px;
	font-family: Verdana;
	width: 150px;
	height: 30px;
}

.ItemsGridFooterText
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

/* items grid summary footer */

.ItemsGridFooter
{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	background-color: #73899d;
	/*background-color: #e9e9eb;
	background-image: url(../images/header_rowbg.gif);
	background-repeat: repeat-x;
	background-position: center;*/
	border-top: solid 1px #eae9e1;
	overflow: hidden;
	padding: 3px;
	clear: both;
}

.ItemsGridFooterSummary
{
	float: left;
}

.ItemsGridFooterPagerLinks
{
	float: right;
}

.Header
{
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -41px;
	top:-20px;
	
	/**/
	/*border-bottom: solid 5px #b8c8d8;*/
	height: 288px;
	width:1040px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/Header.jpg);
}

#HeaderCenter
{
	background-color: white;
	width: 100%;
}

/* footer style */

div.Footer
{
	/*clear: both;
	border-left: #b8c8d8 1px solid;
	border-right: #b8c8d8 1px solid;
	border-bottom: #b8c8d8 1px solid;*/
	text-align: center;
	color: #FFF;
	/*height:100%;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	background-color: #333333;
	/*border: #cccccc 1px solid;*/
	
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -41px;
	bottom: -20px;
	
	/**/
	/*border-bottom: solid 5px #ff0000;*/
	/*height:107px;*/
	height: 470px;
	width:1040px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/footer_background.jpg);
	
	
}

div.CustomFooter
{
	clear: both;
	
	width:948px;
	/*border-left: #b8c8d8 1px solid;
	border-right: #b8c8d8 1px solid;
	border-bottom: #b8c8d8 1px solid;*/
	text-align: center;
	color: #73899d;
	/*background-color: #b8c8d8;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding: 3px
}

div.Footer a
{
	color: #000000;
}

/* end footer style */

/* section headers styles */
.MainSectionHeader
{
	/*background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;*/
	background-color: #73899d;
	color: white;
	padding: 3px;
	font-size: 12px;	
	margin-right: 3px;
	font-weight: bold;
	margin-right: 3px;
}

.MainSectionHeaderNoBottom
{
	/*background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #b8c8d8;*/
	background-color: #73899d;
	color: white;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-right: 3px;
}

.SubSectionHeader
{
	/*background-image: url(../images/subheader_small_bg.gif);
	background-repeat: repeat-x;*/
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*top: 0;*/
	background-color: #b8c8d8;
}

.SubSectionHeader span
{
	display: block;
	padding: 3px;
}

.SubSectionHeaderNoBorder
{
	/*background-image: url(../images/subheader_small_bg.gif);
	background-repeat: repeat-x;*/
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	top: 0;
	background-color: #b8c8d8;
	margin-top: 5px;
	width: 100%;
}

.SubSectionHeaderNoBorder span
{
	display: block;
	padding: 3px;
}

/* end section headers styles */

/* items tool bar styles */

.itemsGridToolbarMenuContainer
{
}

.ItemsGridToolbarSearch
{
	font-family: Verdana;
	font-size: 10px;
}

.ItemsGridToolbarSearchButtons
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	border: solid 1px #b8c8d8;
	height: 18px;
	cursor: pointer;
}

.ItemsGridToolbarMenu
{
	background-color: #73899d;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

.ItemsGridToolbarSubMenu
{
	border: solid 1px #b8c8d8;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px
}

.ItemsGridToolbarMenuItem
{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
}

.ItemsGridToolbarMenuItemSelected
{
	color: #ffffff;
	font-family: Verdana; 
	font-size: 10px; 
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #b8c8d8;
}

.ItemsGridToolbarMenuItemOver
{
	color: #ffffff;
	background-color: #b8c8d8;
	font-family: Verdana; 
	font-size: 10px; 
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #ffffff;
}

.ItemsGridToolbarSubMenuItem
{
	font-family: Verdana; 
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ItemsGridToolbarSubMenuItemOver
{
	font-family: Verdana; 
	font-size: 10px;
	cursor: pointer;
	background-color: #73899d;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ItemsGridToolbarSubMenuItemBreak
{
	cursor: default;
	height: 6px;
	background-image: url(../images/break.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* end items tool bar styles */

.SearchContainer
{
	float: right;
	font-size: small;
}


.loginLoadingPanel
{
	height: 160px;
}

.SmallCommandLink
{
	cursor: pointer;
	font-size: 10px;
	color: #73899d;
}

.InfoColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	color: Blue;
	width: 35%;
	font-size: 12px;
}

.InfoColumn 
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #73899d;
	font-size: 10px;
	text-align: left;
}

.LabelColumn 
{
	padding-right: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 3px;
	text-align: right;
	vertical-align: top;
	color: black;
	font-size: 10px;
}

.LabelColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	color: black;
	width: 15%;
	font-size: 10px;
}

.LabelColumnLeft
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
	color: black;
	width: 30%;
	font-size: 10px;
}

.SpacerColumn
{
	width: 2px
}

.InputColumn
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	width: 70%;
	vertical-align: top;
	font-family: Verdana;
	text-align: left;
}

.InputColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	width: 35%;
	vertical-align: top;	
	text-align: left;
}



.ViewItemTable
{
}

.ViewItemTable .LabelColumn
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	font-size: 12px
}

.ViewItemTable .InfoColumn 
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	font-size: 12px;
	color: blue;
}

/* view item toolbar menu styles */

.ViewItemToolbarMenu
{
	background-color: #b5cadd;
	color: #00368f;
	text-align: left;
	clear: both;
	/*background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;*/
	margin-right: 10px;
	border: solid 2px #ff0000;
	position: relative;
	left: - 100px;
}

.ViewItemToolbarSubMenu
{
	border: solid 1px #b8c8d8;
	background-color: #f9f9f9;
	color: #000000;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px
}

.ViewItemToolbarMenuItem
{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	
}

.ViewItemToolbarSubMenuItem
{
	font-family: Verdana; 
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ViewItemToolbarSubMenuItemOver
{
	font-family: Verdana; 
	font-size: 10px;
	cursor: pointer;
	background-color: #efefef;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ViewItemToolbarSubMenuItemBreak
{
	cursor: default;
	height: 6px;
	background-image: url(../images/break.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* end view item toolbar menu styles */

/* Calendar styles */
.Calendar
{
	font-size: 10px;
	background-color: #ffffff;
	border: solid 1px #b8c8d8;
}
.CalendarTitle
{
	background-image: url(../images/containerheader.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight:bold;	
}
.CalendarDayHeader
{
	text-align: center;
	font-weight: bold;
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	width: 20px;
}
.CalendarDay
{
	border: solid 1px #ffffff;
	text-align:center;
	width: 20px;
}
.CalendarDayHover
{
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border: solid 1px #b8c8d8;
	width: 20px;
}
.CalendarOtherMonthDay
{
	color:#999999;
	border: solid 1px #ffffff;
	text-align:center;
	width: 20px;
}
.CalendarSelectedDay
{
	font-weight: bold;
	background-color: #FBE694;
	color: #000000;
	border: solid 1px #b8c8d8;
	width: 20px;
}
.CalendarMonth
{
}
.CalendarNextPrev
{
	cursor:pointer;
}
.CalendarButton
{
	background-image: url(../images/calendar.gif);
	background-position: center;
	border: solid 1px #b8c8d8;
	width: 25px;
	height: 18px;
}
.CalendarFooterDiv
{
	width: 100%;
	text-align: center;
}
.CalendarFooterButton
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #b8c8d8;
	font-size: 10px;
	margin: 2px;
}
/* end Calendar styles */


/* input controls styles */
.InputExtraLarge {
	width: 97%;
	font-size: 10px;
	font-family: Verdana;
}

.InputMultiLineExtraLarge {
	width: 97%;
	height: 100px;
	font-size: 10px;
	font-family: Verdana;
}

.InputLarge {
	width: 80%;
	font-size: 10px;
	font-family: Verdana;
}

.InputMedium {
	width: 200px;
	font-size: 10px;
	font-family: Verdana;
}

.InputSmall {
	width: 100px;
	font-size: 10px;
	font-family: Verdana;
}

.InputExtraSmall {
	width: 50px;
	font-size: 10px;
	font-family: Verdana;
}

.InputMediumCheckBoxList {
	border: #b8c8d8 1px solid;
	height: 100px;
	width: 200px;
	font-size: 10px;
	font-family: Verdana;
}

.InputDropDown
{
	font-size: 10px;
	font-family: Verdana;
}

.LoginInput
{
	width: 150px;
	font-size: 10px;
	font-family: Verdana;
}

/* end input controls styles */

/* details tab styles */
.DetailsTab
{
	background-color: #ffffff;	
	cursor: default;
	position: relative
}

.DefaultDetailsTab
{
	color:black; 
	background-image: url(../images/tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	cursor:pointer;
}

.DefaultDetailsTabHover
{
	color:black; 
	background-image: url(../images/hover_tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
}

.SelectedDetailsTab
{
	color:black; 
	background-image: url(../images/selected_tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	cursor:default;
}

.ScrollItemDetailsTab 
{
  color: black; 
  background-image: url(../images/tab_bg.gif);
  border: 1px solid #919B9C; 
  font-family: Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.ScrollItemDetailsTabHover 
{
  color: black; 
  background-image: url(../images/hover_tab_bg.gif);
  border: 1px solid #919B9C; 
  font-family: Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.detailsTabPage
{
	height: 200px;
	width: 100%;
}

.DetailsTabSpacer
{
	background-color: white;
	cursor: default;
	width: 5px;
}
/* end details tab styles */

/* details toolbar menu styles */

.detailsToolbarMenu
{
}

.DetailsToolbarMenuItem
{
	padding: 2px;
	cursor: pointer;
}

.DetailsToolbarMenuItemHover
{
	cursor: pointer;
	background-color: #b8c8d8
}

.DetailsToolbarMenuItemHover2
{
	cursor: pointer;
	padding: 1px;
	background-color: #73899d;
	border: solid 1px #ffffff;
}

/* datagrid for details tabs */

.DetailsGrid
{
	cursor: default;
	margin-top: 5px;
	width: 100%;
}

.DetailsGridHeadingRow
{
	background-color: #73899d;
}

.DetailsGridHeadingCell
{
	border-top: 4px solid #73899d;
	border-right: 1px solid #b8c8d8;
	padding: 3px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
}

.DetailsGridHeadingCellHover
{ 	
	border-top: 4px solid #CC0000;
}

.DetailsGridHeadingCellActive
{ 
	/*background-image: url(../images/header_activeBg.gif);   
	background-color: #F6F6F7;  */
}

.DetailsGridHeadingCellText
{
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;	
	color: #FFFFFF;
}

.DetailsGridRow
{
	background-color: #FFFFFF; 
	cursor: default;
}

.DetailsGridRow td.DataCell 
{ 
	padding: 3px; 
	padding-top: 2px; 
	padding-bottom: 1px; 
	border-bottom: 1px solid #EAE9E1; 
	font-family: verdana; 
	font-size: 10px; 
} 

.DetailsGridSelectedRow
{
}

.DetailsGridSelectedRow 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; 
}

.DetailsGridSelectedRow td.FirstDataCell 
{ 
	background-color: #FFEEC2; 
	border-left: 1px solid #4B4B6F; 
	border-right: 0px; 
	padding-left: 2px; 
	padding-right: 3px; 
}

.DetailsGridSelectedRow td.LastDataCell 
{ 
	background-color: #FFEEC2; 
	border-right: 1px solid #4B4B6F; 
}


.DetailsGridRowHover
{

}

.DetailsGridRowHover td.DataCell
{
	font-family: verdana; 
	font-size: 10px; 
	background-color: #73899d;
	cursor: pointer;
	padding: 3px;
	padding-left: 3px; 
	padding-top: 2px; 
	padding-bottom: 1px; 
	border-bottom: 1px solid #EAE9E1;
}

.DetailsGridGroupByRow
{
	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;
}

.DetailsGridSliderPopup
{
	background-color: #FFF4D7; 
	border: 1px solid #4B4B6F; 
	border-top-color: #9495A2; 
	border-left-color: #9495A2; 
	font-size: 11px; 
	font-family: Verdana;
	width: 150px;
	height: 30px;
}

.DetailsGridFooterText
{
	color: #000000;  
	font-family: verdana; 
	font-size: 10px;
	margin-top: 5px;
}

.DetailsGridFooterPagerLinks
{
	text-align: right;
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: solid 1px #eae9e1;
	font-size: 10px;
}

.EditDataCell
{ 
  padding: 0px!important; 
  background-color: #E2E2E2; 
  border-width:0px!important;
} 

.EditDataField
{ 
  padding: 0px; 
  padding-left: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  height: 13px;
  width: 250px!important; 
} 

/* progress bar styles */
.ProgressDiv
{
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	cursor: wait;
}

.ProgressBarDiv
{
	width: 80%;
	height: 20px;
	border: solid 1px black;
	margin: 0 auto;
	margin-top: 10px;
}

.LeftProgressBarDiv
{
	float: left;
	background-color: Blue;
	height: 100%;
	width: 1%;
}

.RightProgressBarDiv
{
	float: right;
	background-color: White;
	height: 100%;
	width: 98%;
}
/* end progress bar styles */

/* wiki controls */

.wikiBodyDiv
{
	height: 280px;
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #000000;
	font-size: small;
	padding-top: 6px
}

.wikiBodyDivFullPage
{
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #000000;
	font-size: small;
	padding-top: 6px
}

.wikiBodyDiv :first-child
{
	/*
	padding: 2px;
	height: 98%
	*/
}

.wikipagelink
{
	text-decoration: underline;
	cursor: pointer;
	color: blue
}

.wikiToolbarMenu
{
	padding: 3px;
	border-bottom: solid 1px #000;
	width: 100%
}

.ProjectWikiTitleLabel
{
	font-size: 24px;
}

.ProjectWikiTitleEditor
{
	font-size: 24px;
	width: 300px;
}
.ProjectWikiTitleContainer
{
	padding: 2px;
	margin-bottom: 4px;
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 0;
}

.PreviewWikiTitle
{
	font-weight: bold;
	font-size: medium;
}

.commentsContainer
{
	border-top: solid 1px black;
	overflow: auto;
	padding-left: 3px
}

.commentsContainerAddEdit
{
	border: solid 1px black;
	height: 180px;
	padding-left: 3px;
	overflow: auto;
	width: 85%
}

.commentStatusContainer
{
	text-align: right;
	margin-right: 3px
}

.CommentStatusPanel
{
	font-size: smaller
}

.AddCommentDialog
{
	border: solid 1px #b8c8d8;
	width: 100%;
	height: 190px;
	padding: 0
}




.RatingControl
{
}

.VoteContainer
{
	margin-top: 4px;
	margin-bottom: 6px;
}

.VoteLabel_Container
{
	float: left;
}

.VoteControl_Container
{
	margin: 0;
	padding: 0;
	float: right;
}

.ratingStar
{
    font-size: 0pt;
    width: 14px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../images/SavedStar.png);
}

.ScrollItem
{
  background-color: #ffffff; 
  font-family: verdana; 
  font-size: 12px;
  cursor: default;
  text-align: center;
}
.timepicker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 10px;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}
.reToolbar.Default .InsertProjectWikiLink
{
     background-image: url( ../images/menu/paperclip.gif );
}

