/* CSS Document */
.codeStyle {
	display: block;
	background-color: #f1f1f1;
	background-image: url('/images/content/code.gif');
	background-repeat: no-repeat;
	font-family: Courier;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	margin-left: 20px;
	padding-top: 30px;
	border: 1px solid gray;
	white-space: pre;
}

.quoteStyle {
	display: block;
	margin: 5px;
	padding: 15px;
	margin-left: 10px;
	padding-top: 20px;
	border: 1px solid gray;
	background-color: #f1f1f1;
	background-image: url('/images/content/quote.gif');
	background-repeat: no-repeat;
}

.image_upload_info{
	font-size			: 10px; 
	float				: left;
	margin				: 3px;
}
.button {
	float				: right;
	background			: #2C2C2C;
}
.button a{
	font-weight			: bold;
	line-height			: 17px;
	height				: 17px;
	border				: 1px solid #666666;
	color				: #CCCCCC;
	background			: #2C2C2C;
	padding				: 5px 0 0 0;
}
.button a:hover{
	background			: #4C4C4C;
}
.buttonEdit {
	float				: left;
	padding				: 1px;
	/* background		: #363636; */
}
.buttonDelete {
	float				: left;
	padding				: 1px;
	/* background		: #363636; */
}
label {
 	cursor				: pointer;
}
.input_info{
	float				: left;
	padding				: 3px 3px 2px 3px;
	display				: none;
}
.completed {
	display				: block;
}
.problem {
  	display				: block;
  	border				: 1px solid #CE5C4B;
}
div.error {
  	/*background: url(/images/icons/error.png) no-repeat 0px 0px;*/
 	color				: #CE5C4B;
  	float				: left;
}
div.success {
  	/*background: url(/images/icons/tick.png) no-repeat 0px 0px;*/
  	padding-left: 16px;
}
input.required, textarea.required, select.required {
 	/* background		: url(/images/icons/star.png) no-repeat right;*/
}
input.disabled, textarea.disabled, select.disabled  {
	border				: 1px solid #eeeeee;
}
input.completed, textarea.completed, select.completed  {
	background			: url(/images/icons/tick.png) no-repeat right;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
input.error, textarea.error, select.error {
 	background			: url(/images/icons/error.png) no-repeat right;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
input, file{
	height				: 14px;
	margin				: 0px; 
	padding				: 2px 2px 2px 2px;
	border				: none;
	color				: #444444;
	font				: 10px 'lucida grande', tahoma, sans-serif;
	vertical-align		: top;
	cursor				: pointer;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}

input:focus{
	cursor				: pointer;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
input:hover{
	cursor				: pointer;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}

input.disabled:hover, textarea.disabled:hover, select.disabled:hover, input.disabled:focus, textarea.disabled:focus, select.disabled:focus{
	background			: none;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}

input.completed:hover, textarea.completed:hover, select.completed:hover, input.completed:focus, textarea.completed:focus, select.completed:focus{
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}

input.problem:hover, textarea.problem:hover, select.problem:hover, input.problem:focus, textarea.problem:focus, select.problem:focus{
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}

input.submit:focus,input.submit:hover{
	background			: url('/images/design/input_submit.gif') no-repeat;
	height				: 18px;
	width				: 103px;
	padding				: 0px 2px 1px 2px;
	border				: 0;
}
input.submit{
	background			: url('/images/design/input_submit.gif') no-repeat;
	height				: 18px;
	width				: 103px;
	padding				: 0px 2px 1px 2px;
	color				: #FFFFFF;
	border				: 0;
}
input.reset{
	background			: url('/images/design/input_reset.gif') no-repeat;
	height				: 18px;
	width				: 69px;
	padding				: 0px 2px 1px 2px;
	color				: #FFFFFF;
	border				: 0;
}

input.submit_disabled, input.submit_disabled:focus, input.submit_disabled:active{
	background			: url('/images/design/input_submit.gif') no-repeat;
	height				: 17px;
	width				: 99px;
	padding				: 0px 2px 1px 2px;
}
input.file {
	border				: 0;
	padding				: 0;
	height				: 20px;
}
input.checkbox, 
input.radio {
	border				: 0;
	margin				: 0;
}
input.checkbox:focus, 
input.radio:focus {
	border				: 0;
	margin				: 0;
}
input.checkbox:hover, 
input.radio:hover {
	border				: 0;
	margin				: 0;
}
select{
	height				: 20px;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
	font				: 10px 'lucida grande', tahoma, sans-serif;
	color				: #444444;
	vertical-align		: top;
	margin				: 0; 
	padding				: 1px 0;
}
select:focus{
	cursor				: pointer;
	background-color	: #FFFFFF;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
select:hover{
	cursor				: pointer;
	background-color	: #FFFFFF;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
textarea{
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
	font				: 10px 'lucida grande', tahoma, sans-serif;
	color				: #444444;
	vertical-align		: top;
	margin				: 0; 
	padding				: 3px;
}
textarea:focus{
	cursor				: pointer;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}
textarea:hover{
	cursor				: pointer;
	border				: 1px solid #eeeeee;
	border-left			: 1px solid #dadada;
	border-top			: 1px solid #dadada;
}