﻿html, body
{	
	top: 0px;
	left: 0px;

	margin: 0px;
	padding: 0px;
	
	font-family: Calibri, Arial;
}

.overlay_NewProject
{
		background-color: transparent rgb(255,255,255);
		-moz-opacity: 0.6;
}

.NewProject_nw 
{
	width:13px;
	height:19px;
}

.NewProject_n
{
	height: 21px;
  	border-style: solid;
	border-width: 0px;
	border-color: rgb(161,166,163);
	/* background-color: rgb(57, 115, 172); */
	background-color: rgb(78, 54, 32);		
}

.NewProject_ne 
{
  width:13px;	  
  height:19px;
}

.NewProject_w 
{
  width:14px;
}

.NewProject_e 
{
  width:14px;	  
}

.NewProject_sw 
{
  width:31px;
  height:40px;
}

.NewProject_s 
{
  height:20px;
}

.NewProject_se, .NewProject_sizer 
{
  width:31px;
  height:40px;
}

.NewProject_sizer 
{
	cursor:se-resize;	
}

.NewProject_close 
{
/*	width: 20px;
	height: 20px;
	background: transparent url('../../Images/System/windows/button-close-focus.gif') no-repeat 0 0;			
	position:absolute;
	top:1px;
	left:497px;
	cursor:pointer;
	z-index:1000;
*/
	visibility:hidden;
	display: none;
}

.NewProject_title 
{
/*	display: block;*/
	/* display: inline; /* Fix for IE6 doubling margin bug */
	float: left;
	
	margin-left: 10px;
	margin-top: 3px;
	height: 90%; */
	
/*	font-family: Calibri, Arial, sans-serif;*/
	/* font-size:16px;
	color: White;
	text-align: left;
	background-color: rgb(66, 107, 178); */
	
/*	display: block;*/
	display: inline; /* Fix for IE6 doubling margin bug */
	float: left;
	
	margin-left: 10px;
	margin-top: 3px;
	height: 90%;
	
/*	font-family: Calibri, Arial, sans-serif;*/
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: 600;
	color: White;
	text-align: left;
	/* background-color: rgb(66, 107, 178); */
	background-color: rgb(78, 54, 32);	
}

.NewProject_content 
{
	overflow: auto;
/*	color: #222;
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px; */

	background: white;
	
	border-style: groove;
	border-width: 1px;
	border-color: rgb(161,166,163);
}

.NewProjectContent
{
	width: 99%;
}

.NewProjectContent .TextInfo
{
	margin-left: 2%;
	margin-top: 1%;

	text-align: left;
	width: 95%;
	height: 35%;

	color: #4e3620;
	font-size: 13px;
	font-weight: 500;
	font-family: Verdana, Arial;
}

.NewProjectContent .Separator
{
	border-bottom-color: rgb(139, 137, 137);
	border-bottom-width:2px;
	border-bottom-style:groove;
	width: 95%;
	
	margin-top: 2px;
	margin-bottom: 4%;
	margin-left: 2%;
}

.NewProjectContent .ProjectDetails
{
}

.NewProjectContent .ProjectDetails .Name
{
	width: 95%;
	margin-top: 3%;
	margin-left: 2%;
}

.NewProjectContent .ProjectDetails .Name .Label
{
	display: block;
	float: left;
	
	width: 25%;

	color: #4e3620;
	font-size: 13px;
	font-weight: 600;
	font-family: Verdana, Arial;
}

.NewProjectContent .ProjectDetails .Name .Required
{
	display: block;
	float: left;
		
	color: Red;
	font-size: 14px;
	font-weight:bold;
/*	font-family: Calibri, Arial;	*/
	
	width:5%;
}

.NewProjectContent .ProjectDetails .Name .Input
{
	width: 35%;
}

.NewProjectContent .ProjectDetails .Desc
{
	width: 95%;
	margin-top: 2%;
	margin-left: 2%;	
}

.NewProjectContent .ProjectDetails .Desc .Label
{
	display: block;
	float: left;

	width: 30%;	

	color: #4e3620;
	font-size: 13px;
	font-weight: 600;
	font-family: Verdana, Arial;
}

.NewProjectContent .ProjectDetails .Desc .TextArea
{
	width: 68%;
	height: 15%;
}

.NewProjectContent .ProjectDetails .Button
{
/*	display:block;*/
	display: inline; /* Fix for IE6 doubling margin bug */
	float: right;
	margin-top: 2%;
	margin-right: 4%;
	
}

.NewProjectContent .ProjectDetails .Button .Save, .NewProjectContent .ProjectDetails .Button .Cancel
{
	display:block;
	float:left;
	
	background-color: #887b57;
/*	border-bottom-color:White;
	border-color:White;*/
	font-size: 12px;
	font-weight:700;
	font-family: Verdana, Arial;
	
	padding:4px 5px 4px 5px;

	color: white;
	
	text-align:center;
	cursor:pointer;
}

.NewProjectContent .ProjectDetails .Button .Save
{
	width: 35px;
	height: 12px;
	margin: 0px;
	margin-right: 4px;
}

.NewProjectContent .ProjectDetails .Button .Cancel
{
	width: 45px;
	height: 12px;
	margin: 0px;	
	margin-right: 0px;
}
