html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2em;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/**********************************************/
/*   GENERAL PAGE STYLING  */
/**********************************************/

body{
	background: url('../images/background.png');
	background-attachment: fixed;
	background-position: center;
	background-color:#000000;
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, "sans serif";
	font-size: 14px;
	line-height: 18px;
}

#outercontainer{
	width: 1020px;
	margin-left: auto;	
	margin-right: auto;
}

#container_top{
	background: url(../images/container_top.png) no-repeat center;
	position: relative;
	display: block;
	height: 35px;
	width: 1020px;
	margin-left: auto;	
	margin-right: auto;
}

#container_mid{
	width: 1012px;
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	border-left: solid 4px #EE78AE;
	border-right: solid 4px #EE78AE;	
}

#container_bottom{
	background: url(../images/container_bottom.png) no-repeat bottom center;
	position: relative;
	display: block;
	height: 20px;
	width: 1020px;
	margin-left: auto;	
	margin-right: auto;
}

#logo{
	display: block;
	overflow: hidden;
	background:  url('../images/logo.png') no-repeat bottom center;
	height: 205px;
}


#container_mid #contents{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	color: rgb(0, 0, 0);
	margin-top: 30px;

}

h5{

	color: #EF599E;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 8px 0;
}

h6{

	color: #EF599E;
	font-size: 17px;
	font-weight: bold;
	margin: 1px 0 0 0;
}


#container_mid #contents ul{
	list-style-type: disc;
	margin-left: 25px;
}

#container_mid #contents ul li{
	padding-bottom: 5px;
	list-style-position: outside;
}

#container_mid #contents ul li.hotpink{
	list-style-image: url(../images/bead%20bullet%20-%20hot%20pink.jpg);
}

#container_mid #contents ul li.blue{
	list-style-image: url(../images/bead%20bullet%20-%20blue.jpg);
}

#container_mid #contents ul li.green{
	list-style-image: url(../images/bead%20bullet%20-%20green.jpg);
}

#container_mid #contents ul li.pink{
	list-style-image: url(../images/bead%20bullet%20-%20pink.jpg);
}

#container_mid #contents ul li.orange{
	list-style-image: url(../images/bead%20bullet%20-%20orange.jpg);
}

#container_mid #contents ul li{
	padding-bottom: 5px;
}

#container_mid #contents strong, #container #contents a{
	font-weight: bold;
}

#container_mid #contents a{
	text-decoration: none;
	color: rgb(0, 0, 0);
}

#container_mid #contents a:hover{
	text-decoration: underline;
}

#container_mid #contents .left{
	width: 420px;
	float: left;
	padding-left: 20px;
	text-align: left;
}

#container_mid #contents .left ul li{
	padding-bottom: 10px;
}

#container_mid #contents .right{
	width: 420px;
	float: right;
	padding-right: 20px;
	text-align: left;
}

.demo {
	margin-left:20px;
}

.demo img{
	margin-left: 0px;
	margin-right: 0px;
} 

.jqDockLabel {
	color: #EF599E;
	font-size: 14px;
	font-weight: bold;
	margin: 1px 0 0 0;
}

#wrapper_admin {
    width: 980px;
	height: 550px;
    margin: 30px auto;
	margin-bottom: 0px;
/*	border: 2px solid #00FF00; */
		padding-bottom: 0px;
}

.scroller {
    padding: 0px;
    height: 492px;
    width: 980px;
	padding-bottom:20px;
	overflow:auto;
	margin: auto;
}
