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

html, body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#666666;
	min-height: 100%;
	height: auto !important;
	height: 100%
}

input, textarea {
    font-family : Geneva,Arial,Helvetica,sans-serif;
    font-size   : 8pt;
    font-weight : normal;
    border      : 1px solid #999999;

    padding     : 2px;
    margin-top  : 2px;
    -moz-border-radius : 4px;
}

/* Focus action  */
input:focus, textarea:focus {
    border           : 1px solid #6F6F6F;
    background-color : #FFFFCC;
}

/* select box */
input, select {
    font-family : Geneva,Arial,Helvetica,sans-serif;
    font-size   : 8pt;
    font-weight : normal;
}
input, option {
    padding     : 1px;
}
option {
    padding-right : 2px;
    font-size   : 8pt;
}

.checkbox {
    border: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
}

/**
 * Button
 */

.button{
  font-family   : tahoma,verdana,arial,Sans-Serif;
  color         : #666;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
  text-transform: uppercase;
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(graphics/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 0px;
}

/* Focus action  */
.button:hover {

  font-family   : tahoma,verdana,arial,Sans-Serif;
  color         : #95B3DE;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
  text-transform: uppercase;
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(graphics/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 0px;
}

/** Headings / Text Options **/

.notice {
	color:#999999
}

.small {
	font-size: 10px;
}

.text {
	font-size: 12px;
}

.forms {
	font-size: 10px;
	color:#333333
}

.blue {
	color:#5682b7;
	
}

.dgrey {
	color:#333333;
}

.heading {
	font-size: 12px;
	font-weight:bold;
}

a:link {
	color: #666666;
	text-decoration: none;
	}
 
a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #0066FF;
	text-decoration: none;
	}

a:active {
	color: #666666;
	text-decoration: none;
	}
	
.small a:link {
	color: #666666;
	text-decoration: none;
	}
 
.small a:visited {
	color: #666666;
	text-decoration: none;
	}

.small a:hover {
	color: #0066FF;
	text-decoration: none;
	}

.small a:active {
	color: #666666;
	text-decoration: none;
	}