
* {
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	font-weight: normal;
	}

body {
	font-family: "Verdana", "Arial",sans-serif;
	line-height: 1.5;
	font-size: 0.75em;
	background: url("../images/bg_main.gif") repeat-x;
	padding: 7px 25px;
	margin: 0px;
	}
	
strong {
	font-weight: bold;
	}
	
h1 {
	margin: 0px;
	line-height: 1em;
	}
	
h2, h3 {
	line-height: 1em;
	font-size: 1.5em;
	color: #444;
	margin: 0px;
	padding: 0px;
	}
	
h3 {
	margin: 15px 0;
	}
	
h4 {
	line-height: 1em;
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #444;
	}
	
h2 img {
	padding-bottom: 10px;
	}
	
	
	
#session {
	margin: 0px;
	padding-right: 10px;
	}
	
#intro {
	margin: 0px;
	padding-left: 10px;
	}
	
#session a {
	font-weight: bold;
	}
	
	
#wrap {
	width: 549px;
	margin: 0 auto;
	}
	
#main {
	margin: 0 0 15px 0;
	border: 1px solid #b0b0b0;
	background: #f6f6f6;
	padding: 0 20px 30px 20px;
	}
	
	
.projectTitle {
	padding: 0px;
	background: #ccc url("../images/bg_header.gif") no-repeat right;
	margin: 6px 0 12px 0;
	}
	
.projectTitle h1 {
	font-family: "Arial",sans-serif;
	color: #fff;
	background: url("../images/bg_headerLeft.gif") no-repeat left;
	font-size: 2em;
	padding: 12px 10px 8px 10px;
	}
	
	
	
/*
.projectTitle h1 {
	line-height: 1em;
	font-family: "Arial",sans-serif;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	background: url("../images/bg_headerLeft.gif") no-repeat left;
	padding: 12px 10px 8px 10px;
	}
*/

	
#login {
	background: url("../images/bg_login.gif") no-repeat;
	padding: 10px;
	}

	

#login form {
	margin: 0 0 20px 0;
	}

	
#frmLogUpload label,
#login label {
	display: block;
	float: left;
	width: 90px;
	padding-bottom: 12px;
	}
	
#frmLogUpload label {
	width: 120px;
	padding-bottom: 0px;
	}

#frmLogUpload input.inp,
#frmLogUpload textarea,
#login input.inp {
	display: block;
	float: left;
	}
	
#frmLogUpload input.inp,
#frmLogUpload textarea {
	width: 220px;
	}
	
#frmLogUpload .spaceUpForm {
	margin-bottom: 12px;
	}
	
input.loginbutton {
	text-align: center;
	margin-left: 90px;
	background: #bd2c31;
	color: #fff;
	font-weight: bold;
	border:1px solid #7a0825;
	}
	
#frmLogUpload input.loginbutton {
	margin-left: 120px;
	}
	
	

/* ----[ Tabs ]---- */	
#projectTabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#projectTabs li {
	display: block;
	float: left;
	background: url("../images/bg_tab.gif") no-repeat right top;
	}
	
#projectTabs li a {
	display: block;
	float: left;
	padding: 8px;
	background: url("../images/bg_tabLeft.gif") no-repeat left top;
	font-weight: bold;
	line-height: 1em;
	color: #bd2c31;
	}
	
#projectTabs li.activeTab {
	background: url("../images/bg_tabActive.gif") no-repeat right top;
	}
	
#projectTabs li.activeTab a {
	background: url("../images/bg_tabActiveLeft.gif") no-repeat left top;	
	color: #fff;
	}





/* ----[ Table ]---- */
caption {
	margin-bottom: 8px;
	}


table.project {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 15px;
	}
	

table.project th {
	font-weight: bold;
	padding: 5px;
	background: #999 !important;
	color: #fff !important;
	}
	
table.project td {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	}
table.project td.first {
	width: 12%;
	}
table.project td.second {
	width: 43%;
	}
table.project td.third {
	width: 25%;
	}
table.project td.last {
	border-right: 0px;
	width: 20%;	
	}
	
table.project td.second,
table.project td.last {
	background: #eee;
	}
	
table.project td p {
	margin: 0 0 10px 0;
	}
	
	
	
	
#upLoadForm {
	position: absolute;
	width: 40%;
	top: 160px;
	left: 30%;
	border: 1px solid #666;
	background: #fff;
	padding: 10px;
	}
	
	
	
	
.footer {
	margin: 5px 10px 5px 10px;
	color: #444;
	}


#session a, 
table.project td a, 
.footer a {
	color: #bd2c31;
	text-decoration: none;
	}
#session a:hover,
#session a:active,
table.project td a:hover,
table.project td a:active,
.footer a:hover,
.footer a:active {
	border-bottom: 1px dotted #bd2c31;
	}
	
	
	
	
	


