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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	text-transform:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.headerTR {
	height:106px;
	width:962px;
	background:url(../graphics/home-header-gradient.jpg) repeat-x scroll 0 0 #FFFFFF;
	color:#fd2840;
	margin:auto;
	top:0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}


.loginTable {
	margin:auto;
	margin-top:30px;
	padding:10px;
	background-color: #b10d28;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 2px solid #999;
	color:#fff;
}
.loginTitle {
	font-weight:bold;
	margin:4px 0px 10px 0px;
}

.dataTable {
	margin-left:50px;
	padding:10px;
	width:90%;
	border: dotted 1px #999;
}

.hilightDataTable {	
/*	background-color:#E1F2D0;*/
	border: dotted 1px #888;
	margin:20px 0px 0px 50px;
	padding:10px;
	width:90%;
}


.dataRow {
	background-color: #FFFFFF;
}

.dataAltRow {
	background-color:#E9E9E9;
}
.dataTable tr.dataAltRow:hover, .dataTable tr.dataRow:hover {
	background: #fce6ea;
/*	color:#fff;*/
}

.dataAltRowTopBorder {
	background-color: #DAE8EC;
	border-bottom: 2px solid #007484;
}
.dataAltRowSideBorder {
	background-color: #DAE8EC;
	border-left: 2px solid #007484;
	border-right: 2px solid #007484;
}
.dataAltRowBottomBorder {
	background-color: #DAE8EC;
	border-top: 2px solid #007484;
}

.title {
	height:50px;
	vertical-align:top;
	color: #333;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.logout {
	padding-top: 5px;
	color:#9a041f;
}

.logout a{
	padding-top: 5px;
	color:#9a041f;
	text-decoration:underline;
}

.logout a:hover{
	padding-top: 5px;
	color:#9a041f;
	text-decoration:underline;
}

.adminHeader {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #9a041f;
	height:40px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	-webkit-box-shadow: inset 0px 2px 4px 0px #7a0218;
	box-shadow: inset 0px 2px 4px 0px #7a0218;
}
.adminHeader a {
	color:#fff;
	height:20px;
	padding:12px 0px 8px 0px;
	display:inline-block;
	width:170px;
}
.adminHeader a:hover {
	color:#fff;
	text-decoration:none;
}
.logo img {
	margin:0px 0px 0px 14px;
}
.adminHeaderActive {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color:#333;
	font-weight:bold;
	background-color: #fff;
	height:40px;
	overflow:visible;
	text-align:center;
	-webkit-box-shadow: 1px -2px 4px 0px #7a0218;
	box-shadow: 1px -2px 4px 0px #7a0218;
}
.adminHeaderActive a {
}

.adminTable {
	background-color:#FFFFFF;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 3px solid #fff;
	width:958px;
	overflow:hidden;
	left:50%;
	margin-left:-481px;
	padding-bottom:20px;
	top:114px;
	position:absolute;
}

.menuTable {
	width:670px;
	top:67px;
	height:50px;
	margin-left:-60px;
	left:41%;
	position:absolute;
	z-index:999;
}

.loginSubmit {
	text-align:right;
}

.errorTable {
	margin:auto;
	width:960px;
	text-align:center;
}

.errorTD {
	padding:20px 0px 0px 0px;
}

.userLabel {
	width: 100px;
}


.categoryHeader {
	background-color:inherit;
}

.categoryItemsTitle {
	border-bottom:1px solid #999;
	font-weight:bold;
}

.categoryItemsTable {
	margin-left:50px;
	width:90%;
}

.addCategoryBlock { 
	width:100%; 
	margin:auto;
	background:#dedede;
	border: 2px solid #FFFFFF;
	padding:10px;
}
input[type='file'], input[type='text'] {
	background:#FFFFFF;
	border:1px solid #999;
	width:270px;
	height:22px;
	margin:2px 8px 2px 0px;
}

.page {
	display: inline;
	border-color:#333;
	border-style:solid;
	border-width:thin;
	padding-left: 5px;
	padding-right:5px;
}
.currentPage {
	display: inline;
	padding-left: 5px;
	padding-right:5px;
}