@charset "utf-8";
/* CSS Document */

/* Body */
body {
	background: #454354;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa9b1;
	font-size: 12px;
}

img {
	border: 0px;
}

table {
	border: 0px;
	border-collapse: collapse;
}

td {
	font-size: 12px;
}

div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa9b1;
	font-size: 12px;
}

a {
	color: #aaa9b1;
	text-decoration: underline;
}

a:hover {
	color: #e1e1e4;
	text-decoration: none;
}

b {
	color: #e1e1e4;
	font-weight: normal;
}

/* Page */
div.topBar {
	width:auto;
	height:25px;
	position:relative;
	background:#575467;
	cursor:default;
}

div.topBar div {
	width:808px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
}

div.topBar div h1 {
	display:inline;
	padding:0 10px;

	color:#aaa9b1;
	font-size:12px;
	font-weight:normal;
}

table.Main {
	width: 100%;
	height: 100%;
}

td.HeadLogo {
	height: 184px;
	background: url(img/bgHeadLogo.gif) left top repeat-x;
	text-align: center;
	vertical-align: top;
}

img.Logo {
	width: 75px;
	height: 75px;
	margin: 14px 0 7px 0;
}

img.AF {
	width : 231px;
	height: 44px;
	margin-bottom: 6px;
}

td.LeftBG {
	width: 50%;
	background: url(img/bgLeftTop.gif) right top repeat-x;
}

td.RecentProjectBG {
	width: 809px;
	height: 1px;
	background: url(img/bgLeftTop.gif) left top repeat-x;
	vertical-align: top;
	padding-top: 10px;
}

div.RecentProjectBG {
	width: 809px;
	background-color: #454354;
	padding-top: 4px;
}

div.RecentProjectLine {
	width: 801px;
	height: 181px;
	background-color: #e1e1e4;
	margin-left: 4px;
	text-align: center;
}

td.RightBG {
	width: 50%;
	background: url(img/bgRightTop.gif) left top repeat-x;
}

td.imgHT {
	vertical-align: top;
}

img.HT {
	width: 14px;
	height: 43px;
	margin-top: 33px;
}

/* Content */
td.Main {
	vertical-align: top;
	padding: 17px 4px 0 4px;
}

table.MainForm {
	width: 800px;
}

td.MainFormTitle {
	width: 400px;
	background: url(img/title/bgTitle.gif) right bottom no-repeat;
	padding-left: 2px;
}

div.Title {
	height: 36px;
	background: url(img/title/bg.gif) left bottom no-repeat;
}

img.Title {
	 height: 32px;
	 margin-left: 19px;
}

td.MainForm {
	background: url(img/info/bg.gif) left top repeat-y;
	vertical-align: top;
}

div.Form {
	float: left;
	padding-left: 22px;
}

div.Part {
	float: left;
	width: 180px;
}

div.ViewProject {
	float: left;
	margin-left: 39px;
}

img.SubTitle {
	 height: 11px;
	 margin-bottom: 3px;
}

div.Info {
	margin-left: 20px;
}

a.ProjectMenu, a.ProjectMenu:hover {
	color: #bfdf5c;
	text-decoration: none;
}

a.ProjectMenu:hover {
	color: #e1e1e4;
}

#AddProjectLink {
	background: #454354;
	padding: 2px 4px 4px 4px;
}

b.ActiveMenu {
	padding-left: 11px;
}

/* Project Src */

div.ProjectSrc {
	background-color: #686676;
	margin-top: 8px;
	margin-bottom: 8px;
}

img.Src {
	width: 356px;
	margin: 3px;
	border-bottom: #454354 solid 1px;
}

div.RecentProjectBr, div.RecentProjectBr2 {
	width: 241px;
	height: 102px;
	background: url(img/bgRecentProjectBr.gif) top left no-repeat;
	float: left;
}

div.RecentProjectBr2 {
	margin-left: 19px;
}

img.RecentProjectsScr, div.AddProject {
	width: 231px;
	height: 88px;
	margin: 5px 0 0 5px;
}

div.AddProject {
	background: url(img/rp/bg.gif) top left;
	text-align: center;
}

div.AddProjectLink {
	padding-top: 36px;
}

/* Footer */
b.copyright {
	height: 16px;
	color: #454354;
	font-size: 12px;
	background-color: #787588;
	padding: 0 3px 2px 4px;
}

td.FooterLeft {
	background: url(img/bgFooterLeft.gif) right bottom repeat-x;
}

td.Footer {
	height: 74px;
	background: url(img/bgFooterLeft.gif) left bottom repeat-x;
}

td.FooterRight {
	background: url(img/bgFooterRight.gif) left bottom repeat-x;
}