

.tALeft {
	float:left;
	margin-right:10px;
}
.tImageOptions {
	margin:0 10px 2px 0;
	overflow:hidden;
	float:left;
}
.tImageOptions input {
	float:left;
	display:block;
	margin:14px 4px 0 0;
}
.tImageOptions span {
	float:left;
	display:block;
	margin:10px 0 0 6px;
}

#icon-lightBlue {
	width:300px;
	height:28px;
	background:url(./images/admin/headerImages.jpg) no-repeat 0 0;
	float:left;
	margin-top:6px;
}
#icon-darkBlue {
	width:300px;
	height:28px;
	background:url(./images/admin/headerImages.jpg) no-repeat 0 -50px;
	float:left;
	margin-top:6px;
}
#icon-khaki {
	width:300px;
	height:28px;
	background:url(./images/admin/headerImages.jpg) no-repeat 0 -100px;
	float:left;
	margin-top:6px;
}
#icon-seaGreen {
	width:300px;
	height:28px;
	background:url(./images/admin/headerImages.jpg) no-repeat 0 -150px;
	float:left;
	margin-top:6px;
}

#icon-sidebarRight {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat -50px -50px;
	float:left;
}
#icon-sidebarLeft {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat 0 -50px;
	float:left;
}
#icon-sidebarNone {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat -100px -50px;
	float:left;
}

#icon-commentsRight {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat -50px 0;
	float:left;
}
#icon-commentsLeft {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat 0 0;
	float:left;
}
#icon-commentsAlt {
	width:40px;
	height:40px;
	background:url(./images/admin/admin.png) no-repeat -100px 0;
	float:left;
}

#icon-footerStyle1 {
	width:300px;
	height:36px;
	background:url(./images/admin/admin.png) no-repeat 0 -150px;
	float:left;
}
#icon-footerStyle2 {
	width:300px;
	height:26px;
	background:url(./images/admin/admin.png) no-repeat 0 -200px;
	float:left;
}

.tSRSIntro {
	border:1px solid #ccc;
	background-color:#eee;
	width:780px;
	margin-bottom:20px;
}
.tSRSIntro .tTwitter {
	margin-top:5px;
	color:#999;
	font-size:10px;
}
.tSRSIntro .tTwitter a {
	background:url(./images/admin/admin.png) no-repeat 0 -240px;
	margin-right:3px;
	width:70px;
	height:20px;
	display:-moz-inline-stack;
	display:inline-block;
	text-indent:-999em;
}
a.tSRS {
	color:#666;
}
.tTop {
	border-bottom:1px solid #ccc;
	padding:10px;
	background-color:#f2f2f2;
}
.tBottom {
	border-top:1px solid #ccc;
	padding:5px 10px;
	background-color:#f2f2f2;
	overflow:hidden;
}
.tBottom span {
	font-size:11px;
	color:#999;
	display:block;
}
.tBottom a {
	display:block;
	float:right;
	width:86px;
}
.tMid {
	font-size:11px;
	overflow:hidden;
	padding:10px;
}
.tMid h5 {
	font-size:11px;
	margin:0 -5px 3px;
	padding:0 5px 1px;
	border-bottom:1px dotted #ccc;
}
.tReportBugs {
	float:left;
	padding:10px;
	width:250px;
}
.tUsefulLinks {
	float:left;
	padding:10px;
	margin:0;
	width:200px;
}
.tUsefulLinks li {
	padding:0;
	margin:0 0 0 20px;
	list-style:square;
	font-size:11px;
}
.tSupport {
	float:left;
	padding:10px;
	width:250px;
}

.form-table table th {
	padding:0 10px 0 0;
	width:auto;
}
.form-table table td {
	padding:0;
}

.form-table textarea {
	width:500px;
	height:150px;
}

#headerMenu1_include_categories,
#headerMenu1_include_pages,
#headerMenu2_include_categories,
#headerMenu2_include_pages{
	display:inline-block;
}
.tArrows {
	text-align:center;
	margin:10px 0 -5px;
	width:400px;
}
.tArrows a {
	display:inline-block;
	width:17px;
	height:17px;
	margin:0 2px;
	background:url(./images/admin/admin.png) no-repeat;
}
a.tArrowUp {
	background-position:-100px -270px;
}
a.tArrowUp:hover {
	background-position:-150px -270px;
}
a.tArrowDown {
	background-position:0 -270px;
}
a.tArrowDown:hover {
	background-position:-50px -270px;
}

.srsContainer {
	margin:3px 0;
}
.srsContainer h4 {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	cursor:pointer;
	height:28px;
	margin:0 10px 0 0;
	background:url(./images/admin/adminContainers.png) no-repeat 0 -50px;
}
.srsContainerClosed h4 {
	background-position:0 0;
}
.srsContainer h4 span {
	display:block;
	height:28px;
	background:url(./images/admin/adminContainers.png) no-repeat 100% -50px;
	margin:0 -10px 0 30px;
}
.srsContainerClosed h4 span {
	background-position:100% 0;
}
.srsContainer h4.over {
	background-position:0 -150px;
}
.srsContainerClosed h4.over {
	background-position:0 -100px;
}
.srsContainer h4 .tIcon {
	float:left;
	margin:4px 10px 0 10px;
}
.srsContainer .inside {
	background:#fff;
	border:1px solid #ccc;
	border-width:0 1px;
	padding:5px;
}
.srsContainer .bottom {
	background:url(./images/admin/adminContainers.png) no-repeat 0 -200px;
	height:5px;
	margin:0 10px 0 0;
}
.srsContainer .bottom span {
	background:url(./images/admin/adminContainers.png) no-repeat 100% -200px;
	height:5px;
	margin:0 -10px 0 10px;
	display:block;
}
.srsContainerClosed .inside {
	display:none;
}
.srsContainerClosed .bottom {
	display:none;
}

.form-table {
	margin:0;
}

#icon-firstMenu {
	width:36px;
	height:20px;
	background:url(./images/admin/admin.png) no-repeat 0 -100px;
}
#icon-secondMenu {
	width:36px;
	height:20px;
	background:url(./images/admin/admin.png) no-repeat -50px -100px;
}
#icon-headerImage {
	width:36px;
	height:20px;
	background:url(./images/admin/admin.png) no-repeat -100px -100px;
}