body {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #ffffff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left
}
      
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #666666;
}

h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666666;
}

h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666666;
}

label {
	font-weight: bold
}

.linksLarge {
	font-size: 16px;
	font-weight: bold
}
      
a {
	color: #03c
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #03c
}

tr {
	vertical-align: top
}

.textareaL {
	width: 400px;
	height: 200px
}

.textareaTm{
	width: 300px;
	height: 60px
}

.boxBorder
{
	border: 1px solid #f0f0f0
}

.boxTm
{
	width: 200px;
	background-color: #f4f4f4
}

.boxL
{
	width: 400px;
	background-color: #f4f4f4
}

.boxS
{
	width: 100px;
	background-color: #f4f4f4
}
      
.fieldWithErrors {
  padding: 2px;
  background-color: #c00;
  display: inline;
  /* note that at the moment this is a div but can change this in environment.rb */
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #f0f0f0;
}

#ErrorExplanation h5 {
  text-align: left;
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: disc;
  margin: 0px;
  padding: 0px
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.listLine0 {
	background-color: #ffffff
}

.listLine1 {
	background-color: #f0f0f0
}

.gridRepeater {
	border-collapse: collapse;
	border: 0px solid #999999
}

.boxLinkGet {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px
}

.ajax_box {
  position: absolute; background-color: #ffffff; border: 2px solid #cccccc;
}

.ajax_box .close {
  text-align: right;
}

.ajax_box .close a {
  text-decoration: none;
  font-weight: bold;
  margin: 0px 2px 0px 0px;
}

.ajax_box .content {
  padding: 0px 20px 20px 20px;
}

.ajax_box h2 {
  margin: 0px 0px 0px 0px;
}

#progress_bar {
  background-repeat: no-repeat; background-color: #000000; width: 100%; height: 100%; position: absolute; background-image: url(/geego_assets/progress_indicator.gif); background-position: center center; display: none;
}

.warning
{
	color: #ff0000
}

.caption
{
	font-size: 10px;
	font-style: italic;
	width: 300px;
}

.flashNotice
{
	color: #00CC33;
	border: 2px solid #00CC33;
	font-weight: bold;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px
}

.linksMenu
{
color: #09D904;
font-size: 9.5pt;
font-weight: bold;
text-decoration: none;
background-color: transparent
}
.linksMenu:hover
{
color: #03c;
font-size: 9.5pt;
font-weight: bold;
text-decoration: none;
background-color: transparent
}

.paginator {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}



