div#adminWrapper {
	margin-left:1em;
	margin-right: 1em;
	padding: 0.9em;
  background-image:url(/imgs/site/transparencies/white60.png);

}

	#adminWrapper p {
		margin-bottom: 0;
		font-size: 1.2em;
	}
	
	#adminWrapper ul {
		font-size: 1.2em;
	}
		#adminWrapper li {
			font-size: 1em;
		}
			#adminWrapper ul li { 
				font-size: 1em;
			}
	
	#adminWrapper table {
		font-size: 1.2em;
	}
		#adminWrapper table tr td {
			font-size: 1em;
		}
			#adminWrapper table tr td p{
				font-size: 1em !important;
			}

input[type="text"], input[type="password"], input.tmpTag {
	border: 1px solid #999999;
	padding: 3px 5px;
	font-weight: normal;
}

input.input-text, input.text-form, input.input-file, select, input.tmpTag {
	border: 1px solid #999999;
	padding: 3px 5px;
	font-weight: normal;
}

select option {
	margin-right:7px;
}
input[type="text"], input[type="password"] {
	width:50%;
}

input.input-text {
	width:50%;
}
input.tmpTag {
	width: 20%;
}

textarea {
	border: 1px solid #999999;
	width: 50%;
	height: 150px;
	padding: 3px 5px;
}

textarea#footer table {
	height: 3em;
}

input.matchActionBtn {
	padding:5px;
}
fieldset.searchBox {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin:10px 0px;
}
p.showHide {
	display: none;
}
form p {
	padding-bottom: 0;
	margin-bottom: 0;
}
input.short {
	width: 20em;
}

/**********************************************/
/*     Links and Buttons */
a {
	text-decoration:underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

/**********************************************/
/*     Table Listings */
table.tableList {
	margin-bottom: 10px;
	margin-top: 13px;
}
table.noHeadFoot {
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}
table.tableList td {
	background-color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px 7px;
}
table.tableList td.right {
	border-right:1px solid #CCCCCC;
}
table.tableList td.head, table.tableList td.foot {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-weight: bold;

}
table.tableList td.foot {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.tableList td.footNoFill {
	height: 0;
	border: 0;
	border-top: 1px solid #CCCCCC;
}


/**********************************************/
/*    */ 
div.tableElement {
	margin-bottom: 10px;
}
div.tableElement p, div.tableElement div {
	background-color: #FFFFFF;
	padding:5px 7px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0;
}
div.tableElement p.tableHead {
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	font-weight:bold;
	margin-bottom: 0;
}
div.tableElement p.tableFoot {
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	border-top: 0px;
	margin-top: 0;
}



/**********************************************/
/*     Misc Elements */
#adminWrapper h1 {
	padding: 0;
	margin: 0;
	line-height: auto;
	float: none;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
}
div.borderTop {
	border-top: 1px solid #CCCCCC;
}
div.tableElement p.noBorderTop {
	border-top: 0px;
}

ul.internalScrollList {
	list-style: none;
	padding: 5px;
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin:0px;
	overflow-y: auto;
	height: 100px;
}
ul.internalScrollList li {
	padding: 3px 0px;
	list-style: none;
}

.help{
	display: block;	
	text-align: center;
	font-weight: bold;
	background: transparent url(/imgs/cms/green-circle.gif) no-repeat top left;
	width:20px;
	height:20px;
	color: #FFF;
	padding-top:2px;
}

.help a{
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}
#mainpage{
	text-align: left;
}
span.scroller {
	display: block;
	height: 160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow-y: auto;
}

span.scroller p {
	border-left: 0px;
	border-right: 0px;
}

img.userImg {
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

div.uploaded-image span {
	color: #CCCCCC;
}

/*
div.searchBox {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin:10px 0px;
}
*/

ul.azList {
	margin: 0px 0px 10px 0px;
}

/* IE 6 and 7 Ugly but it works */
*:first-child+html ul.azList { margin: 10px 0px 10px 0px; } * html ul.azList { margin: 10px 0px 10px 0px; }

ul.azList li {
	display:inline;
	margin-right: 1px;
	padding: 0px;
}
ul.azList li a {
	padding: 3px 5px;
	text-transform: uppercase;
	margin: 0px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
ul.azList li a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

.tmpTag {
	margin-right: 0.3em;
}


/**********************************************/
/*     Edit Warning */
div#editLock, div#editWarning {
	padding: 15px;
	background-color: #FFFFFF;
	border: 2px solid #B10202;
	margin-bottom: 10px;
}
div#editLock p.editMessage, div#editWarning p.editMessage {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #B10202;
}

div.tableElement p.alertMessage {
	border: 2px solid #B10202;
	background-color: #E8C3C3;
}

span.error {
	color: #B10202;
	font-weight: bold;
}
span.noError {
	color: #339900;
	font-weight: bold;
}

div.formIncomplete {
	padding: 0.7em;
	border: 2px solid #B10202;
	color: #B10202;
	margin-bottom: 0.4em;
	background-color: #FFFFFF;
}
div.formIncomplete p {
	padding: 0;
	margin: 0;
}


/**********************************************/
/*     Version Key */
div#versionKey {
	margin-top: 10px;
}
div#versionKey p {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 120%;
	font-weight: bold;
}
div#versionKey table td {
	padding: 3px 5px;
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div#versionKey table td.head, div#versionKey table td.foot {	
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-weight: bold;
}
div#versionKey table td.right {
	border-right:1px solid #CCCCCC;
}


/**********************************************/
/*   Comments List  */

table tr.reported td{
	font-weight: bold;
	color:#300
}

table tr.reported{
	border:2px solid #C00 !important;
}












