﻿/*====================================*/
/* GENERAL Styles                     */
/*====================================*/

body {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.6em;
	line-height: 1.5em;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1em;
}

h3 {
	margin:5px;
}

img {
	border: 0;
}

/*====================================*/
/* FORM Styles                        */
/*====================================*/

form {
	/*border: 1px #ccc dotted;*/
}

label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	font-weight: bold;
}

textarea  {
	border: 1px solid #ccc;
	/*height: 20px;*/
	height: 1.5em;
	/*font-size: 0.9em;*/
}

input[type="password"]  {
	border: 1px solid #ccc;
	/*height: 20px;*/
	height: 1.5em;
	/*font-size: 0.9em;*/
}

input[type="text"]  {
	border: 1px solid #ccc;
	/*height: 20px;*/
	height: 1.5em;
	/*font-size: 0.9em;*/
}

input[type="submit"] {
    /*border: 1px #000 solid;*/
	height: 24px;
	/*font-size: 0.9em;
	color: #fff;*/
	font-weight: bold;
	/*background-color: #000;*/
	padding: 0 15px 0 15px;
}

select {
	/*height:24px;*/
	height: 1.5em;
	/*font-size: 0.9em;*/
}

textarea  {
	border: 1px solid #ccc;
}

checkbox {
  width: auto;
}

radio {
  width: auto;
}

.layout_wrapper {
	margin:0px auto;
	text-align:left;
	/*border: 1px #ccc dotted;*/
}

.layout_wrapper a:link {
	text-decoration: underline;
	color: #c01;
}

.layout_wrapper a:visited {
	color: #c01;
	text-decoration: none;
}

.layout_wrapper a:hover {
	color: #333;
}

/*.submit_buttons {
	padding-left: 5.5em;
}*/

/*====================================*/
/* TABLE Styles                        */
/*====================================*/

/*table {
	width: 100%;
}*/

.previous_next {
	text-align: center;
}
.previous_next a {
	margin: 0 10px 0 10px;
	padding: 3px;
	font-size: 0.8em;
	color: #c01;
}

/*========================================*/
/* USER MENU Styles                       */
/*========================================*/

.user_menu {
  /*border: 1px #000 dotted;*/
  margin-bottom: 1em;
  height: 2em;
  
}

.user_menu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  /*background: #FAA819 url(images/mainNavBg.gif) repeat-x;*/
  background-color: #f00;
  list-style: none;
  font-size: 0.8em;
  text-transform: uppercase;
}

.user_menu ul li {
  float: left;
}


.user_menu ul a {
  padding: 0 0.65em;
  line-height: 2em;
  /*background: url(images/mainNavBorder.gif) repeat-y left top;*/
  float: left;
  display: block;
}

.user_menu ul a:link {
  text-decoration: none;
  color: #fff;
}

.user_menu ul a:visited {
  color: #fff;
}


.user_menu ul a:hover {
  color: #ccc;
  background-color: #333;
}


/*
.user_menu ul .first a {
  background: none;
}
*/

