@charset "utf-8";
body{
	position:relative;
	width:945px;
	margin: 20px auto 20px;
	font-family:"Lucida Grande", Lucida, Tahoma, Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:12px;
	background-color:#FFFFFF;
	font-weight:lighter;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {	text-decoration:underline; }

#loginBox{
	background-image:url('../img/loginbox.jpg');
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	width:360px;
	margin-top:20px;
	padding:5px;
	float:right;
	color:#bbebff;
}

#loginBox h2, #loginBox h3, #loginBox h1{
	color:#FFFFFF;
	margin:0px 5px;;
}

#loginBox h2 { font-size:14px; }

#loginBox h3 { font-size:11px; }

#loginBox a {	color:#bbebff; }

#mainMenu{
	background-image:url('../img/menubg.jpg');
	float:left;
	background-repeat:repeat-x;
	width:945px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

#mainMenu a{
	float:left;
	padding: 10px 25px 0px 20px;
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('../img/menuseperator.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#mainMenu a.last{
	background-image:none;
	float:right;
	padding-right:5px;
}

#mainMenu a.first {	padding-left:18px; }

#mainMenu a:hover {	color:#99FF00; }

#mainContent{
	background:url('../img/contentbg.jpg') repeat-y;
	padding:10px 0px 5px 10px;
	float:left;
	width:935px;
}

#textArea{
	width:613px;
	float:left;
}
#registerBox{
	background:url('../img/girlkeybox.jpg') no-repeat;
	padding:2px 5px;
	height:239px;
	width:352px;
	color:#FFFFFF;
}

#addArea{
	width:300px;
	padding:6px;
	float:right;
}

.interactionTable {
	background-color:#EDF6FF;
	border:thin solid #999999;
	text-align:left;
}

.interactionTable th { color:#000033; }

#scrollbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:thin solid #999999;
	height:150px;
	overflow:scroll;
	padding:0px 10px;
	width:450px;
}

input.error {	border:1px dotted red; }

label.error {
	color:red;
	display:block;
	font-style:italic;
}

.e_msg {
	background-color:#FFEBE8;
	border:thin solid #DD3C10;
	text-align:left;
	padding:10px;
	font-weight:bold;
}

.s_msg {
	background-color:#FFEBE8;
	border:thin solid #DD3C10;
	text-align:left;
	padding:10px;
	font-weight:bold;
}

#mainContent li {
	color:#333333;
	margin-left:-20px;
	padding-top:10px;
}

.blue { color:#006699; }
.green { color:#78BF36; }
.darkgreen { color:#61992C; }
.lgray { color:#C8C8C8; }

#tablestyle {
	font-size:12px;
	text-align:left;
	border:thin solid #CCCCCC;
}

#tablestyle th {
	font-size:12px;
	background-color:#EAFFEA;
	text-align:left;
	border-bottom:thin solid #EEEEEE;
}

#tablestyle td {
	font-size:12px;
	background-color:#FAFFFF;
	text-align:left;
	border-bottom:thin solid #EEEEEE;
}

#shopContent {
	background:transparent url('../img/shopbg.jpg') repeat scroll 0 0;
	padding:5px 15px 5px 20px;
	width:555px;
}