/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
	height: 100%;
}

body {
  	margin: 0;
  	padding: 0;
  	font: 400 0.7em verdana, arial, sans-serif;
  	line-height: 170%;
	color: #363630;
	/*background: #99A1AB url(../images/bg.gif) repeat-x scroll 0 0;*/
	background-color: #bbc7d7;
}

body.ux-layout-center .x-menu, body.ux-layout-center .x-combo-list, body.ux-layout-center .x-window, body.ux-layout-center fieldset, body.ux-layout-center .x-panel-header, body.ux-layout-center .x-tip{
	text-align: left;
}


/* Links */
a {
  text-decoration: none;
}

a:hover {
}

a img {
	border: 0;
}

a img.border {
	border: 1px solid #FC3307;
}

a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}


/**************************************************************
   Form Elements
 **************************************************************/

/*
form {
  padding: 0;
  margin: 0;
}

label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
*/
