/*
Design by ARS Phuket
http://www.arsphuket.com
*/

*
{
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/background.jpg') #5f92d2 repeat-x 0% 0%;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 20px;
	font-size: 10px;
	text-align: center;
}

p {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	line-height: 110%
}

p b {
	color: #ffff00;
	font-weight: bold;
	font-size: 11px;
}


a:link {
	color: #ffffff;
	text-decoration: underline;
}

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

a:visited {
	color: #ffffff;
}


img {
	border: 0px;
}


#content
{
	background: #5f92d2 url(../images/backscreen.jpg) no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	width: 900px;
	height: 700px;
	text-align: left;
	border: 0px;
	padding-top: 1px;
}

#header {
	background: #0E0562 url(../images/gmsbanner.jpg) no-repeat;
	width: 624px;
	height: 100px;
	margin-top: 29px;
	margin-left: 31px;
	text-align: left;		
}

/*
Start Homepage
*/


#flags_container {
	position: relative;
	top: -100px;
	left: 660px;
	border: 0px groove #ffffff;
	float: left;
}

#flags_part {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 200px;
	height: 40px;
	text-align: center;
}

#flags_container img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}



#login_container {
	position: relative;
	top: -60px;
	left: 460px;
	border: 1px groove #ffffff;
	width: 202px;
	float: left;
}

#userlogin {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 10px 3px 0px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
}

#userlogin form {
	padding-top: 5px;
}

#userlogin .form_field {
	padding-left: 1px;
	padding-top: 4px;
	width: 174px;
	float: none;
	clear: both;
	text-align: right;
}

#userlogin form strong {
	padding-top: 5px;
	display: block;
	width: 70px;
	height: 13px;
	float: left;
	text-align: right;
}

#userlogin .form_field2 {
	padding-left: 1px;
	padding-top: 4px;
	width: 174px;
	float: none;
	clear: both;
	text-align: left;
}

#userlogin form input {
	width: 93px;
	float: right;
}

#userlogin form input.button {
	padding: 0px;
	margin-left: 24px;
	width: 55px;
	height: 15px;
	border: none;
	float: none;
}

#userlogin #link-password {
	margin-top: 10px;
	width: 100px;
}

#userlogin #link-password a {
	color: #eef3f9;
}

#userlogin #link-password a:hover {
	color: #bfd8f6;
}


#menu
{
	position: relative;
	top: -83px;
	left: 31px;
	width: 745px;
	height: 32px;
	float: left;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 80px;
	height: 32px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #F7F41A;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
	background: url(../images/button.jpg) no-repeat;
}

#menu a:hover {
	width: 80px;
    height: 32px;
	padding-top: 10px;
	color: #F7F41A;
	background: url(../images/button_r.jpg) no-repeat;
	text-decoration: none;
	font-weight: 1900;
}

#error {
	position: relative;
	top: -90px;
	left: 31px;
	float: left;
	width: 836px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}

#title {
	position: relative;
	top: -90px;
	left: 31px;
	float: left;
	width: 836px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	line-height: 200%
}

#title h1 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#title h2 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #ffffff;
}

#title h2 b{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #ffff00;
}


#left_container {
	position: relative;
	top: -70px;
	left: 51px;
	border: 1px groove #ffffff;
	background: #2518A0;
	float: left;
}

#left_part {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;
	height: 370px;
	text-align: center;
}

#left_container p
{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}

#left_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#left_container H3
{
	font-size: 12px;
	text-align: center;
	line-height: 150%
}

#left_container h3 b{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #ff0000;
}

#left_container img {
	margin-top: 20px;
	margin-bottom: 5px;
}

#left_link {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

/*
*/

#right1_container {
	position: relative;
	top: -70px;
	left: 80px;
	border: 1px groove #ffffff;
	background: #2518A0;
	float: left;
}

#right1_part {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 425px;
	height: 160px;
	text-align: center;
}

#right1_container p
{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}

#right1_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#right1_container img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
}

/*
*/

#right2_container {
	position: relative;
	top: -38px;
	left: 80px;
	border: 1px groove #ffffff;
	background: #2518A0;
	float: left;
}

#right2_part {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: 425px;
	height: 180px;
	text-align: center;
}

#right2_container p
{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}

#right2_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#right2_container img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}



#footer_container {
	position: relative;
	top: -60px;
	left: 31px;
	border: 0px groove #ffffff;
	float: left;
}

#footer_part {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 835px;
	height: 10px;
	text-align: center;
}

#footer_container p
{
	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}

#footer_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}
/*
End Homepage
*/

/*
Standard page
*/

#user_container {
	position: relative;
	top: -96px;
	left: 660px;
	border: 1px groove #ffffff;
	width: 202px;
	float: left;
}

#user_part {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 10px 3px 0px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

#user_container p {
	font-size: 10px;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
	max-width: 15px;
}

#user_container p b{
	font-weight: normal;
	display: inline;
	color: #ffff00;
}

#user_container img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#member_container {
	position: relative;
	top: -60px;
	left: 130px;
	border: 1px groove #ffffff;
	width: 640px;
	float: left;
}

#member_part {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 10px 3px 0px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
}

#member_container p {
	font-size: 14px;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#member_container p b{
	font-weight: normal;
	display: inline;
	color: #ffff00;
}

#member_container ul {
	list-style: none;
}

#member_container li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#member_container li li {
	padding: 10px 20px;
    background: url(../images/small.gif) no-repeat left;
}

#member_container a {
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
	color: #ffffff;
}

#member_container a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0E0562;
	background: #ffffff;
}

#title2 {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 200%
}

#title2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffff00;
	padding-bottom: 20px;
}

#title2 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}

#title2 p {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}



#choice {
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	line-height: 110%
}

#choice ul {
	list-style: none;
	border: 0px;
	margin-left: 30px;
	margin-bottom: 3px;
	list-style-image: url('../images/small2.gif')
}
#choice li {
	padding-bottom: 10px;
}

#big_container {
	position: relative;
	top: -70px;
	left: 51px;
	border: 1px groove #ffffff;
	background: #2518A0;
	float: left;
}

#big_part {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 775px;
	height: 370px;
	text-align: center;
	overflow: auto
}

#big_container p
{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}

#big_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#big_container H3
{
	font-size: 12px;
	text-align: center;
	line-height: 150%
}

#big_container h3 b{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #ff0000;
}

#big_container img {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#big_link {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

/*
	Default style for Help page.
*/


#help_container {
	position: relative;
	top: -15px;
	left: -15px;
	border: 0px groove #ffffff;
	width: 620px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#help {
	margin-top: 0px;
	margin-left: 0px;
	color: #f1f5f9;
	font-weight: bold;
}

#help h1 {
	font-size: 18px;
	font-weight: bold;
	text-color: #ffff00;
	padding-bottom: 20px;
	text-align: center;

}

#help h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
	text-align: center;
}

#help p {
	font-size: 12px;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#help p b{
	font-weight: normal;
	display: inline;
	color: #ffff00;
}

#help img {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.iconspan{
	float: left;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #EEF5D3;
	font-size: 12px; 
	color: #003399;
	font-weight: bold;
	border: 1px solid black;
	padding-top: 7px;
	height: 20px;
	text-align: left;
	float: left;
	margin-left: 30px;
}

div.eg-bar{
width: 520px;
}

.icongroup1{
width: 520px;
}

#helpdet_container {
	position: relative;
	top: 10px;
	left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border: 1px groove #ffffff;
	background: #2518A0;
	float: left;
}

#helpdet_part {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 535px;
	text-align: center;
}

#helpdet_container p
{
	font-size: 12px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
}

#helpdet_container p b{
	font-weight: bold;
	display: inline;
	color: #ffff00;
}

#helpdet_container img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#medium_container {
	position: relative;
	top: -60px;
	left: 130px;
	border: 1px groove #ffffff;
	width: 640px;
	float: left;
}

#medium_part {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 10px 3px 0px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
	max-height: 365px;
	overflow: auto
}

#medium_container p {
	font-size: 12px;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 10px;
	text-align: right;
}

#medium_container p b{
	font-size: 14px;
	display: inline;
	color: #ffff00;
	text-align: right;
}

#medium_table {
	table-layout: fixed;
	empty-cells: show;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

#medium_col_title {
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
}

#full_container {
	position: relative;
	margin-left: 31px;
	top: -90px;
	border: 1px groove #ffffff;
	width: 834px;
	max-height: 465px;
	float: left;
}

#map_container {
	position: relative;
	border: 0px groove #ffffff;
	margin-left: 31px;
	top: -90px;
	width: 834px;
	height: 468px;
	max-height: 468px;
	float: left;
}

#map {
	position: relative;
	border: 1px groove #ffffff;
	margin-top: 0px;
	_margin-top: -4px;
	margin-left: 1px;
	.margin-left: 0px;
	_margin-left: -31px;
	top: 0px;
	color: #0E0562;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 712px;
	height: 468px;
	max-height: 468px;
	float: left;
}

#devices {
	position: relative;
	border: 0px groove #ffffff;
	margin-top: -471px;
	_margin-top: -6px;
	margin-left: 715px;
	.margin-left: 714px;
	_margin-left: 1px;
	color: #f1f5f9;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 121px;
	height: 418px;
	max-height: 418px;
	float: left;
	overflow: auto;
}

#devices a {
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	text-decoration: none;	
}

#devicesrefresh {
	position: relative;
	border: 0px groove #ffffff;
	margin-top: -40px;
	margin-left: 716px;
	.margin-left: 712px;
	_margin-left: 340px;
	color: #f1f5f9;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 121px;
	height: 50px;
	max-height: 50px;
	float: left;
	overflow: no;
}

#customer_container {
	position: relative;
	top: -80px;
	left: 130px;
	border: 1px groove #ffffff;
	width: 640px;
	float: left;
}

#customer_part {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 10px 3px 0px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
	max-height: 400px;
	overflow: auto
}

#customer_container p {
	font-size: 12px;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#customer_container p b{
	font-size: 14px;
	display: inline;
	color: #ffff00;
	text-align: left;
}

#customer_table {
	table-layout: fixed;
	empty-cells: show;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

#fadeinbox {
   	position: absolute;
	width: 327px;
	left: 0;
	top: 0px;
	padding: 0px;
	z-index: 100;
	visibility:hidden;
    font-size: 10px;
	border: 7px solid #F3AB11;
	background: #F5F5F6;
	float: center;
}

#fadeinbox p
{
	font-size: 16px;
	color: #2518A0;
	padding-top: 0px;
	padding-left: 0px;
}

#fadeinbox p b{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #5A595F;
}

#fadeinbox h3
{
	font-size: 20px;
	text-align: center;
	line-height: 150%
}

#fadeinbox h3 b{
	font-size: 20px;
	font-weight: bold;
	display: inline;
	color: #ff0000;
}