
ul.adminmenu {
	font-size: 11px;
}

ul.adminmenu li {
	margin-left: 25px;
	line-height: 1.2em;
}
table.adminmenu {
	width: 600px;
}
table.adminmenu td {
	vertical-align: top;
	font-size: 11px;
}

blockquote {
	margin: 5px 0 5px 20px;
	padding: 0;
}

span.small {
	font-size: 11px;
}

table.adminform {
	border : 1px solid #444;
	background: #fff;
	margin : 12px 12px 12px 0;
	font-size: 11px;
	background: url(/admin/images/accadmin_navfade.gif) top left repeat-x;
}

table.adminform th {
	padding : 2px 4px 0 8px;
	margin: 0;
	text-align : right;
	font-weight : bold;
	line-height: 1.3em;
	vertical-align: top;
}

#categories table.adminform th {
	text-align : left;
}

table.adminform td {
	padding : 2px 4px 0 4px;
	text-align : left;
	line-height: 1.3em;
	vertical-align: top;
	font-size: 10px;
}
table.adminform th.prerow {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #000;
	background-color: #efefef;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}
table.adminform td.helpbutton {
	padding : 2px 4px 0 0;
}

table.adminform td.fieldcell {
}

table.adminform td.helpcell {
	width: 50px;
}

table.adminform td.spacerrow {
	padding : 3px;
}

table.adminform th.headercell {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #000;
	background-color: #efefef;
	border-bottom: 1px solid #000099;
}
/*F2EFE48*/
table.adminform th.headercell2 {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #666;
	background-color: #99cccc;
}

table.adminform td div.inlinehelp {
	padding : 4px;
	margin : 2px 0;
	background-color: #f8e8c2;
	width: 280px;
}
/*294px*/
table.adminform td div.checkboxlabel {
	padding : 0 8px 0 3px;
	margin : 0;
	display: inline;
}

table.categories th {
	font-size: 10px;
	padding: 2px 4px 0 2px;
}

table.adminform th.leftColumn,table.adminform td.leftColumn {
	padding : 2px 4px 0 8px;
}

table.multiColumnWrapper,table.multiColumn {
	margin: 0;
}
table.multiColumnWrapper th,table.multiColumnWrapper td,table.multiColumn th,table.multiColumn td {
	padding: 1px 0 1px 0;
	text-align: left;
	vertical-align: middle;
}
table.multiColumn th {
	font-size: 1.1em;
}
table.multiColumn td.checkbox {
	padding-left: 0;
}
table.multiColumnWrapper td.col2 {
	padding-left: 20px;
}
table.multiColumn td {
	white-space: nowrap;
}
table.adminform2 {
	background: #fff;
	margin : 12px;
	font-size: 11px;
}

table.adminform2 th {
	padding : 2px 4px 0 0px;
	margin: 0;
	text-align : left;
	font-weight : bold;
	line-height: 1.3em;
	vertical-align: top;
}

table.adminform2 td {
	padding : 2px 2px 0 2px;
	text-align : left;
	line-height: 1.3em;
	vertical-align: top;
	font-size: 10px;
}

table.adminform2 th.headercell {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #666;
	background-color: #ddd;
}

table.adminform2 td input {
	width: 220px;
}

table.allfields th, table.allfields td {
	vertical-align: bottom;
	line-height: 1.2;
	margin: 0;
	padding: 0 3px 0 0;
}

table.importedEvents {
	border: 0;
	padding: 0;
	margin: 0;
}

table.importedEvents th,table.importedEvents td {
	padding: 2px 6px;
	text-align: left;
}

.alert {
	font-size : 11px;
	font-weight : bold;
	color: #cc0000;
}

span.alert {
	font-size : 15px;
}

.adminform td span.errorIcon {
	padding-left: 44px;
	display: none;
	background-color: red;
}

span.errorIconShow
{
	padding-left: 4px;
	display: inline;
}

div.errorMessage {
	font-weight : bold;
	color: #cc0000;
	padding-bottom: 4px;
	display: none;
}

div.errorMessageShow {
	font-weight : bold;
	color: #cc0000;
	padding-bottom: 4px;
	display: block;
}

table.allfields th.centered {
	text-align: center;
}
table.allfields input, table.allfields th {
	font-size: 11px;
	text-align: left;
}

.headerLink { 
	font-size: 10px; 
	margin: 0 5px 0 100px;
}