/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	background: #FFFFFF url(bg.gif) repeat-x;
	line-height: 16px;
}

a {
	color: #009900;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 3px 0 6px 0;
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080;
	text-transform: uppercase;
	background-color: inherit;

}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
    margin-bottom: 1em;
}

#content {
	margin: 0px auto;
	width: 780px;
}

.header {
	height: 45px;
	margin: 0px 0 2px 0;
	padding: 20px 0 0 5px;
	border-top: 4px solid #F2B905;
	background: #FFF url(headerbg.gif) repeat-x bottom left;
	color: #808080;
}

.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 7px 0;
}

.subheader_left {
	line-height: 28px;
	width: 194px;
	background: #78C72C url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
    font-weight: bold;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #57A012;
	line-height: 28px;

	float: right;
	width: 573px;

}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #67BC16 url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #53A601;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 560px;
    margin: 0 0 20px 0;
	padding: 5px 0 0 15px;
	color: #000;
	background-color: #FFFFFF;
	border-left: 1px solid #e6e6e6;
}
.sub_right {

    float: left;
	width: 34%;
    margin:5 5 10 5; padding:5;

}
.sub_middle {
    float: left;
	width: 32%;
    margin:5 5 10 5; padding:5;

}
.sub_left {

    float: left;
	width: 33%;
    margin:5 5 10 5; padding:5;

}

a.info {
	font: bold 1.3em Arial, Sans-Serif;
	text-decoration:none;
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {

	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:20px;;
	left:0;;
	width:205px;
	height:70px;
	border: 1px solid #ccc;
	background:#f4f4f4 url(question.gif) no-repeat bottom right;
	color:#000;
	text-align:left;
	font-size:0.7em;
	padding-left:10px;
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer {
	clear: both;
	color: #999999;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	line-height: 13px;
}

.footer a {
	text-decoration: underline;
}

form.search {
	padding: 0;
	margin: 0;
}

input.text {
	margin: 0;
	width: 95px;
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
}

input.text:hover {
	border: 1px solid #808080;
}

input.searchbutton {
	margin: 0;
	font-size: 100%;
	font-family: Arial, Sans-serif;
	border: none;
	background: #FFFFFF;
	color: #808080;
	padding: 1px;
	font-weight: bold;
}

.date {
	color: #ccc;
	background: #FFFFFF;
	text-align: right;
	margin: 4px 0 3px 0;
	padding: 0;
}

.img_center {
    text-align: center;
}
.header_links {
	color: #626262;
	font-weight: bold;
	text-decoration: none;
    margin: 4px 0 3px 0;
    padding: 1px;
}
.dropdown
{    font: 110% Tahoma, Arial, Helvetica, sans-serif;
}

.pageHeader {
	font: bold 1.3em Arial, Sans-Serif;
    color: #009900;
    margin-bottom: 1em;
}
.pageTitle {
	font: bold 1.1em Arial, Sans-Serif;
    color: #808080;

}
.pageSubTitle {
	font: bold 1em Arial, Sans-Serif;
    color: #808080;

}
.list {
    margin: 0 0 0 5px;

}

.footnote {
    clear: both;
    font: bold 1em Arial, Sans-Serif;
    color: #808080;
}
.resultBox {
		background: #FFFFFF;
		color: #414141;
		padding: 5px;
		margin: 0 0 3px 0;
        border-color: #F5F5F5;
        border-top-color: #EBEBEB;
        border-style: solid;
}
.right h3 {
	background: #EBEBEB  url(resultCorner.gif) no-repeat top right;
	color: #FFF;
	padding: 3px 0 0 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0 0;
}
a.result {
	color: #009900;
	background-color: inherit;
    font: bold 1.3em Tahoma, Arial, Sans-Serif;
    text-decoration: none;
}

a.result:hover {
	color: #575757;
	background-color: inherit;
    text-decoration: none;
}

.login {

        width: 50%;
        padding: 10px;

		background: #FFFFFF;
        border-color: #EBEBEB;
        border-top: 1px solid #EBEBEB;
        border-right: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
        border-left: 1px solid #EBEBEB;

	}


.table {
	border-collapse: collapse;
	border: 2px solid #009900;

	color: #000;
	background: #fff;
}
.td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
.thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #B6E58A;

}
.td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.th a {
	background: transparent;
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
.th a:visited {
	color: #b98b00;
}
.th, tbody td {
	vertical-align: top;
	text-align: left;
}
.tr:hover {
	background: #ffffd9;
}

.manage_right {

    float: left;
	width: 50%;


}
.manage_left {

    float: left;
	width: 50%;


}

.clear {
	clear: both;
    }

.image {

    margin: -12px 0  0;

}


.member {
	clear: both;
    height: 20px;
    margin: 0 0 12px -37px;
}

.member_left {
	line-height: 25px;
	width: 20%;
	background: #ffffd9;
	color: #b98b00;
    font-weight: bold;
    padding: 0 0 0 5px;
    float: right;
}

.member_right {
    background: #ffffd9;
	color: #b98b00;
	line-height: 25px;
	float: right;
	width: 75%;

}

.member_right a {
    margin: 0px 2px 0 0;
    padding: 4px 10px 5px 10px;
	color: #b98b00;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.member a:hover {
	background: #67BC16 url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #53A601;
	color: #FFFFFF;
}

.error
{
  color: red;

}

.button {
	background: #fab402;
	border: 1px solid #cc810d;
	color: #fff !important;
	padding: 2px 7px;
	margin: 0 3px;
	font: bold 11px verdana, sans-serif;
}
