﻿/*

- gray (silver) content
- magenta sideboxes
- green registration form

*/

body,td,div,p,a,font,span { font-family: Arial, Helvetica, sans-serif }
body { padding: 0px; margin: 0px }
form { padding: 0px; margin: 0px }
p { margin: 14px 2px 2px 2px; padding: 0px}
ol { margin: 2px 2px 2px 35px; padding: 0px; }
li { margin: 0px; padding: 0px; }

/*

//gray, 	darkest: #808080 
gray,   darker:  #CCCCCC   << used for status box (frame)
//gray,		light:   #D8D8D8
gray,   lighter: #EDECEB   << used for status box (background)

new colors:

tamno zelena: #6A9243, umjesto tamno zute (#FFE243)
svjetlo zelena: #DDEFCA, umjesto svjetlo zute (#FFF2A9)

najsvjetlija ljubicasta: #E9DEE9
svjetlo ljubicasta: #CFAFCF, umjesto svjetlo zelene (#B4EBBE)
srednje ljubicasta: #C19AC1, umjesto srednje zelene (#8AE29B)
tamno ljubicasta: #663366, umjesto tamno zelene (#44CC66)

*/

.normal { font-size: smaller }
.centered { text-align: center }
.grayText { color: gray; }

.header { 
	background-image: url("./images/title-background.png"); 
	background-position: top left;
	background-repeat: repeat;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1;
	margin: 0px;
	padding: 0px;
	height: 100px;
	font-size: larger;
	font-weight: bold;
	display: block;
}

.footer {
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 2px;
	font-size: 13px;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.error { padding: 16 10 0 10; margin: 0 0 0 0; color: red; }
.message { padding: 16 10 0 10; margin: 0 0 0 0; color: black; }

.hidden { display: none; }
.visible { display: block; }

/*
 *
 * Main page (User-Panel) table styles
 *
 */
.fieldContent { padding: 6 4 0 4; }
.groupHead { padding: 4; text-align: center; font-weight: bold; color: #FFFFFF; background-color: #663366; border-width: 1; border-style: solid; border-color: #CFAFCF; }
.inputTable { background-color: #CFAFCF; border-width: 2; border-style: solid; border-color: #663366; }
.submitGroupSimple { text-align: left; margin: 5 0 5 0; padding: 5 4 5 4 }


/*
 *
 * sign-up
 *
 */
.signupTableContent { padding: 6 4 0 4; }
.signupTableNote { padding: 0 4 4 4; font-size: xx-small; font-style: italic; color: #484848; }
.signupTableHead { padding: 4; text-align: left; font-weight: bold; font-size: 10pt; color: #FFFFFF; background-color: #6A9243; border-width: 1; border-style: solid; border-color: #DDEFCA; 
	background-image: url("./images/box-gradient-green.png");
	background-position: top left;
	background-repeat: repeat;
}
.signupTable { background-color: #DDEFCA; border-width: 2; border-style: solid; border-color: #6A9243; }
.signupSubmitGroup { text-align: center; margin: 5 0 5 0; padding: 5 0 5 0; border-top: 2 solid #6A9243; }
.signupSubmitGroupSimple { text-align: left; margin: 5 0 5 0; padding: 5 4 5 4; }



/*
//
// main page styles
//
*/


/* container for page body: content and login */
.wndContainer {
	padding: 0px;
	margin: 6px;
	position: relative;
	vertical-align: top;
}

/* container for sections */
.wndContent {
	padding: 0px;
	margin: 0px 256px 0px 0px;
	position: relative;
	vertical-align: top;
}

.wndSidebar {
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	width: 250px;
	vertical-align: top;
}

.wndSection {
	margin: 0 0 6 0;
	background-color: #EDECEB;
	border-width: 2;
	border-style: solid;
/*	border-color: #6A9243; */
	border-color: #CCCCCC;
}

.sectionTitle {
	font-size: 14px;
	font-weight: bold;
}

.wndSectionHead {
	margin: 1;
	padding: 4;
	text-align: left;
	background-color: #CCCCCC;
/*	background-image: url("./images/box-gradient-green.png"); */
	background-image: url("./images/box-gradient-gray.png"); 
	background-position: top left;
	background-repeat: repeat;
}

/* use with: wndSectionHead */
.wndSectionHeadNews {
	background-color: #6A9243;
	background-image: url("./images/box-gradient-green.png");
	background-position: top left;
	background-repeat: repeat;
	color: #FFFFFF;
}

.wndSectionContent {
/*	background-color: #DDEFCA; */
	background-color: #EDECEB;
	margin: 0 0 0 0;
	padding: 4 4 4 4;
}

/* use with: wndSectionContent  */
.wndSectionContentNews {
	background-color: #DDEFCA;
}


/* login */
.wndLogin {
	padding: 0px;
	margin: 0px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.wndLoginSectionContent {
	margin: 0 0 0 0;
	padding: 2 2 2 2;
}

.tableHead {
	font-weight: normal;
	padding: 3 3 3 3;
	text-align: left;
	background-color: #C19AC1;
}

.tableField {
	padding: 3 3 3 3;
}

.tableSeparator {
	height: 5;
	border-top-width: 2;
	border-top-style: solid;
	border-top-color: #ff0000;
}

.wndLoginSectionFootnote {
	font-size: 8pt; 
	text-align: left;
	padding: 3;
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #C19AC1;
	width: 100%;
}

.sideTableHead {
	font-weight: normal;
	padding: 3 3 3 3;
	text-align: center;
	background-color: #C19AC1;
	width: 70;
}
/* svjetlija #93E5A2, jos vise: #E0FFD3 */
.sideTableField {
	padding: 3 3 3 3;
	text-align: center;
	background-color: #CFAFCF;
	border-left-width: 2;
	border-left-style: solid;
	border-left-color: #C19AC1;
	width: 70;
}


/*
 *
 * server status box 
 *
 */

.wndServerStatus {
	padding: 0px;
	margin: 0px;
	position: relative;
	vertical-align: top;
	width: 100%;
}
/* gray:
.statusTable { background-color: #EDECEB; border-width: 2px; border-style: solid; border-color: #CCCCCC; }
.statusGroupHead { padding: 4px; text-align: center; font-weight: bold; color: #000000; background-color: #CCCCCC; border-width: 1px; border-style: solid; border-color: #EDECEB; }
.statusSectionContent { margin: 4px; padding: 2px; text-align: left; }
.statusSectionFootnote {
	font-size: 8pt; 
	text-align: left;
	padding: 3;
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #CCCCCC;
	width: 100%;
}
*/
/* svjetlija ljubicasta */
.statusTable { background-color: #E9DEE9; border-width: 2px; border-style: solid; border-color: #CFAFCF; }
.statusGroupHead { padding: 4px; text-align: center; font-weight: bold; color: #000000; background-color: #CFAFCF; border-width: 1px; border-style: solid; border-color: #E9DEE9; }
.statusSectionContent { margin: 4px; padding: 2px; text-align: left; }
.statusSectionFootnote {
	font-size: 8pt; 
	text-align: left;
	padding: 3;
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #CFAFCF;
	width: 100%;
}
.statusCumulative { font-size: 10pt; }
.statusCumulativeCell {
	margin: 2px;
	padding: 1px 5px;
}
.statusLineBottom {
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: #CFAFCF;
}
.statusLineRight {
	border-right-width: 1; 
	border-right-style: solid; 
	border-right-color: #CFAFCF;
}

/* tamnija ljubicasta 
.statusTable { background-color: #CFAFCF; border-width: 2px; border-style: solid; border-color: #663366; }
.statusGroupHead { padding: 4px; text-align: center; font-weight: bold; color: #FFFFFF; background-color: #663366; border-width: 1px; border-style: solid; border-color: #CFAFCF; }
.statusSectionContent { margin: 4px; padding: 2px; text-align: left; }
.statusSectionFootnote {
	font-size: 8pt; 
	text-align: left;
	padding: 3;
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #663366;
	width: 100%;
}
*/

/*
 *
 * press kit section 
 *
 */
 
.wndPressKit {
	padding: 0px;
	margin: 0px;
	position: relative;
	vertical-align: top;
	width: 100%;
}
/* gray:
.presskitTable { background-color: #EDECEB; border-width: 2px; border-style: solid; border-color: #CCCCCC; }
.presskitSectionHead { padding: 4px; text-align: center; font-weight: bold; color: #000000; background-color: #CCCCCC; border-width: 1px; border-style: solid; border-color: #EDECEB; }
.presskitSectionContent { 
	margin: 4px; 
	padding: 0px; 
	text-align: left; 
}
.presskitSectionItem {
	font-size: 9pt;
	width: 100%;
	padding: 2px;
}
.presskitSectionSeparator {
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #CCCCCC;
}
*/
/* svjetlija ljubicasta */
.presskitTable { background-color: #E9DEE9; border-width: 2px; border-style: solid; border-color: #CFAFCF; }
.presskitSectionHead { padding: 4px; text-align: center; font-weight: bold; color: #000000; background-color: #CFAFCF; border-width: 1px; border-style: solid; border-color: #E9DEE9; }
.presskitSectionContent { 
	margin: 4px; 
	padding: 0px; 
	text-align: left; 
}
.presskitSectionItem {
	font-size: 9pt;
	width: 100%;
	padding: 2px;
}
.presskitSectionSeparator {
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #CFAFCF;
}
/* tamnija ljubicasta 
.presskitTable { background-color: #CFAFCF; border-width: 2px; border-style: solid; border-color: #663366; }
.presskitSectionHead { padding: 4px; text-align: center; font-weight: bold; color: #FFFFFF; background-color: #663366; border-width: 1px; border-style: solid; border-color: #CFAFCF; }
.presskitSectionContent { 
	margin: 4px; 
	padding: 0px; 
	text-align: left; 
}
.presskitSectionItem {
	font-size: 9pt;
	width: 100%;
	padding: 2px;
}
.presskitSectionSeparator {
	border-top-width: 1; 
	border-top-style: solid; 
	border-top-color: #663366;
}
*/

/*
 *
 * Detailed Statistics
 *
 */

/* koristi se u kombinaciji sa wndSection (zelena varijanta) */
.wndDetailedStats {
	background-color: #CFAFCF;
	border-color: #663366;
}
/* mijenja wndSectionHead u zeleno */
.wndDetailedStatsHead {
	color: #FFFFFF;
	background-color: #663366;
	background-image: none;
}
/* mijenja wndSectionContent u zeleno */
.wndDetailedStatsContent {
	background-color: #CFAFCF;
}



.statsContainer {
	width: 100%;
	position: relative;
	text-align: center;
}

.statsHead {
	font-weight: normal;
	padding: 3 3 3 3;
	text-align: center;
	background-color: #C19AC1;
}

.statsFieldFirst {
	border-left-width: 2;
	border-left-style: solid;
	border-left-color: #C19AC1;
	border-right-width: 2;
	border-right-style: solid;
	border-right-color: #C19AC1;
	padding-left: 10;
	padding-right: 10;
	text-align: center;
}

.statsField {
	border-right-width: 2;
	border-right-style: solid;
	border-right-color: #C19AC1;
	padding-left: 10;
	padding-right: 10;
}

.statsFieldNoBorder {
	padding-left: 10;
	padding-right: 10;
}

.statsNavigation {
	padding: 20px 10px 10px 10px;
	font-size: 13px;
}

.rejected {
	color: red;
}

.inProgress {
	color: gray;
}

.finished {
	color: black;
}



/*

download section styles

*/

.download-table-head {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.download-head-description {
	text-align: left;
}

.download-head-platform {
	text-align: center;
}

.download-head-type {
	text-align: center;
}

.download-head-size {
	text-align: center;
}

.download-head-link {
	text-align: center;
}

.download-item-description {
	font-size: 13px;
	padding: 2px 10px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.download-item-content {
	padding-bottom: 2px;
}

.download-item-note {
	font-size: 11px;
	color: #808080;
	padding: 0px 10px 0px 10px;
}

.download-item-size {
	font-size: 13px;
	padding: 2px 10px 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.download-item-platform {
	font-size: 13px;
	padding: 2px 10px 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.download-item-type {
	font-size: 13px;
	padding: 2px 10px 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.download-item-link {
	font-size: 13px;
	padding: 2px 10px 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.download-table-title {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: #CCCCCC;
	padding: 4px 10px 4px 4px;
}


.note-updated {
/*	color: #AA0000; */
	color: gray;
}

.note-beta {
/*	color: #33AF50; */
	color: gray;
	font-size: 10px;
}
