/*
 * @link 		: http://www.2improve.nl/
 * @copyright 	: 2006 2improve
 * @author		: H.R.G. Vrolings <henry@2improve.nl>
 * @package		: PHPictureshop
 * @version 	: 0.2

 *    This file is part of PHPictureshop.
 *
 *    PHPictureshop is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU General Public License as published by
 *    the Free Software Foundation;

 *    PHPictureshop is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU General Public License for more details.

 *    You should have received a copy of the GNU General Public License
 *    along with PHPictureshop; if not, write to the Free Software
 *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    
    
*/

BODY,TABLE,TD,DIV,INPUT,SELECT
{
	font-family:verdana;
	font-size: 11px;
	color:#666666;
	/*cursor:url(components/images/move_cursor.png),pointer;*/
}
A:link,A:visited
{
	font-family:verdana;
	font-size:10px;
	color:#FF9900;
	text-decoration:none;
}
A:hover
{
	font-family:verdana;
	font-size:10px;
	color:#FF9900;
	text-decoration:underline;
}
#splash
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2000;
}
#splashscreen
{
	background-image:url(components/images/splash.png);
	*background-image:url(components/images/spacer.gif);
	width:709px;
	height:451px;
	  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='components/images/splash.png');
}

.windowbutton:link,.windowbutton:visited
{
	background-color:#FFFFFF;
	font-weight:bold;
	border:solid 1px #BBBBBB;
	margin-right: 10px;
	font-family:arial;
	font-size:11px;
	padding-left: 5px;
	padding-right: 4px;
	color: #000000;
	text-decoration:none;
}
.windowbutton:hover
{
	background-color:#BBBBBB;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

#toolbar
{
	position:absolute;
	top: 55px;
	left: 5px;
	height:250px;
	width:80px;
	border:solid 1px #66667e;
	background-color: #EDEEED;
}
.resizer
{
	position:absolute;width:25px;height:25px;cursor:se-resize;
	/*background-color:#FF9900;*/
}
.cropsizer
{
	width: 10px;
	height: 10px;
	border:solid 1px #FFFFFF;
	background-color: #AAAAAA;
	position:		absolute;
	z-index: 100;
	cursor:se-resize;
}
.croptop,.cropright
{
	background-color: #000000;
	height: 100;
	width: 100;
	position:		absolute;
	z-index: 100;
	 -moz-opacity:0.8;
    opacity: .8;
	filter: alpha(opacity=80);
	font-size:1px;
}
.cropshield
{
	background-color: #FFFFFF;
	position:		absolute;
	z-index: 99;
	 -moz-opacity:0.2;
    opacity: .2;
	filter: alpha(opacity=20);
}
.dragtoolbar
{
	background-image:url(components/images/titlebar_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
}
.tool
{
	float:left;
	margin:1px;
	border:solid 1px #BBBBBB;
	width: 36px;
	height: 36px;
}
.dragimgwindow
{
	background-image:url(components/images/titlebar_bg.jpg);
	background-color:#FFFFFF;
	height:14px;
	background-repeat:repeat-x;
	border-bottom:solid 1px #bcbdcd;
	padding:4px;
	padding-left:15px;
}
.imgarea
{
	border: solid 1px #66667e;
	border-bottom:0px;
	background-color:#c0c0c0;
}
.img_window
{
	position:absolute;	
	border:solid 1px #66667e;
}
.windowstatusbar
{
	background-color:#e0dfe3;
	background-image:url(components/images/window_resizebar.gif);
	background-repeat:no-repeat;
	background-position:center right;
	border: solid 1px #66667e;
	border-top:solid 1px #909090;
	height:15px;
	font-size:5px;
}
INPUT,INPUT:BUTTON
{
	font-family:verdana;
	font-size: 10px;
	color:#666666;
	background-color:#FFFFFF;
	border:solid 1px #BBBBBB;
}

.submenu
{
	background-color:#FFFFFF;
	position:absolute;
	border:solid 1px #000000;
	top:25px;
	padding:2px;
	width:150px;
	z-index:1500;
}
.submenu_item
{
	cursor:pointer;
	padding-top: 3px;
	height: 15px;
	*height: 18px;
	padding-left:5px;
}
.submenu_item_inactive
{
	cursor:default;
	padding-top: 3px;
	height: 15px;
	*height: 18px;
	padding-left:5px;
	color:#CCCCCC;
}
.topmenu
{
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	height: 20px;
	*height: 25px;
	cursor:default;
}
#overlay
{
	 -moz-opacity:0.8;
    opacity: .8;
	filter: alpha(opacity=80);
	background-image:url(components/images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.transparent
{
 	-moz-opacity:0.8;
    opacity: .8;
	filter: alpha(opacity=80);
	background-color: #FFFFFF;
}

.contextitem:link,.contextitem:visited
{
	display:table;
	width:100%;
	height: 15px;
	color:#000000;
	text-decoration:none;	
}

.contextitem:hover
{
	background-color:#CCCCCC;
}

















#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:150px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
	
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 10px verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:10px verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
	margin-top: 10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
