<!--body {
background-color: #FFFFFF;
color: #000000;
margin: 0px;
}-->


body {
	font: 75.5%/2.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff url(../../storeadmin/images/adminbg.gif) repeat-y center top;
	margin: 0px;
	padding: 0px;
}



#mmadmin_header {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff url(../images/manualtopbg.gif) repeat-x top;
}

#adminlogo {
	width: 930px;
	margin: 0 auto;
	height: 148px;
}


.wrapper {
	width: 930px;
	margin: 15px auto 0px auto;
	padding: 10px;
	position: relative;
	background-color: transparent;
}


#topnav {
	margin-right: 10px;
	height: 25px;
	color: #c8c8c7;
	text-align: center;
	padding-top: 5px;
}
/* top navigation */
	
#topnav ul {
	margin: 10px;
	padding: 0px;
}

#topnav li {
	display: inline;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

#topnav li a {
	font-size: 12px;
	font-weight: bold;		
	color: #c8c8c7;
	padding-top: 10px;
	text-decoration:none
}
	
#topnav li a:hover,#topnav li.active a {
	color: #ececec;
}


/***********************/

td, p {
font-family: Arial, Helvetica;
font-size: 10pt;
}

td.largerfont {
font-family: Arial, Helvetica;
font-size: 12pt;
}

td.padded, td.linksleft {
padding-left: 10px;
padding-right: 10px;
}

td.linksleft {
/*border-right: 1px solid #465C99;*/
width: 130px;
}

td.linksright {
border-left: 1px solid #465C99;
width: 1px;
}

.error {
color: #CC0000;
}

.highlighttext {
font-family: Arial, Helvetica;
color: #6C70A0;
font-weight: bold;
}

.lightcolortext {
color: #999999;
font-style: italic;
}

.accent {
font-style: italic;
}

.linecolor {
color: #465C99;
}

.cellaccent {
background-color: #B5BDDF;
}

.generaltable {
background-color: #CFD9FF;
border: 1px solid #465C99;
width: 675px;
padding: 3px;
spacing: 0px;
}

.largetable {
background-color: #CFD9FF;
border: 1px solid #465C99;
padding: 3px;
spacing: 0px;
}

.smalltable {
background-color: #CFD9FF;
border: 1px solid #465C99;
width: 360px;
padding: 3px;
spacing: 0px;
}

.colortable {
border: 1px solid #C0C0C0;
border-collapse: collapse;
}

.colorcell {
border: 1px solid #C0C0C0;
}

.fieldname {
font-weight: bold;
color: #000000;
text-decoration: none;
}

.regtext {
font-family: Arial, Helvetica;
font-size: 10pt;
}

.smalltext {
font-family: Arial, Helvetica;
font-size: 8pt;
}

.largelinks {
font-size: 12pt;
}

.largeboldtext {
font-size: 14pt;
font-weight: bold;
}

.noline {
text-decoration: none;
}

.black {
color: #000000;
}

.nolineblack {
text-decoration: none;
color: #000000;
}

.warning {
color: #3836AB;
font-weight: bold;
}

a {
color: #465C99;
}

a.links:hover {
color: #465C99;
background: #CFD9FF;
text-decoration: none;
}

a.linkset {
color: #465C99;
font-weight: bold;
text-decoration: none;
}

input.button, .button {
color:#000000;
background-color: #99ABCC;
border:2px solid;
border-top-color: #CBCFE4;
border-left-color: #CBCFE4;
border-right-color: #6D73B6;
border-bottom-color: #6D73B6;
filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CBCFE4',EndColorStr='#99ABCC');
}