body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	max-width: 1400px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	padding-top: 240px;	
	
	background-color: rgb(230,235,243);
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.input_text {
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 150%;
	padding: 2px 6px;
	background: white;
}

.button {
	min-width: 70px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;	
	padding: 3px 20px;
	font-size: 11.5px;
	color: rgb(0,0,0) !important;
	margin: 5px;
	display: inline-block;
	
	background-color: white;
	background-image: linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.05) 17%, rgba(0,0,0,0) 80%);
}

.button:hover {
	background-color: rgb(240,240,240);
	text-decoration:none;
}

.button a {
	color: rgb(0,0,0) !important;
	width: 100%;
	font-size: 11px;
}

button a:hover{ 
	text-decoration: none !important;
}

#login .button, #login .button a {
	padding: 3px 0px !important;
	width: 42% !important;
	display: inline-block;
}

#login label { 
	color: rgba(0,0,0,0.6);
	padding-bottom: 5px;
	display: inline-block;
}

#login input { 
	color: rgb(0,40,120);
	padding: 5px;
	margin-bottom: 20px;
}

.password {
	font-family:Arial, Helvetica, sans-serif;
}

.button_bar_bottom { 
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid rgb(220,220,220); 
	padding: 15px 0px;
}
.button_bar_bottom input{
	font-size: 13px !important;
}

.blog_button {
	text-align: right;
	display: inline-block;
}

.blog_link {
	margin-top: 8px;
	margin-bottom: 5px;
	display:block;
}

.blog_link a{
	font-size: 11px !important;
}


.blog_button a {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;	
	padding: 5px 20px;
	font-size:10px;
	color: black;
	margin-top: 0px;
	display: inline-block;
	width: auto;
	
	background-image: linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 80%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 80%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 80%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 80%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 80%);
}

.blog_button a:hover {
	text-decoration: none !important;
}

.blog_permalink {	
	display: inline-block;	
	line-height: 26px;
}

.blog_permalink a {
	font-size: 10px;
	border: 1px solid #eee;
	padding: 4px 20px;
	border-radius: 3px;
}

.blog_preview {
	background-image: url('/assets/images/preview_background.png');
}

.blog_icon {
	float: left;
	padding-top: 3px;
}


label {
	font-size: 11px;
}

td {
	font-size: 10.5pt;
}

a { 
	color: #006699; 
	cursor: pointer; 
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
	color: black; 
}


hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; color: rgba(0,0,0,0); }

.fl {	float: left;	}
.fr	{	float: right;	}

.tl {	text-align: left;	}
.tc {	text-align: center;	}
.tr	{	text-align: right;	}

.cell {	display: table-cell; vertical-align: top;	}
.table {display:table; vertical-align: top;	}

.code {
	margin: 5px;
	padding: 8px 16px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	border: 1px solid #ddd;
	letter-spacing: 1px;
	font-size: 90%;
	border-radius: 2px;
	background: rgba(0,0,0,0.02);
}

.quote {
	margin: 5px;
	padding: 8px 16px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	border: 1px solid #ddd;
	font-style:italic;
	border-radius: 2px;
	background: rgba(0,100,255,0.03);
}

.eventDetails {
	padding: 5px 0px 15px;
}

#wrapper {
	vertical-align: top;
}

#footer {
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
	max-width: 1200px;
}

#navigation {
	z-index: 500;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: right;
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.05), 0 4px 5px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 1px rgba(0,0,0,0.1);
	background: white;
	line-height: 50px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.04) 15%, rgba(0,0,0,0.05) 17%, rgba(0,0,0,0) 80%);
}
	
#navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 200;
	padding: 8px 25px;
	border-left: 1px solid rgba(0,0,0,0.2);
	color: black; 
	box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,1);
	text-decoration: none;
}

#navigation a:hover{
	text-decoration: none !important;
	color: black;
}


#job #message {font-size: 11px; text-transform:none; float: right;}
#job #extended {display:none;}
#job span:after { content:"..";}
#job:active span:after {content: none;}
#job #submit {border-top: 1px solid rgba(0,0,0,0.2); margin-top: 30px; font-weight: bold; padding-top: 5px; padding-left: 10px; padding-right: 10px;}
#job #submit a {float:right;}

.profile ul								{ 	padding-bottom: 20px; }
.profile li, .projects li 				{	padding: 5px 0px; font-size: 85%; list-style: none; margin-left: -20px;  }
.profile .forum 						{	min-width: 80px; font-weight:bold;  display:inline-block; text-align: left; margin-right: 20px;	}

.projects .program 						{	font-weight:bold;  display:inline-block; text-align: left; margin-right: 15px;	}
.profile .post,	.projects .project 		{	display:inline-block;	text-align: left; padding-top: 10px; 	}
.profile .date, .projects .date 		{	font-size: 80%;	color: rgba(0,0,0,0.5); margin-left: 10px;	text-align: left; font-style:italic;	}
.projects .blog 						{	padding: 5px 0px; font-size: 90%; margin: 5px 0px; }
.projects .blog a 						{	color: black; font-weight: bold;	}
.projects_blog_icon						{	float: left; margin-right: 20px; }
#projects_sponsors						{	padding: 15px 60px 20px 60px !important;}
#projects_sponsors	img					{	margin-right: 40px; margin-top: -15px;}

.program_description					{	display: block; min-height: 100px;	}
.program_latest_blogs					{	display: table; margin-bottom: 20px; line-height: 24px;}
.program_logo 							{	float: left; padding-bottom: 20px; padding-right: 20px; margin-top: -10px; }
.program_submissions					{	display: block; border-top: 1px solid rgb(230,230,230); margin-top: 40px; text-align: center; padding-top: 15px; font-size: 12px;	}
.program_submissions a					{	padding: 5px 20px; border: 1px solid rgb(180,210,250); margin: 0px 10px; min-width: 140px; display: inline-block; border-radius: 3px;	}		
.program_submissions a:hover			{	text-decoration: none; background: rgb(235,245,255);	}

#platform_support						{	text-align: center; display: inline-table; width: 100%; padding: 0px 30px;	}
#platform_support a						{	font-size: 11px !important;	}
#platform_support div					{	width: 100%; display: block; padding: 10px 20px 0px 20px; vertical-align: top; text-align: left; font-weight: bold; font-size: 14px;	}
#platform_support ul 					{	list-style: none; padding: 0px;	}
#platform_support li					{	padding: 5px 0px 5px 15px; font-weight: normal;	}
#platform_support li:before 			{ 	content:"» "; margin-left:-15px;}

#navigation #logo {
	width: 50px;
	height: 50px;
	background: url(/assets/images/navigation/genesi.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.2);
}

#splashtop {	

	background:url(/assets/images/splashes/powerdeveloper.png); 
	background-repeat:no-repeat; background-color:rgb(30,87,174); 

/*
	background:url(/assets/images/splashes/powerdeveloper_holidays.png); 
	background-repeat:no-repeat; background-color: rgb(205,40,80); 
*/
	height: 99px; 
	max-width: 1400px;
	width: 100%;
	border-radius: 4px;
	margin: 0 auto 0;
}

#splashContainer{
	position: absolute;
	width: 100%;
	height: 99px;
	top: 50px;
	left: 0px;
	margin-top: 0px;
	padding: 30px 0px;
	background-image: linear-gradient(to bottom, rgba(40,100,170,1.00) 0%, rgba(25,70,130,0.6) 100% );
}

#projects .categories{
	font-size: 13px;
	padding: 15px 0px;
	margin-top: 15px;
}

#projects li{
	margin-bottom: -1px;
	font-size: 10px;
	padding: 10px 20px;
	
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
}

#projects li div{ 
	display: inline-block;
	margin-right: 20px;
	min-width: 130px;
}

#projects li label{ 
	font-size: 9px;
	margin-right: 10px;
	display:inline-block;
	font-weight: bold;

}

#projects ul{ 
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

#projects .title{
	font-size: 140%;
	line-height: 24px;
	border-bottom: 0px solid rgb(220,220,220);
	width: 100%;
	display: inline-block;
}

#profile{
	vertical-align:top;
}

#user_profile { 
	line-height: 30px;
	display: inline-block;
	padding: 10px 0px 30px;
	width: auto;
	margin-left: 30px;
	margin-right: 50px;
	height: 100%;
}

#user_profile label { 
	color: rgb(3,45,124);
	
	width: 150px !important;

	font-size: 12px !important;
	margin-right: 40px;
	display: inline-block;
}

#user_profile li{ 
	list-style: none;
	margin-left: -30px;
	padding: 5px 0px;
	border-bottom: 1px solid rgb(220,220,220);
}

#user_profile{
	padding: 0px !important;
}

#latest_posts{	
	display: inline-block;
}

#user_projects{
	display: inline-block;
	margin-left: 50px;
}

.box {
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	clear:both; 
	background: white;
	width: inherit;
	vertical-align: top;
}

.box_center a {
	font-size: 11px !important;
}

.box_center li { list-style-type: none; margin-left: -20px; padding: 5px 0px;}
.box_center li:before { content:"» "; margin-left:-15px;}

#footer {
	margin-top: 10px;
	padding: 20px 0px;
}

#welcome {	font-size: 12px; line-height: 150%;	}

.platforms td {	padding:0px 15px;	}

.splash {
	margin-bottom: 15px;
}

.asset_old {
	color: rgba(0,0,0,0.4);
}

.asset_old a {
	opacity: 0.8;
	margin-left: 10px;
}

.content_main {
	padding: 0px 20px;
}

#forums { 
	padding: 0px 40px;
}


asset_old {
	list-style-type:circle;
}

.assets_embedded {
	padding: 0px 40px 0px;
	margin-top: 40px;
	border-radius: 5px;
	background: rgba(0,100,255,0.03);
	border: 1px solid rgba(0,0,0,0.11);
	border-top: none;
}

.assets_embedded ul {

	margin-top: 10px !important;
	margin-bottom: 19px !important;
}

.assets_embedded li {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
}

#assets_nogroups {
	border-top:	1px solid rgba(0,0,0,0.09) !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

#assets_nogroups .asset_old {
	color: rgba(0,0,0,1);
	list-style: disc !important;
}

#assets_nogroups .asset_old a {
	opacity: 1;
}


.assets_description {
	font-size: 12px;
	font-weight:normal;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
	border-top: none;
	box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	width: 100%;
	
	background-color: white;
	background-image: linear-gradient(bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 60%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 60%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.15) 2%, rgba(0,0,0,0.08) 17%, rgba(0,0,0,0) 60%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 60%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 60%);

}

#content_right .box {
	padding: 20px 30px 30px 30px;
	width: auto;
	height: 100%;
}

#content_right .box_title {
	margin-bottom: 30px;
	font-size: 140%;
}

.blog	.box_title{ 
	margin-bottom: 0px !important;
	font-size: 120% !important;
}

#title_latest_blogs { 
	padding: 10px !important;
	text-align: center;
	margin-top: 40px;
	color:rgb(0,51,152);
	font-size: 100% !important;
	letter-spacing: 2px;
}


#content_right ul {
	margin-top: 20px;
	margin-bottom: 30px;
}

#content_right { width:100%; padding-left: -50px;}

.platform_support {
	width: 30%;
	display: inline-block;
}


.content_middle {
	display: table-cell;
	padding: 0px;
	padding-left: 20px;
	vertical-align:top;
	width: auto;
}


.content_middle .box_title {
	text-transform:uppercase;
	letter-spacing: 4px;
}

.platforms{
	width: 300px;
	float: right;
	margin-top: -572px;
	height: 540px;	
}

.platforms .subbox{
	display: block;
}

#discussions{
	width: calc(100% - 375px);
	height: 540px;
	overflow: auto;
}

.sidebar_left .box, .sidebar_right .box {
	border: none;
	border-radius: none;
	box-shadow: none;
	padding: 20px 15px 20px 15px !important;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #ccc;
	background: none;
}

.sidebar_left .box_title, .sidebar_right .box_title {
	margin-top: -10px;
}

.sidebar_left input {
	max-width: 150px;
	font-size: 13px;
}

.sidebar_right, .sidebar_left {
	border-radius: 3px;
	padding: 0px;
	background: white;
	width: 180px;
	vertical-align: top;
	overflow: hidden;
}

.sidebar_left ul, .sidebar_right ul {
	margin-left: -35px;
	margin-right: 10px;
	font-size: 11px;
	list-style:none !important;
}

.sidebar_left li, .sidebar_right li {
	padding: 5px 0px;
}

.sidebar_extrawide { 
	width: 180px;
	margin-right: 20px;
}


.box_title {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 10px;	
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 0px;
	text-align:left;
	color:rgb(0,51,152);
}

.box_title img{
	margin-bottom: -3px;
	margin-right: 5px;
}


.index_main_table { padding-top: 10px;	}

.blogpost {	font-size: 12px; line-height: 150%; font-family: Verdana,Arial,Helvetica,sans-serif;	}
