@charset "utf-8";
/* CSS Document */

.galleryWelcomeHeadline {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
	font-size:18px; 
	color:#04214e;
	font-weight:bold;
}
#tabHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	width: 100%;
	height:33px;
	border-bottom:0px solid #04214e;
}
#tab1, #tabSpace, #tab2, #tabRight {
	float:left;
}
#tabRight {
}
#tabHeadActive, #tabHeadSpace, #tabHeadRegular, #tabHeadRegular2, #tabHeadRight {
	padding:8px;
	padding-left:10px;
	padding-right:10px;
}
#tabHeadActive {
	background-image:url(images/tabActiveMiddle.gif);
	background-repeat:repeat-x;
	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: #04214e;
	border-right-color: #04214e;
	border-left-color: #04214e;
}
#tabHeadSpace {
	width:0px;
	padding-left:8px;
	padding-right:8px;
}
#tabHeadRegular, #tabHeadRegular2 {
	color:#04214e;
	cursor:pointer;
	background-image: url(images/tabBG-secondary2a.gif);
	background-repeat: repeat-x;
	float: left;
	height:16px;
	border-top: 1px solid #eee;
	border-bottom: 0px solid #04214e;
	
}
#tabHeadRegular2 {
	background-image: url(images/tabBG-active2a.gif);
}
#tabHeadRegular:hover {
	color:#04214e;
	background-color:#ccdef9;
	background-image: none;
}
#tabHeadRegular2:hover {
	color:#04214e;
	background-color:#fffdda;
	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: #04214e;
	border-bottom-color: #04214e;
	border-left-color: #04214e;
}
#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: #04214e;
	border-bottom-color: #04214e;
	border-left-color: #04214e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #04214e;
}
.galleryItem, .galleryItemNew {
	padding:15px;
	height: 105px;
	padding-bottom: 18px;
}
.galleryItem:hover {
	background-color:#e8e7c0;
	/* c2d6ea */
	cursor:pointer;
}
.gallerySpace {
	border-bottom:1px solid #999;
	padding-top:10px;
	margin-bottom:10px;
}
.screenshot {
	background-color:#FFF;
	padding:2px;
	border: 1px solid #666;
	float: left;
}
.screenshot:hover {
	border:2px solid #04214e;
	padding:1px;
}
.appTitle {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#04214e;
	padding-left: 200px;
}
.appTitle:hover {
	text-decoration: underline;
}
.appClassification {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#04214e;
	padding-left: 200px;
	padding-top:5px;
}
.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;
}
