﻿body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

#outer 
{
	margin: 2px 2px 2px 2px;
	background-color: #EEEEEE;
	min-height: 600px;
	min-width: 600px;
}

#header
{
	color: #77f;
	margin-bottom: 0px;
	border: solid 1px #CCC;
}

#header h1 
{
	letter-spacing: -.03em;
	margin: 1px 1px;
	margin-bottom: 20px;
	color: #0099DC;
	font-family: Arial;
	padding-left: 20px;
}

#header h2
{
	float: left;
	margin: 2px 3px;
	color: #00AA9E;
	font-weight: bolder;
	margin-bottom:0px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 24px;
}
#content_outer 
{
	background-color:#EEEEEE;
	border: solid 1px #CCC;
}

#content 
{
	padding: 10px;
	margin-left:195px;
	border-left :solid 1px #CCC;
	background-color : White;
	min-height: 400px;
	min-width: 600px;
}

#tabs ul
{
	list-style-type: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	height: 2.1em;
}

#tabs ul li
{
	float: left;
	margin-left: 10px;	
}

#tabs ul li a
{
	display: block;
	padding: 4px 7px;
	background-color: #44A;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

body#body_home #home_tab,
body#body_projects #projects_tab,
body#body_users #users_tab
{
	background-color: #fff;
	color: #333;
	font-weight:bold;
}

#footer 
{
	text-align: center;
	letter-spacing: .3em;
	color: #0099DC;
	font-size: 10px;
	font-family: Arial;
	border: solid 1px #CCC;
}

fieldset
{
	border: solid 1px #ddd;	
	padding: 12px;
	margin: 0;
}

fieldset legend
{			
	font-weight: bold;
	font-size: .9em;
}

fieldset label
{
	display: block;
	color: #bbb;
	font-weight: bold;	
}

fieldset input[type="text"]
{
	width:250px;
}

fieldset input[type="submit"] 
{
	border: none;
	background: transparent url(images/button-round.gif) no-repeat left top;
	width: 135px;
	height: 34px;
	font-size: 11px;
}

#content a:link, #content a:visited
{
	text-decoration:none;
	padding: 3px;
	color: #0033CC;
}

#content a:hover, #content a:active 
{
	background-color: #67C6DD;
	color: White;
}

fieldset input[type="text"], fieldset textarea
{
	font-family: Arial;
	border: solid 1px #aaa;
	padding: 5px;	
	color: #555;
	font-size: 1.15em;
	font-weight: bold;
}

#content a.round-button:link, #content a.round-button:visited
{
	background: #fff url(images/button-round.gif) no-repeat left top;
	width: 135px;
	height: 34px;
	font-size: 11px;
	color: #676767;
	display: block;
	padding-top: 6px;
	text-align:center;
	text-decoration:none;	
}

#content a.round-button:hover, #content a.round-button:active
{
	color: Blue;
	background-color: #fff;
}

.flash 
{
	font-weight: bold;
	padding: 4px;
	display: none;
}

.flash.message 
{
	background-color: #444;	
	color: #eee;	
}

.flash.error 
{
	background-color: #fee;
	color: #a00;	
}

fieldset input.input-validation-error 
{
	border: solid 1px #b33;
	background-color: #ffefef;
}

span.field-validation-error, .validation-summary-errors
{
	color: #b00;
}
#nav
{ background-color:#CCCCCC;
  width:195px;
  float:left;
  }
#nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li a:link, #nav ul li a:visited
{
	display:block;
	 padding:3px 5px;
	  background-color:Navy;
	  color:White;
	  text-decoration:none;
}
#nav ul li a:hover, #nav ul li a:active
{ 
	background-color:White;
  color:Navy;
	}
	
#nav a:hover, #nav a:active 
{
	background-color: #555;
	color: #fff;
}

.button
{
 font-size:medium; font-weight:bold; width:200px;
	}
.flashpanel
{
 height:20px; background-color:White; width:100%; float:left
	}
.flashmsg
{
 color:Red; font-weight:bold
	}
.gridpnl
{
 width:800px; height:300px;
	}
.webfield
{
	font-family:Arial; font-size:12px;
}
.webfieldHi
{
	font-family:Arial; font-size:12px; background-color:Red; font-weight:bold;
}
.sr-only 
{
     position: absolute;
      width: 1px; 
      height: 1px; 
      padding: 0; 
      margin: -1px;
       overflow: hidden; 
       clip: rect(0, 0, 0, 0);
        white-space: nowrap; /* added line */ border: 0;

}  
