﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
ul.tab
{
	margin: 0;
	padding: 0;
}

ul.tab li
{
	list-style: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	float: left;
	position: relative;
	overflow:hidden; 
	background-repeat:no-repeat;
}
li.editColumn
{
	width: 200px;
}
.button
{
	font-size: 12px;
	display: inline;
	color: #fafafa;
	background: #ff0000;
	border: 1px solid #fafafa;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	cursor: pointer;
	dfont-weight:bold;
}
.button:hover
{
	background: #999999;
}