/* CSS Document */

/* This CSS Document is for all pages of the website */
/* By: Mike Nithaworn */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px 15px;
}

hr {
	background-color:#CCCCCC;
	height: 1px;
	border: 1px;
}

a {
	text-decoration: none;
	color:#006699;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#header {
	background-image:url(../images/syncWizard.png); 
	background-repeat:no-repeat; 
	background-position:top left;
	height:60px;
	margin:10px 0px 10px 0px;
	position:relative;
}

#logout {
	color: #ffffff;
	width:235px; 
	height:50px;
	position: absolute;
	text-align:center;
	top: 0px;
	right: 0px;
}

#logout a {
	color:#3E9AE8;
	text-decoration: underline;
}

#logout a:hover {
	color:#00CCFF;
}

#regbox {
	color: #ffffff;
	width:255px; 
	height:50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:100;
}

#regbox a {
	color:#0099FF;
	text-decoration: underline;
}

#regbox a:hover {
	color:#00CCFF;
}

#register {
	font-size:7pt; 
	text-align:left;
	margin:0px;
}

#username {
	font-size:12px;
	width:120px;
	border:solid 1px #999999;
}

#password {
	font-size:12px; 
	width:120px; 
	border:solid 1px #999999;
	margin:5px 10px 0px 0px; 
}

#userform {
	width:135px; 
	float:left; 
	margin:0px;
}

#buttonform {
	position:relative;
	margin-left:135px; 
} 

#buttonform input {
	margin-bottom:5px;
}

#container {
	width: 800px;
	margin: auto;
}

#navigation {
	background-image:url(../images/newbar.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 0px 20px;
	width:785px;
	height:30px;
}

#navigation ul {
	font-size:13px;
	list-style:none;
	padding:0px;
	margin:0px;
}

#navigation li {
	display:inline;
}

#navigation li a {
	color:#cccccc;
	text-decoration:none;
	margin-right:15px;
}

#navigation li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
	width:805px;
}

#footer ul {
	list-style:none;
	display:block;
	margin-top:10px;
	font-size:12px;
	padding:0px;
	text-align:center;
}

#footer li {
	display:inline;
}

#footer p {
	font-size:10px;
	color:#333333;
	text-align:center;
	margin:0px;
}
