/* 

RAILS DEFAULT STYLESHEET v1.0

*/

/*---------- STANDARD CLASSES ---------- */

body {
	background-color: #FFFFFF;
	background-image: url('../images/background_purplefade.jpg');
	background-repeat: repeat;
}

/*------*/

body, p, ul, li, div, td, th {
	font-family: Georgia,Times,serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	text-align: left;
}

p, td, th {
	margin-top: 4pt;
	margin-bottom: 4pt
}

ol, ul, li {
	margin-top: 0pt;
	margin-bottom: 2pt;
}


h1, h2, h3 {
	font-family: Georgia,Times,serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 23pt;
	line-height: 32pt;
	margin-top: 12pt;
	margin-bottom: 6pt;
}

h2 {
	font-size: 13pt;
	line-height: 15pt;
	margin-top: 9pt;
	margin-bottom: 3pt;
}

h3 {
	font-size: 11pt;
	line-height: 13pt;
	margin-top: 6pt;
	margin-bottom: 2pt;
}

/*------*/

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ff5500;
	text-decoration: underline;
}

a:visited {
/*	
	color: #222222;
	text-decoration: underline;
*/
}

/*---------- FORMS ---------- */

input, textarea, select {
	background-color: #FFFFFF;
	color: #555555;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-family: Georgia,Times,serif;
	font-size: 10pt;
}

input[type="button"], input[type="submit"] {
	background-color: #ff5500;
	color: #000000;
	padding: 3px;
	border: 2px solid #000000;
	font-family: Georgia,Times,serif;
	font-size: 10pt;
}

/*---------- TABLES ----------*/

table {
	width: 50%;
	/*background-color: #ebebeb;*/
}

tr, th {
	border-bottom: 1px solid #BBBBBB;
}

td {
	vertical-align: top;
}

th	{
	font-weight: bold;
	vertical-align: bottom;
}

/*---------- RAILS EXTRAS  ---------- */

pre {
  background-color: #EEE;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  color: #FF5555;
}

.fieldWithErrors input {
  border: 2px solid #FF5555;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #FF5555;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #EEEEEE;
}

#errorExplanation h2 {
  padding: 3px;
  margin: -7px;
  font-size: 14px;
  background-color: #FF5555;
  color: #FFF;
}

#errorExplanation p {
  margin-bottom: 0px;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

#message_notice, #message_error	{
	padding:  10px;
	background-color: #55FF55;
	border: 2px solid #2a802a;
}

#message_error	{
	background-color: #FF5555;
	border-color: #8b2d2d;
}

/*---------- FRAMES  ---------- */

/* Transparent "full screen" frame centered on screen */
.centerframe {
	width: 720px;
	margin-left: -360px; /* half of the width */
	margin-top: -75px; /* half of the height */
	position:absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
}

/*---------- CUSTOM STYLES  ---------- */

