@charset "utf-8";
/* CSS Document */

h2 {
	
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

.header {
    color: #666666;
}
.responseform {
    display: block;
    margin: 0px;
    padding: 0px;
}

#filetable {
    border-left: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    font-size: 12px;
}
#filetable th {
    background: #1b5f9e;
    color: #ffffff;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    text-align: left;
}
#filetable td {
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
#filetable p {
    display: block;
    margin: 0px;
    padding: 0px 16px;
}

#filetable tr.even {
    background: #ebebeb;
}

#bannersection {
    background: #dfeaf4 url(bottom.png) bottom center repeat-x;
    height: 77px;
    padding: 0px 0px 0px 10px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
#bannersection .header {
    padding: 10px 0px 5px 10px;
    line-height: 22px;
}
#bannersection a {
    display: block;
    float: left;
    background: #ebebeb;
    margin-top: 8px;
    border: 1px solid #c1c1c1;
    padding: 4px 0px;
    text-align: center;
    width: 160px;
    margin-right: 2px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
#bannersection a:hover {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#bannersection a.current {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.clear {clear: both;}

.totalbox {
float: left; 
border: 1px solid #c1c1c1; 
margin-right: 10px; 
font-size: 12px; 
height: 85px; 
width: 150px;
overflow: hidden;
}

.amountbox {
float: left; 
border: 1px solid #c1c1c1; 
margin-right: 10px; 
height: 85px; 
overflow: hidden;
}

.paybox {
float: left; 
border: 1px solid #c1c1c1; 
height: 85px; 
overflow: hidden;
width: 400px;
}

#submitpay {
background: #0566ad;
border: 0px;
padding: 5px;
color: #ffffff;
font-size: 14px;
}

.payonline {
background: url('images/payonline.jpg');
width: 237px;
height: 48px;
border: 0px;
    font-size: 0px;
	line-height: 0px;
	zoom: 1;
}

.domain {
float: left; 
width: 280px; 
font-size: 12px;
padding: 3px 0px 3px 3px;
}

.links {
float: left; 
width: 100px;
padding: 3px 0px 3px; 0px;
font-size: 12px;
}

#nav {
	margin: 8px 0px; 
	padding:0; 
	list-style:none;
	margin-left: 19px;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
	float: left;
	text-align: center;
  display:block; 
	position:relative;
	z-index:500;
	}
		
	/* this is the parent menu */
	#nav li a {
		display:block; 
		font-size: 12px;
		text-indent: -3333px;
	}
	
		#nav li a:hover {
		color:#fff;
		text-decoration: underline;
	}






	input.cmsbutton {
	border: 0px;
	cursor: pointer;
	display: block;
	background: transparent;
    color: #014388;
	font-size: 12px;
	font-family: Trebuchet MS;
	padding: 0px;
	margin: 0px;
	width: 65px;
	height: 18px;
	}
	
	input.cmsbutton:hover {
	border: 0px;
	cursor: pointer; 
	background-color: transparent;
    color: #29abe0;
	font-size: 12px;
	font-family: Trebuchet MS;
	padding: 0px;
	margin: 0px;
	}

	#stats a {
	background: url(images/buttons.jpg);
	background-position: -100px 0px;
	height: 25px;
	width: 101px;
	}
	
	#stats a:hover {
	background-position: -100px -25px;
	height: 25px;
	width: 101px;
	}

	#webmail a {
	background: url(images/buttons.jpg);
	background-position: -201px 0px;
	height: 25px;
	width: 100px;
	}
	
	#webmail a:hover {
	background-position: -201px -25px;
	height: 25px;
	width: 100px;
	}

	#test a {
	background: url(images/buttons.jpg);
	background-position: -301px 0px;
	height: 25px;
	width: 99px;
	}
	
	#test a:hover {
	background-position: -301px -25px;
	height: 25px; 
	width: 99px;
	}
