﻿
/*-------------------------------------------------------------------------------
******************************Start of EditInPlace******************************/

.EditInPlace_EditButton
{
	display: block;
	color: #666666;
	background: transparent url(../images/admin/edit-sml-inactive.jpg) no-repeat;				
	padding: 2px 5px 2px 20px;	
	text-decoration: none;
}

.EditInPlace_EditButton:hover
{
	background: transparent url(../images/admin/edit-sml-active.jpg) no-repeat;				
	color: #002c61;	
	border-color: #002c61
}

.EditInPlace_CancelButton
{
	display: block;
	color: #666666;
	background: transparent url(../images/admin/delete-inactive.jpg) no-repeat;
	background-position: 0% 50%;	
	padding: 2px 5px 2px 20px;	
	text-decoration: none;
}

.EditInPlace_CancelButton:hover
{
	background: transparent url(../images/admin/delete-active.jpg) no-repeat;				
	background-position: 0% 50%;
	color: #002c61;	
	border-color: #002c61
}

.EditInPlace_SaveButton
{
	display: block;
	color: #666666;
	background: transparent url(../images/admin/save-inactive.jpg) no-repeat;
	background-position: 0% 50%;
	padding: 2px 5px 2px 20px;	
	text-decoration: none;
}

.EditInPlace_SaveButton:hover
{
	background: transparent url(../images/admin/save-active.jpg) no-repeat;
	background-position: 0% 50%;	
	color: #002c61;	
	border-color: #002c61
}

.EditInPlace_EditTextBox
{
	border: 1px solid #002c61;
	padding: 3px;
	width: 350px;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 17px;
	
}

.editor
{
	color: #000;
}
/******************************End of EditInPlace********************************
--------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------/
/****************************** Start of Admin Header *****************************/
#adminHeader
{
	background: #d4d5d6 url(../images/admin/admin-header-bg.jpg) repeat-x;			
	height: 39px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial;	
	margin-bottom: 10px;
	position: relative;
}

#adminHeader #title
{	
	padding: 10px 10px 0 10px;
}

#adminHeader *
{
	float: left;
}

#adminHeader a.tabButton
{
	background-color: #bdbdbd;
	height: 24px;
	text-align: center;
	padding: 10px 20px 0 20px;		
	color: #565656;
	text-decoration: none;
	margin-left: 10px;
}

#adminHeader a.tabButton:hover
{
	/* Using inherit makes more sence but is not supported in IE 6 */
	color: #002c61;	
}

#adminHeader .logout
{
	background: transparent url(../images/admin/login-inactive.jpg) no-repeat scroll left bottom;
	width: 14px;
	height: 14px;
	padding-left: 20px;
	padding-bottom: 1px;
	
	float: right;
	position: absolute;
	right: 40px;
	top: 10px;
	text-decoration: underline;
	font-size: 12px;
	color: #454545;
}

#adminHeader .logout:hover
{
	/* Using inherit makes more sence but is not supported in IE 6 */
	background: transparent url(../images/admin/login-active.jpg) no-repeat scroll left bottom;
	color: #002c61;
}


/****************************** End of Admin Header *****************************/
/*---------------------------------------------------------------------------------*/





/*---------------------------------------------------------------------------------/
/****************************** Start of Edit in place *****************************/
.editInPlaceDisabled
{
	background-color: Transparent;
}

.editInPlace_Holder
{
	background-color: Transparent;
}
.editInPlaceDisabled #editor
{
	border:0px;
}

#actionButtonsHolder
{
	position: absolute;
	top: -10px;
	left: 0px;
}

#editInPlace #editor
{
	border: 1px solid #a8a8a8;
	padding: 7px;
	color: #000000;	
}
/****************************** End of Edit in Place *****************************/
/*---------------------------------------------------------------------------------*/

