﻿body
{
	color:#333333;
	font-size:small;
	background-image:url(../images/bodybackground2.png);
}
div
{
	color:#333333;
}
a, a:visited
{
	color:#333333;
	text-decoration:underline;
}
a:hover
{
	color:#666666;
}
.tab
{
	float:left;
	margin-left:5px;
	margin-right:5px;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	border-top:solid 1px #333333;
	padding-left:5px;
	padding-right:5px;
	background-color:White;
}
.tabSelected
{
	float:left;
	margin-left:5px;
	margin-right:5px;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	border-top:solid 1px #333333;
	padding-left:5px;
	padding-right:5px;
	background-color:#bcf0a7;
}
.tab:hover, .tab a:hover
{
	background-color:#A86307;
	color:#ffffff;
}
.tab a, .tabSelected a
{
	font-size:medium;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.header
{
	width:100%;
}
.footer
{
	width:100%;
}
.content
{
	width:100%;
	border:solid 1px #333333;
	margin:-2px 0px;
	background-color:#ffffff;
	background-image:url(../images/listviewitembg.png);
	background-repeat:repeat-x;
}
.container
{
	width:85%;
	text-align:center;
	vertical-align:top;
	padding:10px;
	/*background-color:#A86307;*/
}
.widgetTitle
{
	font-weight:bold; color:#A86307;
}
.left
{
	float:left;
	margin:5px;
}
.right
{
	float:right;
	margin:5px;
}
.clearboth
{
	clear:both;
	height:0px;
}
.updateContentButton
{
}
.addcolumnlink
{
	background-image:url('../../manage/images/addcolumn.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.deletecolumnlink
{
	background-image:url('../../manage/images/deletecolumn.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.addrowlink
{
	background-image:url('../../manage/images/addrow.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.deleterowlink
{
	background-image:url('../../manage/images/deleterow.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.newpagelink, .closepageeditorlink, .updatepagelink, 
.editpagelink, .selectpagelink,
.addcontentlink, .editcontentlink, .hidelink, .showhelplink
{
	font-size:small;
	text-decoration:underline;
	color:#333333;
	cursor:pointer;
}
.editstyle
{
	cursor:pointer;
	vertical-align:middle;
	width:30px;
	height:30px;
}
.deletecontent
{
	opacity: .25; 
	filter: alpha(opacity=25);
	text-align:left;
	width:20px;
	height:20px;
	margin-bottom:-5px;
}
.deletecontent:hover
{
	opacity: .95;
	filter: alpha(opacity=95);
}
.deletecontentlink
{
	background-image:url('../../manage/images/delete.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.chooseimagebutton, .cancelupdatewym
{
	color:#333333;
}
.layoutrow
{
	background-color:#ffffff;
	padding:2px;
	border:dotted 1px #333333;
	min-height:20px;
	min-width:100px;
	/*font-size:x-small; font-style:italic;*/
}
.layoutcolumn
{
	border:dotted 1px #333333;
	padding:2px;
	min-width:25px;
	min-height:25px;
	float:left;
	margin-right:1px;
	/*font-size:x-small; font-style:italic;*/
}
.actionscontainer
{
	cursor:pointer;
	text-decoration:underline;
}
.actions
{
	display:none;
	position:absolute;
	border:solid 1px #333333;
	background-color:White;
}
.pagesdropdown
{
	border:solid 1px #333333;
	width:200px;
	font-style:italic;
}
.pageName, .pageTitle, .pageDescription
{
	width:300px;
	font-style:italic;
	color:#333333;
}
.pageSortOrder
{
	width:50px;
	font-style:italic;
	color:#333333;
}
.imagecontainer
{
	border:solid 0px #333333;
	background-color:#ffffff;
	padding:5px;
	cursor:pointer;
}
.imageselector
{
	display:none;
	border:solid 1px #333333;
	background-color:White;
	width:300px;
	position:absolute;
	z-index:2;
	padding:5px;
}
.imagecontainer:hover
{
	background-color:#d2e5e6;
}
.img{ width:auto;
      height:auto;}
.overlay
{
	opacity: .65; 
	filter: alpha(opacity=65);
	background-color:#d2e5e6;
	position:absolute;
	display:block;
}
.help
{
	background-color:#d2e5e6;
	border:solid 1px #333333;
	color:#333333;
	width:100%;
	text-align:left;
	padding:10px;
	margin-left:10px;
}
.dragging
{
	border:dashed 1px #333333;
	background-color:#d2e5e6;
}
.contentitem
{
	cursor:pointer;
}

/* WYMeditor */

/* /WYMeditor */