/* CSS Document */

/*  <<<<<<<<<<  GLOBAL FONT STYLE >>>>>>>>>> */

* {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
}


/*  <<<<<<<<<< PAGE BACKGROUND  >>>>>>>>>> */
body {
	background-image:url(../images/grey.gif);
	background-repeat:repeat;
	font-size:76%;
	line-height:140%;
	text-align: center;
}

img {
	border:0;
}

h1 {
	font-family:"Trebuchet MS";
	font-size:1.4em;
	font-weight:300;

	}

/* <<<<<<<<< H2 MAIN TITLE >>>>>>>> */
h2 {
	font-family:"Trebuchet MS";
	font-size:1.4em;
	font-weight:300;
	}
	
h3 {	
	font-family:"Trebuchet MS";
	}
	
ul#menu li {
	text-decoration:none;
	display:inline;
	list-style-type: none;
	padding: 0;
}

ul#menu {
	margin: 0;
	padding: 0 0 0 20px;
	height: 30px;	
}


/* <<<<<<<< LOGIN/LOGOUT COLOUR >>>>>>>> */
ul#menu a {
	text-decoration:none;
	font-weight: 700;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
}

ul#menu a:hover {
	text-decoration:none;
	color:#ccc;
}



a:hover,
.blue a:hover {
	color:#999;
	}
	
/* <<<<<<<<<<<<<<<< DIVS >>>>>>>>>>>>>>>> */	


div#container {
	width:800px;
	margin:auto;
	text-align:left;
	
}

div#logo {
	margin-left:20px;
	}



/* <<<<<<<<< HEADER IMAGE >>>>>>>>>> */
/*div#header {
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
	background-image: url(../images/wamheader.jpg);
	height: 96px;
	background-repeat: no-repeat;
	width: 800px;
}*/

div#footer {
	background-color:#FFFFFF;
	margin: 0;
	padding: 15px;
}
	
div#content {
	background-color:#FFFFFF;
	padding: 15px 0 0 0;
	clear: both;
	display: block;
}

/* <<<<<<<<<< PAGE TOP/BOTTOM ROUNDED CORNERS >>>>>>>>>*/
div#top {
	height:12px;
	width:800px;
	margin:0;
	padding:0;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	}

div#bottom {
	height:15px;
	width:800px;
	margin:0;
	padding:0;
	background-image:url(../images/btm.gif);
	clear: both;
	}
	
div#nav {
	float:left;
	padding:0 0 0 20px;
	width: 145px;
	}
	
div#centrecol {
	float:left;
	padding: 0 0 0 10px;
	width: 600px;
	}

div#privacy {
	color:#FFFFFF;
	font-size:1em;
	margin: 0;
	padding: 0 0 0 15px;
	}

/* <<<<<<<<<< TANDC'S PRIVACY LINK COLOR >>>>>>>>>*/
div#privacy a {
	color:#FFFFFF;
	}
		
div#privacy a:hover {
	color:#666666;
	}
	
div#clear {
	clear:both;
	}
	

div#mainmenu {
	width: 135px;
}

div#topmenu {
	height: 30px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	width: 800px;
}
div#topmenu_left {
	height: 30px;
	width: 200px;
	text-align:left;
	float:left;
}
div#topmenu_right {
	height: 30px;
	width: 200px;
	padding: 0 20px 0 0;
	text-align:right;
	float:right;
}

div#mainmenu ul {
	margin: 0;
	padding: 0;
	width: 135px;
}

div#mainmenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* <<<<<<<<<<< BACKGROUND COLOUR OF MAIN BOXES >>>>>>>>>>*/
div#login, 
div#search,
div#balance,
div#savenew,
div#topup,
div#personal,
div#personalsave,
div#newcustomer,
div#addnumber,
div#newsmart,
div#saveexisting,
div#existingcustomer,
div#savenewsip,
div#tellfriend,
div#changepw,
div#editsd,
div#addsd,
div#editnumber,
div#newsip {
	font-family:"Trebuchet MS";
	padding: 20px 20px 40px 20px;
	}

div#voicemail {
	font-family:"Trebuchet MS";
	padding: 15px 20px 10px 20px;
	}
	
div#login label,input, select, textarea,
div#balance label,input, select, textarea,
div#savenew label,input, select, textarea,
div#topup label,input, select, textarea,
div#personal label,input, select, textarea,
div#personalsave label,input, select, textarea,
div#newsip label,input, select, textarea,
div#newcustomer label,input, select, textarea,
div#addnumber label,input, select, textarea,
div#newsmart label,input, select, textarea,
div#saveexisting label,input, select, textarea,
div#existingcustomer label,input, select, textarea,
div#savenewsip label,input, select, textarea,
div#tellfriend label,input, select, textarea,
div#changepw label,input, select, textarea,
div#editsd label,input, select, textarea,
div#addsd label,input, select, textarea,
div#editnumber label,input, select, textarea,
div#voicemail label,input, select, textarea,
div#personalsave div {
	font-family:"Trebuchet MS";
    display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	font-size:1.2em;
}

.vm_div {
	float: left;
	width: 100%;
	align: center;
}

div#hidden {
   display: none;
}

div#login label,
div#balance label,
div#savenew label,
div#topup label,
div#personal label,
div#newsip label,
div#newcustomer label,
div#addnumber label,
div#newsmart label,
div#saveexisting label,
div#existingcustomer label,
div#savenewsip label,
div#tellfriend label,
div#changepw label,
div#editsd label,
div#addsd label,
div#editnumber label,
div#voicemail label,
div#personalsave label {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	text-align: right;
	width: 150px;
	padding: 3px 20px 0 0;
}

div#search label, select,text, textarea {
	font-family:"Trebuchet MS";
	width: 250px;
	float: left;
	font-size:1.2em;
}

div#search label {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	text-align: right;
	width: 150px;
	padding: 3px 20px 0 0;
}

div#rates input {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:1em;
	}

/* ---------------- Table headers ----------------  */
div#regnumbers div,
div#speeddial div {
	width:138px;
	margin:0 2px 2px 0;
	padding:2px;
	float: left;
	}
	
div#statementtable div,
div#editreg div {
	width:90px;
	margin:0 2px 2px 0;
	padding:2px;
	float: left;
	}
	
div#financetable div {
	width:79px;
	margin:0 2px 2px 0;
	padding:2px;
	float: left;
	}
	
table#financecell td,
table#regnumbercell td,
table#statementcell td,
table#editregcell td {
	
	padding:2px;
	border-bottom:2px;
	border-right:2px;
	border-bottom-style:solid;
	border-right-style:solid;
	border-bottom-color:#FFFFFF;
	border-right-color:#FFFFFF;

}
table#financecell td
{
	width:79px;
}


table#statementcell td,
table#editregcell td {
	width:90px;
}

table#regnumbercell td {
	width:138px;
	}


/* <<<<<<<<<<<<<<<<<<<< CLASSES >>>>>>>>>>>>>>>>>>>>>> */	

.cell2 {
	background-color:#e5e5e5;
	}


.radio {
	width:12px;
	height:12px;
	margin: 15px 15px 0 0; 
	}
	

.monthtab {
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	float:left;
	padding:5px;
	width:110px;
	height:20px;
	text-align:center;
	cursor: pointer;
	}
	
.monthtabon {
	background-image:url(../images/tabon.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:5px;
	width:110px;
	height:20px;
	text-align:center;
	}
	
.active {
	color:#00CC33;
	}

.inactive {
	color:#FF0000
}	

.footerlinks {
	float:left;
	width:150px;
}

.footerlinks ul {
	display: block;
	padding:0 0 0 20px;
	margin:0;
	width: 140px;
}

.footerlinks li {
	list-style-type: none;
	line-height: 150%;
}

.footerlinks a {
	color:#CCCCCC;
}

.footerlinks ul:hover li a h3 {
	color: #000;
}

.footerlinks ul:hover li a {
	color: #9CADA5;
}
.footerlinks ul:hover li a:hover {
	text-decoration: underline;
}

.footerlinks ul.hover li a {
	color: #9CADA5;
}
.footerlinks ul.hover li a:hover {
	text-decoration: underline;
}

.divider {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	height: 30px;
	width:800px;
	margin:0;
	padding: 0;
	clear: both;
	}	
	
.conditions {
	font-size:xx-small;
	padding-top: 20px;
	clear: both;
}

.quick{
	color:#CCCCCC;
	}


br.clear {
    clear: left;
}	

/* <<<<<<<<<<< BUTTON SIZES >>>>>>>>>> */
.stdbtn {
	width:80px;
	margin: 0 0 0 170px;
}

.btn {
	width:80px;
	margin:0 2px 0 2px;
	
	}
	
.addbtn {
	width:164px;
	margin:0 2px 0 2px;
	}
	
.menuheader {
	color:#999999;
	}
.mobileheader {
	color:#666666;
	font-size: 11pt;
	}
.mobilenoheader {
	/*color:#92b0dc;*/
	font-size: 11pt;
	color:#f87d22;
	}

.country {
	float:left;
	margin-right:176px;
	}

.rate {
	float:left;
	margin-right:10px;
	}
	
.error {
	color:#FF0000;
	}
	
.DateSearch{
	float:left;
	clear:none;
	margin-bottom:10px;
}

.DateSearchRight{
	float:Right;
	clear:none;
	margin-bottom:10px;
}