/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #000000;
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

td {
	vertical-align: top;
}

hr {
	border: 0px;
	background-color: #000000;
	color: #000000;
	height: 1px;
	margin-top: 2px;
}

li {
	list-style: disc;
	margin-left:30px;
	margin-bottom: 10px;
}

i, em {
	font-style: italic;
	font-weight: inherit;
}

p {
	margin-bottom: 1em;
}

/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #b82718;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Text Definitions */
.arial_10_black {
	font-size: 10px;
	color: #000000;
	line-height: normal;
}

.arial_12_red {
	color: #b82718;
	font-weight: bold;
}

.arial_12_black {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.arial_14_red, .arial_14_red em {
	color: #b82718;
	font-size: 14px;
	font-weight: bold;
}

.arial_14_gray {
	font-size: 14px;
	font-weight: bold;
}

.arial_14_gray a {
	color: #5b5b5b;
	
}

/*--------------------------------------*/

/* Container Definitions */	
#main_container {
	line-height: 18px;
	margin: auto;
	text-align: left;
	width: 1000px;
}

#content_container {
	border: 7px solid #5a5959;
	margin-top: 8px;
}

#footer {
	font-size: 10px;
	line-height: normal;
	color: #7c7f82;
	margin: auto;
	margin-top: 5px;
	width: 856px;
}

#footer a {
	color: #7c7f82;
	text-decoration: underline;
}

#footer a:hover {
	color: #ECECEC;
	text-decoration: underline;
}

#footer .footer_nav {
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

#footer .footer_nav:hover {
	font-weight: bold;
	text-decoration: underline;
}

#menu {
	background-image: url(/images/menu/menu_background.gif);
	border-bottom: 1px solid #000000;
	line-height: normal;
	margin-bottom: 5px;
}

#sidebar ul li {
	margin-left:25px;
	margin-bottom:5px;
}

#sidebar a {
	color:#000000;
	font-size:10px;
}

#tablepadding td {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
/*--------------------*/

/* Showcase styles */
#image_list .thumb_wrapper {
	cursor: pointer;
	float: left;
	margin: 4px;
	margin-right: 3px;
	padding: 5px;
}
#image_list .x-view-selected {
	background: #c10435;
	border: 1px solid #c10435;
	padding: 4px;
}
/*--------------------*/

/* EXTJS Overrides */
.x-dlg-proxy {
	background: #484747;
	border: 1px solid #484747;
}

.x-dlg .x-dlg-hd {
	background: url(/images/hd-sprite.gif) repeat-x 0 -82px;
	background-color: #484747;
	color: #FFF;
	font: bold 10px "sans serif", arial, tahoma, verdana, helvetica;
	overflow: hidden;
	padding: 5px;
    white-space: nowrap;
}

.x-dlg .x-dlg-hd-left {
	background: url(/images/hd-sprite.gif) no-repeat 0 -41px;
	padding-left:3px;
	margin:0;
}

.x-dlg .x-dlg-hd-right {
	background: url(/images/hd-sprite.gif) no-repeat right 0;
	padding-right:3px;
}

.x-dlg .x-dlg-close {
    background-image:url(/images/close.gif);
}

.x-dlg .x-dlg-dlg-body {
	background:#000000;
	border:1px solid #737373;
	border-top:0 none;
}
.x-btn button{
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.x-btn-left{
	background:url(/images/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right{
	background:url(/images/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center{
	background:url(/images/btn-sprite.gif) repeat-x 0 -42px;
	padding-left: 5px;
	padding-right: 5px;
}
/*--------------------*/