/*
	=========================================================
	Stylesheet for JoyceYung.com
	Design & Coding by Vanillafactory.com
	=========================================================
*/

html {
	overflow-y:auto;
    scrollbar-3dlight-color:#999999; 
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#666666;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#666666;
	scrollbar-highlight-color:#999999;
	scrollbar-face-color:#999999;
	scrollbar-track-color:#666666
}

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../../images/bg.jpg)
}

/* HEADINGS */
h1, h2, h3 {
	font-family: Georgia, Times, Times New Roman, serif, Verdana, sans-serif, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}

h1 {font-size: 20px}
h2 {font-size: 17px}
h3 {font-size: 13px}


/* TEXT */
body, p, ol, ul, li, td, th {  
    font-family: Lucida Sans Unicode, Lucida Sans, Calibri, sans-serif, Arial, Helvetica; 
    font-size: 11px; 
	color: #afafaf;
	margin-top: 0px
}

ol, ul, li { 
	margin-bottom: 0px
}

ol {margin-left: 25px}
ul {margin-left: 17px}
li {margin-left: 0px}


/* FORM ELEMENTS */
select, textarea, input, option {  
    font-family: Lucida Sans Unicode, Lucida Sans, sans-serif, Arial, Helvetica; 
    font-size: 11px; 
	color: #333333
}

input {  
	background: #999999;
	outline: none;
	cursor: pointer;
	border: 1px solid #333333
}


/* LINKS */
a:link, a:visited, a:hover, a:active { text-decoration: none }

a:link    { color: #69005e }
a:visited { color: #993399 }
a:hover   { color: #993399 }
a:active  { color: #993399 }

a:link img, a:visited img, a:focus img, a:hover img, a:active img { border: none }


/* CLASSES */
.border { padding:5px; border:1px solid #afb3b3 }

.dotted {background-color:transparent; border-bottom: 1px #333333 dotted;}

.panel {visibility: hidden;}

.palegrey { color: #afafaf }

.purple{ color: #69005e}

.bigtext { 
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif, Arial, Helvetica; 
	font-size: 13px; 
	color: #afafaf;
	line-height: 17px
}

.bigtext2 { 
	font-family: Georgia, Times, Times New Roman, serif, Verdana, sans-serif, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	color: #000000;
	line-height: 18px
}

.nav { font-family: Lucida Sans Unicode, Lucida Sans, sans-serif, Arial, Helvetica; font-size: 11px; text-decoration: none; color: #990000;}

.contentLayer {
	position:absolute;
	width:340px;
	height:370px;
	z-index:1;
	visibility: visible;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 8px;

}