@import url(reset.css);

body {/* styles for page */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-size-adjust:none;
	color:#000;
	background-color:#FFF;
}

.pagecontent {/* styles for page wrap */
	width:860px;
	margin:auto;
	margin-top:5px;
	padding:10px;
	background-color:#E6E6E6;
	border:1px solid #999;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:10px 10px 10px #666;
	-webkit-box-shadow:10px 10px 10px #666;
}

.top_nav {/* styles for top navigation */
}

.top_nav a {
	display:block;
	width:110px;
	padding:3px;
	text-decoration:none;
	color:#000;
	font-size:12px;
}

.mainMenu a {
	text-align:left;
}

.mainMenu a:hover {
	color:#000;
}

.subMenu a {
	text-align:left;
}

.subMenu a:hover {
}

.top_nav li {
	float:left;
	width:110px;
}

.top_nav li ul {
	display:none;
}

.top_nav li:hover ul {
	display:block;
	width:80px;
	position:absolute;
}

.logo {/* styles for logo */
	clear:left;
	width:840px;
	margin:auto;
	margin-bottom:20px;
}

.forgotpw {
	text-align:right;
	margin-right:50px;
}

.signinform {
	float:right;
	margin-top:50px;
	font-size:10px;
	color:#333;
}

.failed_signin {
	color:#F00;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:right;
	margin-right:40px;
}

.content1 {/* styles for main content */
	padding:10px;
}

.leftsidebar {/* styles for left side bar */
	float:left;
	width:150px;
	padding:10px;
}

.rightsidebar {/* styles for right side bar */
	float:right;
	width:150px;
	padding:10px;
	overflow:hidden;
}

.content3 {/* styles for latest updates */
	clear:both;
	padding:10px;
}

.nolatest {/* styles for latest updates */
	clear:both;
	padding:10px;
}

.piwik {/* styles for footer */
	text-align:center;
	font-size:10px;
	color:#999;
}

.footer {/* styles for footer */
	text-align:center;
	font-size:10px;
	color:#666;
	padding:5px;
}

ul {/*styles for unordered list */
	list-style:none;
}

h1, h2, h3, h4 {/* styles for text */
	font-family:Georgia;
	color:#06C;
	padding:5px 0px 5px 0px;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:10px;
}

p {
	padding-top:3px;
}

.small {
	color:#333;
	font-size:10px;
	margin-left:20px;
}

sup {
	color:#333;
	font-size:10px;
}

.phcopy {
	font-size:10px;
	color:#333;
}

/* styles for tables & fieldset */
table.records {
	width:100%;
	border-collapse:collapse;
}

th.records {
	text-align:left;
	padding:3px;
	border:1px solid #FFFFFF;
	font-size:11px;
}

td.records {
	padding-left:5px;
	border:1px solid #E6E6E6;
	background-color:#FFF;
	height:12px;
	font-family:Courier;
	color:#000;
}

table.store {
	width:550px;
	text-align:left;
}

td.store {
	padding-bottom:20px;
}

table.webstats {
	border-collapse:collapse;
	width:100%;
}

table.webstats td {
	font-size:11px;
}

.title {
	width:140px;
	font-style:italic;
}

caption {
	caption-side:bottom;
	text-align:right;
	font-size:9px;
	color:#666;
}

fieldset {
	padding:10px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

legend {
	color:#333;
	font-size:14px;
}

/* styles for input & buttons */
.input {
	width:150px;
	height:12px;
}

.input_id {
	width:120px;
	height:12px;
}
	

.input_s {
	width:80px;
	height:12px;
}

.input_xs {
	width:40px;
	height:12px;
}

.textarea {
	width:200px;
	height:60px;
}

.button {
	width:60px;
}

.input_id {
	width:120px;
	height:12px;
}
	
.input_si {
	width:80px;
	height:11px;
	font-size:9px;
	color:#333;
	padding-left:5px;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.input_sip {
	width:60px;
	height:11px;
	font-size:9px;
	color:#333;
	padding-left:5px;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.button_si {
	width:50px;
	font-size:9px;
	color:#333;
}


/* styles for links */
a {
	color:#06C;
	text-decoration:none;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}

