﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../../images/misc/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#container {
	width:879px;
	margin-left: auto;
	margin-right: auto;
	}
#aspnetForm {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/* login table */
#ctl00_LoginView1_Login1 {
	width:331px;
	height:350px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
	background-image: url(../../images/misc/bg_login.png);
	background-repeat:no-repeat;
	background-position: center top;
	}
#ctl00_LoginView1_Login1 td {
	vertical-align:top;
	}

#ctl00_LoginView1_Login1 #login_content {
	margin-left:70px;
	width:220px;
	margin-top:40px;
	}
#ctl00_LoginView1_Login1 #login_content img{
	margin-left:-15px;
}
#ctl00_LoginView1_Login1 #login_content p {
	margin-top:0px;
	margin-bottom:5px;
	}
#ctl00_LoginView1_Login1 #login_content .error {
	color: #C00;
	}


#ctl00_LoginView1_Login1 #login_content #ctl00_LoginView1_Login1_UserName {
	width:170px;
	height:25px;
	font-size: 18px;
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	font-weight: lighter;
	color: #999;
}

#ctl00_LoginView1_Login1 #login_content #ctl00_LoginView1_Login1_Password {
	width:170px;
	height:25px;
	font-size: 18px;
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	font-weight: lighter;
	color: #999;
}
#ctl00_LoginView1_Login1 #login_content #ctl00_LoginView1_Login1_LoginButton {
}
#header {
	width:879px;
	height:89px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../../images/misc/bg_header.png);
	background-repeat: no-repeat;	
	float:left;
	}
#nav_bar {
	width:879px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}
#nav_bar #user_info {
	width:150px;
	float:right;
	text-align:right;
	margin-right:5px;
	}
#content {
	width:879px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}
.tbl_category {
	padding: 10px;
	border: 1px solid #CCC;	
	/*width:800px;*/
}
.tbl_projects {
	padding: 10px;
	border: 1px solid #CCC;	
	/*width:800px;*/
}
.tbl_filter {
	padding: 5px;
	border: 1px solid #CCC;
	width:500px;
	background-color: #FFFFF4;
}
.tbl_category  td {
	/*width:200px;*/
}
.tbl_projects  td {
	vertical-align:top;
}

.txt_box_1 {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	width:200px;
}
.txt_box_3 {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	width:350px;
}
.txt_box_4 {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	width:100px;
}
.txt_box_2 {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	height: 80px;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt_box_5 {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	height: 80px;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
}
.input
{
    font-weight:700;
}

/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}

.modalPopup 
{
	border-width:3px;
	border-style:solid;
	border-color:#224773;
	background:#A3B2C7;
	color:#234773;
	text-align:center;
	padding:3px;
	width:auto;	
}

.pnlPopUp
{
	background:#234773;
	color:#EDEDED; 
	padding:2px;
	padding-left:10px;	
}
#loading {
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	}