/**
 * $Id: main.css 162 2009-03-31 12:24:28Z gigapromoters $
 * 
 * This file can not be redistributed to anyone without the permission of Giga Promoters
 * Copyright 2005 - 2008, Giga Promoters
 * 						  608 Aggarwal Cyber Plaza
 *						  Netaji Subhash Place, Delhi - 110034
 *						  www.gigapromoters.com
 * 
 *
 * This is parent of parent class of a controller and should not be edited ever without permission.
 * @version 			$Rev: 162 $
 * @lastModifiedBy		$LastChangedBy: gigapromoters $
 * @lastChanged			$Date: 2009-03-31 07:24:28 -0500 (Tue, 31 Mar 2009) $
 * @copyright 			Giga Promoters (www.gigapromoters.com)
 * 
 */
 
input.inactiveSwap
{
	color: #ccc !important;
}

a.button{
	background:url(../../button/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	font-size: 12px;
}
a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../../button/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../../button/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../../button/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../../button/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../../button/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../../button/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../../button/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../../button/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#filters input
{
width: 10em;

}
#filters input[type=checkbox]
{
width: 0.1em;
}
div.disabled {
	color: #ddd;
	display: inline;
}

#progressIndicator, .progressIndicator
{
float: right;
display: none;
width: 40px;
height: 35px;
margin-top: -25px;
background: url('http://www.droparecipe.com/cms/img/ajax.gif') no-repeat;
}
div.form_progress
{
display: block;
width: 40px;
height: 35px;
margin-top: -55px;
background: url('http://www.droparecipe.com/cms/img/ajax_2.gif') no-repeat;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_container input {
	width: 70px;
	margin: 0;
	font-size: 100%;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(http://www.droparecipe.com/cms/img/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(http://www.droparecipe.com/cms/img/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(http://www.droparecipe.com/cms/img/info.gif);
}

#popup_content.confirm {
	background-image: url(http://www.droparecipe.com/cms/img/important.gif);
}

#popup_content.prompt {
	background-image: url(http://www.droparecipe.com/cms/img/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

label.error {
	color: #e32;
	font-family: Verdana, monospace;
	font-size: 90%;
	font-weight: bold;
	margin: 0.5em 0;
}
.element_name
{
	background: yellow;
	border: 1px solid black;
	margin: 1px;
}
/*
div.ok
{
color: green;
}
div.error
{
color: #e32;
}
div.warning
{
color: #D15F00;
}
*/
.infoMsg, .successMsg, .warningMsg, .errorMsg, .validationMsg {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.infoMsg {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/msg/info.png');
}
.successMsg {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/msg/success.png');
}
.warningMsg {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/msg/warning.png');
}
.errorMsg {
color: #D8000C;
background-color: #FFDFDF;
background-image: url('../img/msg/error.png');
}
