html, body {
	margin: 0;
	padding: 0;
}

.hiddenDiv {
	height: 0px;
	/*display: none;*/
	float:none;
	clear:both;
}

#menu {
	background-color: #11B8F0;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 7px 10px;
	font-size: 14px;
}

#menu a {
	color: #FFF;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

body {
	font-size:12px;
	font-family: Verdana;
	background-image: url("rk_logo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center center; 
	background-color: #FFF;
}

.centerMenu, .centerContent  {
	background-color: #E6F1F5;
	width: 90%;
	/*height: 500px;*/
	margin: 50px auto;
	border: 2px solid #30AED9;
	border-radius: 15px;
}

.centerMenuItem {
	background-color: #D3ECF5;
	width: 250px;
	height: 100px;
	margin: 15px;
	border: 2px solid #30AED9;
	border-radius: 15px;
	float: left;
	display: table;
	text-align: center;
	cursor: pointer;
	font-size:14px;
}


.centerContentItem {
	background-color: #D3ECF5;
	width: 90%;
	margin: 15px 4%;
	padding: 10px 15px;
	border: 2px solid #30AED9;
	border-radius: 15px;
	display: table;
	cursor: pointer;
	font-size:14px;
}
.centerContentItem  input{
	width: 100%;
}

.centerMenuItem:hover, .centerContentItem:hover {
	background-color: #C5E5F0;
}

.centerMenuTitle, .centerContentTitle {
	font-size: 18px;
	padding: 5px 15px;
}

.centerContentButton {
	width: 200px;
	background-color: #D3ECF5;
	margin: 15px auto;
	border: 2px solid #30AED9;
	border-radius: 15px;
	display: table;
	cursor: pointer;
	font-size:14px;
}

.centerContentButton input {
	width: 100%;
	height: 30px;
	background-color: inherit;
	border: 2px solid #30AED9;
	border-radius: 15px;
}

.odgovorSuccess {
    color: green;
    font-weight: bold;
    text-align: center;
}

.odgovorFailed {
	color: red;
    font-weight: bold;
    text-align: center;
}

/*LOGIN TABLE*/
.loginTable {
	/*background-color: #FFF;*/
	/*margin-top: 50px;*/
}

.loginTable_col1 {
	text-align: right;
	padding: 5px 15px;
	width: 50%;
	/*font-weight: bold;*/
}

.loginTable_col2 {
	text-align: center;
}

.loginTable_col2 input {
	width: 95%;
}

.loginTable_button {
	text-align: center;
	padding: 15px;
	width: 50px;
}
.injuryList_change_main {
	border: 1px solid #000;
    border-radius: 10px;
    margin: 10px 5% 0;
    padding: 10px;
    width: 90%;
}

.injuryList_change_main_enabled {
    background-color: #E3FFE6;
    
}

.injuryList_change_main_disabled {
    background-color: #FFEDE3;
}

.injuryList_change_tag {
    float: left;
    width: 200px;
}


.injuryList_change_desc {
    color: gray;
    margin-bottom: 10px;
}

.injuryList_change_added {
    float: left;
}

.injuryList_change_disabled {
    float: right;
}