@charset "utf-8";
/* CSS Document */

.contentBox {
	float:left;
	width:960px;
}

.box {
	padding:10px;
	margin:10px;
	border: solid 1px #396869;
	background-color:#FFF;
}
.box_info {
	padding:10px;
	margin:10px 10px 0 10px;
	border: solid 1px #396869;
	background:#000 url(../images/flashbg.png) repeat;
	color: #FFFFFF;
}
table.menu {
	width:940px;
	margin:10px;
}
.smallerbox1 {
	padding:10px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:250px;
}
.smallerbox1 ul {
	list-style:none;
}
.smallerbox1 #flashnav li {
	list-style:none;
	margin:0;
	display:block;
}
.smallerbox1 #flashnav li a {
	display:block;
	padding:2px 0 3px 10px;
	font-size:10px;
	font-weight:bold;
	background: url(../images/select.png) no-repeat #FFFFFF;
	text-decoration:none;
}
.smallerbox1 #flashnav li a:hover {
	background: url(../images/select.png) no-repeat 0px -17px #FFFFFF;
}
.smallerbox2 {
	padding:10px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:250px;
}
.smallerbox4 {
	padding:10px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:200px;
}
.smallerbox5 {
	padding:10px;
	border: solid 1px #396869;
	background: url(../images/commentbg.png) repeat-x #FFFFFF;
}

#saveChanges:hover {
	display: -moz-inline-block;
	display: inline-block;
	background-image: url(../images/savechanges.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	width:113px;
	height:40px;
	cursor:pointer;
}

#saveChanges {
	display: -moz-inline-block;
	display: inline-block;
	background-image: url(../images/savechanges.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:70px;
	height:40px;
}

#postTopic:hover {
	display: -moz-inline-block;
	display: inline-block;
	background-image: url(../images/posttopic.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	width:113px;
	height:40px;
	cursor:pointer;
}

#postTopic {
	display: -moz-inline-block;
	display: inline-block;
	background-image: url(../images/posttopic.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:113px;
	height:40px;
}

.form input {
	border:solid #399 2px;
	background-color:#FFF;
	color:#000;
}

#startnew {
	display: -moz-inline-block;
	display: inline-block;
	background-image:url(../images/newcollab.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:40px;
	width:113px;
}

#startnew:hover {
     background-image: url(../images/newcollab.png);
	 background-repeat:no-repeat;
	 background-position: 0px -40px;
	 cursor:pointer;
}
#newpost {
	display: -moz-inline-block;
	display: inline-block;
	background-image:url(../images/posttopic.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:40px;
	width:113px;
}

#newpost:hover {
     background-image: url(../images/posttopic.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	height:40px;
	width:113px;
	cursor:pointer;
}

#replybox {
	position: fixed;
	bottom: 0;
	left: 0;
	width:100%;
	padding: 10px;
	z-index: 50;
}

#equipbutton {
	display: -moz-inline-block;
	display: inline-block;
	background-image:url(../images/equip.png);
	background-repeat:no-repeat;
	height:26px;
	width:70px;
}
#equipbutton:hover {
	background-image:url(../images/equip.png);
	background-repeat:no-repeat;
	background-position: 0px -26px;
	height:26px;
	width:70px;
	cursor:pointer;
}

#resetbutton {
	display: -moz-inline-block;
	display: inline-block;
	background-image:url(../images/reset.png);
	background-repeat:no-repeat;
	height:26px;
	width:70px;
}
#resetbutton:hover {
	background-image:url(../images/reset.png);
	background-repeat:no-repeat;
	background-position: 0px -26px;
	height:26px;
	width:70px;
	cursor:pointer;
}

.avpage {
	float:left;
	display:block;
	width:150px;
	height:225px;
	padding:5px;
	border: solid 1px #396869;
	margin:10px;
	background:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.inv {
	background:#FFFFFF url(../images/commentbg.png) repeat-x;
}

.avseparator {
	display: block;
	background-image: url(../images/separator1.png);
	background-repeat:repeat-x;
	width: 100%;
	height:2px;
}
.separatormain {
	display: block;
	margin: 5px 0 10px 0;
	background-image: url(../images/separator1.png);
	background-repeat:repeat-x;
	width: 100%;
	height:2px;
}
.item_image {
	margin:10px 2px 10px 2px;
	background-color:#DFDFDF;
	border:1px dashed #808080;
}
.item_image:hover {
	margin:10px 2px 10px 2px;
	background-color:#B0B0B0;
	border:1px dashed #808080;
}