﻿.hideMe
{
	border-style: dashed;
	visibility: hidden;
}

.showMe
{
	visibility: visible;
}

#divHideMenu
{
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 140px;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: .30;
	opacity: .30;
	position: fixed;
	z-index: 2;
}


#divEditPageProperties
{
	text-align: left;
	position:absolute;
	top: 115px;
	z-index: 3;
}

#divEditContent
{
	top: 0;
	position: absolute;
	z-index: 20;
}

.divAddNewContent
{

	position: fixed;
	background-color:White;
}



.modalBackground
{
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	position: fixed;
	z-index: 3;
	background-color: #000000;
}


.EditMenu
{
	background-color: #E9DEC8;
}


.EditZone
{
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 100%;
	cursor: hand;
	position: relative;
}

.EditContent
{
	padding: 0px;
	margin: 0px;

}



.controlContent
{
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;

}


.editContentControl
{

	float: right;
	display: inline;
	font-family: Arial;
	font-size: 10px;
	height: 30px;
}


a.controlContentLink
{
	font-family: Arial;
	font-size: 10px;
	color: #C0C0C0;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:baseline;
}

a.controlContentLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:baseline;
}


.objectStatusBox
{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(   '../../Images/Icons/gray_back.jpg' );
	height: 28px;
}


.ZoneTitle
{
	color: #C0C0C0;
	font-family: calibri;
	font-size: 150%;
	text-align:center 
}

a.EditMenu
{
	color: #FFFFFF;
	margin: 0px;
	width: 100%;
	font-family: Calibri;
	font-size: 100%;
	color: #000000;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}


.docPreview
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 200px;
}


.PropertiesLabel
{
	margin: 0px;
	width: 100%;
	font-family: Calibri;
	font-size: 100%;
	color: #000000;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	cursor:hand;
}


.Standard
{
	position: absolute;
	z-index: 20;
}

.Standard2
{
	position: absolute;
	z-index: 20;

}

a.Standard
{
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}



.page_name a{
	color: #9f0019;
	font: 12px "Trebuchet MS", sans-serif;
	text-decoration: none;
}
.page_name a:hover{
	text-decoration: underline;
}
.template_name{
	color: #9f0019;
	font: 12px "Trebuchet MS", sans-serif;
	text-decoration: none;
}
div#search_container{
	position: absolute;
	top: 0;
	left: 725px;
	width: 295px;
	z-index: 10;
	background: #fff;
	margin:0 -725px 0 0;
}
a.search
{
	width: 74px;
	height: 29px;
	display: block;
	background: url(../../Images/Icons/list_search.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.search:hover{
	background: url(../../Images/Icons/list_search.gif) no-repeat 0 -29px;
}

a.list_view{
	display: block;
	height: 33px;
	width: 33px;
	background: url(../../Images/Icons/list_view.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.list_view:hover{
	background: url(../../Images/Icons/list_view.gif) no-repeat 0 -33px;
}
a.list_edit{
	display: block;
	height: 33px;
	width: 33px;
	background: url(../../Images/Icons/list_edit.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.list_edit:hover{
	background: url(../../Images/Icons/list_edit.gif) no-repeat 0 -33px;
}


a.list_publish{
	display: block;
	height: 33px;
	width: 33px;
	background: url(../../Images/Icons/list_publish.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.list_publish:hover{
	background: url(../../Images/Icons/list_publish.gif) no-repeat 0 -33px;
}



a.edit{
	display: block;
	height: 25px;
	width: 33px;
	background: url(../../Images/Icons/edit.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.edit:hover{
	background: url(../../Images/Icons/edit.gif) no-repeat 0 -33px;
}


a.publish{
	display: block;
	height: 25px;
	width: 33px;
	background: url(../../Images/Icons/publish.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.publish:hover{
	background: url(../../Images/Icons/publish.gif) no-repeat 0 -33px;
}


a.delete{
	display: block;
	height: 25px;
	width: 33px;
	background: url(../../Images/Icons/delete.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.delete:hover{
	background: url(../../Images/Icons/delete.gif) no-repeat 0 -33px;
}

a.view{
	display: block;
	height: 25px;
	width: 33px;
	background: url(../../Images/Icons/list_view.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.view:hover{
	background: url(../../Images/Icons/list_view.gif) no-repeat 0 -33px;
}


a.list_delete{
	display: block;
	height: 33px;
	width: 33px;
	background: url(../../Images/Icons/list_delete.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
a.list_delete:hover{
	background: url(../../Images/Icons/list_delete.gif) no-repeat 0 -33px;
}

table.gridView
{
	border-color: #8a8989;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	float:none;
}







a.pagination_first{
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/first.gif) no-repeat;
	overflow: hidden;
}
a.pagination_first:hover{
	background: url(../../Images/Icons/first.gif) no-repeat 0 -12px;;

}
a.pagination_back
{
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/previous.gif) no-repeat;
	overflow: hidden;
}
a.pagination_back:hover{
	background: url(../../Images/Icons/previous.gif) no-repeat 0 -12px;

}
a.pagination_next{
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/next.gif) no-repeat;
	overflow: hidden;
}
a.pagination_next:hover{
	background: url(../../Images/Icons/next.gif) no-repeat 0 -12px;;
}
a.pagination_last{
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/last.gif) no-repeat;
	overflow: hidden;
}
a.pagination_last:hover{
	background: url(../../Images/Icons/last.gif) no-repeat 0 -12px;;
}

a.create
{
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 25px;
	width: 73px;
	display: block;
	background: url(../../Images/Icons/list_create.gif) no-repeat;
	text-indent: -9999px;
}

a.create:hover 
{
	background: url(../../Images/Icons/list_create.gif) no-repeat 0 -24px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 25px;
	width: 73px;
	display: block;
}
.create{
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 25px;
	width: 73px;
	display: block;
	background: url(../../Images/Icons/list_create.gif) no-repeat;
	text-indent: -9999px;
}
.createHover {
	background: url(../../Images/Icons/list_create.gif) no-repeat 0 -24px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 25px;
	width: 73px;
	display: block;
}

a.save
{
	background: url(../../Images/Icons/save.gif) no-repeat;

	cursor: pointer;
	overflow: hidden;
	height: 24px;
	width: 55px;
	display: block;
	padding:0 0 0 30px;
	float: left;
	left: 10px;
	text-indent: -9999px;
}

a.save:hover
{
		background: url(../../Images/Icons/save.gif) no-repeat 0 -24px;
		text-indent: -9999px;
}



div#status_msg{
	position: relative;
	top: -26px;
	left: 130px;
	text-transform: uppercase;
	margin: 0 0 -26px 0;
	}
.error_msg{
	color: #9f0019;
}
.success_msg{
	color: #07a408;
}

.functionMenu
{
	
}
.functionTitle
{
	font-family: Calibri;
	font-size: 25px;
	color: #e70933;
	text-transform: capitalize;
}

.functionDescription
{
	border-color: #999999;
	border-width: 2px;
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	text-transform: none;
	border-top-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 10px;
}



 .zoneTitle
{
	text-align: center;
	margin: 0px;
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-width: 1px;
	border-top-color: #808080;
	background-image: url('../../Images/bg_body.jpg');
	width: 100%;
	

}

.previewDocuemnt
{
	margin: 5px;
	border: 1px solid #C0C0C0;
	cursor: move;
	width: 175px;
}
