@import "plus.css";
@import "layout.css";

/* http://jigsaw.w3.org/css-validator/validator-text.html */

/* font-size,line-height */

body{		font-size	:95%;}
*>body{		font-size	:100%;}
dt,dd,p,li{	line-height	:160%;}

/* heading */

h1,h2,h3,h4,h5,h6{
	clear			:both;}

/* hyper-link activities (normal) */

a:link		{color				:#33d;}
a:visited	{color				:#515;}
a:hover		{text-decoration	:none;}
a img		{border				:none;}

/* em, strong */

em,strong	{color			:#a20;	font-style	:normal;}
em			{font-weight	:normal;}
strong		{font-weight	:bold;}
strong.seo	{color			:#000;	font-weight	:normal;}
strong.attn	{color			:#000;	font-weight	:bold;}
strong strong{border-bottom	:3px #a20 double;}

/* abbr,acronym */

abbr,acronym{
	color			:inherit;
	font-style		:normal;
	border-color	:#333;
	border-style	:dotted;
	border-width	:0 0 1px;
	cursor			:help;}

/* kbd */

kbd{
	margin			:0 0.1em;
	padding			:0 2px;
	border-style	:solid;
	border-width	:1px;
	display			:inline;}

/* ruby*/

ruby{	line-height	:100%;}
rt,rp{	font-size	:70%;
		font-weight	:normal;
		color		:#333;}

/* Download Icon (disable: Win IE,Opera) */

a[href$=".pdf"]:before		{content:url(_cssimg/_common/pdf.gif);}
a[href$=".ppt"]:before		{content:url(_cssimg/_common/ppt.gif);}
a[href$=".doc"]:before		{content:url(_cssimg/_common/word.gif);}
a[href$=".xls"]:before		{content:url(_cssimg/_common/excel.gif);}
a.noicon[href$=".pdf"]:before	{content:"";}
a.noicon[href$=".ppt"]:before	{content:"";}
a.noicon[href$=".doc"]:before	{content:"";}
a.noicon[href$=".xls"]:before	{content:"";}

/* buttons */

.submit input, .button, .button-secondary {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-box-sizing:content-box;
border:1px solid #BBBBBB;
color:#464646;
cursor:pointer;
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size:14px !important;
line-height:16px;
padding:6px 12px;
text-decoration:none;
}
.button:hover, .button-secondary:hover, .submit input:hover {
border-color:#666666;
color:#000000;
}
.button:link, .button-secondary:link, .submit input:link, .button:visited, .button-secondary:visited, .submit input:visited {
color:#464646;
}
.button, .submit input, .button-secondary {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 url(_cssimg/btn_wp_white.png) repeat-x scroll left top;
}
.button:active, .submit input:active, .button-secondary:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE url(_cssimg/btn_wp_white_active.png) repeat-x scroll left top;
}

