@charset "utf-8";
/* CSS Document */

.galleryWelcomeHeadline {
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size:18px; 
	color:#04214e;
	font-weight:bold;
}
#tabHeader {
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size: 13px;
	font-weight:bold;
	width: 100%;
	height:33px;
	border-bottom:0px solid transparent;
}
#tab1, #tabSpace, #tab2, #tabRight {
	float:left;
}
#tabRight {
}
#tabHeadActive, #tabHeadSpace, #tabHeadRegular, #tabHeadRegular2, #tabHeadRight {
	padding:8px;
	padding-left:10px;
	padding-right:10px;
}
#tabHeadActive {
	color: #04214e;
	height: 17px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #acb0b5;
	border-right-color: #acb0b5;
	border-left-color: #acb0b5;
}
#tabHeadSpace {
	width:0px;
	padding-left:8px;
	padding-right:8px;
}
#tabHeadRegular, #tabHeadRegular2 {
	color:#04214e;
	cursor:pointer;
	background-color:#d2e2f9;
	float: left;
	height:16px;
	border-top: 1px solid #eee;
	border-bottom: 0px solid #04214e;
	
}
#tabHeadRegular2 {
	background-color: #fffdd5;
}
#tabHeadRegular:hover {
	color:#04214e;
	background-color:#bfd6f9;
}
#tabHeadRegular2:hover {
	color:#04214e;
	background-color:#f6f3c4;
	background-image: none;
}
#tabHeadRight {
}
#tabBottomActive {
	background-color:#fff;
	height:5px;
	clear: left;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #acb0b5;
	border-bottom-color: #acb0b5;
	border-left-color: #acb0b5;
}
#tabBottomRegular {
	border-bottom:0px solid #04214e;
	height:5px;
	clear: left;
}
#tabBody {
	background-color:#FFF;
	padding:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #acb0b5;
	border-bottom-color: #acb0b5;
	border-left-color: #acb0b5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acb0b5;
}
.galleryItem, .galleryItemNew, .galleryItemThin{
	padding:15px;
	height: 105px;
	padding-bottom: 18px;
}
.galleryItem:hover {
	background-color:#e8e7c0;
	/* c2d6ea */
	cursor:pointer;
}
.galleryItemThin {
	height:161px;
}
.gallerySpace {
	border-bottom:1px solid #acb0b5;
	padding-top:10px;
	margin-bottom:10px;
	clear:both;
}
.screenshot, .screenshotThin {
	background-color:#FFF;
	padding:2px;
	border: 1px solid #666;
	float: left;
}
.screenshot:hover, .screenshotThin:hover {
	border:2px solid #04214e;
	padding:1px;
}
.screenshotThin {
	background-color: transparent;
	border: 1px solid transparent;
}
.screenshotThin:hover {
	background-color:transparent;
	border:2px solid transparent;
}
.appTitle, .appTitleThin {
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size:14px;
	font-weight:bold;
	color:#04214e;
	padding-left: 210px;
}
.appTitle:hover {
	text-decoration: underline;
}
.appTitleThin {
	padding-left:220px;
}
.appClassification, .appClassificationThin {
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size:12px;
	color:#04214e;
	padding-left: 210px;
	padding-top:5px;
}
.appClassificationThin {
	padding-left:220px;
}
.galleryItemNew:hover {
	/*background-color:#cdc3c3;*/
	cursor:pointer;
}
#newAppContainer {
	/*height:157px;*/
	background-color:#e9e1e1;
	border: 2px solid #bc0000;
}
#newAppHeader {
	background-color:#e00000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top:1px;
	padding-bottom:3px;
	padding-left:15px;
}
.HoneycombThinApp {
	position:relative; 
	float:right; 
	right:0px; 
	top:0px; 
	width:230px; 
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size:13px; 
	color:#000000; 
	font-weight:normal; 
	text-align:right;
}
.ThinVersion {
	font-family:sans-serif, Verdana, Arial, Helvetica; 
	font-size:12px;
	color:#04214e;
	padding-left: 210px;
	padding-top:25px;
}
.ThinVersion a:link, .ThinVersion a:visited {
	color:#04214e;
	text-decoration:none;
}
.ThinVersion a:hover {
	text-decoration:none;
	color:#000;
}
.ThinItem {
	border-left:1px solid #e8e7c0;
}