body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:100px 0px;
	background-color:#FFFFFF;
	background-image: url(../images/page-bg.jpg);
	
}
#wrap{
	width:532px;
	text-align:left;
	position:relative;
	margin: 0px auto;
	background-repeat:no-repeat;
}
#wrap-inner{
	padding: 0px 16px;
}
#bee{
	position:absolute;
	top:-20px;
	left:0px;
}
#bee a img{
	border:none;
}
.module {
	
	background-image: url(../images/mod-top-bg.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	
}
.module-inner{
	background-image: url(../images/mod-bot-bg.gif);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	padding:14px 0px;
}
.module-content{
	background-color:#FFF;
	padding: 0px 0px;
}
.module-content-inner{
	padding: 0px 50px;
}

.module-content-inner h4{
	font-family: Arial Rounded MT Bold;
	font-weight: normal;
	color: #999999;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.module-content-inner h3{
	font-family: Arial Rounded MT Bold;
	font-weight: normal;
	color: #ba9502;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

.module-content-inner p{
	line-height: 1.5em;
}

.module-content-inner label{
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color:#ba9502;
	font-weight: normal;
	display:block;
	border-bottom: 1px dotted #999;
	cursor:pointer;
}

.link{
	font-family:Arial, Helvetica, sans-serif;
	color: #a48403;
	font-size: 16px;
	float:right;
	cursor:pointer;
	text-transform: lowercase;
	margin-left: 10px;
	line-height: 24px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.link:hover{
	text-decoration: underline;
}
.add{
	background-image: url(../images/add_16.png);
}
.edit{
	background-image: url(../images/pencil_16.png);
}
.form{
	clear:both;
}

#header{
	height: 50px;
	padding: 0px 25px 0px 48px;
	margin-bottom: 40px;
}
#header #lockup{
	width: 200px;
	height: 50px;
	float: left;
}

#header #lockup a{
	display:block;
	width: 200px;
	height: 50px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	text-indent: -99999px;
	overflow:hidden;
}
#header #lockup a h1{
	margin:0px;
	font-size:18px;
	line-height:20px;
}
#header #lockup a h2{
	margin:0px;
	font-size: 12px;
	font-weight:normal;
	line-height:12px;
}

#header #user{
	float:right;
	width: 50%;
	text-align:right;
	color: #a48403;
}
#header #user a{
	color: #a48403;
}


#footer{
	clear:both;
	font-size:9px;
	text-align:right;
	color: #a48403;
}
#footer a{
	color: #a48403;
}

.clear{clear:both;}

.formTable,
.dataTable{
	width: 100%;
	font-size: 12px;
}
table th,
table td{
	padding: 4px;
}

tr.odd{
	background-color:#ffffcc;
}
tr.even{
	background-color:#ffff99;
}


.ctr{
	position: relative;
}

#terms-ctr ul{
	margin: 0px;
	padding:0px;
	list-style:none;
	clear: both;
}
#terms-ctr ul li{
	background-repeat: no-repeat;
	background-position: 5px 50%;
	height: 36px;
	padding-right: 10px;
	padding-left: 36px;
	position: relative;
}
.module-content-inner .val{
	color: #999999;
	font-weight:bold;
	font-size: 18px;
	line-height: 36px;
	margin:0px;
}
#terms-ctr ul li.user{
	background-image: url(../images/user.png);
}
#terms-ctr ul li.search{
	background-image: url(../images/search.png);
}
#terms-ctr ul li.odd{
	background-color: #F7EDCF;
}

#terms-ctr ul li .delete{
	font-weight:normal;
	height: 12px;
	width: 12px;
	line-height: 12px;
	overflow: hidden;
	background-image: url(../images/delete.png);
	background-position:50% 50%;
	background-repeat: no-repeat;
	opacity: .90;
	position:relative;
	top: 12px;
	text-indent: -99999px;
}
#terms-ctr ul li .delete:hover{
	opacity: 1;
}

#form-value{
	width:360px;
	font-size: 18px;
	color:#999;
	
}
#pop{
	display:none;
	z-index:9999999;
	position:absolute;
	width:413px;
	background-image:url(../images/pop-top.png);
	background-repeat: no-repeat;	
	top:0%;
	right: 0%;
	padding-top: 19px;
}
#pop .pop-inner{
	padding: 0px 22px 23px 19px;
	background-image:url(../images/pop-bot.png);
	background-position: 0px 100%;
	background-repeat: no-repeat;	
}
#pop-content {
	background-repeat:no-repeat;
	min-height: 48px;
}
.success #pop-content{
	padding-left: 60px;
	background-image:url(../images/success.png);	
}
.error #pop-content{
	padding-left: 60px;
	background-image:url(../images/error.png);	
}
.wait #pop-content{
	padding-left: 60px;
	background-image:url(../images/wait.gif);	
}
.page-links{
	float: right;
}


.example{
	text-align:center;
}
.example-inner{
	text-align: left;
	margin:0px auto;
	width: 300px;
}

h5{
	font-size: 14px;
	color:#999;
}

#bullpen{display:none}
