/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #dbdbdb;
	background-image: url(/images/bg_page.gif);
	background-repeat: repeat-x;
	color: #18338c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

h1 {
	color: #F7941D;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	color: #1A9AD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

div.divider {
	border: 0px;
	border-bottom: 2px;
	border-collapse: collapse;
	border-color: #F7941D;
	border-style: dotted;
	margin-bottom: 9px;
	margin-top: 8px;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: square;
	margin-bottom: 1em;
	margin-left: 2em;
}

li {
	margin-bottom: 7px;
}

strong, b {
	font-weight: bold;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #18338c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	background: #FCC;
}
/*--------------------------------------*/

/* Containter Definitions */
#main_container {
	height: 100%;
	margin: auto;
	width: 850px;
}

#side_menu {
	padding: 18px;
}

#side_menu a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	font-size: 11px;
	padding-left: 25px;
}

#footer .bold {
	text-decoration: none;
}

#home_list {
	height: 230px;
}

#home_list ul {
	margin: 0px;
	padding-left: 15px;
}

#home_list li {
	margin-bottom: 15px;
}

#rule {
	background-image: url(/images/im_orange_dot2.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 5px;
}

#side_image {
	float:right;
	padding-left:20px;
	width: 244px;
	padding-bottom: 20px;
	text-align:center;
	font-size:12px;
	font-style: oblique;
}

#chart_head {
	background-color: #18338c;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

#chart_head td{
	vertical-align: top;
	text-align: center;
}

#chart_cell td {
	border: 1px solid #18338c;
	vertical-align: top;
	text-align: center;
}

/*------------------------*/

/* Custom Definitions */
.bold {
	font-weight: bold;
}

.page_title {
	color: #f7941d;
	font-size: 18px;
	font-weight: bold;
}

/*--------------------*/

/* Showcase styles */
#image_list .thumb_wrapper {
	cursor: pointer;
	float: left;
	margin: 4px;
	margin-right: 10px;
	padding: 5px;
}
#image_list .x-view-selected {
	background: #1e9cd9;
	border: 1px solid #1e9cd9;
	padding: 4px;
}
/*--------------------*/

/* EXTJS Overrides */
.x-dlg-proxy {
	background: #1e9cd9;
	border: 1px solid #1e9cd9;
}

.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: #dbdbdb;
	border: 1px solid #1e9cd9;
	border-top: 0 none;
}
/*--------------------*/