#EditButton {
	z-index: 200;
	position: absolute;
	display: none;
}

#EditButton:hover {
	cursor:pointer;
}

#editorDiv img, #HomePageEditor img {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#editorDiv p, #HomePageEditor p {
	display: inline;
	padding-left: 4px;
	vertical-align: top;
	margin-top: 16px;
	line-height: 30px;
	padding-right: 4px;
}

#editorDiv input, #editorDiv select, #HomePageEditor input, #HomePageEditor select {
	margin: 0px;
	vertical-align: top;
	margin-top: 5px;
}

label {
	font-size: 16px;
}

.NewLinkDiv {
	border: #0066CC dashed 1px;
	width: 600px;
	background-color: #F4F7FF;
	margin-bottom: 5px;
}

.NewLinkDiv td {
	vertical-align: top;
}

.NewLinkDiv table {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

.NewLinkDiv h3 {
	padding: 0px;
	margin: 0px;
	color: #234F8B;
	border: none;
}

.NewLinkDiv label {
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}

.NewLinkDiv label.bold {
	color: #990000;
	font-weight: bold;
}

.NewLinkDiv img {
	cursor: pointer;
	margin-bottom: 5px;
}

#LargeErrorBox {
	border: #990000 solid 1px;
	background-color:#FFD9D9;	
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4px;
	vertical-align: middle;
	padding-top: 5px;
	margin-bottom: 10px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	zoom: 1;
}

ul.tabs {
	list-style-type: none;
	list-style-image: none;
	width: 400px;
	padding: 0px;
	margin: 0px;
	
}

ul.tabs li {
	background-image: url(../img/tab.png);
	width: 123px;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 0px;
}

ul.tabs li:hover, ul.tabs li.selected {
	background-image: url(../img/tab_over.png);
	cursor: pointer;
}

#LinksPanelTitleFrm img {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#LinksPanelTitleFrm h3, #ImagesPanelTitleFrm h3 {
	margin-bottom: 2px;
	vertical-align: top;
	position: relative;
}

#LinksPanelTitleFrm h3 p, #ImagesPanelTitleFrm h3 p {
	margin: 0px;
	vertical-align: top;
	position: relative;
	padding-top: 8px;
	right: 0px;
	padding-right: 20px;
	display: block;
	padding-bottom: 10px;
	color: #000000;
	position: absolute;
	top: 0px;
	right: 0px;
}

#LinksPanelTitleFrm h3 p a, #ImagesPanelTitleFrm h3 p a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#LinksPanelTitleFrm h3 p a:hover, #ImagesPanelTitleFrm h3 p a:hover {
	text-decoration: underline;
}

#AddArticles td.label, #EditArticles td.label {
	font-weight: bold;
		vertical-align: top;
		width: 100px;
}

#ToDateTime, #FromDateTime {
	padding: 8px;
}

.AdminOptions {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.AdminOptions li {
	float: left;
	width: 150px;
	text-align: center;
	color:#003366;
	font-size: 12px;
	padding-bottom: 10px;
}

.AdminOptions li a {
	text-decoration: none;
}

#Editable_Home {
	min-height: 50px;
	min-width: 240px;
}


#AllPagesList {
	list-style-image: none;
	list-style-type: none;
}

#AllPagesList li a {
	text-decoration: none;
	width: 400px;
	height: 23px;
	display: block;
	border:#93B0D0 solid 1px;
	background-color: #E1F0FF;
	margin: 5px;
	text-align: center;
	padding-top: 7px;
}

#AllPagesList li a:hover {
	border:  #000000 solid 1px;
}

#LargeHelpBox {
	position: fixed;
	top: 200px;
	width: 620px;
	height: 620px;
	border: #CCCCCC solid 10px;
	margin-left: 140px;
	display: none;
	background-color: #FFFFFF;
	z-index: 6000;
}

#AllProductsItems td.edit {
	width: 30px;
	text-align: center;
}

#AllProductsItems tr:hover {
	background-color: #E6F2FF;
}


#AllProductsItems td.delete {
	width: 50px;
	text-align: center;
}

#AllProductsItems td img {
	cursor: pointer;
}

.NoContentSideArea {
	position: absolute;
	width: 30px;
	height: 300px;
	right: -10px;
	top: 30px;
}
