﻿/* Styles used by the web part framework */

#disablerBackground /* You shold not tamper with this one... */
{	
	width:100%;
	background:green;
	display:block;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.webparttitlearea /*frame around dragble webparts */
{
	border: solid 1px silver;
	background-color: #e8e8e8;
	padding:4px;
}

.webpartemptyzone /*empty zone */
{
	background-color:#ffff55;
	padding:10px;
	border:solid 1px #000;
}

.webparttitlearea:hover 
{
	background-color: yellow;
}

.webpartzonetitlearea  /*frame around "Add webpart" */
{
	padding:0;
	border:none;
	background:none;
}

.webparttitlearea  * span
{
    font-size:12px;
	font-family:tahoma;
}

.webpartzonetitlearea table /* Hide zoneid */
{
	display:none;	
}

.AddWebPartPanel
{
	padding: 4px 20px 4px 20px;
	background-color: #f0f0f0;
	padding: 4px;
	border: solid 1px #a0a0a0;
	white-space: normal;
	font-size:12px;
	font-family:tahoma;
}


.WebPartEditInputFieldsContainer
{
	margin-top: 10px;
}
.ZoneGeneral
{
	font-family: Arial;
	color: #000;
}

.WebPartEditContainerFooter
{
	padding-left: 10px;
}

/* Dialog for editiding webpart properties */

#editWebPartContainer
{
    background-color:#eee;
    z-index: 1001; 
    width: 650px; 
    height: auto; 
    position: absolute; 
    border:ridge 1px #000;
    display:none;
    top:50px;
    left:50%;
    margin-left:-325px;
    font-size:12px;
    font-family:tahoma;
}

.WebPartEditContainerInner
{
	padding:0 10px;	 
}

.WebPartEditContainerInner .resize
{
	position:absolute;
	right:0;
	height:100px;
	width:100px;
	background:red;
	bottom:0;
}

.WebPartEditContainerInner span
{
	display:block;	
	padding-bottom:15px;
	font-weight:bold;
}

.WebPartEditContainerInner span, .WebPartEditContainerInner label
{
	font-size:12px;
}
.WebPartEditContainerInner input
{
	font-size:12px;
	width:200px;
}

.WebPartEditContainerInner input.epismallbutton
{
    width:auto;
}

.WebPartEditContainerInner input.WebPartEditContainerButtons
{
    width:100px;
    font-family:tahoma;
    font-size:11px;
}

.WebPartEditContainerTitle
{
    background-color:#015df4;
    color: #fff; 
    font-weight: bold;
    font-size: 12px;
    padding:4px;
    cursor:move;
}