﻿.HideItem
{
	display:none;
}
.ShowItem
{
	display:inline;
}
.NoBorder
{
	border:0px;
}

.HighlightImage
{
	border-color:Red;	
}

.TextBold
{
	font-weight:bold;
}

.TextRight
{
	text-align: right;
}

.PageItemSpacer
{
	height:10px;
}
.AlignBottom
{
	position: absolute; 
	bottom: 10px;
}
.LinkCursor
{
    cursor: pointer;
    cursor: hand;
}
li
{
	list-style-image: url(bullet.gif);
	vertical-align:top;
	margin-bottom:10px;
}
.EditButtonText
{
	cursor:pointer;
	cursor:hand;
	/*position:absolute;
	float:left;
	z-index:5;
	margin-left:-5px;*/
}
.BodyPopup
{
	font-family:Arial;
	font-size: 13px;
	color:black;
	background-color: #FFFFFF;
	margin:10px;
}
.EditButtonImage
{
	cursor:pointer;
	cursor:hand;
	position:absolute;
	float:left;
	z-index:5;
	margin-left:2px;
}

.EditButtonTextDebug
{
	background-color:Black;
	color:white;
}

.EditButtonImageDebug
{
	background-color:Black;
	color:white;
	position:absolute;
	float:left;
	z-index:5;
	margin-left:20px;
}

.DisplayRowHeight
{
	height:10px;
}
.LargeRowHeight
{
	height:15px;
}
.RowTopPad
{
	padding-top:10px;
}

.rowHeight
{
	height:30px;
}

.LeftPad
{
	padding-left:10px;
}
.ImageCtrlPad
{
	margin-top:5px;
}

.CursorAction
{
	cursor:pointer;
	cursor:hand;
}

.CursorDefault
{
	cursor:default;
}

.ProjectAdminTitle
{
	font-weight:bold;
	height: 50px;
}

.PageAdminDivText
{
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	width:600px;
	/*border:1px solid red;*/
}

.PageAdminSpacer
{
	height:70px;
	width:100%;
	background-color: gray;
	border-bottom: 1px silver solid;
}

.PageAdminDiv
{
	height:70px;
	position: absolute;
	text-align: left;
	top: 0px;
	left:200px;
	background-color: gray;
	border-bottom: 1px silver solid;
	width: 700px;
}

.LgeTableSpacer
{
	height:50px;
}

.LeftMargin
{
	margin-left:10px;
}
.RightMargin
{
	margin-right:10px;
}
.BodyCopyRightMargin
{
	margin-right:33px;
}

.WarningText
{
	color:Red;
}

.allButtons{
	background-image:url(../../img/buttons/BTNBGD.gif);
	color:#333333;
	background-color:#CCCCCC;
	
	border-style:ridge; 
	border-width:1px; 
	border-color:#CCCCCC;
	
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	padding-left:4px;
	padding-right:4px;
	height:25px;
	cursor:hand;
}

/* From master */
#wrapper {
	background-color: #95A2AB;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	width: 740px;
}
#wrapper2 {
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	width: 740px;
}