table {
	font: normal 11px Verdana;
}

/* Customer Section Buttons */
.links {
    width: 100%; 
    border: 1px solid #0099FF; 
    margin-bottom:5px; 
    text-align:center;
    height:50px;
} 

.links a, .links a:visited, .links a:active { 
    display: block; 
    text-decoration: none; 
    padding: 10px;
	color:#333333;
} 

.links a:hover { 
    background: #a6a6a6;
	color: #fff;
} 
.link { 
    width: 100%; 
    height: 100%; 
    background:#CCCCCC;
	font-size:16px;
	font-weight:bold;
} 

.main {
    width:100%;
    height:200px;
}
.left {
    float:left;
    width: 49%;
    height: 200px;
}

.right {
    float:right;
    width: 49%;
    height: 200px;
}
/* Admin Section Buttons */
.mainAdmin {
    width:100%;
    height:100px;
}
.leftAdmin {
    float:left;
    width: 49%;
    height: 100px;
}

.rightAdmin {
    float:right;
    width: 49%;
    height: 100px;
}

/* ---------- FORM STYLES --------- */
/* Create Users Section 
table#tableCreateUser input {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	color: #000000;
	margin-right:5px;
}
table#tableCreateUser select {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	color: #000000;
	margin-right:5px;
}
table#passTable input {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	color: #000000;
	margin-right:5px;
}*/
input {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	/*font-size: 9px;*/
	color: #000000;
	margin-right:5px;
	margin-top:2px;
}
textarea {
	background:url(Images/willwebSearchTextareaBackGround.png) repeat-x #999999;
 	border: #3532ff 1px solid;
	font-size: 11px;
	color: #000000;
	margin-right:5px;
	margin-top:2px;
	width:144px;
	}
select {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	color: #000000;
	margin-right:5px;
}
/* Create Navigation */
input.manageNavigationForm {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	/*font-size: 9px;*/
	color: #000000;
	margin-right:5px;
	margin-top:5px;
}
select.manageNavigationForm {
	background:url(Images/willwebSearchInputBackGround.png) repeat-x #CCCCCC;
 	border: #3532ff 1px solid;
	/*font-size: 9px;*/
	color: #000000;
	margin-right:5px;
	margin-top:5px;
}
.adminManageNavigationHeader {
padding-top:5px;
display:block;
font-weight:bold;
font-size:12px;
text-align:left;
width:53%;
border-bottom:1px solid #999;
color:#999999;
margin-bottom:5px;
}
.adminManageNavigationTitle {
display:block;
font-size:15px;
font-weight:bold;
text-align:left;
width:100%;
border-bottom:2px solid #999;
color:#999999;
}
.adminManageNavigationSubTitle {
padding-top:5px;
display:block;
font-size:13px;
font-weight:bold;
text-align:left;
width:100%;
border-bottom:1px solid #999;
color:#999999;
margin-bottom:5px;
}
.adminManageNavigationSubSubTitle {
padding-top:5px;
display:block;
font-weight:bold;
text-align:left;
width:53%;
border-bottom:1px solid #999;
color:#999999;
margin-bottom:5px;
}

table#tableManagePage {
width:100%;
}
#tableManagePageHeader {
font-weight:bold;
}

/* TABLE HOVER STYLE */
#tableManagePageHeader {
	background:url(Images/willwebBackGround.png) repeat-x #F8F8F8;
}
.managePageRowColourAlt {
	background-color:#F3F3F3;
}
.managePageRowColourOver {
	background-color:#DBDBDB;
}
/* VIEW USER */
div#viewUserPage h3 {
	color:#999;
	border-bottom:1px solid #999;
}
div#viewUserPage h4 {
	color:#999;
	border-bottom:1px solid #999;
}
div#viewUserPage{
		padding:10px;
}
div#viewLevelPage{
		padding:10px;
}