#jc_content {
    padding: 0px;
}

div.jc_heading {
    padding: 0 0 0 0;
    color: #b35b4f;
    font: bold 25px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
}

.under_line {
    border-bottom: 1px solid #ccc;
}

div.login_box {
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    width: 300px;
    height: auto;
    background-color: #eee;
    padding: 25px 0 0 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 8px #444;
	-moz-box-shadow: 4px 4px 8px #444;
	-webkit-box-shadow: 4px 4px 8px #444;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444, offX=4, offY=4, positive=true);
}

.err_msg {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    color: #DB0037;
    width: 300px;
}

.column_heading{
    text-align: center;
    border: 1px solid #C9C9C9;
    background-color: #C9C9C9;
    font-weight: bold;
    font-size: 12px;
}

div.menu a{ color:#b35b4f; text-decoration: none; font-weight: bold; }
div.menu a:link{ color:#b35b4f; }
div.menu a:visited{ color:#b35b4f; }
div.menu a:active{ color:#b35b4f; }
div.menu a:hover{ color:#000; }
div.menu a:visited:hover{ color:#000; }

div.user_tbl a{ color:#b35b4f; }
div.user_tbl a:link{ text-decoration: none; }
div.user_tbl a:visited{ text-decoration: none; }
div.user_tbl a:active{ text-decoration: none; }
div.user_tbl a:hover{ text-decoration: underline; }
div.user_tbl a:visited:hover{ text-decoration: underline; }

.users{
    text-align: left;
    border: 1px solid #C9C9C9;
    font-size: 12px;
}

.user_tbl_left{
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;    
}

.user_tbl_right{
    text-align: left;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;    
}

.green_msg {
    width: 100%;
    height: auto;
    padding: 2px 0 2px 0;
    background-color: #AAE6A3;
    border: 2px solid #25BA14;
    color: #000;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    display: none;
}

.welcome_user {
    float: right;
    font-weight: bold;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	padding: 15px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	border: 5px solid #555;
	width:300px;
	height:160px;
	z-index: 9002;
}

div.popup_title{
	font-family: Arial;
	font-size: 14pt;
	color: #4067AC;
	text-align: center;
}

div.project_box {
    width: 715px;
    padding: 10px;
    border: 1px dotted #aaa;
}

#proj_title {
    font-weight: bold;
    font-size: 12pt;
}

div.icon{
	width: 64px;
    height: 110px;
	padding: 0px;
	margin-right: 30px;
	text-align: center;
    float: left;
}

.file_list {
    display: none;
}
