/* @override http://localhost:8082/media/css/bpsite.css */

/* @group Main */

html
{
	background-color: #e6e6e6;
}



body
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}




div#content {
	position: relative;
	top:  5px;
	width: 800px;
	min-height: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	font: 14px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#lowercontent {
	float: left;
	width: 100%;
	margin-top: 14px;
}

div#fronttext {
	font: 13px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #888;
	width:  800px;
	display: block;
	margin-top: 0px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	top: 780px;
}

/* url(/media/bplogo.gif) no-repeat 10px bottom; */
#banner {
	width: 800px;
	position: relative;
	top: 20px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333)) ;
border	url(/media/bplogo.gif) no-repeat 10px bottom;
	border: 0px solid #a9a9a9;
}

#supporttext {
margin: 20px;	
}

#logo
	{
	float: left;
	position: relative;
	top: 110px;
	left: 20px;
	z-index: 1;
}

#banner form.searchbar input {
	float: right;
	clear: none;
	display: block;
	position: relative;
	top: 101px;
	right: 10px;
}

#innercontent {
	float: left;
	width: 100%;
	position: relative;
	top: 15px;
	background-color: #fff;
	height: 200px;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	z-index: 1;
}



/* @end */




/* @group Nav */

#navbar {
	position: relative;
	top: 18px;
	width: 100%;
	height: 29px;
	padding:0;	
	margin:0;
	z-index: 2;
}

#nav li {
	display: inline;
}

/*	height: 50px; 	background: url(/media/navbutton_selected.gif) no-repeat 0 0;
*/
#nav a {
	color: #b3b3b3;
	margin-left: 10px;
	margin-bottom: 2px;
	float: left;
	height: 19px;
	min-width: 92px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
	-webkit-background-origin: padding; 	
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	font: bold 13px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px 8px 6px;
}


body#home a#home,
body#apps a#apps,
body#support a#support {
	color: #333;
	background: white;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
   text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	font: bold 13px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;

}



#nav a:hover {
	color: #191919;
}



/* @end */




/* @group App-Listing */

#appdetaildiv {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 30px;
	margin-top: 35px;
		background-color: #e6e6e6;
	border-width: 0px;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: #ccc 2px 2px 0;
	padding: 20px;
}

body#apps div#content
{
	height: 840px;
}

#protoflow {
	width: 120px;
	float: left;
	margin-left: 70px;
	margin-top: 20px;
}

div#description {
	float: left;
	width: 350px;
	margin-top: 30px;
	
}

#downloaddetails
{
	float:  right;
	padding-top: 20px;
}

div#apptitle
{
	float:  left;
	width: 350px;
	font-weight: bold;
	font-size: 18px;
    margin-top: 15px;
}

#image {
	float:  left;
	width: 128px;
	height: 128px;
	padding-right: 20px;
	margin-top: 10px;
}

#innerdetail {
	float: left;
	margin-top: 10px;
}

#protoflow img
{
	-webkit-box-shadow: #ccc 2px 2px 0;
	border-color: gray;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


#applisting div.appentry {
	height: auto;
	padding: 10px;
	background-color: #e6e6e6;
	border-width: 0px;
	border-style: inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: #ccc 2px 2px 0;
	margin: 20px;
	width: 630px;
	float: left;
	font: 11px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;
}


#applisting {
	margin-left: 50px;
}

a img
{
	border: none;
}

#applisting div.appentry div.innertext div.description {
	margin-top: 3px;
}

#applisting div.appentry div.innertext div.download {
	float: right;
	text-align: right;
	margin-top: 20px;
}




#applisting div.icon {
	width:  64px;
	padding:  10px;
	float: left;
}

#applisting div.innertext {
	float:  left;
	width:  86%;
	font-size: 12px;
}

#applisting div.appentry div.innertext div.download span.type {
	font-style: italic;
	margin-right: 15px;
}

#downloaddetails span {
	font-style: italic;
}

#applisting div.appentry div.innertext span.appname {
	font-weight: bold;
	font-size: 13px;
	text-shadow: #ccc 1px 1px 0;
	margin-bottom: 5px;
}

#applisting div.appentry div.innertext span.appname a {
	text-decoration: none;
	color: black;
}

#applisting div.appentry div.innertext span.appname a:hover {
	text-decoration: none;
	color: blue;
}

/* @end */

/* @group Slider */

#fronttext p {
	font-size: 14px;
}


#slider {
	float: left;
	position: relative;
	top: 0px;
	margin-left: 242px;
	width:256px;
	padding: 60px 30px 30px;
}


.ferdinand-slider div {
	font-family:Tahoma;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.ferdinand-slider p {
	padding:2px 4px 4px 6px;margin:0;
}
.ferdinand-slider a.title {
	font-size: 18px;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}
.ferdinand-slider p.tekst {
	font-size:11px;
	color:#fff;
}

#protoflowoutter
{
	width: 60%;
}


/* @end */

/* @group Application Detail */





/* @end */




div#footer {
	font: 11px "HelveticaNeue-Light", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #888;
	width:  800px;
	display: block;
	margin-top: 0px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
		top: 780px;
}


table {
	width: 100%;
	border: 1px solid #999;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1em 0;
}

table caption {
	text-align: left;
	margin: 0;
}




th {
	border: 1px solid #999;
	text-align: left;
	background: #353;
	background-position: 100% 2px;
	background-repeat: no-repeat;
	border-right: 1px solid #999;
	color: #fff;
	font-weight: normal;
	padding: .1em 10px .1em .25em;
}

th, td {
	text-align: left;
}

th.sortable {
	cursor: pointer;
	background-image: url(/media/images/sortable.png);
}

th.sortedDesc {
	background-image: url(/media/images/bullet_arrow_down.png);
}



th.sortedAsc {
	background-image: url(/media/images/bullet_arrow_up.png);
}

tr.odd td {
	background: #cdc;
}

td {
	font-size: .8em;
	border-right: 1px solid #999;
	padding: .1em .5em;
}

#applisting tbody tr td {
	border: 0px;
}

td.nowrap {
	white-space: nowrap;
}

th.action {
	text-align: center;
}

td.action input {
	margin: 0;
	padding: 0;
}

.steps {
	margin: 2em 1em 3em 1em;
}

.steps input {
	margin: 0 .25em;
}

.step {
	font-size: 2em;
	position: relative;
	top: .1em;
	color: #8a9;
}

#progress_container {
	font-size: .9em;
	width: 100%;
	height: 1.25em;
	position: relative;
	margin: 3em 0;
	display: none;
}

#progress_filename {
	font-size: .9em;
	width: 100%;
}

#progress_bar {
	width: 100%;
	border: 1px solid #999;
}

#progress_indicator {
	background: #8a9;
	width: 0;
	height: 4px;
}

/* @override http://localhost:8082/media/css/protoFlow.css */



/* @group Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/media/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/media/images/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* @end */


