@charset "utf-8";

/**
 * geachem.css => main style definitions
 * @site geachem d.o.o.
 * @author Sasa Zivkovic
 */

/* ********************************** */
/* main
/* ********************************** */

body, tr, th {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	line-height: 150%;
}

a,a:visited {
	color: #003399;
	text-decoration: none;
	cursor:pointer; /* ie sometimes doesn't show pointer if link is without href to something */
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.small {
	font-size: 11px;
}

.tiny {
	font-size: 11px;
	line-height: 160%;
}

.big,.big:visited {
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}

.big:hover {
	text-decoration: none;
	color: #003399;
}

.debug {
	font-family: "lucida sans typewriter", "courier new", "lucida console", monospace;
	background-color: #666666;
	color: #CCCCCC;
	text-align: left;
	font-size: 12px;
}

.debug:hover {
	background-color: #cccccc;
	color: #666666;
}

/* ********************************** */
/* some of our special styles
/* ********************************** */

/*
.homer {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
*/

/* ********************************** */
/* all forms & form elements
/* ********************************** */

.form {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	background-color: #F5F5F5;
	border: 2px solid #C1C1C1;
}

.form:hover, .form:active {
	border: 2px solid #979797;
	color: #000000;
	background-color: #ffffff;
}

/* ********************************** */
/* news & other panel ============== */
/* ********************************** */

.my_panel_title_small {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(../images/naslovbg_small.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.my_panel_title_1 {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(../images/naslovbg_small.png);
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.my_panel {
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(../images/panel_bg.png);
	background-position: 0 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
}

.right_table_column {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	background-image: url(../images/panel_1_bg.png);
	background-repeat: repeat-y;
}

/* ********************************** */
/* search input box
/* ********************************** */

.search_title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

/* ********************************** */
/* main menu
/* ********************************** */

.menu {
	width:810px;
	height:37px;
	background-image: url(../images/menubar.jpg);
}

#button {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
}

#button ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#button ul li, #button ul li a {
	text-decoration: none;
	float:left;
	width:135px;
	height:37px;
	color: #000000;
}

#button ul li a:hover {
	color: #F9F9F9;
	background-image: url(../images/button_ac.jpg);
	background-repeat: repeat-x;
}

#button ul li a.curr {
	background: url(../images/button_ac.jpg) repeat-x;
	color: #ffffff;
}

#button ul li a.curr:hover {
	background: url(../images/button_ac.jpg) repeat-x;
	color: #ffffff;
}

/**
 * end of geachem.css
 * @site geachem d.o.o.
 */
