@import url(Normalize.css);

/***** General styling *****/
body 
{
}

body, td, input, textarea, select
{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}
form
{
	height: 100%;
}
h1{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
h2{
	margin-top: 0;	
	font-size: 14px;
}

#copyright
{
	/*border-top:solid 1px #cccccc;*/
	padding-left:6px;
	height:40px;
}

A:link, 
A:visited, 
A:active
{
	color: #666;
	text-decoration: none;
}

A:hover
{
	color: #666;
	text-decoration: underline;
}


.clear
{
	clear: both;
}

.clear_left
{
	clear: left;
}

/********** Float Styles ************/
/* Wrap around anything that needs to be floated */
.float_container:after,
.float_container_padded:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.float_container_padded
{
	padding: 6px;
}

.float_container, .float_container_padded {display: inline-block; width: 100%;}

/* Hides from IE-mac \*/
* html .float_container, * html .float_container_padded {overflow: hidden; display: block;}
/* End hide from IE-mac */

/* Any content that needs to be floated to the left */
.float_left
{
	float: left;
	display: inline;
}

/********** Padding Styles **********/
.padded_container
{
	padding: 6px 0;
	position:relative;
}

.padding_right
{
	padding-right: 6px;
}

.padding_left
{
	padding-left: 6px;
}

.padding_sides
{
	padding-left: 6px;
	padding-right: 6px;
}

.padding_bottom
{
	padding-bottom: 6px;
}

.padding_top
{
	padding-top: 6px;
}
.padding_full
{
	padding: 6px;
}

/* Any content that needs to be floated to the left */
.float_left
{
	float: left;
	display: inline;
}

/********** Message Styles **********/

.messages
{
	margin:6px;
}

.message_display
{	
	/*width: 99%;*/
	background: #F6E8CF url(../images/message_graphic.gif) no-repeat left;
	color: #505962;
	border: solid 1px #727F8C;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin:6px;
}

.message_label
{
	margin: 0 0 0 40px;
	width: 87%;
	padding: 0 0 0 7px;
}

.message_label_success
{
	color:blue;
	margin: 0 0 0 40px;
	width: 87%;
	padding: 0 0 0 7px;
}

.message_label_failure
{
	color:red;
}

.message_display_close
{
	background: url(../images/close_button.gif) no-repeat left;
	width: 50px;
	height: 15px;
	position: absolute;
	right: 10px;
	cursor: hand; 
	cursor: pointer;
}

.validationError 
{ 
	padding: 0px 0 10px 0;
	font-weight:bold; 
	color:red; 
	list-style-position:inside;
}

.loading_panel
{
	text-align:center;
}

.waitIndicator
{
	position: absolute;
	left:-105px;
	top:-24px;
	width:211px;
	height:48px;
	z-index:1000;
}

.minWidth
{
	min-width:1000px;
}

/********** Start ZoomImage Global Styles **********/
.zoomImageLink
{
	cursor: url(../includes/images/zoomimage_zoomin.cur), 
			url(../images/zoomimage_zoomin.cur), 
			pointer;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 1000;
	outline: none;
    cursor: url(../includes/images/zoomimage_zoomout.cur),
			url(../images/zoomimage_zoomout.cur), 
			pointer;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(../images/zoomimage_shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: transparent url(../images/zoomimage_shadow.png) repeat-x scroll 0 -30px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(../images/zoomimage_shadow.png) no-repeat scroll 0 -18px;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background: transparent url(../images/zoomimage_shadow_lr.png) repeat-y scroll 0pt;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background:transparent url(../images/zoomimage_shadow_lr.png) repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background:transparent url(../images/zoomimage_shadow_c.png);
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
	background:transparent url(../images/zoomimage_shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
	background:transparent url(../images/zoomimage_shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
	background:transparent url(../images/zoomimage_shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 20px solid #000;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(../images/zoomimage_ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(../images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(../images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}

/********** End ZoomImage Global Styles **********/
