/*Interiors By Monique Administration, created by Stacey Collins - Sugar Webs*/
/*Administration Page Styles*/

/* ###### UNDO STYLINGS IN ALL BROWSERS ###### */

a:link,a:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt
{ margin:0; padding:0; }

a img,:link img,:visited img { border:none; }

/* ######  End Undo Stylings ###### */


/******* structure and layout *******/
body{
	font-family:arial,helvetica,sans-serif;
	background:#000000;
	color:#FFFFFF;
	font-size:.8em;
}
#wrapper{
	width:770px;
	margin:5px auto 10px auto;
	padding:5px;
	border-width:1px 2px 2px 1px;
	border-color:#333333;
	border-style:solid;
	background:#FFFFFF;
	color:#000000;
}
* html div#wrapper{/* hide ie/mac \*/margin: 0 auto;/* end hide */}/*IE6 HACK TO CENTER DESIGN*/

#header{
	color:#FFFFFF;
	background:url(../img/admin_header2.gif) repeat-x top left #000000;
	width:100%;
	height:50px;
}
p{
	margin:10px;
}

h2{
	font-weight:bold;
	color:#000000;
	background:#FFFFFF;
	margin:3px 0px 5px 0px;
}
	#footer{
	color:#FFFFFF;
	background:url(../img/admin_header2.gif) repeat-x top left #000000;
	padding:10px 0px 10px 0px;
}
#footer p{
	margin:10px;
	font-size:.9em;
}
div#nav{
	width:100%;
	background:#FFFFFF;
	color:#660000;
	padding:5px 0px 15px 0px;
	font-weight:bold;
}
div#nav a:link,div#nav a:visited{color:#660000;text-decoration:underline;background:#FFFFFF;padding:2px;}
div#nav a:hover,div#nav a:active,div#nav a:focus{color:#FFFFFF;text-decoration:none;background:#000000;padding:2px;}

a:link, a:visited{font-weight:bold;color:#660000;text-decoration:underline;background:#FFFFFF;padding:1px;}
a:hover, a:active, a:focus{font-weight:bold;color:#FFFFFF;text-decoration:none;background:#000000;padding:1px;}

/* ******SEMINAR TABLE STYLES****** */
table#seminars th#date{border-bottom:1px solid #000000;font-weight:bold;font-size:1em;}
table#seminars th{padding:2px;background:#660000;color:#FFFFFF;}
table#seminars td#title{font-style:italic;font-weight:bold;}
table#seminars td{background:#EFEFEF;color:#000000;font-size:.8em;}

/* ******FORM STYLES****** */
fieldset{
	padding:5px;
	margin:10px 20px 10px 20px;
	border:1px dotted #EFEFEF;
}

legend{
	font-weight:bold;
	color:#EFEFEF;
	background:#FFFFFF;
	padding:2px;
	font-style:italic;
}

/* ******MISC STYLES****** */
.right{text-align:right;}
.center{text-align:center;}

.afttitle,.beftitle{font-size:1.2em;font-weight:bold;}

a img.icon, a:link img.icon, a:visited img.icon, a:hover img.icon, a:active img.icon, a:focus img.icon{background:#EFEFEF;color:#EFEFEF;border:none;padding:0;text-decoration:none;}
.icon{border:none;background:#EFEFEF;}
