/* 
Stylesheet for Milwaukee MANDI Awards Nomination application
Updated: 09/29/2005
Hex values for colors used in Logo:
#F79747 - Orange
#0077BD - Blue
*/

#input input,
#input select,
.fieldWithErrors {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 0px;
}

table 
{
  padding: 3px;
}

form {
  padding-bottom: 0;
  margin-bottom: 0;
}

textarea
{
	width: 510px;
	font-family: tahoma;
	font-size: 11px;
}

#content .truncate_note
{
  font-weight: bold;
  line-height: 12px;
  background-color: #FFF997; 
  margin: 2px 0px 5px 5px;
}

#project form {
  float: left;
  padding-bottom: 10px;
}

#project textarea
{
	width: 270px;
}

#input label {
  width: 75px;
  padding-left: 5px;
  font-size: 11px;
}

input.edit,
input.update,
input.next,
input.submit
{ 
  background: #0077BD;
  border: 1px solid #F79747;
  padding:0px 2px 0px 2px;
  margin:0;
  font-size:12px;
  font-weight:bold;
  color: #fff;
  border-right-color:#333333;
  border-bottom-color:#333333;
}

input.submit
{ 
  font-size:14px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#content h4 {
 font-size: 120%;
 	line-height: 140%;
}


#ErrorExplanation {
  width: 400px;
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 10px;
  margin: -7px;
  background-color: #c00;
  color: 'red';
}

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

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
.data_table {
}

#content .data_table th, 
.label {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

#content .data_text
{
	font-size: 11px;
	margin: 0px;
	2px 0px 2px: ;
	padding: 0px 2px 0px 2px;
	line-height: 14px;
	vertical-align: top;
}
#content .data_label
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
#content .data_info {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

.data_text {
  max-width: 480px;
}


.leftcolumn {
  float: left;
  margin-right: 5px;
  padding:0px 10px 0px 0px;
  border-right: 1px solid #000;
}

#input br {
        clear: left;
}

hr {
ÊÊborder: 0;
  margin-bottom: 0px;
  padding: 0px;
Ê color: #000;
  height: 1px;
}

#nominations_show {
  display:block; 
  height: auto;
  margin-right: 0;
  padding: 5px;
  width: 310px;
  border: 1px solid #000;
}
#projects_show {

}
#nominators_show,
#projects_show {
  margin-left: 0;
  border: 1px solid #000;
}

#project_description {
  padding-bottom: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
