/* 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:#cccccc;
	background-image:url(../en/images/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
}

a {
	text-decoration: underline;
	color: #1F3C75;
}

a:hover {
	color: #333333;
}

#header {
	background-image:url(../en/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:235px; 
	height:50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#regbox a {
	color:#3E9AE8;
	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 #aaaaaa;
}

#password {
	font-size:12px; 
	width:120px; 
	border:solid 1px #aaaaaa;
	margin:2px 10px 0px 0px; 
}

#userform {
	width:135px; 
	float:left; 
	margin:0px;
}

#buttonform {
	float:left; 
	margin:0px; 
} 

#buttonform input {
	margin:0px;
}

#container {
	width: 800px;
	margin: 0px auto;
}

#navigation {
	background-image:url(../en/images/navbar.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 0px 15px;
	width:790px;
	height:30px;
}

#navigation ul {
	font-size:14px;
	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;
	border-top:#cccccc 1px solid;
	width:805px;
}

#footer ul {
	list-style:none;
	display:block;
	width:380px;
	margin:10px auto;
	font-size:12px;
	padding:0px;
}

#footer li {
	display:inline;
}

#footer p {
	font-size:10px;
	text-align:center;
	margin:0px;
}
