/** Full color */
body {
	background-color: #004a99;
	background-image: url('/resources/murena/img/theme/blue/bg.png');
	background-repeat: repeat-x;
}

.gj-coloredText {
	color : white;
}

/****************************************************/
/**                TAB FOR RUNTIME                 **/
/****************************************************/

/** Tab not selected color */
.gj-tab {
	background-color:#0068d5;
}

/** Tab Selected */
.gj-tab-selected {
	background-color:red;
}

/** separator for tabs */
.gj-tabSeparator {
	background-color:#0068d5;
	background-image: url("/resources/murena/img/separate-tab.png");
}

/*****************************************************/
/**                 TAB FOR IPHONE                  **/
/*****************************************************/
.igj-tabContent {
	text-align: center;
	padding-top: 5px;
	height: 36px;
	background-image: url('/resources/murena/img/theme/blue/bg_tabs.png');
	padding-left: 4px;
}
.igj-tab {
	background-image: url('/resources/murena/img/theme/blue/tab_off.png');
	border-radius: 5px;
	float:left;
	width: 101px;
	text-align: center;
	height: 29px;
	padding-top: 7px;
	margin-left: 2px;
	margin-right: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/** Tab Selected */
.selected {
	height: 30px;
	background-image: url('/resources/murena/img/theme/blue/tab_on.png');
}

/*****************************/
/** TEXT COLORS FOR RUNTIME */
/*****************************/
.gj-unread {
	color: red;	
}
