﻿/* Main PhotoEditor styles. */

.ErrorMessage
{
	color: #000000;
	font: Arial, Tahoma, Geneva, sans-serif;	
	font-size: 10pt !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	overflow: visible;
	padding: 5px;
	border: 1px solid #ff0000;
}

.PhotoEditorGeneric
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 8pt;
	border: 1px solid gray;	
	background-color: #cbe1fc;
}

/*
    Simple effect.
*/

.SimpleEffectControl
{
	position: relative;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F7E20;
	text-align: left;
	float: left;
	width: 180px;
	background: #ECE9D8;
	height: 40px;
	font-size: 11px;
}

.SimpleEffectControl a:link, .SimpleEffectControl a:visited
{
	position: absolute;
	color: #000000;
	text-decoration: none;
	top: 14px;
	height: 14px;
	left: 45px;
	width: 115px;
}

.SimpleEffectButton
{
	background: url(../Images/XPStyle/Button.gif) 0px 0px !important;
}
.SimpleEffectSelectButton
{
	background: url(../Images/XPStyle/Button_Pushed.gif) 0px 0px !important;
}

.SimpleEffectButton, .SimpleEffectSelectButton
{
	position: absolute;
	display: block;
	width: 157px;
	margin: 5px 12px 5px 12px;
	height: 32px;
	overflow: visible;
}

.SimpleEffectButton .Content, .SimpleEffectSelectButton .Content
{
	border: 1px solid black;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.SimpleEffectButton .Content
{
	top: 7px;
	left: 8px;
	width: 16px;
	height: 16px;
}

.SimpleEffectSelectButton .Content
{
	top: 7px;
	left: 8px;
	width: 16px;
	height: 16px;
}



/*
    Color correction.
*/



.ColorCorrection
{
	width: 180px;
	overflow: hidden;
	padding: 0px;
	font-size: x-small;
	background-color: #ECE9D8;
}

.ColorCorrectionEffect
{
	position: relative;
	left: 0px;
	margin: 15px;
	padding: 0px;
	background-color: #ECE9D8;
	color: #2F7E20;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	overflow: hidden;
	width: 150px;
	height: 55px;
}

.ColorCorrectionImage
{
	position: relative;
	margin: 5px 0px 0px 5px;
	float: left;
	cursor: default;
}

.ColorCorrectionCaption
{
	position: relative;
	color: #000000;
	margin: 5px 0px 0px 5px;
	float: left;
}

.ColorCorrectionInput
{
	float: right;
	width: 35px;
	padding: 0px 4px 2px 4px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #7F9DB9;
	background-color: #ffffff;
	cursor: default;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11;
	font-weight: normal;
}

.ColorCorrectionRail
{
	position:relative;
	background-image: url("../Images/Rail.gif");
	background-repeat:repeat-x;
	height:21px;
	width: 140px;
}

.ColorCorrectionSlider
{
	position:absolute;
	background-image: url("../Images/Slider.gif");
	background-repeat:no-repeat;
	height:21px;
	width:11px;
}


/*
	Track bar.
*/


.TrackBar
{
	float: left;
	position: relative;
	top: 5px;
}



/*
	PhotoEditor button.
*/



.PhotoEditorButton, .PhotoEditorButtonDisabled
{
	visibility: inherit;
	clear: both;
	text-align: center;
	cursor: default;
	width: 157px;
	margin: 5px 12px 5px 12px;
	height: 24px;
	background: url( "../Images/XPStyle/PhotoEditorButton.gif" ) no-repeat;
	color: #2F7E20;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.PhotoEditorButtonDisabled
{
	background: url( "../Images/XPStyle/PhotoEditorButtonDisabled.gif" ) no-repeat;
}

.PhotoEditorButton a:link, .PhotoEditorButtonDisabled a:link, .PhotoEditorButton a:visited, .PhotoEditorButtonDisabled a:visited
{
	position: relative;
	display: block;
	color: #000000;
	text-decoration: none;
	top: 5px;
}
.PhotoEditorButtonDisabled a:link, .PhotoEditorButtonDisabled a:visited
{
	color: #ACA899;
}



/*
	Crop.
*/



.CropEffectFormatCaption, .CropEffectOrientationCaption
{
	margin: 5px;
	color: #000000;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11;
}

.CropEffectOrientationCaption
{
	margin-top: 5px;
}



/*
	Red eye.
*/



.RedEyeEffectStep, .RedEyeEffectStepActive
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 100%;
}

.Element .RedEyeEffectStepActive
{
	visibility: hidden;
}

.SelectedElement .RedEyeEffectStepActive
{
	visibility: visible;
}

.RedEyeEffectParagraph
{
	border: #D0D0BF 1px solid;
	padding: 5px;
	list-style-position: inside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 10px;
	list-style-type: decimal;
	background-color: #ECE9D8;
	text-align: left;
	color: #000000;
	cursor: default;
}



/*
	PhotoEditor control panel.
*/



.PhotoEditorControlPanel
{
	cursor: default;
	position: relative;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	height: 26px;
	width: 560px;
	overflow: hidden;
	background-image: url(../Images/ControlPanel/ToolbarBackground.gif);
	background-repeat: repeat-x;
}

.PhotoEditorControlPanel .ToolBarLeft
{
	display: block;
	position: relative;
	float: left;
	width: 9px;
	height: 26px;
	background: url(../Images/ControlPanel/ToolbarLeft.gif);
}

.PhotoEditorControlPanel .ToolBarRight
{
	display: block;
	position: relative;
	float: right;
	width: 7px;
	height: 26px;
	background: url(../Images/ControlPanel/ToolbarRight.gif);
}

.PhotoEditorControlPanel .PhotoEditorControlButton, 
.PhotoEditorControlPanel .PhotoEditorControlButtonSelected, 
.PhotoEditorControlPanel .PhotoEditorControlButtonOver
{
	display: block;
	position: relative;
	float: left;
	height: 20px;
	top: 2px;
	width: auto;
	margin: 1px;
	cursor: default;
}

.PhotoEditorControlPanel .PhotoEditorControlButtonSelected
{
	border: 0px;
	background: #ffaf59;
	margin: 0px;
	border: 1px solid #666699;
	cursor: hand;
}

.PhotoEditorControlPanel .PhotoEditorControlButtonOver
{
	margin: 0px;
	border: 1px solid #666699;
	background: #FFE7B6;
}

.PhotoEditorControlPanel .ZoomInNavigatorImage, .PhotoEditorControlPanel .ZoomOutNavigatorImage,
.PhotoEditorControlPanel .ZoomRectangleNavigatorImage, .PhotoEditorControlPanel .PanNavigatorImage,
.PhotoEditorControlPanel .PointerImage, .PhotoEditorControlPanel .PhotoEditorControlImage
{
	display: block;
	position: relative;
	float: left;
	height: 16px;
	width: 16px;
	margin: 2px;
}

.PhotoEditorControlPanel .ZoomInNavigatorImage { background: url("../Images/ControlPanel/ZoomIn.gif"); }
.PhotoEditorControlPanel .ZoomOutNavigatorImage { background: url("../Images/ControlPanel/ZoomOut.gif"); }
.PhotoEditorControlPanel .ZoomRectangleNavigatorImage { background: url("../Images/ControlPanel/ZoomRectangle.gif"); }
.PhotoEditorControlPanel .PanNavigatorImage { background: url("../Images/ControlPanel/Pan.gif"); }
.PhotoEditorControlPanel .PointerImage { background: url("../Images/ControlPanel/Pointer.gif"); }

.PhotoEditorControlPanel .PhotoEditorControlText
{
	position: relative;
	float: left;
	cursor: pointer;
	width: auto;
	margin: 2px;
}




/*
	Status panel.
*/




.StatusPanel
{
	width: 20px;
	height: 20px;
}

.StatusPanelBusy
{
	width: 20px;
	height: 20px;
	background: url(../Images/StatusPanel/Progress.gif);
}



/*
	Quality meter.
*/


.QualityMeter
{
	position: relative;
	width: 300px;
	height: 54px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #ece9d8;
	border: 1px solid gray;
	cursor: default;
	text-align: center;
}

.QualityMeter .Slider, .QualityMeter .SliderDisabled
{
	position: absolute;
	top: 16px;
	left: 120px;
	width: 5px;
	height: 21px;
	background: gray;
}

.QualityMeter .SliderDisabled
{
	background: transparent;
}

.QualityMeter .Ruler
{
	position: absolute;
	top: 15px;
	left: 25px;
	width: 246px;
	height: 23px;
	background: url(../Images/QualityMeter/RulerXP.png);
}

.QualityMeter .BadQuality
{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 70px;
}

.QualityMeter .NormalQuality
{
	position: absolute;
	top: 0px;
	left: 95px;
	width: 70px;
}

.QualityMeter .GoodQuality
{
	position: absolute;
	top: 0px;
	left: 165px;
	width: 70px;
}

.QualityMeter .BadQualityNumber
{
	position: absolute;
	top: 37px;
	left: 60px;
	width: 70px;
}

.QualityMeter .NormalQualityNumber
{
	position: absolute;
	top: 37px;
	left: 130px;
	width: 70px;
}

.QualityMeter .GoodQualityNumber
{
	position: absolute;
	top: 37px;
	left: 200px;
	width: 70px;
}



/*
	Time stamp.
*/



.TimeStampParagraph
{
	border: #A0A0BF 1px solid;
	padding: 5px;
	list-style-position: inside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 10px;
	list-style-type: decimal;
	background-color: #ECE9D8;
	text-align: left;
	color: #000000;
	cursor: default;
}

.TimeStampParameter
{
	position: relative;
	margin: 10px;
	width: 160px;
	height: 20px;
}

.TimeStampCaption
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 20px;
	margin: 5px;
}

.TimeStampSelect
{
	margin: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 50px;
	width: 105px;
}

.TimeStampCheckBox
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #2F7E20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 20px;
	margin: 5px;
}

.TimeStampParameter a:link, .TimeStampParameter a:visited
{
	display: block;
	margin: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 50px;
	width: 100px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}