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

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

.box {
	padding:10px;
	margin:5px;
	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;
}
.smallerbox1 {
	padding:10px;
	margin:0 5px 0 10px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:250px;
}
.smallerbox1 a {
	font-size:11px;
}
.smallerbox2 {
	padding:10px;
	margin:0 5px 0 5px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:250px;
}
.smallerbox3 {
	padding:10px;
	margin:0 10px 0 5px;
	border: solid 1px #396869;
	background-color:#FFF;
	height:250px;
}

#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;
}

#side1 {
	background: url(../images/side1.png) right repeat-y;
}
#side2 {
	background: url(../images/side2.png) right repeat-y;
}
#side3 {
	background: url(../images/side3.png) right repeat-y;
}
#side4 {
	background: url(../images/side4.png) right repeat-y;
}
#side5 {
	background: url(../images/side5.png) right repeat-y;
}

.avseparator {
	display: block;
	background-image: url(../images/separator1.png);
	background-repeat:repeat-x;
	margin:5px 0 5px 0;
	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;
}