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

/* -- DashBoard: Icon Bar ------------------------------------------------------*/

#iconbar {
	margin: 50px 0 20px 0;
	width: 960px;
	height: 125px;
	background: url(../images/icon-bars_bg.png) left top no-repeat;
}


.main-icons {
	margin: 0px;
	padding: 0px;
}
.main-icons ul {
	width: 100%;
}
.main-icons li {
	float: left;
	margin: 0px 5px;
	padding: 5px 0px;
	width: 110px;
	text-align: center;
}
.main-icons li.active,
.main-icons li:hover {
}
.main-icons a {
	display: block;
	padding: 17px 0 0 0;
	font-size: 11px;
	color: #424242;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
.main-icons a:hover {
	color: #e58900;
	text-shadow: 0px 1px 0px #ffffff;
}
.main-icons li.active a {}
.main-icons .icon {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0px auto;
}
.main-icons .text {
	display: block;
	padding: 5px 0px 0px 0px;
}

#iconbar .jcarousel-prev {
	display: block;
	position: absolute;
	top: 45px;
	left: -20px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/icon-bar-arrow_left.png) left top no-repeat;
	cursor: pointer;
}
#iconbar .jcarousel-prev:hover {
	background: url(../images/icon-bar-arrow_left-hover.png) left top no-repeat;
}
#iconbar .jcarousel-next {
	display: block;
	position: absolute;
	top: 45px;
	right: -20px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/icon-bar-arrow_right.png) left top no-repeat;
	cursor: pointer;
}
#iconbar .jcarousel-next:hover {
	background: url(../images/icon-bar-arrow_right-hover.png) left top no-repeat;
}

/* // DashBoard: Icon Bar ------------------------------------------------------*/





/* -- MOD: Newsletter ----------------------------------------------------------*/

#Newsletter {}
#Newsletter .box-wrap {}
#Newsletter .box-wrap input.file {
	height: 50px;
}

table#newsletterList td a.icon {
	display: block;
	margin: 0 0 0 8px;
	width: 16px;
	height: 16px;
	font-size: 0px;
	text-decoration: none;
	background-image: url(../images/icons/icons-newsletter.png);
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
}
table#newsletterList td a.icon.state {
	background-position: 0px 0px;
}
table#newsletterList td a.icon.relat {
	background-position: 0px -16px;
}
table#newsletterList td a.icon.ver {
	background-position: 0px -32px;
}
table#newsletterList td a.icon.edit {
	background-position: 0px -64px;
}
table#newsletterList td a.icon.send {
	background-position: 0px -48px;
}
table#newsletterList td a.icon.delete {
	background-position: 0px -80px;
}

/* // MOD: Newsletter ----------------------------------------------------------*/
