

body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	font-size:14px;
        background-repeat: no-repeat;        
}

#container{
	margin: 0px auto;
	padding-left: 3px;
	padding-right: 3px;
	width:960px;
	background-repeat:no-repeat;
        position: relative;
        z-index: 0;
}

.c-float{
	overflow:hidden;
	height:100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear{
	clear:both;
	font-size:0px;
	height:1px;
	overflow:hidden;

}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li{
	float:left;   
}

/*Aeras*/
#area-Top{
	height:35px;
}

#area-TopMenu-Left{
	float:left;
	width:40%;
}
#area-TopMenu-Left li span{
	margin-right:20px;
}

#area-TopMenu-Right{
	float:right;
	width:40%;
}
#area-TopMenu-Right ul{
	float:right;
}

#area-Logo{
	margin-top:5px;
        margin-bottom:5px;
	height:46px;
	text-align:right;
	margin-right:10px;
	vertical-align:bottom;
}

#area-Logo img {
        border: 0px;
}

#area-MenuBar{
	margin-bottom:10px;
}

#area-MainMenu{
	float:left;
	width:70%;
}

#area-LanguageMenu{
	float:left;
	margin-top: -5px;
}
#area-LanguageMenu ul{
	float:left;
}

#area-LoggedInAs {
	float:right;
	position:relative;
	top:-16px;
	right:10px;
        height: 0px;
}

#area-IntroPanel{
        margin-top:0px;
	margin-bottom:10px;
}

#area-Content{
	padding-top: 30px;
	width:100%;
	font-size: 12px;
}

#area-Content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	padding-top: 0;
	margin-bottom:10px;
	margin-top:0;
	background-color:inherit;
}

#area-Content-Left{
	float:left;
	width:530px;
	margin-right:28px;
}

#area-Content-Right{
	float:right;
	width:402px;
}

#area-Footer{
	margin-top:40px;
	background-color:inherit;
	text-align:right;
	font-size:11px;
	padding-top:5px;
}
#area-Footer a{
	background-color:inherit;
}

#copyright {
    margin-left: 20px;
}



#area-Footer .footer_item {
    margin-left: 20px;
}




/*TopBar*/
.TopBar{
	margin-left:-3px;
	margin-right:-3px;
	height:37px;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:inherit;
}

.TopBar-Left{
	background-position:top left;
	background-repeat:no-repeat;
	height:37px;
	margin-bottom:-37px;
	font-size:1px;
}
.TopBar-Center{
	height:37px;
	margin-left:12px;
	margin-right:12px;
	line-height:30px;
}
.TopBar-Right{
	background-position:top right;
	background-repeat:no-repeat;
	height:37px;
	margin-bottom:-37px;
	font-size:1px;
}

/*TopMenu*/
a.TopMenuButton{
	text-decoration:none;
	background-position:bottom left;
	float:left;
	height:30px;
	background-color:inherit;
	margin-right:10px;
	cursor:pointer;
}
a.TopMenuButton:hover{
	background-position:center left;
	background-color:inherit;
}
a.TopMenuButton-Active{
	background-color:inherit;
	background-position:top left;
}
a.TopMenuButton-Active:hover{
	background-position:top left;
}

/*ListBox*/
.ListBox{
}
.ListBox div.hr{
	height:0px;
	clear:both;
	color:inherit;
	font-size:0px;
	border:0;
	margin-top:4px;
	margin-bottom:4px;
	overflow:hidden;
}

.ListBox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	background-color:inherit;
}

.ListBox .Box-Top-Left{
	background-repeat:no-repeat;
	height:6px;
	margin-bottom:-6px;
	font-size:1px;
}
.ListBox .Box-Top-Center{
	height:6px;
	margin-bottom:-6px;
	margin-left:6px;
	margin-right:6px;
	font-size:1px;
}
.ListBox .Box-Top-Right{
	background-position:top right;
	background-repeat:no-repeat;
	height:6px;
	font-size:1px;
}

.ListBox .Box-Center{
	overflow:hidden;
}
.ListBox .Box-Center-Left{
	background-repeat:repeat-y;
	background-position:top left;
}
.ListBox .Box-Center-Center{
	margin-left:6px;
	margin-right:6px;
	background-color:inherit;
}
.ListBox .Box-Center-Right{
	background-repeat:repeat-y;
	background-position:top right;
}

.ListBox .Box-Bottom-Left{
	background-repeat:no-repeat;
	height:6px;
	margin-bottom:-6px;
	font-size:1px;
}
.ListBox .Box-Bottom-Center{
	height:6px;
	margin-bottom:-6px;
	margin-left:6px;
	margin-right:6px;
	font-size:1px;
}
.ListBox .Box-Bottom-Right{
	background-position:top right;
	background-repeat:no-repeat;
	height:6px;
	font-size:1px;
}



#dhtmlxWebMenuObject {
    top: -15px;
}

/*StandardButton*/
a.StandardButton{
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	padding-left:5px;
	font-family:Helvetica, sans-serif;
	font-size:15px;
	background-color:inherit;
	text-decoration:none;
	float:left;
	cursor:pointer;
	margin-right:5px;
}
a.StandardButton span{
	background-repeat:no-repeat;
	background-position:bottom right;
	height:20px;
	line-height:20px;
	padding-right:5px;
	float:left;
}

a.StandardButton:hover{
	background-position:center left;
}
a.StandardButton:hover span{
	background-position:center right;
}

a.StandardButton-Active{
	background-position:top left;
}
a.StandardButton-Active:hover{
	background-position:top left;
}
a.StandardButton-Active span{
	background-position:top right;
}
a.StandardButton-Active:hover span{
	background-position:top right;
}

/*Language Button*/
a.LanguageButton{
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	padding-left:5px;
	font-family:Helvetica, sans-serif;
	font-size:15px;
	background-color:inherit;
	text-decoration:none;
	float:left;
	cursor:pointer;
	margin-right:5px;
}
a.LanguageButton span{
	background-repeat:no-repeat;
	background-position:bottom right;
	height:20px;
	line-height:20px;
	padding-right:5px;
	float:left;
}

a.LanguageButton:hover{
	background-position:center left;
}
a.LanguageButton:hover span{
	background-position:center right;
}

a.LanguageButton-Active{
	background-position:top left;
}
a.LanguageButton-Active span{
	background-position:top right;
}
a.LanguageButton-Active:hover{
	background-position:top left;
}
a.LanguageButton-Active:hover span{
	background-position:top right;
}

/*Intro Panel*/
.IntroPanel{
	background-repeat:no-repeat;
	width:960px;
	height:180px;
	background-color:inherit;
}

.IntroPanel .Content{
	position:relative;
	top:30px;
	left:30px;
}

/*Outro Panel*/
.OutroPanel{
	margin-top: 40px;
	background-repeat:repeat-x;
	width:100%;
	height:49px;
	overflow: hidden;
	float: left;
}

/*PostProjectButton*/
.IntroPanel a.PostProjectButton{
	width:194px;
	height:128px;
	margin-right: 10px;
	float:left;
        position:relative;
        left:-5px;
        top:-5px;
        cursor:pointer;
}
.IntroPanel a.PostProjectButton span{
	display:none;
}

/*FindProjectButton*/
.IntroPanel a.FindProjectButton{
	width:194px;
	height:128px;
	margin-right: 20px;
	float:left;
        position:relative;
        top:-5px;

}
.IntroPanel a.FindProjectButton span{
	display:none;
}

/*NetworkButton*/
.IntroPanel a.NetworkButton{
	width:194px;
	height:128px;
	margin-right: 20px;
	float:left;
        position:relative;
        top:-5px;
}
.IntroPanel a.NetworkButton span{
	display:none;
}

/*Register Button*/
.IntroPanel a.RegisterButton{
	width:104px;
	height:44px;
	margin-top: 112px;
	float:left;
}
.IntroPanel a.RegisterButton span{
	display:none;
}

/*PostProjectButton*/
.OutroPanel a.PostProjectButton{
	width:221px;
	height:49px;
	float:left;
}
.OutroPanel a.PostProjectButton span{
	display:none;
}

/*FindProjectButton*/
.OutroPanel a.FindProjectButton{
	width:230px;
	height:49px;
	float:left;
}
.OutroPanel a.FindProjectButton span{
	display:none;
}

/*NetworkButton*/
.OutroPanel a.NetworkButton{
	width:233px;
	height:49px;
	float:left;
}
.OutroPanel a.NetworkButton span{
	display:none;
}

/*Login Button*/
.OutroPanel a.RegisterButton{
	width:87px;
	height:49px;
	float:right;
}
.OutroPanel a.RegisterButton span{
	display:none;
}



/*ListTable*/
table.ListTable{
	width:100%;
}
table.ListTable td{
	text-align:left;
	vertical-align:middle;
	padding-bottom:10px;
	padding-top:10px;
}
table.ListTable td.ImageColumn{
	width:140px;
}
table.ListTable td.LinkColumn{
	width:20px;
}
table.ListTable td.LinkColumn a{
	display: block;
	width: 14px;
	height: 40px;
}
table.ListTable td.LinkColumn a span {
	display: none;
}

table.ListTable span.Author{
	background-color:inherit;
	display:block;
}
table.ListTable span.Source{
	background-color:inherit;
	display:block;
}
table.ListTable span.Message{
	background-color:inherit;
}

/*breadcrumb*/
.breadcrumb {
	height: 23px;
	position: relative;
	padding: 0 14px;
	font-size: 11px;
}

.breadcrumb span {
	display: block;
	float: left;
	height: 23px;
	padding: 4px 0;
}

.breadcrumb span.crumb {
	padding-left: 14px;
	margin-left: 4px;
}

.breadcrumb .left {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 10px;
}

.breadcrumb .right {
	position: absolute;
	top: 0;
	right: 0;
	height: 23px;
	width: 10px;
}

.breadcrumb a:hover {
	text-decoration: none;
}

/*submenu*/
.submenu {
	float: left;
	width: 160px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
}

.submenu ul {
	margin: 0;
	padding: 0;
}

.submenu span.crumb {
	padding-left: 14px;
	margin-left: 4px;
}

.submenu ul li {
	float: none;
	display: block;
	margin-bottom: 10px;
}

.submenu a:hover {
	text-decoration: none;
}

/*main content*/

h1, h2, h3, h4 {
	clear: both;
}

.maincontent {
	float: left;
        width: 780px;
}

.maincontent ul {
	list-style-type: square;	
	list-style-position: outside;
	margin: 20px;	
}

.maincontent ul li {
	clear: both;
	margin-bottom: 10px;
	list-style-type: square;	
	list-style-position: outside;
        float: none;
}

.maincontent ol {
	list-style-position: outside;
	margin: 20px;	
}

.maincontent ol li {
	clear: both;
	margin-bottom: 10px;
	list-style-position: outside;
        float: none;
}