/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

strong {
	font-weight: bold;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}


/* ================================================= */
/* 	 MESSAGE BOX CSS                               */
/* ================================================= */
div.success {
	background : #e0ecd1 url(../images/accept.png) no-repeat 12px 50%;
	border : 1px solid #60a400;
	border-width : 5px 0 0 0;
	color : #60a400;
}
div.error {
	background : #ffe3e1 url(../images/delete.png) no-repeat 12px 50%;
	border : 1px solid #f14545;
	border-width : 5px 0 0 0;
	color : #f14545;
}
div.notice {
	background : #fff0db url(../images/warning.png) no-repeat 12px 50%;
	border : 1px solid #e7a74c;
	border-width : 5px 0 0 0;
	color : #e7a74c;
}
div.info {
	background : #e2e7ed url(../images/info.png) no-repeat 12px 50%;
	border : 1px solid #6699dd;
	border-width : 5px 0 0 0;
	color : #6699dd;
}
div.notice, div.success, div.error, div.info {
	font-size : 100%;
	padding : 10px 10px 10px 40px;
	width : auto;
	margin : 0 0 0px 0;
	text-align : left;
}
div.notice span, div.success span, div.error span, div.info span {
	font-weight : bold;
	font-size : 18px;
	padding : 2px 40px;
}
div.success p, div.error p, div.notice p, div.info p {
	margin : 0;
	padding : 0 40px;
	color : #333333;
}
div.success p a, div.error p a, div.notice p a, div.info p a {
	color : #CEAC0F;
}
div.success p a:hover, div.error p a:hover, div.notice p a:hover, div.info p a:hover {
	color : #e7a74c;
}



#iewarningbg {
	position: absolute;
	top: expression( ( ignoreMe = document.documentElement.scrollTop ) + "px" );
	left: 0px;
	height: expression( document.documentElement.clientHeight + "px" );
	width: 100%;
	background-color: #000;
	z-index: 1000px;
	filter: alpha(opacity = 70);
}

#iewarningmodal {
	width: 500px;
	height: auto;
	position: absolute;
	top: expression( ( 20 + ( ignoreMe = document.documentElement.scrollTop ) ) + "px" );
	left: 50%;
	z-index: 1200px;
	margin-left: -250px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 20px;
}

#iewarningmodal * {
	font-family: "Arial";
}

#iewarningmodal a {
	color: #0071BB;
}
#iewarningmodal a img {
	vertical-align: middle;
}

#iewarningmodal h1 {
	font-size: 18px;
	line-height: 36px;
	color: #555;
	font-weight: normal;
}