@charset "UTF-8";

html {
	background-color:#F2F2F2;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}
img
{
	border:none;
}

a {
	color:#0B67DE;
	text-decoration:none;
/*	outline: none;*/
}

a:hover {
	text-decoration:underline;
}
ul li {
	line-height:18px;
}
img {
	border:0px;
}
p {
	line-height:18px;
	padding:0;
	margin:0.4em 0pt;
}
h1 {
	font-family:Osaka, ＭＳゴシック, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0;
	margin:0.2em 0pt;
	font-size:2.5em;
	color:#00144F;
}

h1 a
{
	text-decoration: underline;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#00144F;
	padding:0;
	font-weight:normal;
	margin:0.6em 0 0.2em 0;
}
h2 a, h1 a, h3 a{
	color:#00144F;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	margin:0.6em 0 0.2em 0;
	padding:0;
}

label
{
	color:#808184;
}

.versionCompanyName
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#00144F;
}
.tableSeparator, .tableSeparator td 
{
	background-color: #ffffff;
	border-top: 3px solid #00144F; 
}
.overlined, .overlined TD
{
	text-decoration: line-through;
}
	
#edit-subscription-form td.high
{
	height:40px;
	vertical-align: top;
}

#edit-subscription-form a.stdBtn
{
	margin-left: 300px;
}

#invoice .header th {text-align: left;}
#invoice h4 {margin-top: 25px;}
#invoice ul.billing {padding-left: 5px;}
#invoice ul.billing li {display: block;}
#invoice table.detail {border-collapse: collapse;}
#invoice table.detail {width: 100%; margin-top: 50px;}
#invoice table.detail td,
#invoice table.detail th {padding: 10px; border: 1px solid #000000; }
#invoice table.detail th.total {text-align: right; border: none;}
#invoice table.detail td.items {border-bottom:none;border-top: none;}
#invoice table.detail td.afterItems {border-top: none;padding-bottom: 150px;}
#invoice div.footer {color:808080; text-align: center; margin-top: 100px; margin-bottom: 50px;}
#invoice #print-button {float: right;}

